[ROM][DISCONTINUED] CyanogenMod 12.1 for HTC One M8 Dual SIM - One (M8) Android Development

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
CyanogenMod is a free, community built, aftermarket firmware distribution of Android 5.1.x (Lollipop), which is designed to increase performance and reliability over stock Android for your device.
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 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.
CyanogenMod is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. You will need to provide your own Google Applications package (gapps). CyanogenMod does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All the source code for CyanogenMod is available in the CyanogenMod Github repo. And if you would like to contribute to CyanogenMod, please visit our Gerrit Code Review. Your changelog is whatever was merged into gerrit.
GPL compliance:
Device tree source code: CyanogenMod/android_device_htc_m8d
Kernel source code: CyanogenMod/android_kernel_htc_msm8974
Broken:
Nothing!
Working:
Everything except 'broken' stuff
Compatibility:
This build is compatible with all M8 Dual SIM variants (m8dug and m8dwg).
It is based off the HTC's Android 5.0.2 firmware, binaries and kernel.
Downloads:
Official download links
Installation:
Reboot to recovery (TWRP by @Captain_Throwback) - Direct link
Wipe /system, /data and /cache
Install CM package
Install [optional] Google Apps package (TK GAPPS by @osm0sis and @TKruzze) - Direct link
Credits & collaborations:
This work is due to efforts from everyone involved in M8 development with some changes from myself. The CyanogenMod team would like to thank everyone involved in helping with testing, coding, debugging & documenting! Enjoy!
Device wiki:
Official wiki link
XDA:DevDB Information
CyanogenMod 12.1, ROM for the HTC One (M8) Dual SIM
Contributors
bgcngm
ROM OS Version: 5.1.x Lollipop
ROM Kernel: Linux 3.4.x
ROM Firmware Required: LP firmware
Based On: CM12.1
Version Information
Status: Discontinued
Created 2015-07-26
Last Updated 2016-12-28

does speaker audio work??
as in no speaker distortion

Sure, all audio works, except incall audio as stated above. And it is only in a certain condition.

bgcngm said:
Sure, all audio works, except incall audio as stated above. And it is only in a certain condition.
Click to expand...
Click to collapse
sorry I meant speaker distortion

No speaker distortion at all.

bgcngm said:
No speaker distortion at all.
Click to expand...
Click to collapse
sweet

I highly appreciate if any dev wants to join to this effort of bringing full CM support to M8 Dual SIM. Been trying to fix this incall audio issue for a month now, without success.

Update regarding the strange NFC issue.
An initial logcat pointed this out:
Code:
I/NfcService( 2787): Enabling NFC
D/NFCJNI ( 2787): Start Initialization
[COLOR="Red"]E/NFC-HCI ( 2787): Could not open /vendor/firmware/libpn544_fw.so or /system/lib/libpn544_fw.so
W/NFC ( 2787): Firmware image not available: this device might be running old NFC firmware!
[/COLOR]D/NFCJNI ( 2787): NFC capabilities: HAL = 8150100, FW = b10129, HW = 620003, Model = 11, HCI = 1, Full_FW = 1, Rev = 41, FW Update Info = 0
D/NFCJNI ( 2787): phLibNfc_SE_GetSecureElementList()
D/NFCJNI ( 2787):
D/NFCJNI ( 2787): > Number of Secure Element(s) : 1
D/NFCJNI ( 2787): phLibNfc_SE_GetSecureElementList(): SMX detected, handle=0xabcdef
D/NFCJNI ( 2787): phLibNfc_SE_SetMode() returned 0x000d[NFCSTATUS_PENDING]
I/NFCJNI ( 2787): NFC Initialized
The error is gone after taking that proprietary file from the stock ROM:
Code:
D/NFCJNI ( 2904): Start Initialization
D/NFCJNI ( 2904): NFC capabilities: HAL = 8150100, FW = b10129, HW = 620003, Model = 11, HCI = 1, Full_FW = 1, Rev = 41, FW Update Info = 0
D/NFCJNI ( 2904): phLibNfc_SE_GetSecureElementList()
D/NFCJNI ( 2904):
D/NFCJNI ( 2904): > Number of Secure Element(s) : 1
D/NFCJNI ( 2904): phLibNfc_SE_GetSecureElementList(): SMX detected, handle=0xabcdef
D/NFCJNI ( 2904): phLibNfc_SE_SetMode() returned 0x000d[NFCSTATUS_PENDING]
I/NFCJNI ( 2904): NFC Initialized
NFC seems to initialize correctly in both cases, but I can't exchange data with other devices. I was not expecting this kind of issue at all because standard M8 has the same NFC chip.

Just one clarification regarding the incall audio issue. The noticed pattern is:
SIM 1 network mode set to LTE or 3G (SIM 2 network mode is automatically set to 2G) > incall audio works on calls using SIM 1, but not SIM 2
SIM 2 network mode set to LTE or 3G (SIM 1 network mode is automatically set to 2G) > incall audio works on calls using SIM 2, but not SIM 1

New updates on the incall audio issue. I finally got incall audio on the SIM card that is not set to LTE/3G. It was done by forcing a different PCM device to be opened during the call. Now I get the exact opposite behavior, than the one described on previous post.
The source code needs some changes in order to decide which PCM device should be opened, taking into account which SIM is calling and what network mode is set.
EDIT: New update released. Incall audio issues are fixed.

Can you change that to "by @TKruzze and @osm0sis"? Thanks!

It has been done!

bgcngm said:
New updates on the incall audio issue. I finally got incall audio on the SIM card that is not set to LTE/3G. It was done by forcing a different PCM device to be opened during the call. Now I get the exact opposite behavior, than the one described on previous post.
The source code needs some changes in order to decide which PCM device should be opened, taking into account which SIM is calling and what network mode is set.
Click to expand...
Click to collapse
I have been testing one change that appears to be working pretty well. Hope to come with a beta release within the next few days.

Moved from Alpha to Beta release and the download link is updated with the new version. The incall audio issue is fixed for good and the only problem now is NFC. Please test NFC and post your comments.

Everything works great so far.
Had some problems with the last version.
Sometimes both sim cards lost connection and only a reboot could make them work again.
Will test this ROM the next day's and then report back.
Thanks again for your hard work.
Sent from my HTC One_M8 dual sim using XDA Free mobile app

Could you please test NFC? Did you have the latest LP firmware flashed?
Sent from my HTC One_M8 dual sim using Tapatalk

Sorry, I don't have any NFC devices to test with.
Yes, I think so. Installed the latest OTA update before installing this ROM.
Sent from my HTC One_M8 dual sim using XDA Free mobile app
---------- Post added at 12:00 PM ---------- Previous post was at 11:46 AM ----------
Just checked my settings and I'm on firmware 4.30.401.15
Sent from my HTC One_M8 dual sim using XDA Free mobile app

Okay, same here.

