CyanogenMod 11.0 for HTC One - m8 - One (M8) Original Android Development

CyanogenMod 11.0 is a free, community built distribution of Android 4.4 (KitKat) which greatly extends the capabilities of your phone.
This is the official Nightly Build of CM11.0 for the HTC One (M8).
To hear about the latest updates and changes to CyanogenMod as a whole, please follow +CyanogenMod on Google+!​
Code:
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
Installation Instructions
You must unlock your bootloader via htcdev.com (unless ofc you are on the dev edition).
You must have a custom recovery installed
Go to http://get.cm/?device=m8 and download the latest CM11.0 nightly.
Locate 4.4 Gapps via a quick Google search.
Fully wipe your device from Recovery if you are not coming from CM11.0 already.
Reboot into recovery and install.
Changelog
You can find the latest Changelog here
Github
Huge thanks:
invisiblek, toastcfh, deck, interloper, Flinny - Great team to work with for the HTC M8 device family.
XDA:DevDB Information
CyanogenMod 11.0 for HTC One - m8, ROM for the HTC One (M8)
Contributors
h8rift, deck, Flinny, interloper, invisiblek
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.4.x
Version Information
Status: Beta
Created 2014-05-07
Last Updated 2014-06-29

Reserved.

First Nightlies are out tonight! Enjoy!

Awesome thanks team
Sent from my HTC6525LVW using Tapatalk

Yes! Is this compatible with T-Mobile m8?
Sent from my HTC One_M8 using Tapatalk

The link takes you to the complete list and m8 isn't there only m7
Sent from my HTC6525LVW using XDA Free mobile app

I'm not seeing any zip to download?
Sent from my HTC One_M8 using XDA Premium 4 mobile app

He said tonight , so not yet I guess
Sent from my HTC One_M8 using Tapatalk

Do we know if headphones will be fixed in tonight's build?

manup456 said:
I'm not seeing any zip to download?
Sent from my HTC One_M8 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
w4itg said:
The link takes you to the complete list and m8 isn't there only m7
Sent from my HTC6525LVW using XDA Free mobile app
Click to expand...
Click to collapse
its uploading i believe

Excellent.¦)
Sent from my HTC One_M8 using XDA Free mobile app

Yay thanks for this CM team & maintainers!

farru503 said:
Yes! Is this compatible with T-Mobile m8?
Sent from my HTC One_M8 using Tapatalk
Click to expand...
Click to collapse
Why wouldn't be?
Sent from my HTC One_M8 using XDA Free mobile app

@h8rift already bookmarked. Thanks again always great work ?
Sent from my HTC One_M8 using XDA Premium 4 mobile app

Awesome! I love this Rom. Could anyone help me get the system partition to be writable? I need to remove system apps and I can't seem to get titanium backup or ROM Toolbox to do it.

HughesNet said:
Awesome! I love this Rom. Could anyone help me get the system partition to be writable? I need to remove system apps and I can't seem to get titanium backup or ROM Toolbox to do it.
Click to expand...
Click to collapse
we don't even have a download link yet. what are you talking about?

ludeboy said:
we don't even have a download link yet. what are you talking about?
Click to expand...
Click to collapse
Correction. YOU don't have a download link.

HughesNet said:
Correction. YOU don't have a download link.
Click to expand...
Click to collapse
gimme!

Sweet just want to give my thanks to all that are currently working on cm and to future contributors.
HTC One

System apps
Just delete them from the zip before you flash.

Related

[CM9][DEV/WIP][Rdroid] CyanogenMod 9 for HTC Desire V

