[ROM][OFFICIAL] CyanogenMod 13.0 Nightlies for the HTC One m8 - One (M8) Original Android Development

CyanogenMod is a free, community built, aftermarket firmware distribution of Android 6.0 (Marshmallow), which is designed to increase performance and reliability over stock Android for your device.
Code:
#include <std_disclaimer.h>
/*
* 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.
*
*/
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.
Download Links
Make sure you're on an M-gen baseband
Links: http://forum.xda-developers.com/showpost.php?p=66760703&postcount=1270
CyanogenMod:
Nightly: http://download.cyanogenmod.org/?device=m8&type=nightly
Google apps addon:
OpenGapps: http://opengapps.org/ (you'll want a zip for the ARM platform, Android version 6.0)
HEADS UP: Be sure you flash the gapps package with your rom. If you boot your rom, then go back and try to flash gapps after the fact, you're gonna have a bad time.
Misc Links
Unoffical changelog:
Link: http://www.cmxlog.com/13/m8/
Learn to build yourself:
Link: https://wiki.cyanogenmod.org/w/Build_for_m8
The CyanogenMod team would like to thank everyone involved in helping with testing, coding, debugging & documenting! Enjoy!
XDA:DevDB Information
[ROM][OFFICIAL] CyanogenMod 13.0 Nightlies for the HTC One m8 , ROM for the HTC One (M8)
Contributors
invisiblek
Source Code: http://www.github.com/CyanogenMod
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.4.x
Version Information
Status: Nightly
Created 2015-11-25
Last Updated 2015-11-24

Says 12.1 still - I'm first!!!

Invisiblek, you made the thread before the CM13 nightlies even started! Silly goose <3!

Opticuhl said:
Invisiblek, you made the thread before the CM13 nightlies even started! Silly goose <3!
Click to expand...
Click to collapse
meh
lol looks like it missed the nightly list this time too...dang...well i guess this thread is useless until tomorrow

invisiblek said:
meh
lol looks like it missed the nightly list this time too...dang...well i guess this thread is useless until tomorrow
Click to expand...
Click to collapse
No worries.

Gonna back up all the goodies tonight
Sent from my HTC One_M8 using Tapatalk

So how many times do you think someone is going to ask where the downloads are because they can't find the right link? Lol! I'm betting at least 10 haha

Where's the links I can only find cm 15.1?
Joking aside, I can't wait. Looking forward to the 13 nightlies on my M8. Good job to everyone involved.

Ooooooo lucky 13. Can't wait to try this out!! I'm on the stock rooted version of MM right now. Anxious to see what CM has added!
Sent from my HTC One_M8 using Tapatalk