I don't know if those users using this ROM have already noticed, but it allows both SIM cards (only one at a time) to be set to LTE/3G. Huge difference when compared to the stock Sense ROM, where SIM2 can only work in 2G.
I'm running CM for more than a month now and, with the latest beta release, it can be perfectly considered as a daily driver.

No, haven't noticed that. But it's cool and will come in handy when I'm back in Australia. So I don't have to switch card's at the airport. Big thanks for that.
And so far there are no issues with this beta. No dropped connections or other bugs.
Will test NFC later today.
Sent from my HTC One_M8 dual sim using XDA Free mobile app

Related

CyanogenMod 11.0 for Galaxy S4 LTE-A (GT-I9506)

/* Info */
Portion of CyanogenMod to Galaxy S4 LTE-A (GT-I9506).
This ROM is based on Galaxy Note 3(hlte)'s CyanogenMod.
For more info, visit http://www.cyanogenmod.org
/* Disclaimer */
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. Hard. A lot.
/* Supported device */
Galaxy S4 LTE-A (International) (GT-I9506, ks01lte)
/* Unsupported device */
Galaxy S4 LTE-A SK (SHV-E330S, ks01lteskt) (untested)
Galaxy S4 LTE-A KT (SHV-E330K, ks01ltektt) (untested)
Galaxy S4 WITHOUT Snapdragon 800 SoC
/* Known issues */
Users report some issues with BT keyboards.
systemui crashes with 4.2.2 bootloader or modem. No keymaster.mdt in firmware partition. FIX:
1. Update bootloader and modem to stock 4.3 first or use workaround from this post 58 OR
2. Use fix from post 90 OR
3. Download and install this file in recovery.
/* What you need to know */
This is an official portion of CyanogenMod
'Opensource' does not mean 'no-respect'
Leave credits to original developers
This is only tested on
- GT-I9506 coming from stock Android 4.4.2 KK
Other variants, other OS may not be fully compatible
/* Thanks to */
Whole CyanogenMod Team.
@arter97
Temasek for work on hltes kernel.
/* Contact */
Email : [email protected]
/* Downloads */
WARNING: User builds don't have root.
CM kernel:
userdebug build:
cm-11-20140918-SNAPSHOT-M10-ks01lte.zip
Google drive
MD5: b0da91137da2c4411f1d860285e2fcbe
user build:
cm-11-SNAPSHOT-M10-user-ks01lte.zip
Google drive
MD5: 578ba3b39cba727d7c81bbb624667156
Temasek kernel not support from now. Don't have time to maintain two kernels at once.
Please mirror.
/* Installation */
1. Install ClockworkMod(or PhilZ) recovery
2. Put ROM and Gapps on you SD card
3. Enter recovery and do a factory reset
4. Flash ROM and Gapps in order
/* Sources */
Device tree: GitHub
Kernel: GitHub
/* Donations */
If you appritiate my work and want to donate. Here is the link to PayPal
XDA:DevDB Information
CyanogenMod 11.0 for Galaxy S4 LTE-A (GT-I9506), ROM for the Samsung Galaxy S 4
Contributors
solk2
Source Code: https://github.com/solk2/android_device_samsung_ks01lte
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.4.x
ROM Firmware Required: Device must be rooted and CWM-based recovery installed
Based On: CyanogenMod
Version Information
Status: Beta
Current Beta Version: SNAPSHOT-M10
Beta Release Date: 2014-09-18
Created 2014-05-30
Last Updated 2014-12-30
Reserved
Changelog:
20140918:
Added back Qualcomm audio effects.
Updated GL libs.
init: Removed cpu sync parameters.
init: Added back mpdecision.
init: Added back serial for usb.
msm: mdss: Properly init panel and leave splash mode.
Improved battery life.
Use Widevine L3, fix DRM playback
Clean up RIL class.
Fixed Smart Cover.
Fix sensorhub sensors not turned on and off while (un)locking.
20140907:
Fixed calls recordings.
20140828:
Removed mpdecision in favor of simple_plug.
Updated mount options to increase performance.
Added sensorhubservice.
Fixed CIFS mounting without unc option.
20140822:
Fixed reboot on A2DP connect.
20140820:
Updated EGL libs.
20140819:
Readded BT FW prepatch. This prevents WiFi hangs.
Tunned acdbs according to stock ROM.
20140818:
Fixed reboots caused by incorrectd acdb for BT.
20140815:
Fixed adsp crash on outgoing call thru BT.
20140814:
Added gamma controls.
Added glove mode controls.
Gone moduleless.
Fixed reboot coz of adsp subsystem crash.
20140808:
Use opensource rild.
Update libmmjpeg, libmmjpeg_interface to SHVs one.
Adjusted headphones detection voltages.
20140807:
Fully updated to samsung 4.4.2 binary blobs (except libmmjpeg).
Updated MHL (HDMI) drivers.
Added F2FS support.
Added CIFS support.
20140723:
Updated mdss.
bluetooth: Wait until no TXDATA or timer expires.
20140722:
Fixed kernel panic when brightness set to manual.
20140717:
Use hardware audio effects.
20140715:
[Hack] Fix for Smart Remote by colortiger.
Use hardware aac codec
20140714:
Update mpdecision and libqc-opt.
Update adreno to qdevnet 24 June 14 KOT49H
Pulled back bcm4335 prepatch. This fix some WiFi hangs on BT on/off switches.
Fixed date/time before network startup.
20140711:
Fixed bluetooth crash in l2cap_build_cmd() with small MTU
*20140709:
Fixed hangouts mic.
20140709: Fixed hangouts mic.
20140707: Optimized panel init/uninit.
20140706: Fixes in temaseks adreno driver.
20140704: Update WiFi Firmware and NVRAM.
20140703: Changed power HAL extension to use background pthread for robust
wake up.
20140701: Update adreno binary blobs.
Update bluetooth config.
20140625: Update libril.
20140623: Set up update server for automatic updates.
Switched to HLTE's camera blobs.
Reverted to HLTE's GPS HAL.
20140618: Reverted to stable/cm-11.0 branch. Coz latest updates made Phone dialpad UI unusable.
Switched to opensource ril-daemon.
Added ISO modes to camera.
Updated GPS HAL.
Temasek updated to 3.72.
20140613: Probably min freq is fixed.
Fixed stereo mic recording volume without need of maxing mixers to max.
Lowered recording volume.
20140611: Update mpdecision from LG G2. Looks like working better. Hope this will fix min freq bug.
20140609: Maxed stereo recording mic mixers for audio recording.
Updated build fingerprints and model property.
20140606 Testing: Some audio fixes.
Temasek kernel with more governors. And min frequency fixed.
20140603: Audio fixes. Fixed crunkle in some scenarios like playing music and notifications at the same time.
20140602: Change mpdecision to i9500 ones. Looks it sets back min_cpufreq to 300Mhz.
Modified init scripts to set min_cpufreq to 300Mhz.
20140601: Fixed headphones not detected.
Update geofence libs from SHV 4.4.2 ROM.
Fixed sip calls audio.
Reserved
Aside from the camera modes, do all of the key functions of this ROM work?
If so, I'll be installing it this evening after work!
I have been waiting months for CM to be working on the i9506, so huge thanks to you!
awicks said:
Aside from the camera modes, do all of the key functions of this ROM work?
If so, I'll be installing it this evening after work!
I have been waiting months for CM to be working on the i9506, so huge thanks to you!
Click to expand...
Click to collapse
I can't gurantee that everything will work fine. I can't test LTE coz I dont have it in my country. But I am using it for a couple of days. And till now I found this issue, moslty with slow motion recording and with sip calls audio. Skype works fine.
Hey
Thanks for your hard work. I'll test that soon and report back. Just a couple of questions though:
- how is battery life?
- you mentionned a problem with SIP call, but is it still usable for daily call?
Thanks again for your hard work
Sent from my GT-I9506 using XDA Premium 4 mobile app
singoutout said:
Hey
Thanks for your hard work. I'll test that soon and report back. Just a couple of questions though:
- how is battery life?
- you mentionned a problem with SIP call, but is it still usable for daily call?
Thanks again for your hard work
Sent from my GT-I9506 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Battery life apears to me better then on stock rom. But I hadn't tested much with latest build. Made it only today.
It may be dependent on which codec is used with your sip provider. I don't know if it will be usable. I'll look into it next week.
After installing i get error message: "unfortunately, the process com.android.systemui has stopped." Did anyone of you have same error? Or an idea how i can solve it?
Im using it in germany (if that occurs the error, but i don't think so)
I use this recovery: [RECOVERY][UNOFFICIAL]ClockWorkMod Recovery 6.0.4.8 for i9506 (fixed extSD, USB)
Looks promising. Good job.
Sent from my GT-I9506 using Tapatalk
---------- Post added at 07:49 PM ---------- Previous post was at 07:46 PM ----------
Bit I remember I read somewhere that using hlte kernel would fry up the screen.
Sent from my GT-I9506 using Tapatalk
Thank you for rom. I really appreciate your work.
Sent from my ks01lte using Tapatalk
solk2 said:
/* Info */
Portion of CyanogenMod to Galaxy S4 LTE-A (GT-I9506).
This ROM is based on Galaxy Note 3(hlte)'s CyanogenMod.
For more info, visit http://www.cyanogenmod.org
/* Disclaimer */
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. Hard. A lot.
/* Supported device */
Galaxy S4 LTE-A (International) (GT-I9506, ks01lte)
/* Unsupported device */
Galaxy S4 LTE-A SK (SHV-E330S, ks01lteskt) (untested)
Galaxy S4 LTE-A KT (SHV-E330K, ks01ltektt) (untested)
Galaxy S4 WITHOUT Snapdragon 800 SoC
/* Known issues */
Not all camera modes working.
SIP calls audio crackle. HOTFIX:
Just delete this two lines
Code:
use.voice.path.for.pcm.voip=true
use.dedicated.device.for.voip=true
from /system/build.prop.
Or wait for the next release.
/* What you need to know */
This is an unofficial portion of CyanogenMod
'Opensource' does not mean 'no-respect'
Leave credits to original developers
This is only tested on
- GT-I9506 coming from stock Android 4.3 JB
Other variants, other OS may not be fully compatible
/* Thanks to */
@arter97
/* Contact */
Email : [email protected]
/* Downloads */
cm-11-20140530-UNOFFICIAL-ks01lte.zip
Google drive
Please mirror.
/* Installation */
1. Install ClockworkMod(or PhilZ) recovery
2. Put ROM and Gapps on you SD card
3. Enter recovery and do a factory reset
4. Flash ROM and Gapps in order
/* Sources */
Device tree: GitHub
Kernel: GitHub
XDA:DevDB Information
CyanogenMod 11.0 for Galaxy S4 LTE-A (GT-I9506), ROM for the Samsung Galaxy S 4
Contributors
solk2
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.4.x
ROM Firmware Required: Device must be rooted and CWM-based recovery installed
Based On: CyanogenMod
Version Information
Status: Testing
Created 2014-05-30
Last Updated 2014-05-30
Click to expand...
Click to collapse
You, you are awesome, sir!
Thank you for your hard work, and for the device tree :b
I have tried flashing this this evening but have discovered that my phone is i9506 / ks01lteskt and this ROM throws an error (7) when I try to flash it.
Should this be compatible?
Fast and very smooth rom ! Good battary life.
Oem headphones not working. I put it in jack and sound comes from speakers. Can anyone report back?
Sent from my ks01lte using Tapatalk
Anyone able to make it work on Australian vodafone i9506 version?
Sent from my GT-I9506 using XDA Free mobile app
mezo91 said:
Oem headphones not working. I put it in jack and sound comes from speakers. Can anyone report back?
Sent from my ks01lte using Tapatalk
Click to expand...
Click to collapse
Custom earphones don't work either. Seems the jack doesn't recognize any of them?
Bugs ive seen so far:
1. Headphones dont work (inserted in jack and phone speakers producing the sound)
2. Menu button doesnt work in titanium back up (dont know if rom bug or problem with tb)
3. The phone heats up alot so i went to check performance in settings i found that what ever i do the min freq keeps returning to 1728
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I tried to change governor, and disable per app profile the min freq come back to that specific speed and locks. (I don't know if thats a bug or it should work that way, i said i should just report)
Sent from my ks01lte using Tapatalk
---------- Post added at 11:54 AM ---------- Previous post was at 11:48 AM ----------
1st charge to 100%
1 hour 16 minutes. of just surfing nothing special.
Have greenify on all apps too.
Sent from my ks01lte using Tapatalk
---------- Post added at 11:54 AM ---------- Previous post was at 11:54 AM ----------
Screen set to auto.
Sent from my ks01lte using Tapatalk
I reckon Titanium Backup problem is the same as with me. I had to enable USB debugging first, make sure TB gets root access and restart TB. It warns about USB debugging if it's not enabled by default. It can be enabled by going to system settings, about phone and tapping "build number" like times.
TonskuDaigle said:
I reckon Titanium Backup problem is the same as with me. I had to enable USB debugging first, make sure TB gets root access and restart TB. It warns about USB debugging if it's not enabled by default. It can be enabled by going to system settings, about phone and tapping "build number" like times.
Click to expand...
Click to collapse
Yup, Did all that and still menu button doesn't work.
Sent from my ks01lte using Tapatalk
I'm really bothered that the audio jack doesn't work
I refuse to walk to work without my music.

[ROM] CyanogenMod 11.0 | Android 4.4.4 KitKat | [Developer-Nightlys]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
DO NOT REPORT BUGS UNLESS YOU HAVE DONE A FULL WIPE, INSTALLED THE GAPPS PROVIDED IN THE 2ND POST, AND ARE RUNNING STOCK KERNEL WITHOUT STUPID MODS OR YOUR BUG REPORT WILL BE IGNORED PERIOD.
These are UNOFFICIAL/DEVELOPER builds of CM11 with test fixes for bugs in this thread that will eventually be merged into CM nightlys for klte (GSM), klteusc, kltedv, and kltevzw devices and by NO means this is my ROM. I am just compiling from
CM Source and 100% credits goes to TeamDouche, and all other coders who contributed to CyanogenMod.
For which devices, should work with all klte versions that are qualcomm
Included in the Unified GSM build
kltexx,kltelra,kltetmo,kltecan,klteatt,klteub,klteacg,kltedcm,klte
Individual CDMA builds kltevzw,klteusc,kltespr
Individual GSM builds kltedv
If your device isn't listed in the "individual" lists then flash the generic "klte" build
Click to expand...
Click to collapse
Code:
[B]IMPORTANT[/B]
* Do NOT expect daily builds. I'll build when I'm free.
* Do NOT ask for support for flashing in this thread.
* Do NOT use this unofficial build and ask for support at the official threads.
* Do NOT be rude.
* Respect all users
* If I see a NOOB question and I don't feel like replying, I WONT.
I personally am not fond of these kinds of threads, If it turns into my last one I WILL LEAVE and close the thread. We have started some momentum here. Let's keep it rolling .
Built from CM source
Service
Text
Data
Call
Audio
WiFi
Google Now
Bluetooth
GPS
MMS
Video playback
Audio playback
Internal/External SDcard mounting
Camera
Video recording
IR Blaster
NFC
Touchscreen in some games....
General CM bug: newest instagram update results in black pics...Rollback the update to fix...Then email FB and tell them to fix their apps
Do NOT use superwipes
Wipe data, cache, and dalvik cache
** (if you are simply applying an update to this rom base this might not always be required)
*** ((but do not report bugs if you didn't full wipe))
Flash ROM
Flash GAPPS (in 2nd post) (No other gapps packages are officially supported!)
Reboot
???
Profit
To enable Developer Options and Performance go to Settings, About Phone and repeatedly press Build Number.
If you use ADB read this: PSA by CM
If you use reboot to recovery read this: PSA by CM
Regarding new Superuser: PSA by CM
Read the FAQ thread here before posting any questions in this thread: FAQ
And any and all users in this thread who contirbuted or will contribute to making this ROM as stable as possible
Garwynn XDA
Tom Marshal (tdm)
Ethen Chen (intervigilium)
ktoonsez
Esa Laukkanen aka elelinux
Cyanogen Inc & Team-Kang
MrTrip
albinoman887
so here is a donation link if you want to buy me a coffee or pack of smokes (I go through a lot sitting on the PC messing around lol) go ahead. But not required or expected by any means
Note: The name on the paypal account may say patricia, this is because it's a family paypal account.
Thanks and happy flashing!
DOWNLOAD LINK + CHANGELOG in 3nd post
XDA:DevDB Information
[ROM] CyanogenMod 11.0 | Android 4.4.4 KitKat, ROM for the Samsung Galaxy S 5
Contributors
albinoman887, ktoonsez
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.4.x
Version Information
Status: Beta
Created 2014-09-01
Last Updated 2014-10-16
Reserved
do not report bugs unless you have done a full wipe, installed the gapps provided in the 2nd post, and are running stock kernel without stupid mods or your bug report will be ignored period.
BUG REPORT TEMPLATE, IF YOU WANT A RESPONSE FOLLOW THIS!!!
Device:: T-Mobile G900T kltetmo
Baseband: ENTER_VERSION_HERE
Bootloader: ENTER_VERSION_HERE
EFS: ENTER_VERSION_HERE
ROM Ver: ENTER_VERSION_HERE
Description: Wiped, flashed 9/8 build, correct Gapps loaded. Everything loaded fine.
BEFORE YOU POST....WORDS FROM A SMART MAN....
MrTrip said:
Hey all, I'd just like to throw this out there for those of you having random bugs.
This is a development tree. Its not stable or even RC. Its testing. While all the testing and bug reports are appreciated, some of these bugs can be solved with the following troubleshooting steps..
1. Make sure you have a clean install. This is most important. Dirty flashing can cause issues even from one build to the next days build. Some apks are changed and if you don't do a full clean flash these settings are not refreshed. Please do a clean flash and test this way.
2. Some issues may arise from using titanium backup to restore apps + data. Unless you absolutely positively need to restore data with these apps I'd advise against it. Albinoman887 had me to a restore of apps without data and things got much smoother.
3. I can't stress this enough from my own experience, xposed modules can and will break CM11. You might think you are making a minor change but it might be the wrong way to make this change.
4. Some apps do interfere with each other. Camera crashes can occur when a GPS fix app is running because the camera cannot geo tag a photo and it just crashes the camera. This is one that albinoman887 noticed the other day. THIS MAY NOT ALWAYS BE THE CASE. But its good to check that for yourself.
5. I know we all want to use our phone for 10 hours constantly no charge and be left with 99% but this simply cannot happen. It would be great if people could just test the rom vanilla and report issues that arise from that. I promise you i have no third party app "saving my battery" and my battery life is great.
6. When submitting a bug report please always mention your carrier and phone model. It helps to narrow down the issue. This is a unified build so an issue on a Verizon wireless s5 and a us cellular s5 might be different or not exist at all on the other units. This I cannot stress enough. Even if you noted your model before, we don't keep a database of users and their models so we do forget when looking for solutions what model this is broken on.
Being a part of this is like an open beta. Opt in or out it is your choice but help us, especially Albinoman887, help you by having the information he needs to find and squish these bugs.
I'm currently helping build a solid bug list with models and information but its hard to maintain when some bugs are because of a dirty flash or a third party app.
Let's make CM11 on the Galaxy S5 be the best it can be!
Thank you for your time, support, and any donations given to the developers during this process. Nobody would be here if it wasn't for a good solid team effort.
Sent from my SM-G900R4 using XDA Free mobile app
Click to expand...
Click to collapse
Fixes NOT YET MERGED into OFFICIAL CM branch.
* UNOFFICIAL kltedv specific builds with fixed NFC
Old Changelogs
Sep-27
* Synced with upstream
** The following changes have not been merged into main CM source yet! **
* Fixed NFC for G900I device
* Added proximity wake up support
* Merged a fix from hlte to help with VOIP choppiness
Sep-24
* This will be the last build compiled by me since nightlys are turned on.
* we now are using the stock GSM ril libs....
* Upstream updates
Sep-19
* First release with split up builds....
* Initial klteusc build
* initial klte gsm only build
* GSM: switched to KK HLTE RIL libs so we can use the new custom RIL class
* CDMA uses all official STOCK KK RIL libs
* Any and all upstream updates at time of compile
** VZW coming soon **
Sep-14
* Fixed touchscreen staying on while screen is off
* Updated vibration strength code (upstream) if dirty flashing and you have changed intensity settings PLEASE RESET TO DEFAULT as the scale has changed
* HighTouchSensitivity (glove mode) now actually works (tested by checking sysfs entry and using my shirt over my finger)
* Updated GPS HAL source to caf branch kk_3.5
* All upstream changes at time of compile
Sep-10
* Removed key disabler support because there are kernel side changes I haven't implemented yet.
* Fixed capacitive keys staying on during a phone call
Sep-8
* Did a bit more tweaking to high-gain-stereo recording mic
* Enabled vibration strength settings (Settings>Sound>Vibration Intensity)
* Enabled high touch sensitivity (Settings>Language & Input)
* Enabled key disabler for when switching to nav bar mode but I can't find it in settings. I might be missing a change...
* Upstream updates
Sep-6
* This is mainly a maintenance update. I went back through the source and double and checked and tested reported bugs.
* Tested phone calls: Dialer works, dialing pad works, no lag when pressing call, called people in and not in my phone book by tapping and by dialing, and people can hear each other. Tested 3 times. from a cold boot. Issues with phone include: capactive keys are still responding when in a call and the screen is off so it is possible to back out of the phone app while on the call and start pressing things with your face
* Tested touchscreen in Snes9x EX+: Still the same issues. No response from touchscreen
* Attempted fix for G900I users and NFC but obviously I can't test since I don't have the device.
* Cherry-picked about 4 coomits from gerrit dealing with audio routing improvements.
* Synced with upstream
Sep-5
* PLEASE ONLY USE THE GAPPS PROVIDED IN THE 2ND POST. NO OTHER GAPPS PACK IS SUPPORTED AND IS KNOWN TO CAUSE ODD ISSUES
* Reverted back to old ril stack since we weren't using 100% stock libs anyways and it was breaking cdma. Will revisit at a later date
* Fixed CDMA (obviously)
* Tried reverting "enable denoise by default" for camera to see if it fixes instagram. Please let me know as I don't use the app
* Any and all upstream updates at time of compile
* Working Sprint NC
* Kernel: merged back ONE change we had in the old bringup branch to see if it fixes audio issue reported by "some" users
Sep-4
* Fixed screw up on my part for NFC. Should be working now
* Added subjective NFC driver loading support so one build can work for sprint and all others (untested on sprint)
* Corrected partition sizes (ktoonsez)
* Enable denoise in camera by default
* Any and all upstream changes at time of compile
* GSM is now using 98% stock RIL libs.
^^ in a nutshell, we were before using all HLTE jellybean RIL libs. If we used ours we would get no data and could not make phone calls. Now with a recent patch to cm we are able to make calls with our ril. what was done was (not by me) digging into the TW framework and finding calls that we don't have. That's what ixed the calling issue. HLTE is now using KK ril blobs due to this fix. They don't have any data issues. we still do unless I swap out libsec-ril.so and then because they tie together also libqmiservices.so to the HLTE KK one (before we were also swapping libril.so to HLTE JB before the patch). Now the reason I think this swap is needed is because of the download booster option in TW. Since AOSP doesn't offer this we most likely need to set something on code that always returns "0" or off for that feature. It will take some digging though. This still gets us a lot closer to stock. there are about 15 files related to the "ril stack" only 2 aren't from our device now. Also I've read through many logs and don't see any regressions from using these two libs
Sep-2
* Fixed NFC (won't work on sprint models until I make a special build just for sprint later today)
* Fixed IR blaster (at least on TMO)
* Switched to newest libqmiservices.so that can be used with the old GSM ril libs (CDMA is using stock KLTE)
* Any upstream changes by CM at time of build
Sep-1
* Attempted to fix issue some were having with wifi password resetting
* Now using about 99% stock NG3 libs. Only swapped libs are the rils from hlte as well as an older version of libqmiservices (NE5) to work with the older RIL libs. Rest 100% stock
* Slowly re-adding some kernel fixes to test battery drain
* Searching for contacts in dialer works
* Low recording mic gain fixed (I fixed this i think yesterday or the day before but forgot to mention it)
** This wasn't really mentioned and I don't know if Esa has added it but right when CM added sources Ethan re-wrote the audio routing code. So now all audio issues should be fixed and small ones that aren't like above should be easy fixes from here on out
*** The next changes may or may not have already been in place in the last builds but I want them to be documented ***
* 100% stock keylayouts
* 100% stock mixer paths
* Enabled dock settings
* GPS should be pretty stable now. We are now using all the correct configurations and libs
Team Hydra Github (main): https://github.com/Team-Hydra
CyanogenMod Github: https://github.com/CyanogenMod
kltedv :KLTEDV Nightlys
kltespr : KLTESPR Nightlys
klteusc : KLTEUSC Nightlys
kltevzw : KLTEVZW Nightlys
If your specific model isn't listed above and is a CDMA device it is not supported. Otherwise flash the unified GSM build below....
Unified-GSM : KLTE Nightlys
----------------------------------------------------------------------------------------------------------------
GAPPS: : HERE
----------------------------------------------------------------------------------------------------------------
BUILDBOT MIRROR : DOWNLOAD MIRROR
Thanks. Have you guys fixed the touchscreen issue? Don't see it mentioned. Downloading now and will post my results.
Sent from my SM-G900T using NSA's decryption technology.
velayo said:
Thanks. Have you guys fixed the touchscreen issue? Don't see it mentioned. Downloading now and will post my results.
Sent from my SM-G900T using NSA's decryption technology.
Click to expand...
Click to collapse
i dont know i asked when i posted the last bug but no one replied
Thanks for the fast reply. I will know in a few minutes.
Sent from my SM-G900T using NSA's decryption technology.
I'm probably doing something wrong here, but every time I try to flash this I get a failed message on twrp. Md5 matches, and I'm on a 900t.
Sent from my SM-G900T using Tapatalk
velayo said:
Thanks. Have you guys fixed the touchscreen issue? Don't see it mentioned. Downloading now and will post my results.
Sent from my SM-G900T using NSA's decryption technology.
Click to expand...
Click to collapse
Installed this ROM and can not find a touchscreen problem..(what was the problem in other release ?)
Installed also GAPPS and no single error!!
Other ROMs always get a "service stop" error.
Now I'm restoring with titanium and looks great..
Nice! Finally a separate thread.
Thanks for the thread! @albinoman887
Okay, what specific device did you working on and what the difference from elelinux build. Since a little bit confused lately for us and for custom aosp ROM modders
Tried this on my G900i and it works great. Haven't had an issue at all. Thanks!
Am I the only one using cm on a us cellular variant?
Running the latest build on my G900F. Smooth as f***. Thanks devs :good:
thenashy said:
Tried this on my G900i and it works great. Haven't had an issue at all. Thanks!
Click to expand...
Click to collapse
Good to know. Been waiting for a cm build to run on my 900I
So, WiFi is fixed on my G900R4. The only thing I can see is that touch screen still doesn't work on certain apps such as xbmc or almost any emulator. Also, it doesn't know my network, just says roaming indicator off.
My Antutu benchmark : 42166
Can't paste (link) a printscreen.png
warezjunk said:
My Antutu benchmark :
Click to expand...
Click to collapse
How's battery life?
albinoman887 said:
i dont know i asked when i posted the last bug but no one replied
Click to expand...
Click to collapse
Overall the touchscreen works much better now. However when I use Papyrus (note taking app) I don't get any response from the screen.
Sent from my S5 using NSA's proprietary decryption technology.
butterfff said:
How's battery life?
Click to expand...
Click to collapse
Better then stock..

{sprout}[OFFICIAL][6/1] - CyanogenMod 11 - Nightlies - MT6582

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
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 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.
WORKING:
- Everything
SCREENSHOTS
DOWNLOAD
http://thunderzap.in/downloads/
INSTALL INSTRUCTIONS:
Power off
Boot into recovery
Full clean - format system, data, cache
Install zip
Install gapps.
Device tree: https://github.com/varunchitre15/android_device_google_sprout
Vendor: https://github.com/varunchitre15/android_vendor_google_sprout
Kernel source: https://github.com/varunchitre15/android_kernel_mediatek_sprout
XDA:DevDB Information
Cyanogenmod 11, ROM for the OEM Cross Device Development
Contributors
varun.chitre15
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.4.x
ROM Firmware Required: Unlocked Bootloader and a custom recovery
Version Information
Status: Beta
Created 2014-10-06
Last Updated 2015-01-12
Changelog
Beta 4 - 23/12
Code:
*. Fixed 3G on SIM2
*. Fixed Data on SIM2
*. Implemented SIM switching mechanism
*. Performance improvements
*. Updated CM source
Beta 3 - 27/10
Code:
*. Fixed AGPS
*. Fixed GPU rendering in apps
*. Single-color notifications LEDs
*. Extended FFMPEG codecs for decoding of more audio/video codecs
*. Updated CM source
Beta 2 - 20/10
Code:
*. Fixed calls and messages through second SIM
*. Fixed data on SIM1 - both 2G and 3G works
*. Fixed failure to set subscriptions in settings
*. Fixed failure of mounting of /oem partition
*. Cleaned up a lot of un-necessary services in init
*. Increased kernel log buffer size for full logs
*. Updated CM source with various stability improvements and feature updates
Beta 1 - 15/10
Code:
*. Fixed Dual SIM - Can receive calls, messages. You can't place calls yet because system fails to set defaults to sim2 in settings
*. Fixed magnetometer
*. Improved touch driver
*. Enabled Auto-provisioning of SIM toolkits
*. Improved boot time
*. Inline kernel building with updated kernel source from Google
Alpha 2 - 9/10
Code:
*. Fixed Wifi
*. Fixed Wifi direct and hotspot
*. Updated CM source
*. Enabled Wifi display
*. Disabled Intrusive notification LED adjustments
Alpha 1 - 6/10
Code:
*. Initial release
Thanks @varun.chitre.15 :good:
Will Check It Out!
You Rock!
Just tipped your post to XDA Portal
I have THL t6s (mtk6582m)
Can i flash the rom?
It's up at XDA Portal. XDA portal can't get any better topic than this.
Thanks a lot Varun.chitre15 for your blazing fast and hard efforts that you put in development for this device. :good:
Let's sniff out magnifying glasses and start observing sources....
Bhargav97 said:
It's up at XDA Portal. XDA portal can't get any better topic than this.
Thanks a lot Varun.chitre15 for your blazing fast and hard efforts that you put in development for this device. :good:
Let's sniff out magnifying glasses and start observing sources....
Click to expand...
Click to collapse
yes bro I just read it!
Varun is awesome no doubt.
Keyvannn said:
I have THL t6s (mtk6582m)
Can i flash the rom?
Click to expand...
Click to collapse
Hell no dude, this ROM is only for Android One devices.
Thumbs up, Varun! GREAT!!
Great
This is just what I was waiting for!
U rock dude
Sent from my Micromax AQ4501 using Tapatalk 2
Suggestion canvs a1 vs redmi 1s
which is best for development canvs a1 vs redmi 1s and custom roms and xiaomi has said it will launch source code for redmi 1s is to be consider I want to buy between this two which is best to buy
will canvas a1 has working otg after rooting
MerXcoolZ said:
which is best for development canvs a1 vs redmi 1s and custom roms and xiaomi has said it will launch source code for redmi 1s is to be consider I want to buy between this two which is best to buy
will canvas a1 has working otg after rooting
Click to expand...
Click to collapse
development is good for android one but specs are low. if u can do without cm11 and latest android version, i suggest redmi. dont ask qstns in dev section
Found Bugs And Doubts !?!
Here Are The Bugs That I have spotted and you may even have fixed them for your beta version but still i thought posting them will help! :highfive:
Excluding the things you have said that are not working these are just minor(Maybe) Bugs In The Alpha Build
#1. Service 1 And Service 2 Text Is Constant In The Quick-Toggles and Some Times Overlap on The Quick Toggles
#2. Unstable Themes Selection (SomeTimes With Some Themes:silly
#3. Missing Options In Settings Menu (Ex. Signal Bar Style,etc) & Not Needed Item In Search Results Of Settings(Which Leads To Crash)
And Then
#4. Swipe to Type Not Working AnyWhere(Ex- Messages, Notes, Terminal, Search,etc):silly:
I Know Its An Alpha Build And Bugs Are Compulsory But I Thaught It May Help!
Moving Further I Have A Suggestion...
#1. Remove The "1" And "2" Sim No. Icons Next to the Sim Icon In The StatusBar. IT Feels Cool Without That
And Last But Not Least I Have A Doubt...
Will CM's This Build Or Next Beta Or Stable Build Support ThunderZap Kernel ?
Thanks A Lot Bro, You Rock!
...Waiting For Your Reply...
Can I port to Honor 3c?
@varun.chitre15
Huawei Honor 3c has same chip i.e. Mediatek MT6582 and Mali 400MP4.
The difference is that it has 2 GB of RAM and resolution is 720 x 1280 pixels, 5.0 inches (~294 ppi pixel density).
So, my question is that can I implement this CM 11 into this device just like porting ROM, with apps of same resolution phone and same bin/lib?
P.S: I dont know to play with quotes, but can port ROMs, and a bit of theming/resizing!
MerXcoolZ said:
which is best for development canvs a1 vs redmi 1s and custom roms and xiaomi has said it will launch source code for redmi 1s is to be consider I want to buy between this two which is best to buy
will canvas a1 has working otg after rooting
Click to expand...
Click to collapse
go for android one device,because redmi 1s has many negative comments such as high ram usage, heating ,etc android one will get more custom rom support that redmi 1s
MerXcoolZ said:
which is best for development canvs a1 vs redmi 1s and custom roms and xiaomi has said it will launch source code for redmi 1s is to be consider I want to buy between this two which is best to buy
will canvas a1 has working otg after rooting
Click to expand...
Click to collapse
Canvas 1 doesnt support otg
---------- Post added at 10:50 AM ---------- Previous post was at 10:46 AM ----------
Thanxx bro @varun.chitre great work..
Thank u man
_/\_
For dual sim, try entering this in terminal:
su
setprop persist.radio.multisim.config dsds
Click to expand...
Click to collapse
And reboot
DO TAKE A BACKUP BEFORE DOING ANYTHING.
I AM NOT RESPONSIBLE FOR ANYTHING THAT HAPPENS TO YOUR DEVICE.
P.S. I don't think it will work. But can give it a try
Kunal.Kene.1797 said:
Here Are The Bugs That I have spotted and you may even have fixed them for your beta version but still i thought posting them will help! :highfive:
Excluding the things you have said that are not working these are just minor(Maybe) Bugs In The Alpha Build
#1. Service 1 And Service 2 Text Is Constant In The Quick-Toggles and Some Times Overlap on The Quick Toggles
#2. Unstable Themes Selection (SomeTimes With Some Themes:silly
#3. Missing Options In Settings Menu (Ex. Signal Bar Style,etc) & Not Needed Item In Search Results Of Settings(Which Leads To Crash)
And Then
#4. Swipe to Type Not Working AnyWhere(Ex- Messages, Notes, Terminal, Search,etc):silly:
I Know Its An Alpha Build And Bugs Are Compulsory But I Thaught It May Help!
Moving Further I Have A Suggestion...
#1. Remove The "1" And "2" Sim No. Icons Next to the Sim Icon In The StatusBar. IT Feels Cool Without That
And Last But Not Least I Have A Doubt...
Will CM's This Build Or Next Beta Or Stable Build Support ThunderZap Kernel ?
Thanks A Lot Bro, You Rock!
...Waiting For Your Reply...
Click to expand...
Click to collapse
1. I'm aware of that.
2. Theme problem not with ROM
3. Out of my control. Problem in cm itself
4. Use different keyboard
5. Can't remove that, it's in cm source and I don't modify that.
6. No custom kernel compatibility until this gets fully functional.

[ROM][5.0.2][UNOFFICIAL][G800H] CyanogenMod 12 for S5 Mini

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
CyanogenMod 12.0 for the Samsung Galaxy S5 Mini (G800H Only)
CyanogenMod is a free, community built, aftermarket firmware distribution of Android 5.0.2 (Lollipop), which is designed to increase performance and reliability over stock Android for your device.
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.
*/
Warning
This Build is only for G800H Qcom Variant Do not flash this build on any other variant else you will brick your device.
Installation
1. Download the ROM from the link below
2. Download GAPPS
3. Transfer the zip files to your SD card
4.. Reboot to recovery mode ( Vol UP + Home + Power )
Note: It is highly recommended to use TWRP Recovery
5. Optional: Do nandroid backup (Always Backup Your Current Rom)
6. Wipe data / Factory Reset
7. Install CM zip and GApps zip
8. Reboot to system
Enjoy!
Downloads
CM12_G800H
Sources
All Device Specific Sources Can be Found here
Feel free to submit any fixes,Always Give Credits to Original Developer of Fix.
Developers
@jackeagle
@Rox
@kairi_zeroblade
Credits
@kaiodduarte (Thanks a ton for testing our builds)
@RVR (For Recovery Sources and Initial kernel Sources)
@k2wl (Thanks a ton)
@Men_in_black007 (My Best Friend For Providing Assistance)
Donations
If you like our works you can donate me which will be used to pay servers and other costs
Use "Send payment" option on paypal ( [email protected] ) because "Donate" option is not available in my country. Thanks
​
XDA:DevDB Information
CyanogenMod 12 , ROM for the Samsung Galaxy S5 Mini
Contributors
jackeagle, Rox, kairi_zeroblade
Source Code: https://github.com/MSM8226-Samsung
ROM OS Version: 5.0.x Lollipop
ROM Kernel: Linux 3.4.x
ROM Firmware Required: Stock 4.4.x Firmware
Based On: CyanogenMod
Version Information
Status: Alpha
Created 2015-03-04
Last Updated 2015-03-04
Bugs and Changelog
What is Working ?
RIL (calls and data mobile)
Bluetooth
Wi-Fi
Audio
All Sensors
GPS
Softkeys
Not Working
Camera
Rest you all tell us
This is Alpha build and hence bugs are expected.
Changelog
05/04/2015
Merged With CM Upstream Changes.
Updated Display Blobs.
Minor Fixes
OTA Implementation (Work In Progress)
10/03/2015
Fixed Sensors (Proximity , Auto Rotations , Light Sensor , Etc )
Fixed Menu App/Recent App Key
Fixed Dual Sim
Fixed GPS (WIP)
Fix SELINUX Denials
Merged With Latest CM Updates
04/03/2015
Initial Release
Some Information
Some Information and Notes
1) What is Alpha Build ?
Alpha Means that the build is in early stages you can think it has raw begining and hence lot of bugs are expected.
2) Is this Build is good for daily use ?
At Present stage for some may but strictly at present its not daily driver yet.
3) I just found this bug X plz fix it ?
Well If you find the bug than post the bug with following format here and Post Log of issues . Without appropriate logs of issue those posts will be strictly ignored .
Bug Report Format
Code:
What is your--
CM version:
CM Download url:
Gapps version:
Did you--
wipe:
restore with titanium backup:
reboot after having the issue:
Are you using--
a task killer:
a non-stock kernel:
CMSettings/Performance settings (other than stock):
Dual SIM:
other modifications:
Provide any additional information (observations/frequency of problem/last version it worked on/etc) as needed:
4) Be Polite to all fellow members
5) For all Chit chat please use Q&A Forum . Keep this Thread Strictly on Development.​
Reserved 1
Reserved last
Awesome! :good:
Any information about what works and what doesn't?
Lake292 said:
Awesome! :good:
Any information about what works and what doesn't?
Click to expand...
Click to collapse
Refer Post 2
Can't boot stuck on "GALAXY S5 MINI"
Sent from my SM-G800H using Tapatalk
BinMgen said:
Can't boot stuck on "GALAXY S5 MINI"
Sent from my SM-G800H using Tapatalk
Click to expand...
Click to collapse
U have to Clean Install it and also u should be on Kitkat Firmware This Rom is Tested and approved from tester
Edit : looks like there was issue with server while upload kindly download the new build
good working, downloading
usb mass storage not working for me, date for new build???
Installed! Working good.
Sent from my SM-G800H using Tapatalk
@jackeagle Line 2 is mute! calling and receiving.
Sent from my SM-G800H using Tapatalk
tchula said:
usb mass storage not working for me, date for new build???
Click to expand...
Click to collapse
Turn off and turn on USB Debugging and will work.
Hit thanks button if helped
Great Work, finally a custom ROM for this phone, I just need to ask, is it for the Dual Sim variant or Single Sim Variant ?
kaiodduarte said:
Turn off and turn on USB Debugging and will work.
Hit thanks button if helped
Click to expand...
Click to collapse
thank you
Ahmedivx said:
Great Work, finally a custom ROM for this phone, I just need to ask, is it for the Dual Sim variant or Single Sim Variant ?
Click to expand...
Click to collapse
Dual SIM
To support single SIM need dump from /system and contact the devs
kaiodduarte said:
Dual SIM
To support single SIM need dump from /system and contact the devs
Click to expand...
Click to collapse
Great, mine is the Dual Sim, I just needed to make sure before flashing.
Ahmedivx said:
Great, mine is the Dual Sim, I just needed to make sure before flashing.
Click to expand...
Click to collapse
Great
BinMgen said:
@jackeagle Line 2 is mute! calling and receiving.
Sent from my SM-G800H using Tapatalk
Click to expand...
Click to collapse
Works perfetcly here, i sent logcat with call on second line to devs and everything is ok
Dear @jackeagle since TWRP is recommended, do you happen to have a link for its latest version (2.8.5.0) compatible with the G800H, currently I use v2.8.1.0 (has some minor bugs) but v2.8.5.0 has some really cool features.