Hi everyone!
So finally i was able to collect everything required for building a CM for our device
Current status: Building the ROM on linux, i'll upload it as soon as it is finished, i will be needing some testers and also some people who have knowledge in development.
Download Link:COMING SOON
Reserved
Reserved again
... Would be much appreciated if a new Custom Rom will be released.. I could test it if you want
Sent from my HTC Desire V using xda premium
tomcatz666 said:
... Would be much appreciated if a new Custom Rom will be released.. I could test it if you want
Sent from my HTC Desire V using xda premium
Click to expand...
Click to collapse
Unfortunately i ran out of space on my LINUX VM, it was 25gb and still it proved short So building it again..
Would be happy to test it...
I already have a custom-made rom for this phone
I'll be glad to upload it should you need to have it.
I removed only "bloat" apps and nothing more. + root.
Thanks.
Doesit worrk?
Sent from my HTC t328w using xda app-developers app
Placeholder threads are not allowed. Not sure why there's nothing here after months, so moved to General and closed.

[RECOVERY] ClockworkMod Recovery 6.0.3.8

ClockworkMod Recovery is a simple and straightforward custom recovery designed by Koush and maintained by the CyanogenMod team as a whole.
Please note, you must have already unlocked your bootloader through freegee or teenybin for this to work.
Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this recovery
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
Install Through Fastboot:
Download the ClockworkMod Recovery image: Dev-Host
Install the android sdk
Reboot the device into bootloader mode:
Code:
adb reboot bootloader
Flash the recovery with fastboot:
Code:
fastboot flash recovery CWM-6.0.3.8-e970.img
Reboot the device
You have successfully installed ClockworkMod Recovery, happy flashing!
Install Through Custom Recovery:
Download the ClockworkMod Recovery zip: Dev-Host
Place the zip file on the device's storage
Reboot into recovery
Select the install option and select the zip you placed on the device
Confirm and reboot the device
You have successfully installed ClockworkMod Recovery, happy flashing!
CWM vs TWRP:
Personally, this is completely a matter of preference. I've simply always preferred CWM to TWRP so I decided to make an updated version for myself and am sharing it with anyone else who is interested in CWM. You are always capable of switching to TWRP if you find this does not suit your needs.
About this version:
This was built and tested on September 25, 2013 from the latest available code from the CyanogenMod github. Based on the official CM repositories for e970, ls970-common, gproj kernel and CWM. All submitted changes have been merged and are now officially part of the the repositories.
Known issues:
After backup and restore, sometimes the battery display resets to 1% (this appears to be purely cosmetic and it does not actually zap the battery dry)
Choosing install zip from sdcard defaults to /storage/emulated instead of /storage/emulated/0 (I have been informed this is "by design" but I do find it mildly inconvenient)
Font is really small Fixed in 6.0.3.8
Thanks for the new build is there a touch version of 6.0.3.7
Sent from my LG Optimus G using xda app-developers app
I installed it and it works great but the font is really small
Sent from my LG Optimus G using XDA Premium 4 mobile app
iamtha1 said:
Thanks for the new build is there a touch version of 6.0.3.7
Sent from my LG Optimus G using xda app-developers app
Click to expand...
Click to collapse
The official touch version of CWM is closed source, but once the gerrit change is merged it should be possible to build a touch version from koush's automated recovery builder that behaves identically.
cyberbandit1998 said:
I installed it and it works great but the font is really small
Sent from my LG Optimus G using XDA Premium 4 mobile app
Click to expand...
Click to collapse
OP updated, this issue should now be fixed
Can't get it to download
Sent from my LG Optimus G using xda app-developers app
iamtha1 said:
Can't get it to download
Sent from my LG Optimus G using xda app-developers app
Click to expand...
Click to collapse
seems to be an issue with dev-host, adding a temporary mirror from dropbox to OP
Kaik541 said:
seems to be an issue with dev-host, adding a temporary mirror from dropbox to OP
Click to expand...
Click to collapse
Is exfat support built in natively like our existing cwm?
Sent from my Optimus G using xda app-developers app
It should be if he's using the stock LG kernel.
Sent from my LG Optimus G using XDA Premium 4 mobile app
[r.]GimP said:
Is exfat support built in natively like our existing cwm?
Sent from my Optimus G using xda app-developers app
Click to expand...
Click to collapse
DeathmonkeyGTX said:
It should be if he's using the stock LG kernel.
Sent from my LG Optimus G using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I have not done anything specifically to add in exfat support and I have no exfat formatted devices with which to test it with, but it seems like exfat support in CM is already available through FUSE as well as specific commits for compatibility with CWM. On top of that the kernel seems to support fuse natively, but I don't claim to know anything about kernels so I could be misreading this. If someone could test with an exfat formatted device, I'd love to have a definite "yes" or "no" answer.
cyberbandit1998 said:
I installed it and it works great but the font is really small
Sent from my LG Optimus G using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I installed this to my HTC One and was playing around. Apart from a normal backup I created an
image.zip, creating a zip file takes ages. Do I need this and where the hell is it? My memory has halved.
I found the files location thanks.
----------Optimus G ----------
ricequeen4u said:
I installed this to my HTC One and was playing around. Apart from a normal backup I created an
image.zip, creating a zip file takes ages. Do I need this and where the hell is it? My memory has halved.
Click to expand...
Click to collapse
HTC One? this is ----------Optimus G ----------
forum isn't it....?
hbawlz said:
----------Optimus G ----------
HTC One? this is ----------Optimus G ----------
forum isn't it....?
Click to expand...
Click to collapse
Soooory, my question was aimed at recovery,
CM11 M3
using CM11 on LGE970 since its release. yesterday, i flashed the latest snapshot M3 via rom's builtin "cm updater".
currently i am on cwm 6.0.4.5, which was installed via FreeGee when i unlocked my device. i need to know how cwm 6.0.3.8 is latest while the numbers suggest otherwise.
ROM Manager notifies me that 6.0.3.8 is latest available recovery. it would be very helpfull if someone can explain me the difference.
the reason for my curiosity is that in recent blog from CyanogenMod team, they mentioned the need of having the latest recovery for M3 to work fully.
i would also appreciate suggestion on which recovery to be used and how to ensure we get timely updates of recovery.
coming from twrp and i cant flash it!! i can select it, confirm flash, but then it just reboots into recovery again. help!!!!