Hey @invisiblek
Thank you so much for bringing the m8 to cm13!
I'm trying to build a copy (just for fun, and see if I can play around with some toolchains) and I have a quick question.
(The last time I built cm was over a year ago, so I'm a bit rusty.)
How do I include the Muppets proprietary blobs in my build? I'm Googling it and I think that I need to add a few lines to my repo manifest. Can you share with me the correct project lines to add?
Thanks!

David 617 said:
Hey @invisiblek
Thank you so much for bringing the m8 to cm13!
I'm trying to build a copy (just for fun, and see if I can play around with some toolchains) and I have a quick question.
(The last time I built cm was over a year ago, so I'm a bit rusty.)
How do I include the Muppets proprietary blobs in my build? I'm Googling it and I think that I need to add a few lines to my repo manifest. Can you share with me the correct project lines to add?
Thanks!
Click to expand...
Click to collapse
Something like this in local manifest.
Code:
<project name="themuppets/proprietary_vendor_htc" path="vendor/htc" remote="github" />

Darknites said:
Something like this in local manifest.
Code:
<project name="themuppets/proprietary_vendor_htc" path="vendor/htc" remote="github" />
Click to expand...
Click to collapse
Thanks! One more question, how do I reset my local repo so I can erase changes I made?

David 617 said:
Thanks! One more question, how do I reset my local repo so I can erase changes I made?
Click to expand...
Click to collapse
You can do a force sync or you just delete the folder. It should tell you how if it runs into any issues with your changes.

I made an updated cm build. I don't know if I'm allowed to post a link here, but if anyone is interested pm me and I'll upload it to dropbox or something.
I'm gonna try to get a linaro build up and running this weekend. I've never done something like that, so it should be fun

wifi calling
wifi calling dream might still be alive?

Perhaps we'll get some nightly love tonight...

Dan Tekle said:
Perhaps we'll get some nightly love tonight...
Click to expand...
Click to collapse
I believe we will, I think we didn't make it last night because the commit to add M8 to the CM13 build list missed the deadline.

Latest build seems to be CM12.1 still. So hyped for these nightlies ! Great work everyone who is contributing!

Hope this is ok with the OP, (just tell me if you want me to remove the link or open a separate thread)
I built a copy of CM13 just now. I used the UBER Toolchain. I benches a tad bit higher in Antutu, but honestly Marshmallow is so smooth that I can't tell the difference.
Here is the link - https://dl.dropboxusercontent.com/u/25650355/cm-13.0-20151126-UNOFFICIAL-m8.zip
Question for the devs:
Is it correct the Doze is off by default? It appears that we need to set config_enableAutoPowerModes to True.
As per the Android Guidlines over here there are 2 requirements for doze.
Device implements the significant motion detector (SMD) APIs in the Sensor HAL. Devices that do not implement these APIs cannot support Doze.
Device has a cloud messaging service, such as Google Cloud Messaging (GCM). This enables the device to know when to wake from Doze.
When I run "adb shell dumpsys sensorservice | grep significant" I get -
Significant Motion| HTC Group Ltd.| version=1 |android.sensor.significant_motion| 0x0000000e | "" | type=17 | one-shot | maxDelay=0us |minDelay=-1us |no batching | wakeUp | last=<>
which would appear that the m8 does have this 'significant motion detector'
I don't know what the second requirement is referring to, is it on the app-level, that the app my have gcm to wake the device up?
Anyways, I'm making a build with Doze set to true (in framworks/res/values/config.xml) to see what happens

Alllllright, here we go, booting up now, clean flash with gapps and SuperSU!

Related

[ROM][D6633][UNOFFICIAL][5.1.x] CyanogenMod 12.1 Unofficial for the Xperia Z3 Dual

Intro:
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.
Disclaimer:
Code:
#include
/*
* 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.
*
*/
About CyanogenMod:
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.
Screenshots:
Source Code:
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.
Notable Features:
CyanogenMod 12 also includes some quite interesting features for those who want full control of Android.
Theme Engine
UI Mods
Performance Options
OTA Updates via Settings
Built-in root access via Development Options
Download Links:
Unofficial build:
cm-12.1-20151113-UNOFFICIAL-z3dual.zip
cm-12.1-20151114-UNOFFICIAL-z3dual.zip
cm-12.1-20151115-UNOFFICIAL-z3dual.zip
cm-12.1-20151118-UNOFFICIAL-z3dual.zip (based on stable/cm-12.1-YOG7D branch)
cm-12.1-20151124-UNOFFICIAL-z3dual.zip (md5: eec38db686775928a52021632f4b0bc8) (based on stable/cm-12.1-YOG7D branch)
cm-12.1-20151207-UNOFFICIAL-z3dual.zip (md5: 9c7b86c6d76a3a4e4db8b73a45eea4bb) (based on stable/cm-12.1-YOG7D branch)
cm-12.1-20151216-UNOFFICIAL-z3dual.zip (md5: 5f070b44b04420a82c69c97745c9000f) (based on stable/cm-12.1-YOG7D branch)
GAPPS Package: Click here!
Installation instructions, click here.
The CyanogenMod team would like to thank everyone involved in helping with testing, coding, debugging & documenting! Enjoy!
Special thanks to CyanogenMod, XPERIA DEV Team, @rebelos
Contributors
ffosilva
Source Code: http://www.github.com/CyanogenMod
ROM OS Version: 5.1.x Lollipop
ROM Kernel: Linux 3.4.x
Based On: CyanogenMod
Version Information
Status: Unofficial
Created 2015-11-06
Last Updated 2015-12-16
Known issues: (to be fixed on next release)
- there's no known issues for now
DEVELOPMENT PAUSED UNTIL DECEMBER 1st
Screenshots
that's great...thnx dear developer...
could u create patch that work on all cm base rom???
The focus now is trying to fix issues.
Sent from my Xperia Z3 Dual using Tapatalk
sepehrppp said:
that's great...thnx dear developer...
could u create patch that work on all cm base rom???
Click to expand...
Click to collapse
And about patch: I don't know if it will be possible, need to track SIM_COUNT variable if it affect others parts of system (different to ril) during building process.
Sent from my Xperia Z3 Dual using Tapatalk
Amazing!!!!
Enviado de meu D6633 Dual-LCP usando Tapatalk
Waiting for next update ?
Sent from my D6633 using Tapatalk
Working signal bars.
Sent from my Xperia Z3 Dual using Tapatalk
Thank you very very much!!!!
There's a lot of brazilian partners here! What a nice thing!
Wow nice! My D6633 is waiting for the 3g and lte to work and then im installing rom!
Finally cm for z3 dual!
Everthing works fine here!!! Waiting for the 3g/lte only!! Great!!!
I think it will be ready tomorrow. I have a lot of things to realize today.
Sent from my Xperia Z3 Dual using Tapatalk
Great news !!! Finaly CM on Z3 6633 !!!
waitnig for 3g and instaling...
Waiting for new version!!!!
Brother, please... Is there a way to build a path to adapt CM12.1 single z3 to work on dual z3?
I had some problems after a day of use:
-When I was on a call, the device switched off and when I started it again, my Bluetooth was not working. I solved this problem by clearing the cache.
-A reset option is not working, he's shutting down the device
The CM is great!!
jimmybr said:
I had some problems after a day of use:
-When I was on a call, the device switched off and when I started it again, my Bluetooth was not working. I solved this problem by clearing the cache.
-A reset option is not working, he's shutting down the device
The CM is great!!
Click to expand...
Click to collapse
Hi Jimmy! Thanks for your reply about bugs. About data connection: I didn't tracked yet what is the cause of this issue. =(
We have mobile data! Special thanks to @rebelos that on a single line told what I'd missed.
Sent from my Xperia Z3 Dual using Tapatalk

[ROM][OFFICIAL] CyanogenMod 13.0 Nightlies for the LG G3 (d855)

CyanogenMod is a free, community built, aftermarket firmware distribution of Android 6.0 (Marshmallow), which is designed to increase performance and reliability over stock Android for your device.
Code:
#include <std_disclaimer.h>
/*
* 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.
*
*/
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.
NOTICE
For CyanogenMod 13.0 it's required that stock Android 5.0 or later was running on your device!
DOWNLOADS
CyanogenMod:
Nightly: http://download.cyanogenmod.org/?device=d855&type=nightly
Google apps:
OpenGapps: http://opengapps.org/ (Platform: ARM, Android: 6.0, Variant: nano)
HEADS UP: Be sure you flash the GApps package with your ROM. If you boot your ROM, then go back and try to flash GApps after the fact, you're gonna have a bad time.
TWRP Recovery:
Link: TWRP for LG G3 Europe
Modem:
Link: RADIO_D855_21C (Thank Step-han for the flashable zip!)
Misc:
Link: LG G3 (D855) - finnq
HOW TO INSTALL
Link: How to Install CyanogenMod on the LG G3 (International) ("d855")
CHANGELOG
Link: CM13 Nightlies Changelog - D855
HOW TO BUILD
Link: How To Build CyanogenMod For LG G3 (International) ("d855")
SOURCES
Kernel
G3 common device tree
D855 device tree
The CyanogenMod team would like to thank everyone involved in helping with testing, coding, debugging & documenting! Enjoy!
XDA:DevDB Information
[ROM][OFFICIAL] CyanogenMod 13.0 Nightlies for the LG G3 (d855), ROM for the LG G3
Contributors
finnq, invisiblek
Source Code: http://github.com/CyanogenMod
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.4.x
Version Information
Status: Nightly
Created 2015-11-26
Last Updated 2015-11-26
Nice work - was just chatting to my workmate about the progress you were making. Thanks for the efforts.
Nice work finnq. Ill try it as soon as its there !
Gooood work bro , finaly nightly D855
Yeah! Can't wait! Will be a nice weekend!
Sent from my Nexus 9 using Tapatalk
Nice work! I'm looking forward to official nightlys for our G3
I'm waiting
Only cm-12.1-20151126-NIGHTLY-d855.zip latest, no CM13 :crying::crying:
Eagle-no1 said:
Only cm-12.1-20151126-NIGHTLY-d855.zip latest, no CM13 :crying::crying:
Click to expand...
Click to collapse
me too
Will be uploaded tonight or tomorrow.
Sent from my ONE E1003 using Tapatalk
Woohoo
waiting, Good work, big thanks...
Very nice !!!:laugh::laugh::laugh::laugh::laugh:
http://get.cm/get/jenkins/136534/cm-13.0-20151127-NIGHTLY-d855.zip
First zip is up! Will be flashing in twelve hours' time. Thanks for the great work. Are there any major known bugs?
Flashing now. I'll try dirty flashing first.
Please note the hint regarding the GApps in the opener!
Hello from CM13!
Some first remarks:
- dirty flashing worked fine
- still screen stays black after calling. Have to pull the battery. A known bug since cm12
- SD card can be seen, but can't be used
MisterRio said:
Hello from CM13!
Some first remarks:
- dirty flashing worked fine
- still screen stays black after calling. Have to pull the battery. A known bug since cm12
- SD card can be seen, but can't be used
Click to expand...
Click to collapse
Dirty flash is great news for me
Never seen the "black screen" bug?
I have a whole lot of bugs. Lags, no SIM. Don't know why yet. My final build yesterday worked fine. I'll look at it in the evening.

[ROM][OFFICIAL] LineageOS 14.1 Weeklies for the Google Nexus 4 (mako)

LineageOS is a free, community built, aftermarket firmware distribution of Android 7.1 (Nougat), which is designed to increase performance and reliability over stock Android for your device.
Code:
#include <std_disclaimer.h>
/*
* 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.
*
*/
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. You will need to provide your own Google Applications package (GApps). LineageOS does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All the source code for LineageOS is available in the LineageOS GitHub repo. And if you would like to contribute to LineageOS, please visit our Gerrit Code Review.
DOWNLOADS
LineageOS:
Weekly: http://download.lineageos.org/mako
su addon: https://download.lineageos.org/extras (arm)
Google apps:
OpenGapps: http://opengapps.org/ (Platform: ARM, Android: 7.1, Variant: nano)
HEADS UP: Be sure you flash the GApps package with your ROM. If you boot your ROM, then go back and try to flash GApps after the fact, you're gonna have a bad time.
TWRP Recovery:
Link: TWRP for LG Nexus 4
HOW TO INSTALL
Link: How to Install LineageOS on the LG Nexus 4 ("mako")
CHANGELOG
Link: LineageOS 14.1 Nightlies Changelog - mako
HOW TO BUILD
Link: How To Build LineageOS For LG Nexus 4 ("mako")
SOURCES
Kernel
mako device tree
The LineageOS team would like to thank everyone involved in helping with testing, coding, debugging & documenting! Enjoy!
XDA:DevDB Information
[ROM][OFFICIAL] LineageOS 14.1 for the Google Nexus 4 (mako), ROM for the Google Nexus 4
Contributors
finnq, zifnab06
Source Code: http://github.com/LineageOS
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.4.x
Version Information
Status: Nightly
Created 2017-01-26
Last Updated 2017-01-26
Official SU Addon for your rooting pleasure.
TWRP signature verification failing
TWRP's signature verification of the lineage-14.1-20170125-nightly-mako-signed.zip fails every time, even while doing clean installation (the file is alright - md5 hash matched, certificate verification according to the wiki behaving as expected). It seems this shouldn't happen. Why is that? Is it a bug or am I missing something?
worked for me
all wipe
data
cache
system
except internal storage
flash rom
flash gapps
flash su
theme engine ?
@finnq I have a suggestion. Please add the navbar as they are similar in pixel launcher. LineageOS 14.1 will look very nice and modern.
Well...
No theme engine spotted for now.
Working smoothly than CM.
Booting fast.
Arex766 said:
Please add the navbar as they are similar in pixel launcher. LineageOS 14.1 will look very nice and modern.
Click to expand...
Click to collapse
just flash it via twrp
Vadym_Sour said:
just flash it via twrp
Click to expand...
Click to collapse
@Vadym_Sour from where you downloaded the file?
Thanks for starting the thread......I will be installing it in the near future, as the Chroma developer stopped supporting the Nexus 4 a while back.
Installed here and working well.
Hi,
If I go away with my phone from my Bose, I have to turn off/turn on the bluetooth on my phone to have it working again.
Anyone with a similar issue ? (I didn't have this issue with CM13, but sometime the BT was disconnecting)
Successfully dirty flashed LineAgeOs (through experimental LineAgeOs) over CM14.1 nightly, data & permissions kept OK & everything looks fine
Miracast DRM widewine
Since i am not sure what thread is the right one for mako lineageos, please forgive me that i post it also here...
I updated my wifes mako to linage os 14.1 and can confirm, miracast is broken. Is @razorloves also mako maintainer and can maybe look into it?
DRM widewine is broken too, apps like play movie can't play content. On hammerhead it was fixed
What is up with the overlay it is super annoying please remove it see screenshot I used experimental mako build 1-25-17
[email protected] said:
What is up with the overlay it is super annoying please remove it see screenshot I used experimental mako build 1-25-17
Click to expand...
Click to collapse
After flashing the experimental build, you should flash the nightly. The experimental build is only for migrating from cm to lineage.
Sent from my Nexus 4 using XDA Labs
If i'm using milaq's leneage rom, is experimental build flashing still needed?
itimega said:
If i'm using milaq's leneage rom, is experimental build flashing still needed?
Click to expand...
Click to collapse
Yes. I also was on milaq's rom, and just after experimental i was able to move on official.
Sent from my Nexus 4 using XDA Free mobile app
kikkerivers said:
After flashing the experimental build, you should flash the nightly. The experimental build is only for migrating from cm to lineage.
Click to expand...
Click to collapse
Apologies for my rudeness and thanks for the quick reply
tell me how to fix gps

[ROM+KERNEL][7.1.2][OPTIMIZED][BLU][SLIM][UPSTREAMED] BlackX Revolution

BlackX ROM is a free, community built, aftermarket firmware distribution of Android 7.1 (Nougat), which is designed to increase performance and smoothness over stock Android for your device.​
Code:
#include <std_disclaimer.h>
/*
* 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.
*
*/
BlackX ROM is based on LineageOS which 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).
Anywone who wishes to contribute to BlackX ROM is free to give their feedback in this thread.
All the source code for LineageOS is available in the LineageOS Github repo. And if you would like to contribute to LineageOS, please visit our Gerrit Code Review. Your changelog is whatever was merged into gerrit.
Important information:
This thread is for BlackX ROM builds for LeEco Le Max 2.
If you have problems after flashing any custom kernels please provide a log in the thread where you got the kernel from and not here!
I don't want to see anything about Antutu scores here because it's bs, it's all synthetic
Known bugs:
Any current LineageOS 14.1 official build bugs such as flash desync
Features:
Snapdragon LLVM Compiler 3.8.8 and the latest google's clang for host
Kernel/ROM is compiled using bleeding edge GCC 6.x toolchain based on UBER
SQLite, Skia, Libpng, Libcore, WebP, Jemalloc, ART, Bionic, Dalvik, Zlib, libjpeg-turbo, gemmlowp (mainly from BenzoRoms sources, it is more up to date and optimized).
Kernel with optimizations, additional tweaks and updates (based on Blackscreen and Blu_spark kernel, also I suggest to use this one)
UBER-ified JustArchi's ArchiDroid Optimizations (O3, Graphite, Strict Aliasing, OpenMP, etc.)
SDCLANG LTO implemented and applied on several parts which have impact on performance
Patches related to overall responsiveness, smoothness and user experience
A few additional practical settings/tweaks
Blu_active
Upstreamed kernel
Slim trees
Other things I forgot about
Download:
Rom: https://drive.google.com/file/d/1tG8T2GbXThmilWXARlA9VCnAC5K86YvJ
Gapps: https://mega.nz/#!bRp0lY5T!kolt9BqLZal5pr4viK1gnHIFN7vior2pZOZjySxRcA4
Any would do
Installation:
First time flashing Black ROM on your device, or coming from another ROM?
Download the zip(s)
Install a compatible Recovery (See #2 for details)
Perform a nandroid backup of your current ROM (Optional)
Wipe data/factory reset
Flash Black ROM
Install Magisk or any addons
Reboot
Credits:
LineageOS Team & Contributors
Big big thanks to @idprophecy ,he made all of this possible
Another big shout out to @spezi77 and @quake73
@DespairFactor for his Uber Toolchain
@mosimchah for his kernel
@moto999999 for his slim trees, great thanks
My testers: @VC-34 @LoBinS @bubu83
@ThE_MarD for being an awesome person, testing and his thread template
BenzoRoms, The pixel dust project, JustArchi, Qualcomm, DU, FranciscoFranco
Blu_spark
And anyone who I may have missed
If you like the rom and you're feeling generous : paypal.me/AdumitroaieVlad
XDA:DevDB Information
BlackX ROM for the Le Max 2
Contributors
KuranKaname,
Source Code Lineage: https://github.com/lineageos
My Source Code (it's a mess): https://github.com/celtare21
ROM OS Version: 7.x Nougat
Version Information
Status: Release build
Created 2017-09-05
Last Updated 2017-12-06
P.S. do not call me a dev.
XDA:DevDB Information
BlackX, ROM for the LeEco Le Max 2
Contributors
KuranKaname, ThE_MarD
Source Code: https://github.com/celtare21
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.10.x
Based On: LineageOS, Slim
Version Information
Status: Nightly
Created 2017-09-05
Last Updated 2017-12-17
Release note:
Initial release version
BlackX-07092017
Compile rom with -Ofast
More Sdclang
Misc optimizations
BlackX-30092017
Update BS to 3.6
New device and vendor trees from AICP
Quite some misc improvements
BlackX-04102017
New device and vendor trees from Slim
Voxpopuli power hal
Misc improvements
BlackX-06102017
Misc improvements
BlackX - Revolution
Changed kernel base
Removed EAS
Introduced Blu_active
Upstream kernel
Update base
Misc improvements
FAQs:
My status bar quick pulldown and notification slider are broken, why?
See https://github.com/opengapps/opengapps/wiki/Notes-for-CMSetupWizard
Latest Firmware files for LeEco Le Max 2 (last updated 2017-08-24)
Make a nandroid backup before you proceed
Flash the following files using the any TWRP build other than 3.1.1.1 (due to flash errors others have had) twrp to avoid any recovery related issues.
Make sure to do a clean flash if your rom requires an updated firmware.
Instructions
1- Clean flash is recommended.
2- Flash http://www.mediafire.com/file/7oc7d4wj4uxvn1p/LeMax2_CN26S_V2_FirmwareUpdate.zip
3-Flash the latest Black ROM from this thread.
5-Wipe Dalvik/cache and reboot.
If you have problems after flashing any custom kernels please provide a log in the thread where you got the kernel from and not here!
Best Nougat ROM for x2!
Good battery, fast, light :victory:
Hi @KuranKaname What is the decryption key for Mega ? I think you forgot to put it here.
Deepak Goyal said:
Hi @KuranKaname What is the decryption key for Mega ? I think you forgot to put it here.
Click to expand...
Click to collapse
Oops my bad, it's there now
Howard about audio? Is good ad the aicp in the op of infrag's BS kernel thread?
pitt93 said:
Howard about audio? Is good ad the aicp in the op of infrag's BS kernel thread?
Click to expand...
Click to collapse
Don't know what you mean about "how's audio". The rom is using BS kernel. If you want better audio feel free to install dolby or viper or any eq
VC-34 said:
Best Nougat ROM for x2!
Good battery, fast, light :victory:
Click to expand...
Click to collapse
how many hours of the screen have you given??
KuranKaname said:
Don't know what you mean about "how's audio". The rom is using BS kernel. If you want better audio feel free to install dolby or viper or any eq
Click to expand...
Click to collapse
Well, i'm going to try It. After i'll post my impressions.
I've wrote about infrag's aicp beacuse Atm is far the rom with best audio quality at all'. Is pratically like eui based rom
Wonderful! Was waiting for for long lol. Gonna try it out. Just one question @OP, does it support Volte?
pitt93 said:
Well, i'm going to try It. After i'll post my impressions.
I've wrote about infrag's aicp beacuse Atm is far the rom with best audio quality at all'. Is pratically like eui based rom
Click to expand...
Click to collapse
I never saw any difference with all the roms I've tried using my ATH-MSR7. The only difference is if you use dolby or not
Mahz4130 said:
Wonderful! Was waiting for for long lol. Gonna try it out. Just one question @OP, does it support Volte?
Click to expand...
Click to collapse
If official LineageOS builds support it, then my rom too. I saw it in settings, but my country doesn't support Volte so I can't tell you for sure
Another rom for our device so we are lucky with our dev communauty:good:
KuranKaname said:
I never saw any difference with all the roms I've tried using my ATH-MSR7. The only difference is if you use dolby or not
Click to expand...
Click to collapse
Infrag's aicp have custom patch. Try. Is the only rom for the x2, in my opinion, that have a good sound without using any eq.
I use that for this
I've asked because i want to try other rom without losing quality sound
pitt93 said:
Infrag's aicp have custom patch. Try. Is the only rom for the x2, in my opinion, that have a good sound without using any eq.
I use that for this
I've asked because i want to try other rom without losing quality sound
Click to expand...
Click to collapse
If you show me that patch I can implement it
KuranKaname said:
If you show me that patch I can implement it
Click to expand...
Click to collapse
I try to ask, i'm a noob
@KuranKaname
Sorry, my fault, i've asked him about audio and he told me that's a lot of time that i'm not trying other rom
I'm ready ti install BlackX
Tank you
pitt93 said:
@KuranKaname
Sorry, my fault, i've asked him about audio and he told me that's a lot of time that i'm not trying other rom
I'm ready ti install BlackX
Tank you
Click to expand...
Click to collapse
Hope you like it
Edit: Build doesn't boot, removed

[ROM][Official][Nightly] MoKee 9.0 for Huawei G620s, Honor 4/4x

Code:
#include <std_disclaimer.h>
/*
* 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.
*
*/
MoKee OpenSource is based on the Google AOSP. We update our source code frequently to keep up with the latest development, and not forgetting to merge in special features of our own at the same time.
A small group of people from around the world who are interested in Android launched this project on the 12th of December 2012, and is committed to make this ROM better and better. Like most contributors of open source projects (Omni, CyanogenMod, Slim AOSPA etc), we are doing all these in our free time as our passion...
Since this project is open source, anyone interested can participate in the development (maintain new devices, contribute code etc). Newcomers are always welcomed!
Read here for developer application; with this, you can host your unofficial MoKee builds on our server!
Important information:
This thread is for official MoKee builds for Huawei C8817D, C8817E, G620S, G621, Che1_CL10, Che1_CL20, Che1_L04. The following will not be supported here:
Custom kernels
Mods
Xposed
We don't support Xposed and any logcat which includes a Xposed module will be ignored. You're kindly invited to not report bugs if you:
Flashed a custom kernel
Installed or did mods from untrusted sources
Modified system files
Supported device:
C8817D
C8817E
G620S-UL00
G620S-L01/L02/L03
G621-TL00
Che1_CL10
Che1_CL20
Che1_L04
Baseband requirement:
If you can't hang up, install this baseband via TWRP and it should be solved.
Known bugs:
Some minor bugs
Installation:
First time flashing MoKee 9.1 on your device, or coming from another ROM?
Download the zip(s)
Install a compatible Recovery, e.g., my TWRP: http://forum.xda-developers.com/android/development/recovery-twrp-3-0-0-0-touch-recovery-t3309504
Perform a nandroid backup of your current ROM (Optional)
Wipe data/factory reset
Flash MoKee
Optional: Install the Google Apps addon package
Reboot
Source code:
https://github.com/mokee
Download:
http://rom.mk/?device=cherry
http://rom.mk/?device=che10 (Che1_CL10)
Credits:
MoKee Developers: https://github.com/orgs/MoKee/members
Code Aurora Forum
LineageOS
AOSP
Slim Roms
OmniROM
@Blefish We won't have the usable nougat port without his efforts!
@paranoia_gu Add Honor 4x support
XDA:DevDB Information
MoKee, ROM for the Honor 4x
Contributors
dianlujitao
ROM OS Version: 9.x Pie
ROM Kernel: Linux 3.10.x
Version Information
Status: Nightly
Created 2019-05-15
Last Updated 2019-05-14
Thank dev.
Nice job! I'm going to have a try!
xingyunjohn1 said:
Nice job! I'm going to have a try!
Click to expand...
Click to collapse
It is fine!Nice job!
Very nice. I try to install the weather but API Code for openweathermaps it is not valid. And for the Google weather there is Google App missing (which cannot be installed on this phone) .Any idea ?
Suddenly weather appeared. Perfect !!! API from homepage open weather works.
kharuba said:
Suddenly weather appeared. Perfect !!! API from homepage open weather works.
Click to expand...
Click to collapse
Great! - api code sometimes takes hours to be validated initially. PW.
pndwal said:
Great! - api code sometimes takes hours to be validated initially. PW.
Click to expand...
Click to collapse
We can have a personal API code from the mentioned website. It's easy to get one.
xingyunjohn1 said:
We can have a personal API code from the mentioned website. It's easy to get one.
Click to expand...
Click to collapse
True. But if you enter api key manually or copy and paste it, it can still take minutes or hours to validate and activate. PW
Standby is better if not flashed to Android Go. With lowram enabler standby time decreased. Maybe not optimized for Android 9. Works great this ROM !!!
kharuba said:
Standby is better if not flashed to Android Go. With lowram enabler standby time decreased. Maybe not optimized for Android 9. Works great this ROM !!!
Click to expand...
Click to collapse
Thanks for pointer!
It may be battery / increased activity is the tradeoff for responsiveness with low-ram set. Just guessing...
Did you notice improvement in responsiveness with low-ram flagged? PW
File sharing via bluetoooth?
Hello community!
First of all thanks @dianlujitao for this ROM - I have to say it is faster than expected on this old device!
One issue I came across is: When I try sharing a file (e.g. a picture) with another already paired device via bluetooth I do not get the bluetooth selection in the pop-up? Also pairing itself does not seem to be very stable. Did anyone else observe that as well?
Bro it's still getting pie support. We're thankful for the devs. i hope 10 also works this way
Can someone please tell me about unlock bootloader of Honor(che1-L04) I want to flash custom Rom (Mokee 9.0)
S_T_A_R said:
Can someone please tell me about unlock bootloader of Honor(che1-L04) I want to flash custom Rom (Mokee 9.0)
Click to expand...
Click to collapse
Search 'unlocking bootloader' in this thread. Hope it helps. PW
https://forum.xda-developers.com/ho...-lineageos-14-1-huawei-g620s-honor-4-t3547682
can this ROM be installed on ascend g760-L01 (msm8916)?
ananiaanania said:
can this ROM be installed on ascend g760-L01 (msm8916)?
Click to expand...
Click to collapse
I have same question!
Hi
I guess this ROM does NOT support CHe2-L11 Honor 4X (Kirin 620 CPU), right?
Best,
-a-

Categories

Resources