[ROM][13.0][UNOFFICIAL][M8/M8D] LineageOS 20.0 [BETA]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
* Your warranty is now void.
*
* We are 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 us for messing up your device, we will laugh at you.
*
*/
Introduction
LineageOS is a free, community built, aftermarket firmware distribution of Android 13 (T), which is designed to increase performance and reliability over stock Android for your device.
LineageOS is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. LineageOS does still include various hardware-specific code, which is also slowly being open-sourced anyway.
Bugs
What's working:
Boot
WiFi
RIL (LTE/CALL/SMS)
Hotspot (2.4Ghz / 5Ghz)
DT2W
FM Radio
Audio Playback
Video Playback
Camera/Camcorder
IR Blaster
GNSS GPS
NFC
USB (ADB, MTP) If MTP not working on Windows, Uninstall HTC drivers.
Sensors
Touch
What's not working:
Bluetooth
Hardware Encryption
SELinux is permissive
You tell me.
Installation instructions
Download the zip(s).
Install a compatible Recovery
--> Partition warnings <--
Perform a NANDroid backup of your current ROM (Optional)
Wipe data & cache partitions of your device (required when coming from stock!).
Flash ROM.
Optional: Install the Google Apps addon package.
Supported models:
Single SIM variants:
Builds are compatible with all M8 single SIM variants (m8ul, m8vzw and m8spr).
Dual SIM variants:
Builds are compatible with all M8 Dual SIM variants (m8dug and m8dwg).
In both cases, all builds are based off the HTC's Android 6.0.1 firmware and kernel with binaries from Android 6.0 GPe.
Downloads
Recovery : Official TWRP
Gapps : BiTGApps
Rom : Download
If you RIL is not working properly with specific variant model, see these posts:
Dual SIM / Sprint H.K
Sources
Device Trees
Kernel Trees
Vendor Trees
Donate
DONATE To Me
Big Thanks
LineageOS Team.
All M8/MSM8974 contributors.
Changelogs
2023/05/29
Updated to Android 13.0.0_r43 with May security patches.
Upstream updates and fixes.
Fixed Bluetooth.
2023/03/26
Updated to Android 13.0.0_r35 with March security patches.
Upstream updates and fixes.
Add some display props.
2022/12/11
Updated to Android 13.0.0_r16 with December security patches.
Upstream updates and fixes.
Fixed RIL.
Switched to Aperture camera app.
2022/09/22
Initial release of LineageOS 20 for M8/M8D.
Screenshots
Amazing !
tarkzim said:
Changelogs
2022/09/22
Initial release of LineageOS 20 for M8/M8D.
Click to expand...
Click to collapse
Ok, so far, this release is stable and very snappy. No bluetooth and no cell service yet but everything works for the most part. Also tested Magisk and that works too. I wasn't able to get the battery percentage to show in the status bar. I also found Gapps for this rom, by BitGapps. Very minimal though. However, apps from the Play Store are not installing. Maybe it's just me or a rom issue, but I wasn't able to install anything from the PS as of yet.
Link for Android 13 Gapps (ARM), in case anyone wants to try.
BitGapps Downloads
Will it slow down with googles suit of apps?
Coming from lineage 17 I've wiped and factory reset clean install via TWRP 3.4.0-1. The device will boot up to setup screen but then reboots to recovery. Am I doing something wrong?
New build released
Updated to Android 13.0.0_r16 with December security patches.
Upstream updates and fixes.
Fixed RIL.
Switched to Aperture camera app.
I wonder what makes you add support for newer and newer versions of Android?
Sports interest?)
Maybe there is an Android version that is the most successful (progressive). Maybe it's worth focusing on it to integrate the native SenseHome shell. Or is it impossible?
I have already switched to LineageOS and back to stock firmware M8 several times. Now version 19.1 is installed, but I'm thinking of going back to Sense again.
NFC does not work in version 19.1. Problems with calls. And Wi-Fi catches the signal worse than the original firmware.
Hi Tarkzim thanks for bringing Android 13 to my M8
Have installed the dec 11 build, runs fine but the keyboard hangs for about a second rather frequently. Have wiped system and cache before installing.
Posting this in the hope that someone finds it helpful. I tested this ROM on a m8_wlv, Hboot 3.19, OS 6.21.605
I can confirm the following:
Calls, SMS and Mobile data work
Phone isn't constantly warm like on the 12 ROM
Phone charges and drains normally
Camera, Wifi, Audio, Video and USB OTG work
GPS works
Multicast DNS (mDNS) address reolution works!
Bluetooth is broken
Occasional display glitches and 'Systemui has stopped' errors
Screenshots:
Have replaced the ROM keyboard with Swiftkey (version 7.1.4.19). That seems to work fine.
It feels the ROM is stable and good enough to start using on a daily basis, were it not for the permissive Selinux. Any chance of changing that into enforcing?
hey! do you think i can install this on Htc one m8 Eye?
Even with this brand new build, I get the dreaded "e1001 failed to update system image"
I flashed the `sense-firmware-img_0p6bimg.zip` firmware image, and reinstalled `twrp-3.7.0_9-0-m8.img`
Is there something else that's needed before I can actually install the latest lineageOS ROM?
I have tried out this ROM and it works better than the stable Android 12 ROM due to it being snappy as soon as I power it on, meanwhile with the 12, it would be very slow when powered on and I would have to wait a bit for the phone to be snappy.
The only issues with this ROM are of course the issues mentioned above such as Bluetooth being broken, Visual glitches and it freezing for a couple of seconds every time which is highly annoying and made me roll back to the 12 ROM.
But all in all, I can't wait for this ROM to be stable at some point! Thanks for the work that you are putting in @tarkzim !
How did you reflash to have the right partition?
The rom is having charging issues for me, my poor htc gets very hot
New build released
Updated to Android 13.0.0_r35 with March security patches.
Upstream updates and fixes.
Add some display props.
Automatic update: There are no updates available.
Need to wait?

Categories

Resources