[ROM][4.4.2] Slimkat beta 2.1 with Halo[01/11/2014][E970]

Here is an unofficial build of Slimkat 4.4.2 Beta 2.1 with Halo I take no credit in creating any of this. All I did was build it for the e970 from source. This is built using Slimkat source, chadouming device trees, and kernel. will update source list later
To obtain Root go to Developers Options>Root access and change it to Apps and ADB
Disclaimer: I take no responsibility for breaking your device. Flash at your own risk.
Installation
You have to have been on offical stock OTA 4.1.2 or LGNPST
Do a backup
Wipe: data/factory reset, wipe cache, wipe dalvik (optional- wipe system)
you must use
Flash This Mako Recovery Here
Flash Slimkat Here
Flash GApps here
wipe cache and dalvik again before rebooting system
Do Not flash Super SU not needed
reboot
Downloads
ROM Build 4.4.2 Beta 2.1 with Halo
GApps here
Known Issues
none
Please visit www.slimroms.net for more information
Sources Used
Slimkat here
My Github here
Thanks and credits
-Slimkat for source found here
-chadouming for device and vendor source found here and for his help
-Haze028 for his guide on building found here
-If I forgot you, let me know.
Please visit www.slimroms.net for more information
The rest is copied from the OP of the arcardinal thread found here
XDAevDB Information
Unofficial Slimkat 4.4.2 For E970 Geeb, a ROM for the AT&T LG Optimus G
Contributors
pcexpress
ROM OS Version: 4.4.2 KitKat
ROM Kernel: Linux 3.4.x
Based On: AOSP
Version Information
Status: Stable
woo hoo was looking forward to this
Its very vanilla at the moment
Sent from my Optimus G using Tapatalk
VERY smooth so far. I see a noticeable improvement over screen rendering and animation quality over the first round of builds (houstonn updated PA as well.) QS customization and that "Clear All" in the recents menu would be fantastic but this thing is amazing, truly awsome work.
good job!
Sent from my LG Optimus G using XDA Premium 4 mobile app
Wow! There is a way to install your rom in e975?
And on My e977? Thank
I respond to myself. Flashed slimkat with smoocha kernel from chadouming and working flawlessly on e975.
That's great to know thanks
Sent from my Optimus G using Tapatalk
new build ext_sdcard fixed new battery icon choices link
Everything running perfect on new version. Only issue NFC seems not operable.
Sent from my Optimus G using XDA Premium 4 mobile app
cyberbandit1998 said:
Everything running perfect on new version. Only issue NFC seems not operable.
Sent from my Optimus G using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Mine is working even Google wallet
Sent from my Optimus G using Tapatalk
Is there any other odexed gapps other than pa?
Sent from my Optimus G using XDA Premium 4 mobile app
This is what mine does my when i try to activate
Sent from my Optimus G using XDA Premium 4 mobile app
This is what mine looks like
Sent from my Optimus G using Tapatalk
cyberbandit1998 said:
This is what mine does my when i try to activate
Sent from my Optimus G using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Use this to fix nfc http://ribs.bbqdroid.org/fix_nfc_att.zip
chachin said:
Use this to fix nfc http://ribs.bbqdroid.org/fix_nfc_att.zip
Click to expand...
Click to collapse
Try just rebooting your phone first.
NFC has NEVER worked on the First boot of ANY ROM with this phone for me.
thanks again
Sent from my LG Optimus G using XDA Premium 4 mobile app
chachin said:
Use this to fix nfc http://ribs.bbqdroid.org/fix_nfc_att.zip
Click to expand...
Click to collapse
Usually AT&T phones are fine (albeit, after a reboot). My Rogers (Canadian) e971 ALWAYS needs the nfc-fix flashed in recovery when the ROM was made for the e970 natively. I think some other international variants need it as well.
Sent from my Optimus G using xda app-developers app
cyberbandit1998 said:
Is there any other odexed gapps other than pa?
Sent from my Optimus G using XDA Premium 4 mobile app
Click to expand...
Click to collapse
There is a script that just got updated to odex the system/app and system/priv-app (where gapps .apks are located) .apks in kitkat.
The script can also odex framework and other parts of the ROM, so you can pretty much odex all the rom.
http://forum.xda-developers.com/showthread.php?t=2527268
It is still in testing phase for 4.4, but initial reports show that it is working.

