Lollipop for grand i9082 - Galaxy Grand Duos i9082 Q&A, Help & Troubleshootin

Guyz can any 1 port nexus 5 lollipop update for galaxy grand duos i9082.

When will the new lollipop update come for our grand duos....???
Sent from my GT-I9082 using XDA Premium 4 mobile app

::thumbup:
Sent from my GT-I9082

pawitp said:
CyanogenMod is a free, community built, aftermarket firmware distribution of Android 5.0 (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.
*/
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. Linked below is a package that has come from another Android project that restore the Google parts. 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.
Device-specific source code for the Samsung Galaxy Grand Duos are available from https://github.com/pawitp/android_device_samsung_i9082 and https://github.com/pawitp/android_kernel_samsung_i9082.
Compatibilitiy Patches: https://gist.github.com/pawitp/cba169c87dba57eea8ef
(Please give credit if you use them in your ROM and if you fix something, please submit patches.)
Do not submit bug on CyanogenMod issue tracker
Downloads
ROM: http://goo.im/devs/pawitp/i9082_cm12.0
Google Apps: For now, find your own package
What works?
Wi-Fi
Bluetooth
RIL (Calls, SMS, Mobile Data)
Dual SIM
Sensors (Accelerometer, Compass, Light, Proximity, etc.)
Camera (photo)
Video playback
Audio (playback & recording)
GPS
Everything else not listed under "known issues"
Known Issues
screenrecord does not work
FM Radio does not work
Sometimes wake up causes music stutter
Video recording does not work
.wav playback does not work (.mp3 works fine)
SELinux is in permissive mode
Wi-Fi HAL (i.e. Scanning MAC Address Randomization) not implemented
Sim Tool Kit (STK) not fully working
Video in YouTube app sometimes freeze
Does not work on 4.1 stock ROM's bootloader, please upgrade to 4.2 before flashing
Additionally, Dual SIM has the following limitations:
Both SIMs are always enabled (no way to disable one SIM)
"Receive incoming call while data is enabled" is always enabled
3G may not work properly if Dual SIM mode is enabled with only 1 SIM inserted
Installation
Make a backup!
If you were on CM 10.1 or a stock ROM prior to 4.2, upgrade to 4.2.
Install ClockworkMod recovery with SELinux support (.tar) (.zip by codekidX). Older CWM will result in a "status 7" error.
Reboot into recovery
Wipe data if coming from stock or another non-CM ROM (You may get a "staus 7" error if you fail to wipe.)
Install the ROM
Optionally install the Google Apps Addon
To upgrade to a newer build, simply flash the zip. There's no need for data wipe or flashing Google Apps again.
Changelog
20141116: Initial release
FAQ
How do I enable/disable Dual SIM?
Dual SIM support is enabled by default. If you only use 1 SIM and wants to disable Dual SIM support, you can use the following instruction:
Enable:
Code:
su
setprop persist.radio.multisim.config dsds
Disable:
Code:
su
setprop persist.radio.multisim.config none
(Instruction screenshots)
Are delta updates available?
Delta updates are not yet available for CM 12.0.
Can you include Feature X into your ROM?
No. This ROM will have CyanogenMod's feature set.
Can you include S-Note/S-Planner/MultiWindow/Insert Samsung App Here?
No. This is an AOSP ROM and cannot have TouchWiz applications.
Can you include call recording?
No. CyanogenMod does not include call recording to avoid potential legal issues.
Can you add Feature X to the stock ROM?
No. I don't work on stock ROMs.
What kernel does this ROM use?
A slightly modified version of the stock kernel, the source code is linked above.
I've heard that Broadcom doesn't release source, how can you make this ROM?
Contrary to the popular belief, userspace driver source code is not always required to make an AOSP-based ROM as long as the proprietary binaries shipped with the device does not modify the API too heavily (or is from a very different version of Android). Instead of modifying the source code of the drivers, the Android source code was adapted to be able to use the proprietary binaries.
Can I use your ROM as a base?
http://source.android.com/source/licenses.html
Most of Android/CyanogenMod is licensed under the Apache License with other small parts licensed under other open-source licenses. Which means that you may modify and redistribute without asking for permission as long as the proper credits is given and it is not misappropriated as being the official CyanogenMod. (In other words, you must say that it is based on pawitp's unofficial CyanogenMod, but is not related to CyanogenMod in any other way.)
Will you make this official CM?
Due to the amount of work and commitment involved, I am not planning to make an official CM port.
Can contacts be saved to phone/SIM?
No. It is not supported in AOSP-based ROMs.
Can I send files over Wi-Fi Direct?
Yes, but you must use third-party applications. The implementation provided on Samsung ROMs is not an open standard. AOSP/CM does not provide a native way to send files over Wi-Fi Direct.
Can I mirror your ROM?
You're free to, but I will not list it in this post.
Is overclock (OC) available?
1.3 GHz OC is available in Settings -> Performance -> Processor (enable developer mode first). Higher frequencies are not enabled since benchmark does not show additional benefit.
Will feature X from a previous version of CM be implemented?
I don't know, probably will be, eventually. I don't really involve myself in the feature-set side of CM.
Will you add OTA support?
No.
I cannot add APNs
Make sure you set the correct MCC/MNC code, the APN will not appear otherwise. Also make sure to use menu -> save (back button means discard).
Reporting Bugs
You are allowed to report bugs only in this thread.
Grab a logcat right after the problem has occurred. (Please include at least a few pages of the log, not just the last few lines, unless you know what you're doing.)
If it is a random reboot, grab /proc/last_kmsg. (Do not bother getting a logcat unless you can get it just before the reboot. A logcat after a reboot is useless)
If the problem disappears after running "setenforce 0" from a root shell, grab /data/misc/audit/audit.log
Remember to provide as much info as possible. The more info you provide, the more likely that the bug will be solved. Please also do not report known issues. The following is a useful format to follow.
Code:
What is your--
Phone model (I9082 or I9082L):
Radio (baseband):
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):
ART Runtime:
Dual SIM:
other modifications:
Provide any additional information (observations/frequency of problem/last version it worked on/etc) as needed:
Thanks
- The CyanogenMod team for providing a great ROM. Without all the compatibility work which went into it, this ROM would've been much harder to make
- My real-life friend for letting me borrow his phone to work on this
- RampantRhino for donating a phone to help me continue with this project
Click to expand...
Click to collapse
See this
Press thanks if I helped
Sent from my GT-I9082 using XDA Premium 4 mobile app

Legendary PAWITP has given us a great cm12 ROM
I find it almost 100% similar to the official lollipop
Great ROM...
I cannot thank "pawitp" enough....
Grand users are lucky to have such great developers like pawitp, xenon, and others...

Related

[NIGHTLY][ROM][4.4] CyanogenMod 11 for Samsung Galaxy S

CyanogenMod is a free, community built, aftermarket firmware distribution of Android 4.4 (KitKat), 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. Linked below is a package that has come from another Android project that restore the Google parts. 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 out Gerrit Code Review. You can also view the Changelog for a full list of changes & features.
What are Nightly builds? Auto compiled builds of the latest CyanogenMod source from github. This version change each night and aren't officialy supported. If you find bugs/issues you can/must discuss here (do not submit nightlies bug on CyanogenMod issue tracker).
Downloads
Latest build: http://download.cyanogenmod.org/?device=galaxysmtd
Google Apps: http://wiki.cyanogenmod.org/w/Gapps
Installation
- First time flashing CM11 to your Galaxy S (or coming from another ROM)?
(Note: a more detailed instruction for first-time install is available on CM Wiki: http://wiki.cyanogenmod.org/w/Install_CM_for_galaxysmtd)
If you're on a ROM prior to 2.3, upgrade to 2.3 is recommended.
Root your device and install ClockworkMod Recovery (e.g. Semaphore_2.7.4.tar from http://www.semaphore.gr/downloads).
Reboot into Recovery using 3-button-combo
Do a Nandroid backup!
WIPE (wipe data/factory reset + wipe cache partition)
Install the ROM from internal sdcard using ClockworkMod Recovery
Optionally install the Google Addon
- Upgrading from CM7/CM9?
Do a Nandroid Backup!
WIPE (wipe data/factory reset + wipe cache partition)
Install the ROM from internal sdcard using ClockworkMod Recovery
Optionally install the Google Addon
- Upgrading from CM10/10.1?
Do a Nandroid Backup!
Install the ROM from internal sdcard using ClockworkMod Recovery
You will finally see a "set_metadata_recursive" status 7 error. That is normal.
Reboot back into recovery (the reboot is required)
Install the ROM again from internal sdcard using ClockworkMod Recovery
Optionally restore /data from Nandroid Backup (the update will wipe your /data)
Optionally install the Google Addon
- Upgrading from CM10.2?
Do a Nandroid Backup!
Install the ROM from internal sdcard using ClockworkMod Recovery
Optionally install the Google Addon
- Upgrading from another build of CM11?
Do a Nandroid Backup!
Install the ROM from internal sdcard using ClockworkMod Recovery
Warning: You may get set_metadata_recursive related-errors during install if you're using a custom kernel without SELinux support. In that case, revert to the stock kernel before continuing or follow the instruction for upgrading from CM10.1.
Note: The partition layout of CM11 is the same as CM10.2.
Known Issues
Please do not report bugs if it is already listen in the list of known issues
Some CyanogenMod features a missing - please do not file bug reports for those.
Cannot set value via custom brightness "Edit" menu
No account selected for Backup (gapps problem?)
Reporting Bugs
You are allowed to report bugs only in this thread. Before reporting a bug, please make sure you are running as stock as possible. This means no custom kernel, no custom framework modification, etc. If you are using any of the above modifications, please flash the rom again to get rid of the modifications before reporting.
REPORT BUGS IN THIS THREAD ONLY
Grab a logcat right after the problem has occurred. (Please include at least a few pages of the log, not just the last few lines, unless you know what you're doing.)
If it is a random reboot, grab /proc/last_kmsg. (Do not bother getting a logcat unless you can get it just before the reboot. A logcat after a reboot is useless)
If the problem disappears after running "setenforce 0" from a root shell, grab /data/misc/audit/audit.log
Remember to provide as much info as possible. The more info you provide, the more likely that the bug will be solved. The following is a useful format to follow. Note: If you can provide the latest night/build that the bug didn't exist, it would greatly help in tracking down what caused it.
Code:
What is your--
Phone model:
Radio (baseband):
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):
ART Runtime:
other modifications:
Provide any additional information (observations/frequency of problem/last version it worked on/etc) as needed:
FAQ
Why is there no transparent status bar/lockscreen widget/"OK Google"?
Those features have been disabled by Google for low RAM device in order to save RAM. You can try enabling it by removing "ro.config.low_ram=true" from /system/build.prop, however, it is not an officially supported setup.
Does this ROM support FM radio?
I've checked and the new FM API in CM is not really compatible with our device without heavy modification. Applications using the new API expect to be able to read the FM input as it if were another stream, but FM on our device only does pass-through from FM receiver to speaker/headset, which causes certain functionalities to not work such as volume control. Maybe one can modify the audio routing table in the kernel to have it behave like the API expected, but I'm not really interested in investing time to do that.
TL;DR: No built-in FM radio except if someone else does it and submits a patch.
Why aren't configurations with more than 368 MB used?
Kernels with more than 368 MB have to sacrifice high-bitrate HD playback ability. The current memory configuration has been designed for maximum compatibility.
Wi-Fi AP does not work after restoring /data with CWM
CWM does not handle SELinux very well yet. Run this in a root shell to clear all wifi data and reboot.
Code:
rm -rf /data/misc/wifi
Changelog
A rough changelog is available here:
http://changelog.bbqdroid.org/#/galaxysmtd/next or http://www.cmxlog.com/11/galaxysmtd/
For previous unofficial releases, see here
The CyanogenMod team would like to thank everyone involved in helping with testing, coding, debugging & documenting! Enjoy!
you rock man
It!. Thanks Pawitp for this rom. I was waiting for him. Already I'll be downloading and installing.
Woooow. Thanks. Coming from slimbean. Just follow instructions from first solution ?
Sent from my GT-N7100 using Tapatalk
Great thanks
Sent from my GT-I9500 using Tapatalk
Downloading right now. I will report feedback ASAP!
Million Thanks to our developer Pawitp..Keep On rocking Sgs...
good news
i have got tears of happiness right now :crying:
thanks pawitp
immortal \m/
This is just great.... Soon will be installed.
Thank you so much pawit.
Pawit, the i9000 community would probably be much less interesting without your efforts. Pushing the boundaries once again, good work and keep up, huge props!
Thank you pawtip.
Enviado do meu GT-I9000
Is this for everyday use? Old CM is quite slow on my SGS.
Thanks a ton Pawit!
Downloading now! Amazing... Thanks for your work Pawit.:good::good: :good:
This is awesome I'm going to flash this today's night.
Thanks a lot Pawit!
Inviato dal mio Galaxy Nexus
Nice
Sent from my GT-I9000 using xda app-developers app
Thanks Pawtip
Pawitp, thanks to you this phone is immortal!!
Yeah !!!! Galaxy s is immortal !!!!
Inviato dal mio GT-I9000 con Tapatalk 2
Nice tnx a lot Pawitp.
Please can someoene who already flashed this rom compare the ram usage of 4.4 with 4.3 or earlier
Tnx in advance
Just doing a nandroid, can't wait tot test
Allow me the question: why is this unofficial?

[ROM] [6.0.x] Official CyanogenMod 13.0 Nightly Builds (Z00A/Z008)

CyanogenMod is a free, community built, aftermarket firmware distribution of Android 6.0.x (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. Your changelog is whatever was merged into gerrit.
Instructions
First time flashing CyanogenMod 13.0 on your device, or coming from another ROM?
Download the zip(s).
Install a compatible Recovery
Perform a NANDroid backup of your current ROM (Optional)
Wipe data & cache partitions of your device (required when coming from stock!).
Flash CyanogenMod.
Optional: Install the Google Apps addon package.
Broken Features / Known Issues
VIDEO ENCODER/DECODER ISSUES: This results in green lines on videos/pictures taken using the Intel HW encoder/decoder and other playback issues dependent on video formats. See the list below:
Snapchat: thin greeen line tends to appear on recorded videos for snapchat
Asus Pixelmaster Camera App: Super resolution mode does not work. Turning off "Optimizations" from settings clears up any green line issues.
Some video formats do not play as expected
FM Radio is unsupported.
audio is a little weird in Real Racing 3.
sim 2 cannot be disabled (this is true for all CM builds on non qualcomm hardware)
Other than Fugu (Nexus Player TV box) there are no Vendor released M x86/x86_64 builds in existance. You may experience some issues with GAPPS and some known apps not loading or working correctly. Below is a list of KNOWN apps that do not currently run on CM13 based x86 Zenfone 2 builds :
Ingress, Polaris Office, Chase Mobile, Showbox...
Other Issues?
Before posting on this thread, make sure of a few things:
You've utilized the search function of the forums. Nothing irritates me more than lazy people who do not search for an answer before asking or ask the same question over and over again.
If you are the only one having a problem. Boot into recovery, wipe data/factory reset, reflash the rom/gapps and nothing else. Boot up and see if the problem persists.
Make sure your post is relevant to this thread. "I'm having problems rooting/unlocking" is NOT relevant here.
LOGS LOGS LOGS!!!! Use this: SysLog by Tortel
As the Zenfone2 has multiple models from multiple countries please include the following information in your report:
model #
CPU Speed / RAM Size
device state when errors occur (BT/wifi/nfc on ? On a call ? sitting idle on shelf ? )
method to reproduce if you've found something consistent
Download Links
CyanogenMod for Z00A/ ze551ml: ROM @ http://get.cm/?device=Z00A
CyanogenMod for Z008/ ze550ml: ROM @ http://get.cm/?device=Z008
Recovery Links
Z00A
Official TWRP: TWRP.ME
Z008
Official TWRP: TWRP.ME
Google apps addon:
Recommend GAPPS for now as the updated x86 gapps. Our resident x86 GAPPS guru @deadman96385 has been working with the opengapps crew to keep these current for us.
Flashable Modem updates:
Currently only supported in jrior001's unofficial TWRP
May or may not work in others
** see this post for more info **
Intel stores some modem firmware in the OTA's in a file labeled "ifwi.zip"
These are flashable zips to receive the updated firmware while staying on custom ROMS
**THIS IS A ONE WAY PROCEDURE, JUST LIKE THE OTA's THERE IS NO KNOWN WAY
TO FLASH BACK TO EARLIER MODEM FIRMWARE, PROCEED WITH CAUTION**
IF you still wish to proceed, current flashable ifwi zips are available HERE for Z00A AND Z008
FOR INFO ON MM BOOTLOADER BASED BUILDS SEE THIS POST
XDA:DevDB Information
CyanogenMod 13.0 Nightly Bulids (Z00A/Z008), ROM for the Asus ZenFone 2
Contributors
jrior001, crpalmer
Source Code: https://github.com/CyanogenMod/android_kernel_asus_moorefield
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.10.x
ROM Firmware Required: 2.20.40.16x stock base
Version Information
Status: Nightly
Created 2015-12-05
Last Updated 2016-09-07
Reserved
FAQ
Does Official TWRP work?
* Yep
* Unified recovery builds as of TWRP 3.0.0-0, same build for both Z00A/Z008
Can I use a custom kernel with these builds?
* At your own risk, don't complain here if something gets broken in the process
*Also, doing so makes any feedback useless to us because the kernel and the ROM are a complete package and changing part of that means you may have broken something beyond our control.
Will this be an Official ROM?
* When all the show stopping bugs are fixed and all the upstream commits are merged, yes.
* Until then, no because CyanogenMod has very high standards for accepting new devices.
* As of 3/17/16 we now have official builds
Do I need to unlock the bootloader?
* Yes.
Upgrade from CM-12.1 ?
* Tools have been put in place to make upgrading from 12.1 nightlies smooth however backups are always recommended. Make a backup and attempt upgrade from 12.1 -> 13.0. Make sure to Flash 6.0 gapps at the same time. 6.0 only applies the proper permissions for system apps on first boot.
* If the above fails to load smoothly, restore your backup, take the necessary backups of apps and such and make a clean flash upgrade instead.
EXTERNAL SDCARD in M
* There were major changes in AOSP in the handling of storage.
* Two options :
(1) used as external storage. Removable, plug and play storage like we all know and love.
(2) used as Adoptable storage. non removable, Sdcard becomes an extenstion of your /data partition. Removing Sdcard will cause signifigant data loss.
* On first boot you are presented with the option to choose how to handle your sdcard. CHOOSE WISELY
* read more about this feature in this article from android central
Green lines on Pixelmaster camera/Snapchat
* In the Asus camera app disable "Optimizations", this should clear green lines/distorted pictures here.
* In Snapchat, issue is far less intrusive and there is no workaround.
FM Radio
* Currently this is unsuported. As of yet we have not managed to figure out how Asus made this feature work. Should we figure that out We'd love to support it but until then it is not a high priority issue to resolve. ** UPDATED** I found some source code for the FM radio implementation but it's clearly marked as proprietary and unuseble by us at this time.
Call Recording
Native Call Recording is a feature that while only legal in some countries, has become very popular on CM.
Currently we do not have full audio HAL source for Intel devices and have no way to implement this in CM for this device.
C-APPS
They're are currently no C-APPS packages for CM-13. Due to the way M handles system app permissions this is not likely to be available at any time in CM13.
I'd like to make a donation
Support of this project is a joint effort between @crpalmer and @jrior001. Many users like to show support via Donations. If you feel so inclined to support us in this manner you can do so HERE(jrior001) and HERE(crpalmer). Donations are by no means expected, but always appreciated.
Reserved
Wow.. AWESOMEE.. Thanks Guyzz
Full wipe required when coming from 12.1?
Awesome!!! But... Must.. Resist... The urge.... Aauuggggh.
Updates issues and notes on upgrading from cm-12.1 .
RIL connectivity is not very good right now, requires manual setup on most sims. Clean install w/gapps is preferred, but CM team goes to great lengths to make sure upgrade path is smooth so a flash-able update from 12.1 nightly "should " work fine. Just make sure to flash your gapps w/ROM prior to rebooting. Flashing gapps later is not something that is going to work well for you.
jrior001 said:
Updates issues and notes on upgrading from cm-12.1 .
RIL connectivity is not very good right now, requires manual setup on most sims. Clean install w/gapps is preferred, but CM team goes to great lengths to make sure upgrade path is smooth so a flash-able update from 12.1 nightly "should " work fine. Just make sure to flash your gapps w/ROM prior to rebooting. Flashing gapps later is not something that is going to work well for you.
Click to expand...
Click to collapse
We have resolved the DRM video issue and the audio lag in games has yet to be an issue in cm-13 thus far.
I should be studying for a test, but........CM13 is coming first now
Sent from my ASUS_Z008 using XDA Free mobile app
Fantastic! Just Z00A for now?
Just finished the SAT. Came home to a welcome surprise!
troy5890 said:
I should be studying for a test, but........CM13 is coming first now
Sent from my ASUS_Z008 using XDA Free mobile app
Click to expand...
Click to collapse
550 version doesn't seem to be up yet, unfortunately.
kanagawaben said:
Fantastic! Just Z00A for now?
Click to expand...
Click to collapse
I manually ran a z00a build to test the setup. Assuming all goes well, there will be a z008 build tomorrow.
kanagawaben said:
550 version doesn't seem to be up yet, unfortunately.
Click to expand...
Click to collapse
We weren't going to do the thread till tom but somebody found the test build.... It will come, but probably not till next nightly cycle
Sent from my N5206 using Tapatalk
crpalmer said:
I manually ran a z00a build to test the setup. Assuming all goes well, there will be a z008 build tomorrow.
Click to expand...
Click to collapse
Thank you! No rush at all, of course.
---------- Post added at 11:44 PM ---------- Previous post was at 11:42 PM ----------
jrior001 said:
We weren't going to do the thread till tom but somebody found the test build.... It will come, but probably not till next nightly cycle
Sent from my N5206 using Tapatalk
Click to expand...
Click to collapse
Ditto, my comment above. Absolutely delighted it is coming, and happy to wait a bit longer. Thanks for your sterling work guys!
jrior001 said:
Updates issues and notes on upgrading from cm-12.1 .
RIL connectivity is not very good right now, requires manual setup on most sims. Clean install w/gapps is preferred, but CM team goes to great lengths to make sure upgrade path is smooth so a flash-able update from 12.1 nightly "should " work fine. Just make sure to flash your gapps w/ROM prior to rebooting. Flashing gapps later is not something that is going to work well for you.
Click to expand...
Click to collapse
yeah, i got that sim problem, but choosing manually worked, flashing this rom with open gapps worked fine
Seutp wizard has closed. Keep getting g that message. Back to 12.1.
How install super SU?
Awesome
I formatted my sdcard1 over and over... but my zen can't access it.
Any reason why?

[ROM] [6.0.x] [BETA] Unofficial CyanogenMod 13.0 Nightly Builds (KIW-L24 / L22 / L21)

CyanogenMod 13.0 is a free, community built, aftermarket firmware distribution of Android 6.0.x (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. Your changelog is whatever was merged into gerrit.
Note: This thread is not about:
- Other devices!
- General Honor 5X stuff (Unlocking, Emui, going back to Stock, Updating Stock...)
- Aliens, UFOs, ...
-> Generally: ANYTHING not specifically about CyanogenMod 13.0 for Honor 5X
Important Notice:
Code:
As of July 19, an upgrade of the firmware to MM-Firmware is required ([URL="http://forum.xda-developers.com/showpost.php?p=67840582&postcount=1813"]Link to instructions[/URL],
possibly find your firmware update here: [URL="http://forum.xda-developers.com/honor-5x/how-to/repository-honor-5x-file-depot-t3328288"]LINK[/URL] - note: not related to us, thanks @clsA).
If you run a device below the required firmware,
flashing will fail due to checks in the upgrade package! (No, you shouldn't remove the checks!)
In that case please use a build of July 18 or below. (Link: [URL="https://www.androidfilehost.com/?w=files&flid=72880"]clsA's repo[/URL])
Please DO NOT complain about this, we are not responsible for non-released firmwares
and other things not directly under our control. Please also DO NOT ask for any support
of firmware update in this thread! Go to Q&A section and create or use an existing thread there!
Preparation
To make sure you can run the builds from July 20 and up, please do the following
(For all commands please copy everything between the quotes not including them! All commands require to press [ENTER] to execute)
1) Open the terminal app or connect via computer and type "adb shell"
2) Type "su"
3) Type (or copy)
strings /dev/block/platform/soc.0/7824900.sdhci/by-name/tz | sed 's/QC_IMAGE_VERSION_STRING=//p;d'
4) Compare the output to:
TZ.BF.3.0.C3-00025
5) Are they equal? Go on with the instructions and use a newer build
They are different? -> Go with build of July 18
Instructions
First time flashing CyanogenMod 13.0 on your device, or coming from another ROM?
1) Read this post completely! Make sure you are aware of the issues!
2) Download the zip(s).
3) Install a compatible Recovery (e.g. TWRP (Link))
4) Perform a NANDroid backup of your current ROM (Optional)
5) Wipe data & cache partitions of your device (required when coming from stock!).
6) Flash CyanogenMod.
7) Optional: Install the Google Apps addon package. (Pay attention to the note in "Download links"!)
Changelog
Device tree
Kernel tree
Generic CM tree
Broken Features / Known Issues
camera does not support HDR photos - no need to try other camera apps, it's disabled completely!
dt2wake doesn't use the proximity sensor to filter bogus d2twake triggers and therefore can turn on too easily in your pocket,
but it DOES work without proximity sensor
Builds older than July 20: fingerprint sensor not implemented! (Do not even ask for it, search the thread!)
smart view case support
Other Issues?
Before posting on this thread, make sure of a few things:
You've utilized the search function of the forums. Nothing irritates me more than lazy people who do not search for an answer before asking or ask the same question over and over again.
If you are the only one having a problem. Boot into recovery, wipe data/factory reset, reflash the rom/gapps and nothing else. Boot up and see if the problem persists.
LOGS LOGS LOGS!!!! Use this: SysLog by Tortel
If you have a hard reboot (to the vendor boot logo, not the CM boot logo), use adb or any other file explorer tool to pull a copy of
/sys/fs/postore/console-ramoops
after the reboot and provide that.
Note: We will not support any kind of modification on the ROM not done by our sources. If you are running XPosed, Kernel Booster or whatever occurs to you, we won't support you in any way. The problem will in every case be treated as the additional softwares' fault (because often it is!)
Download Links
CyanogenMod: ROM @ http://download.crpalmer.org/nightlies/kiwi-cm-13.0
Google apps addon:
(Note: Not required to run the ROM)
We are using Open GApps (Link) Arm64 version. (make sure to use 64bit when using other packages), others might also be working
Note: In case you want to use any gapps, YOU MUST install the right gapps the first time that you flash a marshmallow ROM. Do not boot with an older gapps or without one and then try to install it later.
Note: If you install a package which replaces the default dialer (mostly "Stock Gapps") you have to go to Settings->Apps->Gear-Icon and set the new dialer as a default telephony app to prevent force closing of apps
XDA:DevDB Information
CyanogenMod 13.0 Builds, ROM for the Honor 5X
Contributors
crpalmer, BadDaemon
Source Code: https://github.com/CyanogenMod/android_kernel_huawei_kiwi
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.10.x
Version Information
Status: Beta
Created 2016-03-25
Last Updated 2016-07-27
Reserved
Known Issues:
Moved to first post (above).
Other Issues:
If I don't list it as a known issue, it means I do not think it's a problem because I have never encountered whatever you think is broken.
If you post "_____ is broken", I will ignore it unless you:
* Provide appropriate logs
* Provide clear instructions to reproduce the problem or a statement that it just randomly happens
* Have the problem on a "clean" install (see below).
Getting Logs:
You can use SysLog by Tortel from the play store to get logcats (Main Log), dmesg (Kernel log) and Radio Logs. These will capture the log after the fact. You can also get the logs via adb:
PHP:
adb logcat -v time -d > logcat.txt
adb logcat -v time -b radio -d > radio.txt
adb shell dmesg > dmesg.txt
You can use either a file explorer app that allows root access or adb to get the last kernel log. Via adb you would plug your phone into a computer that has adb access to it and run
PHP:
adb root
adb pull /sys/fs/postore/console-ramoops
Appropriate Logs:
If you have a hard reboot (to the vendor boot logo, not the CM boot logo), the only log that will contain useful information if the last kernel log. All other logs are cleared on a reboot and will be useless.
If you have any issue with telephony, wifi, bluetooth or anything related to externally communicating via your phone, please provide all 3 logs (logcat, radio log and kernel log).
If you submit radio logs, please do so via a PM as the logs may contain phone numbers and other information such as your IMEI.
Clean Install:
If you have a reproducible problem:
* Backup your current install in twrp (so you can go back to it, if you want, when you're done)
* Factory reset
* Wipe system
* Install CM, install GApps (and not one that replaces system apps like the camera, especially if you think the camera is broken!)
* Do not install anything else, do not restore anything else via Google, Titanium Backup, etc.
* DO NOT INSTALL Xposed
* Install the apps that you need to reproduce the problem
* Collect logs
* Restore your backup
If the problem is not reproducible, you still need to run on a clean install and wait for it to happen. In this case do:
* Backup your current install in twrp (so you can go back to it, if you want, when you're done)
* Factory reset
* Wipe system
* Install CM, install GApps (and not one that replaces system apps like the camera, especially if you think the camera is broken!)
* Do not install anything else, do not restore anything else via Google, Titanium Backup, etc.
* Install the apps that you need on your phone via Play Store and do not restore data from anywhere or install any other tweaks, scripts.
* DO NOT INSTALL Xposed
* Wait for it to happen
* Collect logs
* Restore your backup
Note: We will not support any kind of modification on the ROM not done by our sources. If you are running XPosed, Kernel Booster or whatever occurs to you, we won't support you in any way. The problem will in every case be treated as the additional softwares' fault (because often it is!)
Reserved
So happy to see marshmallow come to this amazing device. Many thanks to all contributing
crpalmer said:
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.
Click to expand...
Click to collapse
Thanks @crpalmer. You might want to change above to 6.0.x
Sent from my A0001 using Tapatalk
Keep getting "App not responding" every few minutes. Not sure if I'm the only one.
Going to flash it right now; fingers crossed.
Thanks for your work @crpalmer
InfamousGam3r said:
Keep getting "App not responding" every few minutes. Not sure if I'm the only one.
Click to expand...
Click to collapse
Same Issue, Facebook and Messenger.
Damn bro... You're amazing.... I would love to taste marshmallow on this device but i think I'll refrain until some important bugs are fixed.... Thnx a lot for your hard work
Sent from my KIW-L21 using Tapatalk

			
				
Elmerdus said:
Same Issue, Facebook and Messenger.
Click to expand...
Click to collapse
Yep, exact same problem[emoji14]Facebook and Messenger seem to be giving that error on cm13 3/24/16
Sent from my KIW-L24 using Tapatalk
Amazing work this is the first time I'm actually using marshmallow . The rom feels a bit slower than the lolipop version, but hey having shower in the acid feels better than using the stock rom.
right now the battery indication seem to be stuck at 100%, need to reboot to check if it is actually valid.
Battery works now I have to allow all this user permissions
---------- Post added at 09:31 AM ---------- Previous post was at 09:23 AM ----------
InfamousGam3r said:
Yep, exact same problem[emoji14]Facebook and Messenger seem to be giving that error on cm13 3/24/16
Sent from my KIW-L24 using Tapatalk
Click to expand...
Click to collapse
mine works pretty well for messenger and.... restoring facebook..... yup works perfectly; I'm using custom booster so maybe?
nemexs said:
Amazing work this is the first time I'm actually using marshmallow . The rom feels a bit slower than the lolipop version, but hey having shower in the acid feels better than using the stock rom.
right now the battery indication seem to be stuck at 100%, need to reboot to check if it is actually valid.
Battery works now I have to allow all this user permissions
---------- Post added at 09:31 AM ---------- Previous post was at 09:23 AM ----------
mine works pretty well for messenger and.... restoring facebook..... yup works perfectly; I'm using custom booster so maybe?
Click to expand...
Click to collapse
What do you mean "custom booster"? I was coming from CM12.1 with GApps Arm64 5.1 Minimal, updated to CM13 (3/24/16) and GApps Arm64 6.0 Micro
InfamousGam3r said:
What do you mean "custom booster"? I was coming from CM12.1 with GApps Arm64 5.1 Minimal, updated to CM13 (3/24/16) and GApps Arm64 6.0 Micro
Click to expand...
Click to collapse
skynet project
http://forum.xda-developers.com/android/software-hacking/android-l-booster-1-soon-t3030796
The apps that didn't run properly from the titanium I reinstalled them.
For developer: Battery indicator is bugging out again, rebooting........ same problem, removed the gravity box [MM]; busybox has a problem too. Ok Google seems to crash every time I reboot.
Workaround the batter indicator bug: if you are plugged to a power charger the indicator works perfectly.
Update: busybox works with graphics just crashing, but app working well.
nemexs said:
skynet project
http://forum.xda-developers.com/android/software-hacking/android-l-booster-1-soon-t3030796
The apps that didn't run properly from the titanium I reinstalled them.
For developer: Battery indicator is bugging out again, rebooting........ same problem, removed the gravity box [MM]; busybox has a problem too. Ok Google seems to crash every time I reboot.
Workaround the batter indicator bug: if you are plugged to a power charger the indicator works perfectly.
Click to expand...
Click to collapse
Going to try and use that custom booster you linked me to, reinstalling CM13 again (reverted back to CM12 earlier because of a few issues). Doing it all fresh this time, just hate having to re-arrange my stuff haha.
Thanks,
@crpalmer , call recording works on cm13 .
Doze is working fine .
Major bugs are battery status and all CPUs online .
If you could fix this , cm13 comes to use as a daily drive .
Still getting "Unfortunately, *APP* has stopped." on CM13 3/24/16. Clean install. CM13 > GApps Arm64 6.0 nano
InfamousGam3r said:
Still getting "Unfortunately, *APP* has stopped." on CM13 3/24/16. Clean install. CM13 > GApps Arm64 6.0 nano
Click to expand...
Click to collapse
Are you l24 or l21? :/
http://opengapps.org/ This one? arm64 6.0 nano works fine for me
nemexs said:
Are you l24 or l21? :/
http://opengapps.org/ This one? arm64 6.0 nano works fine for me
Click to expand...
Click to collapse
KIW-L24
and... OpenGapps ARM64 6.0 nano.
InfamousGam3r said:
KIW-L24
and... OpenGapps ARM64 6.0 nano.
Click to expand...
Click to collapse
Maybe l24 problem? I'm using it on l21 and the only thing that's bugging is "OK Google." Have you tried redownloading it?

[ROM] [5.1.x] Unofficial CyanogenMod 12.1 Nightly Builds (Z00D)

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.
*
* 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. Your changelog is whatever was merged into gerrit.
Instructions
First time flashing CyanogenMod 12.1 on your device, or coming from another ROM?
Unlock Bootloader
Download the zip(s).
Install a compatible Recovery (TWRP)
Perform a NANDroid backup of your current ROM (Optional)
Wipe data & cache partitions of your device (required when coming from stock!).
Flash CyanogenMod.
Optional: Install the Google Apps addon package.
Broken Features / Known Issues
FM Radio is unsupported.
More TBD
Other Issues?
Before posting on this thread, make sure of a few things:
You've utilized the search function of the forums. Nothing irritates me more than lazy people who do not search for an answer before asking or ask the same question over and over again.
If you are the only one having a problem. Boot into recovery, wipe data/factory reset, reflash the rom/gapps and nothing else. Boot up and see if the problem persists.
Make sure your post is relevant to this thread. "I'm having problems rooting/unlocking" is NOT relevant here.
LOGS LOGS LOGS!!!! Use this: SysLog by Tortel
As the Zenfone2 has multiple models from multiple countries please include the following information in your report:
model #
CPU Speed / RAM Size
device state when errors occur (BT/wifi/nfc on ? On a call ? sitting idle on shelf ? )
method to reproduce if you've found something consistent
Download Links
CyanogenMod for Z00D/ ze500cl: ROM @ theflamingskull.com
Google apps addon:
Recommend GAPPS for now as the updated x86 gapps. Our resident x86 GAPPS guru @deadman96385 has been working with the opengapps crew to keep these current for us.
Device Tree
Kernel
Current cm12.1 patch list
XDA:DevDB Information
CyanogenMod 12.1 Nightly Bulids (Z00D), ROM for the Asus ZenFone 2
Contributors
jrior001
ROM OS Version: 5.1.x Lollipop
ROM Kernel: Linux 3.10.x
ROM Firmware Required: 12.16.5.118
Version Information
Status: Beta
Created 2016-05-23
Last Updated 2016-05-22
Reserved
FAQ
Bug reporting
* These CM-12.1 builds are for beta testing and major bug discovery. This will be a launching pad for future CM-13.0 development.
* Feature request will be ignored.
* Reports without LOGS or solid reproduction instructions will be ignored.
Does Official TWRP exist?
* Not yet, submitted but not yet officially supported
Can I use a custom kernel with these builds?
* At your own risk, don't complain here if something gets broken in the process
*Also, doing so makes any feedback useless to us because the kernel and the ROM are a complete package and changing part of that means you may have broken something beyond our control.
Will this be an Official ROM?
* No, this is a temporary test bed for this device. I will be moving to CM-13.0 as quickly as possible
Do I need to unlock the bootloader?
* Yes, this is non-negotiable. I will not support any form of CM builds where I cannot flash a modified kernel
FM Radio
* Currently this is unsuported. As of yet we have not managed to figure out how Asus made this feature work. Should we figure that out We'd love to support it but until then it is not a high priority issue to resolve. ** UPDATED** I found some source code for the FM radio implementation but it's clearly marked as proprietary and unuseble by us at this time.
Call Recording
Native Call Recording is a feature that while only legal in some countries, has become very popular on CM.
Currently we do not have full audio HAL source for Intel devices and have no way to implement this in CM for this device.
I'd like to make a donation
Many users like to show support via Donations. If you feel so inclined to support me in this manner you can do so HERE(jrior001) Donations are by no means expected, but always appreciated.
Reserved
Thanks men woahooo
Picture..
Sent from my Z00D using Tapatalk
Thanks for the work bro:good:, will try and report bugs if I find any...
Flashed this morning. Seems like every important feature working well. GPS is good, bluetooth works with my miband. Gonna try for some day. The first impression is really cool. Smooth as butter. Thank you for this.
Awesome!! Thanks Dev!!
Sent from my unknown using XDA-Developers mobile app
---------- Post added at 11:59 AM ---------- Previous post was at 11:58 AM ----------
Dev... spellchecker...
Sent from my unknown using XDA-Developers mobile app
Sweet! Thanks Dev! Will flash and test it out...
Sent from my SM-G900V using XDA-Developers mobile app
Thank you, smooth and snappy!!
Sent from my unknown using Tapatalk
Thanks for your work!
I just uploaded a new build, same build date and lin, that fixes a few minor issues I noticed.
* USB serial no settings
* device name props matched to stock (this allows Asus pixel master camera to work, although I doubt every mode/option works properly)
I'm going to be running this as my daily device for a few days to find any other major issues before moving on to CM13. The tiny data partition is frustrating and I'm hoping adopted storage in cm13 helps this.
Battery life?
I'm not really sure what to expect here as I never( not even for a day) ran this device on stock. It came right out the box into dev mode. I will have to rely on you guys to gauge good/bad battery life as I am known to be a battery abuser.
Hope you all enjoy.
Sent from my Z00D using Tapatalk
Screenshots.
Can't choose LTE in network type, the first was the LTE, and I decided to put on the 3G, now LTE can not return.
Headphone jack not working
Sent from my unknown using Tapatalk
CHuvaCK21 said:
Can't choose LTE in network type, the first was the LTE, and I decided to put on the 3G, now LTE can not return.
Click to expand...
Click to collapse
Fixed locally already, will be in next release, a reboot "should" reset this for now.
robot_head said:
Headphone jack not working
Sent from my unknown using Tapatalk
Click to expand...
Click to collapse
Putting it on the list
Sent from my Z00D using Tapatalk
jrior001 said:
Fixed locally already, will be in next release, a reboot "should" reset this for now.
Putting it on the list
Sent from my Z00D using Tapatalk
Click to expand...
Click to collapse
Oh... I based on the stock firmware also had a problem with headphones, I don't know how to solve this, in the end, stupid system.new.dat Packed and headphones have earned.
Proximity sensor, screen won't turn back on after phone call to hang up
Sent from my Z00D using Tapatalk
robot_head said:
Proximity sensor, screen won't turn back on after phone call to hang up
Sent from my Z00D using Tapatalk
Click to expand...
Click to collapse
I was doing OK and the screen lights back, maybe you have the glass covers the proximity sensor?
robot_head said:
Proximity sensor, screen won't turn back on after phone call to hang up
Sent from my Z00D using Tapatalk
Click to expand...
Click to collapse
Mine works fine, besure your not blocking it, or like the other guy said a badly placed case/protector. Grab "sensors test" from play store and try testing Prix sensor that way.
Sent from my Z00D using Tapatalk

[ROM][P901][UNOFFICIAL] CyanogenMod 13.0 | Android 6.0.1 Marshmallow | 20161211

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.
Important information:
This thread is for Unofficial CyanogenMod 13.0 builds for v1a3g (SM-P901). The following will not be supported here:
* Custom kernels
* Mods
* Xposed
I 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
NOTICE:
This ROM may still have some bugs (although minor). Most things work except:
mic
Ok Google
S-Pen works with S-Pen apps (paint, notes, etc.). No popup will appear on removal.
If you find other issues (CM13 issues) please post them. May take a while to fix but they will be worked on.
ALSO - please DO NOT ask about CM14 - it is being looked into - no other info available.
Installation
First time flashing CyanogenMod 13.0 on your device, or coming from another ROM?
Download the zip(s)
Install a compatible Recovery
Perform a nandroid backup of your current ROM (Optional)
Wipe data/factory reset
Flash CyanogenMod
Install the Google Apps addon package (Optional)
Reboot
Other issues?
Before posting in this thread, make sure of a few things:
You used the search function of the forums.
If you are the only one having a problem. Boot into recovery, wipe data/factory reset, reflash the rom/gapps and nothing else. Boot up and see if the problem persists.
Make sure your post is relevant to this thread.
Logs! You can use this: https://play.google.com/store/apps/details?id=com.tortel.syslog&hl=en
Downloads
12/11 build
Google Drive: SM-P901-CM13
Mega Drive: SM-P901-CM13
One Drive: SM-P901-CM13
Old Downloads
Changelog:
12/11
Initial Release
Google Apps:
http://opengapps.org/- thanks to the OpenGapps team!
The CyanogenMod team would like to thank everyone involved in helping with testing, coding, debugging & documenting! Enjoy!
Source:
Kernel: https://github.com/exynos5420/android_kernel_samsung_exynos5420
Device Tree: https://github.com/exynos5420/android_device_samsung_ha3g
Credits:
@UpInTheAir for his kernel magic and misc fixes
@crpalmer (for picassowifi device and kernel gits)
@eousphoros (for his work on klimtwifi)
@nvertigo67 (for his work on chagallwifi)
@Nexorrr (for his work on chagalllte)
@tincho5588(For testing my builds on device)
Exynos5420 Dev Team (@deadman96385 @thompatry @ZakooZ @Orion116 @mosimchah @joshndroid @Andmoreagain @thermskin, @javelinanddart)
This rom requires the Marshmallow boot loader.
gcrutchr said:
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.
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.
Important information:
This thread is for Unofficial CyanogenMod 13.0 builds for v1a3g (SM-P901). The following will not be supported here:
* Custom kernels
* Mods
* Xposed
I 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
NOTICE:
This ROM may still have some bugs (although minor). Most things work except:
mic
Ok Google
S-Pen works with S-Pen apps (paint, notes, etc.). No popup will appear on removal.
If you find other issues (CM13 issues) please post them. May take a while to fix but they will be worked on.
ALSO - please DO NOT ask about CM14 - it is being looked into - no other info available.
Installation
First time flashing CyanogenMod 13.0 on your device, or coming from another ROM?
Download the zip(s)
Install a compatible Recovery
Perform a nandroid backup of your current ROM (Optional)
Wipe data/factory reset
Flash CyanogenMod
Install the Google Apps addon package (Optional)
Reboot
Other issues?
Before posting in this thread, make sure of a few things:
You used the search function of the forums.
If you are the only one having a problem. Boot into recovery, wipe data/factory reset, reflash the rom/gapps and nothing else. Boot up and see if the problem persists.
Make sure your post is relevant to this thread.
Logs! You can use this: https://play.google.com/store/apps/details?id=com.tortel.syslog&hl=en
Downloads
12/11 build
Google Drive: SM-P901-CM13
Mega Drive: SM-P901-CM13
One Drive: SM-P901-CM13
Old Downloads
Changelog:
12/11
Initial Release
Google Apps:
http://opengapps.org/- thanks to the OpenGapps team!
The CyanogenMod team would like to thank everyone involved in helping with testing, coding, debugging & documenting! Enjoy!
Source:
Kernel: https://github.com/exynos5420/android_kernel_samsung_exynos5420
Device Tree: https://github.com/exynos5420/android_device_samsung_ha3g
Credits:
@UpInTheAir for his kernel magic and misc fixes
@crpalmer (for picassowifi device and kernel gits)
@eousphoros (for his work on klimtwifi)
@nvertigo67 (for his work on chagallwifi)
@Nexorrr (for his work on chagalllte)
@tincho5588(For testing my builds on device)
Exynos5420 Dev Team (@deadman96385 @[email protected]@[email protected]@[email protected]@thermskin, @javelinanddart)
Click to expand...
Click to collapse
After one day , I found some bugs.
This cm ROM doesn't detect current battery status correctly. I plugged my charger to sm-p901 , unfortunately after 12 hours the battery status represents "50 %".
Second bug is WiFi . I have to select a bandwidth from 1 to 13 manually to connecting into my home wireless router.
Hope you fix this. Thank u so much
mohsenfa01 said:
After one day , I found some bugs.
This cm ROM doesn't detect current battery status correctly. I plugged my charger to sm-p901 , unfortunately after 12 hours the battery status represents "50 %".
Second bug is WiFi . I have to select a bandwidth from 1 to 13 manually to connecting into my home wireless router.
Hope you fix this. Thank u so much
Click to expand...
Click to collapse
Battery level has always been a issue with cyanogen mod (your battery is charging, though) - at least on all the ones I have tried. Do a google search for battery calibration.
Wifi - did you do a data wipe (try that) - also make sure your router is set to auto for band; and finally, in wifi settings, select forget network and try to reconnect.
gcrutchr said:
Battery level has always been a issue with cyanogen mod (your battery is charging, though) - at least on all the ones I have tried. Do a google search for battery calibration.
Wifi - did you do a data wipe (try that) - also make sure your router is set to auto for band; and finally, in wifi settings, select forget network and try to reconnect.
Click to expand...
Click to collapse
There is serious problem with battery, therefore there are so many apps which claim to calibrate battery, which one do you suggest to use?
mohsenfa01 said:
There is serious problem with battery, therefore there are so many apps which claim to calibrate battery, which one do you suggest to use?
Click to expand...
Click to collapse
Never used a battery calibration app - usually wait for green light to come on so I know battery full.
I suggest do a google search for cynogenmod and battery charging issue.
gcrutchr said:
Never used a battery calibration app - usually wait for green light to come on so I know battery full.
I suggest do a google search for cynogenmod and battery charging issue.
Click to expand...
Click to collapse
OK , how about s pen smart text selection?
mohsenfa01 said:
OK , how about s pen smart text selection?
Click to expand...
Click to collapse
If you are looking for the s-pen to work for everything like a Samsung rom, it won't.
As I stated in post #1, the s-pen works with apps that support it.
gcrutchr said:
If you are looking for the s-pen to work for everything like a Samsung rom, it won't.
As I stated in post #1, the s-pen works with apps that support it.
Click to expand...
Click to collapse
Ok, this rom have issue to connecting into wireless routsr with auto band
gcrutchr said:
Battery level has always been a issue with cyanogen mod (your battery is charging, though) - at least on all the ones I have tried. Do a google search for battery calibration.
Wifi - did you do a data wipe (try that) - also make sure your router is set to auto for band; and finally, in wifi settings, select forget network and try to reconnect.
Click to expand...
Click to collapse
I found there is serious WiFi channel issue in all marshmallow devices, just google these words:
Marshmallow WiFi channel
It seams this android version has disability to find WiFi units with channel 13 or 1. What's your opinion ?
mohsenfa01 said:
I found there is serious WiFi channel issue in all marshmallow devices, just google these words:
Marshmallow WiFi channel
It seams this android version has disability to find WiFi units with channel 13 or 1. What's your opinion ?
Click to expand...
Click to collapse
My wifi router (Thailand) has channels 1-13. I have no problem connecting with this rom or any other, including my Galaxy S3 which is on CM, my iPad Pro, my Note 5 and my Note Pro 12.2 (3g).
Did you clear the data before installing rom? Did you clear cache and dalvik cache?
Try downloading WIFI Analyzer on Play Store....maybe it will help.
Modem?
The sm-p901 has LTE, is this rom has it???? or I need to install custom
timmyhoa34 said:
The sm-p901 has LTE, is this rom has it???? or I need to install custom
Click to expand...
Click to collapse
This device should only have 3G.
timmyhoa34 said:
The sm-p901 has LTE, is this rom has it???? or I need to install custom
Click to expand...
Click to collapse
The SM-P901 does not have LTE. It is a 3G device.
There is nothing you can install to get LTE. LTE is part of the modem and the only Note Pro 12.2 device that has it is the P905 series.
Excellent
Thanks for this beautiful 6.0.1 ROM....great boost from stock 5.0.2 which was sluggish...very fast and stable...no issues to complain up to now...really appreciate you guys!!!
MyoMinhtoo said:
Thanks for this beautiful 6.0.1 ROM....great boost from stock 5.0.2 which was sluggish...very fast and stable...no issues to complain up to now...really appreciate you guys!!!
Click to expand...
Click to collapse
You're welcome!
Is it possible to switch from android to another one ? Like Ubuntu or windows 10 ?
mohsenfa01 said:
Is it possible to switch from android to another one ? Like Ubuntu or windows 10 ?
Click to expand...
Click to collapse
Windows 10? No
Linux? I have read about people running linux on an android tablet. Search XDA for the thread. It's under Android Software Development or Android Software and Hacking General.
Thank you.
How can i compile from source code?
e-sh said:
Thank you.
How can i compile from source code?
Click to expand...
Click to collapse
In the 1st post there are links to the source code. You need to set up your computer 1st to build android.
Then you can get the base android source from github and the v1a3g source code from the link in post #1.

Categories

Resources