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:
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. And if you would like to contribute to CyanogenMod, please visit Gerrit Code Review. You can also view the Changelog for a full list of changes & features.
IMPORTANT INFORMATIONS
We will not support users and answer questions from users which:
are running a custom kernel
have flashed mods
modified system files
didn't follow our instructions word by word
are unfriendly
WIKI
Official CyanogenMod Wiki: http://wiki.cyanogenmod.org/w/Endeavoru_Info
INSTRUCTIONS
First time installing CyanogenMod 11.0 to your HTC One X (GSM), or coming from another ROM:
Read the official wiki
Read known issues ans FAQs
DO A BACKUP
Unlock your device via http://www.htcdev.com if you haven't done so already
Flash the preferred (touch / non-touch) HTC One X (GSM) recovery image from http://www.clockworkmod.com/rommanager via Fastboot
DO A DATA WIPE / FACTORY RESET
Copy GApps and the CM 11.0 zip to your SD card
Boot into Recovery
Flash the CM 11.0 zip from SD card
Flash GApps for KitKat from SD card
Flash the boot.img included in the CM 11.0 zip via Fastboot
Reboot
Don't restore system data using Titanium Backup!
Restoring Apps + Data might cause problems and is not recommended, avoid it if possible!
Upgrading from earlier version of CyanogenMod 11.0:
Copy the CM 11.0 zip to your SD card
Boot into Recovery
DO A BACKUP
Flash the CM 11.0 zip from SD card
Optionally flash the most recent GApps if you encounter problems
Flash the boot.img included in the CM 11.0 zip via Fastboot if necessary. If in doubt, flash it.
Reboot
Upgrading from CyanogenMod 10.2:
Read known issues ans FAQs
DO A BACKUP
Flash the preferred (touch / non-touch) HTC One X (GSM) recovery image from http://www.clockworkmod.com/rommanager via Fastboot
Copy GApps and CM 11.0 ZIP to your SDCard
Boot into Recovery
Flash the CM 11.0 zip from SD card
Flash the GApps zip from SD card
Flash the boot.img included in the CM 11.0 zip via Fastboot
Reboot
Patience, it can take a while for the device to settle. The boot animation should disappear after 2-3 minutes.
DOWNLOADS
ClockworkMod-Recovery: http://www.clockworkmod.com/rommanager (search for "HTC One X (GSM)")
CM11.0 official stable builds: http://download.cyanogenmod.org/?device=endeavoru&type=snapshot (read http://www.cyanogenmod.org/blog/cm-11-m4-post-release-items)
CM11.0 official nightly builds: http://download.cyanogenmod.org/?device=endeavoru&type=nightly
Google Apps: http://wiki.cyanogenmod.org/w/Google_Apps
CHANGELOG
BBQDroid: http://changelog.bbqdroid.org/#endeavoru/cm11.0/next
CMXLog: http://www.cmxlog.com/11/endeavoru
KNOWN ISSUES
Audio may be problematic with MHL.
Sense 5 camera features not available (no burst, no zero-shutter-lag, picture quality seems to be worse).
Proximity sensor issues (screen stays black after call, hardware issue, it may not affect you).
Workaround: install Rezound Prox Sensor Calibrator and play with the PS1_CANC slider).
No P2P/Wi-fi Direct.
Screen corruption after unlocking when the device was rotated.
Just let it rotate again or close and re-open the app.
Crashes and freezes when using a docking station.
I can't test this. More reports and logcats are welcome.
FAQ
Can I dirty flash coming from CM 10.2?
Yes, generally it should work. Don't forget to flash CM 11.0 gapps and boot.img
Where is the Superuser App?
The Superuser App is now part of CM. You can find it in the Setting under the System category. Make sure you enable root access for Apps in the Superuser settings. In case you can't find it enable the "Developer options" by tapping "Build number 7" in "About phone" 7 times and enable root access there.
Where are the Sweep2Wake, Button Backlight Notifications, NVIDIA Smart Dimmer and Fast Charge Settings?
Gone or moved to other menus. But the functionality is still in the framework. See second post for details.
Where is the "Developer options" menu?
Hidden by default. Go to "About phone" and press "Build number" seven times to show it.
When do the nightlies start? When do upload the next version? When do you fix XYZ?
I don't know.
Does ART (the new Android runtime) work
Generally yes, but some apps (even from Google) have problems. Also the cache files use more space than with Dalvik. So if you have many apps installed you will run out of space.
But I enabled it anyway and now my phone doesn't start anymore .
The setting is persisted on the /data parition. So execute "echo -n libdvm.so > /data/property/persist.sys.dalvik.vm.lib" in the recovery (don't forget to mount /data). You can also execute is as root while the phone is trying to boot.
Here are instructions to enable or disable some features that were previously in the advanced settings menu.
Button Backlight Notifications (enabled by default)
Button backlight notifications are enabled/disabled by settings write permissions on a special file. To disable them remove the write permission for the sysfs file with
Code:
chmod 444 /sys/class/leds/button-backlight/slow_blink
Only execute it while the lights are not currently blinking.
The newest kernel also contains the ability to limit to the notification brightness. Do
Code:
echo 1 > /sys/class/leds/button-backlight/slow_blink_brightness_limit
to limit the brightness to your normal button backlight brightness (which you can adjust in the settings).
Fast Charge (disabled by default)
Fast charging is disabled by default and can be enabled with
Code:
echo 1 > /sys/devices/platform/htc_battery/fast_charge
Sweep2Wake (disabled by default)
Code:
# Enable s2w
echo 1 > /sys/android_touch/sweep2wake
# Adjust the needed swipe length. 325 for one button (default), 500 for two buttons and 850 for three buttons
echo 500 > /sys/android_touch/s2w_min_distance
# Disable direction independent behaviour
echo 0 > /sys/android_touch/s2w_allow_stroke
DoubleTap2Wake (disabled by default)
Like the name suggests. You can wake your device by double tapping anywhere on your hardware keys.
Code:
# Enable dt2w
echo 1 > /sys/android_touch/s2w_allow_double_tap
There are some tunables to adjust the minimum time span between taps (s2w_double_tap_duration) and maximum timespan (value of s2w_double_tap_duration + value of s2w_double_tap_threshold).
Nvidia SmartDimmer (disabled by default)
Now called "Adaptive backlight". Setting was moved to the "Display & LED" menu.
All settings where you manually have to execute a command are not persisted between reboots. You can use a third party app that supports toggling the settings or you can put the commands into /data/local/userinit.sh to apply them at boot.
Merry Christmas! If you don't celebrate Christmas then have a nice week!
Thömy said:
Merry Christmas! If you don't celebrate Christmas then have a nice week!
Click to expand...
Click to collapse
Big present!
Thömy said:
Merry Christmas! If you don't celebrate Christmas then have a nice week!
Click to expand...
Click to collapse
Waiting for christmas from almost a year ....and here is a bang of kitkat Rom from you ....
Thanks
Sent from my HTC One X using XDA Premium 4 mobile app
It is a real Christmas for all HTC one x owners
Merry Christmas to all of us. Me. You. And the one there behind the closet hiding
Sent from my Nexus 7 using xda app-developers app
AWWWEESOMEEE! I saw the delete post on the other forum it imagine was something like this.
downloading now! can't wait to install:fingers-crossed:
Thomy thanks for the cm11 build. One question will this work on philz recovery or would you advise using the recovery on op.
A splendid Christmas present. Now our HOX is back in business!!
paulh1978 said:
Thomy thanks for the cm11 build. One question will this work on philz recovery or would you advise using the recovery on op.
Click to expand...
Click to collapse
I don't know. I never used a recovery besides CWM and the CM one I had to compile myself.
paulh1978 said:
Thomy thanks for the cm11 build. One question will this work on philz recovery or would you advise using the recovery on op.
Click to expand...
Click to collapse
Better use recovery from op. Kit kat come with new permision.
Better...try flash with philz first and report if it working or not so other will know that too.
Sent from my EndeavorU using Tapatalk
Just downloading now will give it a try with philz and report back.
That is great, thank you for your hard work Downloading now.
fthunter said:
That is great, thank you for your hard work Downloading now.
Click to expand...
Click to collapse
Best Christmas present ever! (Don`t tell my wife)
Merry Christmas and thanks for all your hard work you have but into this great rom
Sent from my GT-I9100 using XDA Premium 4 mobile app
Gives me an Error:
Code:
set_metadata_recursive: some changes failed
E:Error executing updater binary in zip '/sdcard/Zips/CM11/cm-11-201312224-UNOFFICIAL-endevouru.zip'
Error flashing zip '/sdcard/Zips/CM11/cm-11-201312224-UNOFFICIAL-endevouru.zip'
I was using TWRP, solved when I used recovery from op.
FYI.
Wooow!! Thankyou sooo much I have been waiting for a KK to drop for my HoX!! Installing .... Merry Xmas all !!! )
Ambious said:
Gives me an Error:
Code:
set_metadata_recursive: some changes failed
E:Error executing updater binary in zip '/sdcard/Zips/CM11/cm-11-201312224-UNOFFICIAL-endevouru.zip'
Error flashing zip '/sdcard/Zips/CM11/cm-11-201312224-UNOFFICIAL-endevouru.zip'
Click to expand...
Click to collapse
Recovery issue. Use recovery from op
Sent from my EndeavorU using Tapatalk
I tried all day to build it myself!!! tnx thomy
Sent from my EndeavorU using Tapatalk
Related
CyanogenMod is a free, community built, aftermarket firmware distribution of Android 4.2 (Jelly Bean), 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.
*
* Submitting bug reports on nightly builds is the leading
* cause of male impotence.
*/
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.
REQUIREMENTS
Click to expand...
Click to collapse
- TF300T (it can be installed on TF300TG but no 3G support!)
- Unlocked bootloader
- Your bootloader must be at least on Jelly Bean version (10.4 and above). - We recommend that you run the 4.2 Bootloader.
DOWNLOADS
Click to expand...
Click to collapse
Google Apps:
http://goo.im/gapps
Nightlies:
http://get.cm/?device=tf300t
HOW TO INSTALL
Click to expand...
Click to collapse
First installation :
1) Unlock your device, and install CWM recovery : http://forum.xda-developers.com/showthread.php?t=1668173
2) Push the update zip to your internal memory
3) Reboot in recovery (Shutdown tablet, press Vol Down + Power, then press Vol Up when prompted)
4) Make a backup
5) Navigate to "Install zip from sdcard", "Choose zip from sdcard", and choose the update zip you previously pushed to your tablet
5a) If you want Play Store, flash gapps now too (link above)
6) Go back and Wipe data/cache
7) Reboot
Updating from previous build:
1) Push update zip to /sdcard/
2) Reboot in recovery
3) Flash as above
4) Reboot
If any issue after updating, wipe data.
CHANGELOG
Click to expand...
Click to collapse
http://changelog.bbqdroid.org/#tf300t/cm10.1/next
SOURCES
Click to expand...
Click to collapse
http://github.com/cyanogenmod
http://github.com/cyanogenmod/android_kernel_asus_tf300t
http://github.com/cyanogenmod/android_device_asus_tf300t
DEVELOPERS
Click to expand...
Click to collapse
xplodwild, bumble-bee (for tf201 device tree from which this tree is inspired), loganmc10, dasunsrule32 for some help, cyanogenmod
SUPPORT US
Click to expand...
Click to collapse
You can either help us by giving FULL bug reports WITH LOGS, WITH REPRO CASE, ETC, or by submitting patches.
If you're not a developer, but still want to support you can hit the "Donate to me" button up ahead. Remember this is something I'm doing in my free time, so a small gift is always appreciated and motivates me to keep on updating the port Thanks to all donators!
First one FTW! :laugh:
Nice work, much broken?
Sent from my ASUS Transformer Pad TF300T
No, actually its running very nice.
Rotation is not working, SU bug nothing to be afraid of
mikaole said:
No, actually its running very nice.
Rotation is not working, SU bug nothing to be afraid of
Click to expand...
Click to collapse
Easily fixed by downloading SuperSU, and disabling Superuser (app) within the Apps section of Settings.
Yeah, finally! Thanks for this build, but I have one problem that wasn't mentioned before: My music is in the now playing section just showing kind of nothing (see in the Attachments) - I runned supercharger for a bit increasements in reaction time, maybe this is the issue if no other ppl are reporting this (or it's just the apk I dloaded from Google Play )
btw any chance to see a kernel with increased I/O to the official version from unter's source maybe? (yeah, they aren't up to date for 4.2, but Asus I/O is not really godlike lol )
Testing now things like surfing etc. - if there are more issues I'll report :good:
Just installed Play Music from Play Store, and the app seems to work fine. Let it some time to sync maybe?
As for I/O patches, some are already in sources, and I can't find any relevant commit at untermensch's github besides CPU/GPU clock changes.
Ok, I think I noticed differences without OC, but maybe it was GPU OC
btw Trebuchet is force closing for me when hiding the search bar, is this only my fault?
btw btw: google play music (and other laagish screens) "fixed" by letting the ROM be the ROM and set I/O to deadline...
Time to do some installing!
Is GPS still ****ed?
I installed this ROM just to check it out, but now I want to restore my previous backup. I went to TWRP but it says I don't have any! I checked my /data partition, and it's completely different, and a lot of stuff is missing.
Any help?
I'm not sure but some I/O patches are in ramdisk - means untermensch kernel have other ext4 mount options. And about the GPU and CPU OC, as I know this comes from that untermensch kernel emulates the TF700T hardware.
Northern-Loop said:
Time to do some installing!
Is GPS still ****ed?
Click to expand...
Click to collapse
Everyone reported it's fine.
atiatinini said:
I installed this ROM just to check it out, but now I want to restore my previous backup. I went to TWRP but it says I don't have any! I checked my /data partition, and it's completely different, and a lot of stuff is missing.
Any help?
Click to expand...
Click to collapse
Blame TWRP, they're not 4.2-compliant yet. Since multi-user arrived, all data is organised in subfolders inside /sdcard with IDs for every user (main user = 0), so you have something like /sdcard/0/actualdata
Where has USB debugging option moved to? Cant seem to find it.
Thanks
Nekromantik said:
Where has USB debugging option moved to? Cant seem to find it.
Thanks
Click to expand...
Click to collapse
Same here. No developer options and using "secure settings" from the play store is no help.
adb toggle from play store works!
tobdaryl said:
Same here. No developer options and using "secure settings" from the play store is no help.
Click to expand...
Click to collapse
Click several time on number build in settings - info phone
On Android 4.2 you have to to settings - about tablet and tap 7 times build number for developer options to appear
thanks
anyone got flash player installed on this?
XpLoDWilD said:
Everyone reported it's fine.
Blame TWRP, they're not 4.2-compliant yet. Since multi-user arrived, all data is organised in subfolders inside /sdcard with IDs for every user (main user = 0), so you have something like /sdcard/0/actualdata
Click to expand...
Click to collapse
So it better to use CWM instead?
If you use CWM you can restore backups, seems like it's not possible (yet) on TWRP... So if you want to be on the safe side with backups, use CWM :good:
Maybe read this twrp link.http://teamw.in/androidmultiuser
CyanogenMod is a free, community built, aftermarket firmware distribution of Android 4.4 (Kit Kat), 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 11.0 your device?
Coming from a SENSE ROM?
Change from Global to CDMA/LTE mode: Settings > Mobile Data > Preferred Network
Enable all location services: Settings > Location > (all location services) = On
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.
What works:
Data/calls
Camera
WiFi
Bluetooth
GPS
LEDs
Speakers
Doesn't work:
You tell me
Art
ART is not supported by CyanogenMod. This setting is included for experimentation only and has the potential to cause instability, crashes, data loss or prevent the proper boot of your device. Visit http://source.android.com/devices/tech/dalvik/art.html. Introducing ART for more information. We request you do not file bug reports if you have enabled ART as your runtime.
Download Links
CyanogenMod:
Changelog - http://www.cmxlog.com/11/m7vzw/
Nightly: http://download.cyanogenmod.org/?device=m7vzw
Google apps addon:
https://s.basketbuild.com/gapps
Device Wiki: http://wiki.cyanogenmod.org/w/M7vzw_Info
XDA:DevDB Information
CyanogenMod 11.0, ROM for the Verizon HTC One
Contributors
Flyhalf205
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.4.x
Based On: CyanogenMod
Version Information
Status: Testing
Created 2013-11-14
Last Updated 2014-11-17
Roaming Issues:
Settings > Mobile network > System select. Change to Automatic... CDMA subscription change to RUIM/SIM
Patiently waiting for a stable release.. for now on 4.3 dn3 wich is great by the way grtz. From Amsterdam XD
Sent from my GT-N7100 using xda app-developers app
Nice job man,....:highfive:
Data works?
Sent from my HTC One VZW using Tapatalk 4
I wped everything and formatted data but I get an error when trying to install.
set_metadata_recursive: some cghanges failed
E:Error executing updater binary in in zip '/usb-otg/cm-11-20121114-UNOFFICIAL.zip"
yes data works!!
Is there a specific recovery needed to flash this?
Not flashing at all for me in TWRP. Downloaded multiple times, tried installing from OTG and internal storgae. Just fails with the errors above.
Use the latest CWM or it will most likely not flash with TWRP
Sent from my One using Tapatalk
Mike02z said:
Not flashing at all for me in TWRP. Downloaded multiple times, tried installing from OTG and internal storgae. Just fails with the errors above.
Click to expand...
Click to collapse
i think read somewhere that TWRP is not compatible with 4.4 yet....
planedoc said:
i think read somewhere that TWRP is not compatible with 4.4 yet....
Click to expand...
Click to collapse
OK, Thanks. I didn't want to flash CWM as I have always used TWRP but I just had to try 4.4 so I flashed CWM.Up and running now. Thanks.
I guess it will be a little bit before we see a PAC 4.4 ROM?
Twrp has been updated in post op
Sent from my HTC One VZW using Tapatalk 4
Mike02z said:
I wped everything and formatted data but I get an error when trying to install.
set_metadata_recursive: some cghanges failed
E:Error executing updater binary in in zip '/usb-otg/cm-11-20121114-UNOFFICIAL.zip"
Click to expand...
Click to collapse
Sounds like you're using an outdated recovery image. Flyhalf has new .img files on goo.im/devs/Flyhalf205/M7VZW for both TWRP* and CWM.
*Possible TWRP issues on 4.4
1) Download the latest img file for your recovery of choice
2) use the cmd "fastboot flash recovery *FILENAME*.img" to flash to device from cmd prompt
3) reboot into recovery
Anyone having any issues? I've been running this for a couple of hours and seem to not have any issues. WiFi works data works MMS works. Kinda makes me worried that I can't find anything wrong. Well except that Google now doesn't wanna listen directly from the home screen.
Sent from my One using xda app-developers app
Wow. This is much more straight AOSP than CyanogenMod: no notification bar customizations, no lockscreen customs, etc. Very little variation from stock Google. Interesting. I'm guessing the customs will come later?
Otherwise, pretty slick.
Wow. I'm definitely impressed. Flashed both clean and dirty and and it seems to be working rather well. Data and calls are working. Great work!
No issues here. I've tried to find some. Most CM settings aren't added yet. More or less stock aosp, which I like. I DLed and flashed in twrp with 0 issues. Not sure why you're having them. Only thing I've noticed is the GNow isn't on left of launcher, and it's the JB mms app and not the new hangouts. Which both can be easily fixed. Great Job OP. I'd recommend a flashing to everyone.
Sent from my iPad using Tapatalk
Oh this seems pretty exciting... hmm
CyanogenMod is a free, community built, aftermarket firmware distribution of Android, which is designed to increase performance and reliability over stock Android for your device.
Code:
/*
* 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.
*/
These are CyanogenMod 11 - Android 4.4 (4.4.2 as of 12/12/2013) Kitkat builds
Sauce: https://github.com/CyanogenMod
Downloads
ROM: http://download.cyanogenmod.org/?device=p1/URL]
Installation
Note: this ROM uses the same partition layout as previous CyanogenMod builds.
Do a Nandroid Backup!
Install the ROM using ClockworkMod Recovery
Optionally install the Google Addon
Reporting Bugs
You are allowed to report bugs only in this thread. Note that this is a preview release and non-device specific bugs will not be accepted. 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 build again to get rid of the modifications before reporting.
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)
Remember to provide as much info as possible. The more info you provide, the more likely that the bug will be solved.
Use these commands to get a logcat and dmesg
Code:
adb root
adb logcat > logcat.txt (wait for a few seconds then press Ctrl + C)
adb shell dmesg > dmesg.txt
Credits
humberos, sbradymobile, jt1134, pawitp and everyone else involved in coding and debugging.
PSA: No need to repartition to use art
All you need to do is set a property (dalvik.vm.dexopt-data-only) to 1
You can add the below line to /data/local.prop, that will keep the property set.
Code:
dalvik.vm.dexopt-data-only=1
cdesai said:
PSA: No need to repartition to use art
All you need to do is set a property (dalvik.vm.dexopt-data-only) to 1
You can add the below line to /data/local.prop, that will keep the property set.
Code:
dalvik.vm.dexopt-data-only=1
Click to expand...
Click to collapse
I can' t find data/local.prop. i made some mistake or i have to create the file?
Sorry for dummy question...
Sent from my GT-P1000 using xda app-developers app
summerofciuccio said:
I can' t find data/local.prop. i made some mistake or i have to create the file?
Sorry for dummy question...
Sent from my GT-P1000 using xda app-developers app
Click to expand...
Click to collapse
Yes, you must create one in /data, give a name: local.prop, add the line, change to art, reboot.. and thank you to cdesai
storm31 said:
Yes, you must create one in /data, give a name: local.prop, add the line, change to art, reboot.. and thank you to cdesai
Click to expand...
Click to collapse
thank you very much, you, cdesai and other dev are awesome... :laugh:
the vibrator is not working, am I wrong?
Just booted to ART on cm-11-20131208-NIGHTLY-p1 + Banks Gapps. Took about 5 minutes to boot from bootscreen and 15 minutes to update the apps. So far so good, things are going smooth. Thanks for this, no need to repartition now Keep up the good work!!!
How long it takes to update to ART? I think my tab has already been about 20 min in boot animation...
Edit: it has been in boot animation over 40 min. Force rebooting...
Qqqxxxzzz said:
How long it takes to update to ART? I think my tab has already been about 20 min in boot animation...
Edit: it has been in boot animation over 40 min. Force rebooting...
Click to expand...
Click to collapse
if you dony have many apps installed before converting to ART, it should take about 10-15 mins. it goes to boot animation, and then optimizig apps screen. 40 mins is too much. perhaps you haven't added that line in post 2.
DroidTalk said:
if you dony have many apps installed before converting to ART, it should take about 10-15 mins. it goes to boot animation, and then optimizig apps screen. 40 mins is too much. perhaps you haven't added that line in post 3.
Click to expand...
Click to collapse
I think added that line, If it doesn't boot after reboot I will check that it.
Edit: not booting...
Edit: I do have /data/local.prop with dalvik.vm.dexopt-data-only=1 in it
Edit: I think I do clean reinstall and try to use ART after that.
Edit: factory reset -> reinstall rom + gapps -> turn ART on and reboot -> stuck again -> added /data/local.prop with that line -> reboot -> optimizing apps -> everything crashes -> force reboot -> optimizing again -> 1. systemui crash, 2. Themes provider crash 3. com.android.phone crash... -> force reboot -> optimizing -> same crashes... -> shutting down...
Got ART working, this time I did clean install (without gapps and with older nightly), added /data/local.prop, set ART on and rebooted.
No list of "working" and "not working" things this time?
Sent from my GT-I9505 using xda app-developers app
@cdesai do you or CyanogenMod have any plans for the p1c? ive heard that the main isue is cdma so even if it is a wifi only rom its atleast a start
also i was wondering, could someone flash a p1 rom on a p1c device that is being used only as a wifi tablet because the contract ended?
or is there something with the kernel that wouldn't let the p1c device boot using a p1 rom?
btw i just notice the thread name says " CyangenMod" and not "CyanogenMod" just a heads up :good:
bunchies said:
@cdesai do you or CyanogenMod have any plans for the p1c? ive heard that the main isue is cdma so even if it is a wifi only rom its atleast a start
also i was wondering, could someone flash a p1 rom on a p1c device that is being used only as a wifi tablet because the contract ended?
or is there something with the kernel that wouldn't let the p1c device boot using a p1 rom?
btw i just notice the thread name says " CyangenMod" and not "CyanogenMod" just a heads up :good:
Click to expand...
Click to collapse
I have a GSM device, and the CDMA device's hardware has differences from the GSM version, so no, you can't just flash a GSM build on a CDMA device, even if you're using it as a wifi-only tablet - it just won't work.
Both devices use a different kernel, and different kernel version even (GSM has moved the aries kernel - aka what Galaxy S uses, whereas CDMA still has it's own, older version)
Thanks for the great work. I have 2 questions:
1. Where can I download the Gapps for this version? I've tried several versions and in all of them I got errors regarding Google apps.
2. Is 3G (networking) fully functional?
manewinho said:
Thanks for the great work. I have 2 questions:
1. Where can I download the Gapps for this version? I've tried several versions and in all of them I got errors regarding Google apps.
2. Is 3G (networking) fully functional?
Click to expand...
Click to collapse
1. You can download BaNkS' gapps from http://forum.xda-developers.com/showthread.php?t=2012857
2. 3G is fully working
Hope this helps.
chajang said:
1. You can download BaNkS' gapps from http://forum.xda-developers.com/showthread.php?t=2012857
2. 3G is fully working
Hope this helps.
Click to expand...
Click to collapse
Gapps Core or Gapps Standard?
Launcher 3 reset sd moved apps from home page @ every restart or after every of connection with pc...
Sent from my GT-P1000 using xda app-developers app
manewinho said:
Gapps Core or Gapps Standard?
Click to expand...
Click to collapse
It's depend on you. If you want to taste the full Google Experience such as GoogleSearchHome (integrated with Google Now) you must choose GApps Standard. But GApps Core only install Google Service.
I can't understand why people wants to move to ART so fast... It's well known that most apps doesn't plays well with ART yet, so it's much better to not use ART for some time until apps adopts it massively.
CyanogenMod is discontinued.
This ROM is continued as a LineageOS ROM.
Check the G800F LineageOS ROM for more info.
This is a CyanogenMod 13.0 ROM for the Exynos3470 based Samsung Galaxy S5 mini (G800F/G800M/G800Y) by CTXz and hennymcc.
DO NOT USE IT FOR G800H OR YOU WILL BRICK YOUR DEVICE
Although G800F and G800H share the same name they are not related in terms of hardware due to the different SoCs used (Exynos vs. Snapdragon).
Hence please do not ask for support or ROMs for the G800H.
Working features
Internal Root
Brightness slider
Option to use soft keys
Additional settings (Buttons menu in settings)
HW accelerated GUI
Camera (pictures+video: Back+Front)
MTP storage
Flash Light
Bluetooth (A2DP, HFP, HID)
IR
Lock Screen
Sound
SMS
Initiate and receive calls
Wifi
Mobile Data
USB-OTG (Keyboard, Mouse, USB-Audio, Mass-Storage)
NFC
Hardware sensors (Orientation, Compass, Proximity, Acceleration, Hall sensor, Step counter)
Light sensor (needed for auto-brightness)
Pulse sensor (preliminary and very inaccurate. Works with Apps like Kardiograph)
SD-Card as internal storage (new Android M feature)
GPS
Multi-Window support (new experimental CM setting, can be enabled via developer settings)
Fingerprint scanner
Non-working features:
SELinux
Known issues:
See the Bug Report section of this thread
Disclaimer:
You flash this image at your own responsibility. I am not responsible for any damage that might be caused by flashing this image (bricked device, lost data, ...)
Flashing this kernel image will trigger the KNOX counter, so your warranty will be void.
Applications that use KNOX (e.g. "Private Mode") might not work anymore when returning to the stock ROM, as the device is regarded as compromised. Do not flash this ROM if you need those applications.
The image is only for Exynos3470 based S5 Mini variants SM-G800F/M/Y.
It might be instable, crash your device, drain your battery, or even might damage your smartphone (e.g. if an USB-OTG device drains too much power)
Some users reported that their touch-screen stopped working permanently after some weeks of usage. For some user's (two at the moment including me) NFC stopped working permanently. Probably this issues are not related to this ROM as also many stock user's complain about hardware issues (random reboots, black screens, unresponsive touchscreen) but you have been warned.
Backup your data before flashing and check if the original firmware is present (e.g. at SamMobile)
Click to expand...
Click to collapse
Before you start:
Backup your data, like call history, contacts, sms, WhatsApp messages, favourite app settings that are on internal and external sd (by using Titanium Backup or other apps available on PlayStore). At least all internal data will be lost in any case. If you have bad luck you might also loose data from your external sd card.
Download:
Odin3-v3.07 (it is contained in CF-Auto-Root)
TWRP 3.0.0 recovery image [25/03/2016] (AndroidFileHost Mirror)
The newest CM 13.0 releases as well as the latest TWRP can be found here:
https://aykevl.nl/android
-Credit and thanks to @ayke
CM 13.0 ROM for G800F/M/Y (Android File Host)
Google Apps (contains Google Play, ...) for Android 6.0, one of the following two is recommended:
Open GApps Project, Platform:ARM, Android:6.0, Variant: whatever you prefer (e.g. "mini" or "nano")
Install recovery:
Reboot your device into Odin mode: turn off your device, then press Volume-Down + Home + Power button at the same time and release them.
Confirm the following warning message with the Volume-Up button.
Connect your device to your PC via USB
Make sure the device driver's are installed on your PC
Start Odin
In Odin select PDA and select the recovery image (recovery.tar.md5)
Check that only "Auto Reboot" and "F. Reset Time" is set
Click on "Start": the kernel image should be flashed now and the device should reboot afterwards. By flashing the recovery, your warranty will be void.
After the recovery flashing process was successful, power of your device. If not restart into Download mode and flash again or flash the stock rom.
Before you flash:
You need the latest TWRP recovery (see above). Otherwise TWRP might not be able to flash the ROM. This is because TWRP checks now if the device is "supported".
Wipe the device to avoid problems with remaining files from the old installation (see instructions below). This also applies if you already installed an older version of CM 13.0.
Flash CyanogenMod:
Reboot into recovery mode (Press Volume-Up + Home + Power button)
If you come from a stock ROM, this is your opportunity to make a Backup of your phone(Backup, then select Boot, System, Data, then swipe to backup). Note that the recovery might fail to restore the backup when you want to go back to the stock ROM (for me it got stuck after a restore during boot. But the backup was made with a different version of TWRP, so it might work in general) - simply do not expect too much of it at the moment.
If you haven't copied the installation files yet, you can now copy the GApps and CyanogenMod zip to your internal sd or external sd (be careful not to put the files into the data directory of the internal sd card as this will be deleted in the next step). Be sure that MTP is enabled (inside Mounts, click on Enable MTP), then, from your pc, copy the files. If MTP does not work from recovery, try it directly from Android or remove the external sd card from the phone and put it into your PC.
Wipe Dalvik Cache, Cache, System and Data (inside Wipe -> Advanced Wipe). Do not report problems if you did not wipe those partitions as the problems are most probably related to this!
Install the CM 13.0 ROM zip-package
Install the GApps zip-package
How to root:
No SuperSu is needed as CyanogenMod already comes with integrated root support. Root access is disabled by default.
You normally do not need root access. If you want to activate root access for apps, do the following:
Open the Settings menu, select "About Phone"
Tap on the "Build number" entry seven times. You should be notified, that the developer settings are now active.
Open the Settings menu, select "Developer options". Enable root access by selecting "Apps" in the "Root-Access" setting.
In case you want to go back to the stock ROM:
lf you do not have the latest ROM for the G800F you can download it from SamMobile
Reboot your phone into Odin mode
Open Odin on your PC and connect your smartphone with your PC via USB
If you have a zip-file unzip it so that you have a .tar.md5 file
In Odin click on the PDA button and select the .tar.md5 file. Then press "Start".
Normally the stock rom fails to boot as the data from CM is still on the data partition. So after flashing the stock rom, reboot into recovery mode (it looks a bit different now). First wipe the data partition, then wipe the cache.
Reboot
Changelog
Code:
25/03/2016:
* USB OTG disabled by default for improved waterproofness (can be re-actived via Advanced Settings App)
* how to enable USB OTG:
* start the "Advanced Settings" App
* open the "USB-OTG Mode" setting
* select "Powered (Not waterproof)"
* add support for call recording
* how to record a call:
* start/Receive a call with the CM Dialer App
* During call open settings (icon: three vertical dots)
* Select "record call"
* (if you get an error message that recording failed, try to enable developer settings and enable root access for apps+adb)
* how to playback recorded call:
* open the call history in the Dialer app (icon: clock symbol)
* open details of recorded call
* in the detailed calling list, click on the play button for the recorded call
* removing fingerprints works now
* updated some stock libs with LP versions
* support for F2FS (needs new TWRP recovery)
* updated TWRP recovery (with F2FS support)
* synch with latest CM sources
22/02/2016:
* Fixed lock-screen freeze
* Fixed Infrared support
* Fixed search for mobile networks (search will take ~1min until results are shown)
* Updated some libs with LP versions
* Initial support for a fingerprint scanner
* Sync with CM sources
16/02/2016:
* Fixed camera problems with WhatsApp
* Fixed preferred radio family settings (LTE/GSM/...)
* Added default long-press actions for home and app-switch buttons (DJSteve)
* Switched to LP kernel (G800FXXU1BOL4)
* libsensors: replaced with open source implementation (fixes light sensor which is needed for auto-brightness)
* Preliminary (and very inaccurate) support for heart-rate sensor
* Update to TWRP 3.0 (TWRP 2.x will still work)
* Sync with CM sources
30/01/2016:
* Fixed BT calling problems (only noise)
* CM Camera replaced with CM Snap Camera
* better image quality (check picture quality settings), resulting in image file sizes of > 1MB instead of 200KB
* Saving images to SD card supported (check settings)
* Improved RIL support
* Use stock soft-key layout (left capacitive button is app-switch instead of menu now)
* Key-layout can be configured via button settings.
* Fixed adb root problem (root permissions were lost after reboot)
* SamsungServiceMode app works now
* Sync with CM sources
14/01/2016:
* Add soft keys option under settings > buttons
* Fix crash after hanging up call
* Sync with newest CM sources
31/12/2015:
* Receiving calls works now
* psyafter: SD-Card can be used as internal storage (new Android M feature).
Can be used to store photos on SD-Card.
IMPORTANT: the SD-Card will be formatted if you activate this feature.
* GPS works now
* Sensors work now (Orientation, Compass, Proximity, Acceleration, Hall sensor, Step counter).
Light and Pulse sensors do not work yet.
* Youtube/Screencast crash fixed
26/12/2015:
* Wifi and Mobile Data work
20/12/2015 Hennymcc :
* Audio Fix
- Audio is now working (Still a bit quiet though)
- Making Calls is now working
14/12/2015 Hennymcc, CTXz :
* 6.0.1
- Updated to Android 6.0.1
- Fixed reboot when locking phone
- Fixed Internal Root in developer options not working
30/10/2015 CTXz :
* Added 'Buttons' settings
- Integrated Buttons/Capacitive Keys menu into settings
- Double tapping or holding button to open camera now works (In CM12 it didn't work)
- Power Menu is added under buttons menu
- Minor fixes
-!- NOTE : Setup Wizard may have some issues/crashes with this build. I will exclude it in the next one
29/10/2015 CTXz :
* Synced to newest sources
- Ugly looking Google search box removed
28/10/2015 CTXz :
* Changed from eng to userdebug
- No more red frames flashing
- Fixed Browser crashing
- Fixed crash after first boot
- More user friendly
- No additional boot.img flashing required
28/10/2015 hennymcc:
* First CM 13.0 test-build
This section is for developers:
A README file with build instructions can be found here:
Code:
https://github.com/cm-3470/android_device_samsung_kminilte
Sources:
Code:
https://github.com/cm-3470/android_device_samsung_kminilte
https://github.com/cm-3470/android_vendor_samsung_kminilte
https://github.com/cm-3470/android_kernel_samsung_kminilte
https://github.com/cm-3470/android_device_samsung_smdk3470-common
Developers welcome
At the moment the G800F/M/Y specific port of this ROM is only done by two persons (CTXz and hennymcc). Although Unjustified Dev also works on this ROM he does not own an Galaxy S5 Mini but a Galaxy Light which has a similar base but is different when it comes to camera, nfc and other components (maybe even slightly when it comes to audio and radio).
Help from other developers is always welcome. See the bug/feature section and this thread to see what is missing. Just give some short info (here in this thread or PM) that you want to work on some issue or feature so that work can be synchronized. Maybe there are also other devs that want to work with you on the same issue.
Knowledge in how the kernel works and good programming skills in C, C++ and Java would be nice but not necessary for all problems. At least you should be able to build the ROM and test your changes yourself but you do not need experience in porting ROMs.
Thanks to CTXz for his awesome work on getting Marshmallow to the G800F
Thanks to spookcity138 and ayke for providing new builds of this ROM.
Thanks to Psyafter for some patches and working on the G800F.
Thanks to Unjustified Dev from Team Regular for the initial work to get the G800F ready with CM.
XDA:DevDB Information
[G800F/M/Y][ROM][6.0][MHC19J] CyanogenMod 13.0 for G800F/M/Y [Beta 25/03/2016] [eol], ROM for the Samsung Galaxy S5 Mini
Contributors
hennymcc, CTXz, spookcity138, psyafter, Unjustified Dev, ayke
Source Code: https://github.com/cm-3470
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.4.x
ROM Firmware Required: TWRP Recovery [version >= 15/08/2015]
Based On: CyanogenMod
Version Information
Status: Beta
Created 2015-10-28
Last Updated 2017-01-26
If you already flashed stock LP, you will get the following message on boot:
KERNEL/RECOVERY IS NOT SEANDROID ENFORCING
If you wait for some seconds (or press some buttons) the message text turns blue:
KERNEL/RECOVERY IS NOT SEANDROID ENFORCING
and after some seconds (or buttons presses) CM will start.
Reserved
You (both of you) are making a great job !
Envoyé de mon SM-G800F en utilisant Tapatalk
$wap said:
You (both of you) are making a great job !
Envoyé de mon SM-G800F en utilisant Tapatalk
Click to expand...
Click to collapse
Ditto!
Sent from my SM-G800F using XDA Premium HD app
I don't see the point in cm13 when we didn't even get official Lollipop required to make cm12 better, "legit". Can someone enlighten me...?
Is it supposed to have the same bugs as cm12 or will there be more of them? Is Marshmallow statistically faster than Lollipop on other phones?
hennymcc said:
This is just a test build.
At the moment you have to flash the following boot.img with Odin after installing CM 13:
https://www.androidfilehost.com/?fid=24052804347848059
CM 13 may reboot after the initial configuration and may not be able to start again. I wiped the data partition and started again. This time it worked without a reboot (I also choose English as language and did not configure Wifi).
Click to expand...
Click to collapse
Updated the link with the boot.img build in
---------- Post added at 07:37 AM ---------- Previous post was at 07:33 AM ----------
n3n00 said:
I don't see the point in cm13 when we didn't even get official Lollipop required to make cm12 better, "legit". Can someone enlighten me...?
Is it supposed to have the same bugs as cm12 or will there be more of them? Is Marshmallow statistically faster than Lollipop on other phones?
Click to expand...
Click to collapse
CM13 is for people that enjoy its minor speed boost, smoother animations, cool new features and less Android related bugs over Lollipop. If you want a, well... almost bugless experience (Cough cough touchwiz) then use the stock rom.
CTXz said:
Updated the link with the boot.img build in
---------- Post added at 07:37 AM ---------- Previous post was at 07:33 AM ----------
CM13 is for people that enjoy its speed and less internal bugs. If you want a, well... almost bugless experience (Cough cough touchwiz) then use the stock rom.
Click to expand...
Click to collapse
Hi, so you think it will be easier to make a CM13 version with less bugs than the unfinished CM12 (Yes / No) ?
I enjoy to use a rom for every day not just having the last version to amaze my friends...
Depends. What I know for sure is that bugs related to Lollipop will be fixed. However we are hoping to get it as stable as cm12 if not more
Screehots
Screenshots with phone frame
Screenshots within Android
What‘s the current status of the mobile-data-connection in this build? Is it working?
In the first build of CM12.1 is was not working.
My experience was that this feature was always a problem in the beginning-time of every CM-build. Even with the official CM-builds.
WarStars said:
What‘s the current status of the mobile-data-connection in this build? Is it working?
In the first build of CM12.1 is was not working.
My experience was that this feature was always a problem in the beginning-time of every CM-build. Even with the official CM-builds.
Click to expand...
Click to collapse
We didn't build the correct RIL yet but it should be working in hopefully only few builds
New update
Download link has been updated
Changed from eng to userdebug
- No more red frames flashing
- Fixed Browser crashing
- Fixed crash after first boot
- More user friendly
- No additional boot.img flashing required
Also for anyone asking if there are really some differences in Marshmallow compared to Lollipop. Yes, the animations are allot smoother. There are some new native features. It has cleaned the mess of Lollipop's Android related bugs and is what Lollipop should have been from begin on. It is snappier than Lollipop and I can see/feel that. You may have realized that gingerbread-ish google toolbar. This is CM13 related since the official CyanogenMod 13 source is still in beta. However we no longer have the problem that the toolbar is laggy, instead it has a smooth animation when selecting it.
Could you please give some information when the RIL is done? Thank you in advance.
WarStars said:
Could you please give some information when the RIL is done? Thank you in advance.
Click to expand...
Click to collapse
It's on our priority list so hopefully soon
You know I have both the G800H and the G800F (the camera bug on the G800H prompted me to get the G800F), and now I don't know which one I should get rid of... I know, I know: "hard problem there KC... ya bloody wanker"
CTXz said:
It's on our priority list so hopefully soon
Click to expand...
Click to collapse
Awesome job so far, guys!
Sent from my SM-G800F using XDA Premium HD app
New update
Download link has been updated
Synced to the newest CM13 sources
- Ugly looking Google search box removed
CTXz said:
New update
Download link has been updated
Synced to the newest CM13 sources
- Ugly looking Google search box removed
Click to expand...
Click to collapse
Working features from page 1 still the same for this new build?
Sent from my SM-G800F using XDA Premium HD app
Mobile connections working now?
Lineage is a free, community built, aftermarket firmware distribution of Android 7.x (Nougat), which is designed to increase performance and reliability over stock Android for your device.
Code:
* Your warranty is now void.
*
* We are not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, we will laugh at you.
Lineage 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. Lineage does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All the source code for Lineage is available in the Lineage Github repo. And if you would like to contribute to Lineage, please visit out Gerrit Code Review.
What's Working
Boots
RIL(CALL,SMS,DATA)
CAMERA
AUDIO
WIFI
BLUETOOTH
VIDEOS
FLASH
SENSROS
GPS
What's Not Working
LED Blinking.
Off charge doesn't work don't let your battery die always put it in charging mode when your battery gets to 5%
Install instructions:
Reboot into recovery (latest TWRP recommended).
Wipe Data, System,Dalvik Cache,Cache and install.
No wipes required if you're updating from a previous version of CM 14.0 (Cache and Dalvik Cache Wipe recommended).
Flash ROM + Gapps.
Reboot.
Read post 2 before reporting bugs.
Changelog.
Download links
Rom - https://sourceforge.net/projects/android-rom-ota/files/LineageOS/Z010D/
OMS(Substratum) - https://sourceforge.net/projects/android-rom-ota/files/LineageOS-OMS/Z010D/
More Roms - https://sourceforge.net/projects/android-rom-ota/files/?source=navbar
Gapps - opengapps.org
Note - This isn't my work main developer of this project is audahadi so leave a like and support.
DONATION IS NOT NECESSARY BUT IT'LL HELP TO PAY SERVER BILLS.
Donate via PayPal - [email protected]
Credits
audahadi
luk1337
luca020400
Source
Device Tree - https://github.com/audahadi/android_device_asus_Z010D.git
Common - https://github.com/audahadi/android_device_asus_qcom_common.git
Vendor - https://github.com/audahadi/android_vendor_asus_Z010D.git
XDA:DevDB Information
LineageOS, ROM for the Asus ZenFone 2
Contributors
ShadowReaper1, audahadi, luk1337, luca020400
Source Code: https://github.com/kernel-hut/android_kernel_asus_msm8916.git
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.10.x
ROM Firmware Required: Marshmallow Bootloader/Modem
Version Information
Status: Testing
Created 2016-12-02
Last Updated 2017-12-09
Reserved
SOME RULES
PLEASE USE GIVEN SECTIONS ABOVE TO SORT EVERYTHING YOU HAVE IN YOUR MIND FOR EXAMPLE IF YOU WANT TO REPORT A BUG USE BUG REPORT SECTION ANY BUG REPORTS GIVEN IN THE COMMENT SECTIONS WILL BE IGNORED SAME GOES FOR EVERYTHING.
First Read The OP And Use The Search Box To Find Your Issue There's A Chance That Somebody Already Might Have Faced The Same Issue Before And Fixed It.
Bug reports:
Explain how to reproduce the bug and attach logcat and dmesg (if you had a random reboot, also attach last_kmsg). If you don't know how to get those, you can use this app. Please, do not report bugs if you use any kind of mods (like xposed) or third party kernel.
Frequently Asked Questions:
Q) How can I unlock Developer options?
A) Go to Settings > About phone, and press five times on Build number.
Q) How can I enable root access?
A) Go to Settings > Developer options > Root access, and enable it for apps, adb or both.
Q) How can I set '3G only' network mode?
A) Open dialer, dial *#*#4636#*#* , open first option "Phone Information", there you can set your preferred network mode.
Q) Why there's a small delay when I wake up the phone?
A) Go to Settings > Display & lights and disable prevent accidental wake-up.
Q) Why is wifi always on in battery stats, even when it was disabled?
A) Go to Settings > Location, press on the 3 dots (top right) > scanning > disable wifi.
Q) How do I update Gapps? (Also useful if you have Gapps related problems).
A) Reboot into recovery. Wipe System, Cache and Dalvik Cache. Install ROM + Gapps. Reboot.
Reserved
Marshmallow Bootloader/Modem
If you are using stock lollipop rom then you must flash any stock marshmallow rom before upgrading to CyanogenMod else it won't boot.
When you say ASUS PixelMaster Camera is not working does it mean that the camera features of the phone will not work, even after using 3rd party app?
Thinking of updating to cyanogenmod and sorry this will be my first time in rooting / flashing to custom roms.
rmatheist said:
When you say ASUS PixelMaster Camera is not working does it mean that the camera features of the phone will not work, even after using 3rd party app?
Thinking of updating to cyanogenmod and sorry this will be my first time in rooting / flashing to custom roms.
Click to expand...
Click to collapse
Fixed in next build.. Just hold on few more
Sent from my Zenfone Max using Tapatalk
audahadi said:
Fixed in next build.. Just hold on few more
Sent from my Zenfone Max using Tapatalk
Click to expand...
Click to collapse
can't wait for the next build. thank you very much for your awesome work!
DT2W
Hi. off screen gestures are working well. though, DT2W just like in the AICP ROM is not working.
looking forward for the camera fix missed the camera 360 already
Realized now that SMS is not working for me . Can't firm conversations at all, error. How to troubleshoot?
ekeluo said:
Realized now that SMS is not working for me . Can't firm conversations at all, error. How to troubleshoot?
Click to expand...
Click to collapse
Try to use other external messaging apps and read reserved post 2.
khiya said:
looking forward for the camera fix missed the camera 360 already
Click to expand...
Click to collapse
Camera Fixed
ShadowReaper1 said:
Try to use other external messaging apps and read reserved post 2.
Click to expand...
Click to collapse
I think this is useful.
The app you linked to doesn't work, fails on start. Used Matlog instead (had to manually enable storage access from settings)
Is it just me that cannot access my sdcard using the default file explorer of cyanogenmod? I could only access my internal storage
rmatheist said:
Is it just me that cannot access my sdcard using the default file explorer of cyanogenmod? I could only access my internal storage
Click to expand...
Click to collapse
yup. Cant access mine too. I use 3rd party file manager.
ShadowReaper1 said:
Camera Fixed
Click to expand...
Click to collapse
do I need to factory data reset/ wipe system to install 14.x? I'm already in CM13
khiya said:
do I need to factory data reset/ wipe system to install 14.x? I'm already in CM13
Click to expand...
Click to collapse
you have to. Wipe dalvik cache, cache, data, system and internal (optional). Our cm14 is not an update of our cm13. Hope it helps.
Is it ok to use custom kernel with this rom??
Can I use this rom with this custom kernel?
http://forum.xda-developers.com/zenfone2/general/kernel-reaper-t3468632/page6#post69918890
Build - 20161202
d2tw not work
ekeluo said:
I think this is useful.
The app you linked to doesn't work, fails on start. Used Matlog instead (had to manually enable storage access from settings)
Click to expand...
Click to collapse
Fixed: has to delete the SMS database, which changed location in Nougat. Working now!
Hi, there's a problem. I've accidently discharged my phone, when I plug usb to charge it, it's constantly turning on, then it realises that charge is 0% and it turns off. Again and again, on-off-on-off... I think it's a kind of firmware bug. How can I fix it? I even cant access TWRP. Only fastboot mode (up+power). The firmware is great, but now I cannot use phone