[ROM] HTC One MAX Stock ROM | ROOT | INTERNATIONAL | DEODEXED |1.54.401.1

Introduction
This is HTC's Stock ROM for the International unlocked devices (T6UL). I did this to start off with cooking ROM's and many users wanted stock.
Features
Android 4.3
HTC Sense Version 5.5
Software Version 1.54.401.1
Rooted with SuperSU
Stock Kernel
Deodexed
Credits and Honors
Thanks @dsixda for Android Kitchen
Thanks @[email protected] for helping me out and the motivation
Thanks @dragonesdenano @RayHeath for helping me out and the motivation
Thanks to all the other contributors on XDA
Thanks to HTC for the wonderful device.
Install Steps
1. Download Rom to internal or external storage
2. Boot to Recovery
3. Make a backup
4. Flash Rom
5. Reboot system
6. Wipe data [optional] [Rom only wipes caches and formats system . I would recommend wiping data too]
Download
size: 1 GB
md5: d5e35d556916804a50a75fd55fa0b6b6
url: http://www.androidfilehost.com/?fid=23269279319199243
Let me know if you have any questions
Reserved
I don't have an international version, but wanted to thank you for adding to the growing list of goodies for this phone! :good:
wase4711 said:
I don't have an international version, but wanted to thank you for adding to the growing list of goodies for this phone! :good:
Click to expand...
Click to collapse
Thank you, Merry Christmas everyone!
hello, do this rom disable system write protection? But also wanted to thank you for the sharing
focus.lau said:
hello, do this rom disable system write protection? But also wanted to thank you for the sharing
Click to expand...
Click to collapse
Thanks you, no since it is rooted, it allows RW on system. Just curious, why do you want disable system row?
pradeepvizz said:
Thanks you, no since it is rooted, it allows RW on system. Just curious, why do you want disable system row?
Click to expand...
Click to collapse
Because of changes can not be made to the system partition. Always need to flash zips through recovery
Sent from my HTC One Max(t6dwg) using Tapatalk
focus.lau said:
Because of changes can not be made to the system partition. Always need to flash zips through recovery
Sent from my HTC One Max(t6dwg) using Tapatalk
Click to expand...
Click to collapse
From my prior understanding (and I am happy to be corrected) the system write protection actually is based in the kernel. Until we get kernel source code and custom kernels changes to system will be overwritten on reboot.
Jiggity Janx said:
From my prior understanding (and I am happy to be corrected) the system write protection actually is based in the kernel. Until we get kernel source code and custom kernels changes to system will be overwritten on reboot.
Click to expand...
Click to collapse
yeah... you are correct.
Sent from my HTC One Max(t6dwg) using Tapatalk
Anyone test this out? What network are you on?
Sent from my HTC6600LVW using XDA Premium HD app
abadasstanker69 said:
Anyone test this out? What network are you on?
Sent from my HTC6600LVW using XDA Premium HD app
Click to expand...
Click to collapse
I have tested this mate, this is for t6ul, I am not sure if that i'll work for your model.
Sent from my HTC One max using XDA Premium 4 mobile app
pradeepvizz said:
I have tested this mate, this is for t6ul, I am not sure if that i'll work for your model.
Sent from my HTC One max using XDA Premium 4 mobile app
Click to expand...
Click to collapse
i downloaded it twice ... and winrar says archive is corrupted
hmmm downloading it again
couldnt flash it
EDIT: nope... zip curropted
Same here, error ecpected cedric something, dl 3 times
Sent from my HTC One max using xda premium
jaypeg123 said:
Same here, error ecpected cedric something, dl 3 times
Sent from my HTC One max using xda premium
Click to expand...
Click to collapse
B-Man2005 said:
i downloaded it twice ... and winrar says archive is corrupted
hmmm downloading it again
couldnt flash it
EDIT: nope... zip curropted
Click to expand...
Click to collapse
OK, guess I will do a reupload. The file size in my pc and Android file host are different. I was wondering what could have been the reason.
Sent from my HTC One max using XDA Premium 4 mobile app
Are u using a newer version of winzip?
Sent from my HTC One max using xda premium
jaypeg123 said:
Are u using a newer version of winzip?
Sent from my HTC One max using xda premium
Click to expand...
Click to collapse
No mate, this is created using the standard zip on Linux, i am currently uploading now.
Let us know when it is done.
Sent from my HTC One max using xda premium
jaypeg123 said:
Let us know when it is done.
Sent from my HTC One max using xda premium
Click to expand...
Click to collapse
Re-uploaded and verified the Md5.
pradeepvizz said:
Re-uploaded and verified the Md5.
Click to expand...
Click to collapse
can you build in viper audio mod (super audio quality mode) in next version ?
EDIT: damn this rom is nice .... is it hard to learn cooking ?
btw..... can you make a flashable zip for vipers audio mod ?
thanks
The file is ok! wait for it........ Intalling in a bit
Sent from my HTC One max using xda premium

[ROM][Linaro-4.8] XenonHD-4.4.2 Build 7a RC (16.05.14)

Team Horizon presents.....
XenonHD is a custom firmware aka ROM for various Android devices. It is built from Android Open Source Project (AOSP) with additional features, performance and battery life improvements.
The idea behind XenonHD is to give users a ROM that is "blazing fast, rock stable and buttery smooth".
Base : KitKat 4.4.2 : FULL AOSP BASE FROM SOURCE.
It's Rockstable,Blazing fast.
and now Buttery Smooth too!
Download in post #2
Changelog in post #3
Team Horizon:
Adam80460
iceandfire
TheBr0ken
pr0xy man1Ac
PCarenza
T-Macgnolia
Androlinroot
Infernape763
and Myself!!
Thanks to:
AOSP
CyanogenMod
AOKP
Peter Alfonso
CarbonDev
ParanoidAndroid
enricocid (Boot animation)
pr0xy man1Ac for banners and stuff
Source:
Github
​
Downloads and ScreenShots
Downloads and Screenshots​
Download:
http://xenonhd.com/downloads/
Gapps:
Suggested Gapps: Kruzze Mini Modular version
Clean wipe is recommended.
More Screenshots soon!!
Changelog
ChangeLog
KitKat
RC7a
-New Theme Chooser support!
-Dark XenonHD!
-Custom Backup App! (courtesy of iceandfire Partners)
-Lots of RomSettings tweaks!
-XenonHD wallpapers!
-Performance options!
-Security tweaks!
-Sound tweaks!
-2 Launcher options!
-And much much more!. Flash and see.
-Etc
reserved
One more time, in case!!!!
It's nice to see this rom also available for m7. We'll try it for sure. Thanks guys for the porting!!:good::good::good:
dena994 said:
It's nice to see this rom also available for m7. We'll try it for sure. Thanks guys for the porting!!:good::good::good:
Click to expand...
Click to collapse
This is not a port, it is build from source all the way. ljjehl has been working hard on this ROM fir this device.
unable to install on m7tmo. error message "this package is for m7,m7att devices".
I used Xenon HD way back on my Galaxy Nexus. Great feature packed ROM all the way. Looking forward to give this a shot (or flash lol!)
Sent from my Overpowered HTC One
mace07 said:
unable to install on m7tmo. error message "this package is for m7,m7att devices".
Click to expand...
Click to collapse
It's an assert error in updater. Since I dont have TMO, I'm not 100% sure yet if APNs are setup for it. I can add m7tmo in the updater and fix it, but then you will have to tell me what all works.
Been running like a top all day!
Where is the theme chooser?
Sent from my One using XDA Premium HD app
---------- Post added at 04:57 PM ---------- Previous post was at 04:39 PM ----------
Never mind...lol
Sent from my One using XDA Premium HD app
This will not install, tried both downloads available. Complete wipe, the install fails. Using twrp 2.6.3.3.
Sent from my HTC One using Tapatalk
fireforhire said:
This will not install, tried both downloads available. Complete wipe, the install fails. Using twrp 2.6.3.3.
Sent from my HTC One using Tapatalk
Click to expand...
Click to collapse
What's the error code? You may have a corrupted download. You may also need to update your recovery to at least 2.7.0.0. Im using 2.7.0.8
Sent from my HTC One using DroiDevs Premium Plus
thats insane!!!!!!xenonhd at m7????wow!!!!!!i remeber the old good days using this rom at my nexus...welcome here mates!!!!
Won't install here either. I'm on twrp 2.7.
Sent from my HTC One using XDA Premium 4 mobile app
Won't install here either. I'm on twrp 2.7. <br />
<br />
Sent from my HTC One using XDA Premium 4 mobile app
Click to expand...
Click to collapse
You need to give me an output error. I can't help you when you all just say "won't install"
Sent from my HTC One using DroiDevs Premium Plus
I'm on TMOUS latest recovery and it flash with no issues! The only things is that I need to input the APN manually.
nieves53 said:
I'm on TMOUS latest recovery and it flash with no issues! The only things is that I need to input the APN manually.
Click to expand...
Click to collapse
Probably means there's no tmous apns. Will check into it
Error executing updater.
Sent from my HTC One using XDA Premium 4 mobile app
mleet1980 said:
Error executing updater.
Sent from my HTC One using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Still not enough info. Code 0 or 7? Assert error?
Success here, on m7att model using latest TWRP recovery.

Categories

Resources