CyanogenMod 11 Nightly builds [GSM] - Galaxy Tab Android Development

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.

Related

[OFFICIAL][4.2.2][TF300T][NIGHTLIES] CyanogenMod 10.1 for TF300T

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

[GSM] CyanogenMod 10.2 Experimental Builds

CyanogenMod is a free, community built, aftermarket firmware distribution of Android 4.3 (Jelly Bean), 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.
*/
This is a preview build of CyanogenMod 10.2
Sauce: https://github.com/CyanogenMod
Downloads
Firmware: http://get.cm/?device=p1 (Grab the builds that start with "cm-10.2-")
Google Apps: 1 (Make sure you grab the correct version, for CyanogenMod 10.2 / Android 4.3.0)
Installation
Note: this firmware uses the same partition layout as CyanogenMod 10.1 nightly builds.
Do a Nandroid Backup!
Install the firmware using ClockworkMod Recovery
Optionally install the Google Addon
Known Issues
Bootanimation looks weird for the first few seconds.
Still image capture from the front camera doesn't work.
Change Log
20130814
Initial release
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 rom 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.
Works perfectly so far. Everything works. Battery backup is good too. The option to disable hardware keys is missing I guess but that's alright. Thanks for your hard work.
Sent from my GT-P1000 using Tapatalk 4
Any chance we get some p1c love
Sent from my SCH-I800 using xda premium
Nicklag said:
Any chance we get some p1c love
Sent from my SCH-I800 using xda premium
Click to expand...
Click to collapse
I don't remember where, but at some point it was advised that CM10.0 and subsequent ROMS are the same for P1000, P1000L and P1000C.
 @cdesai, can you please correct me if wrong?
Thank you, Desai!!! It looks decent! You are the great coder.
When push the power button, the screen always switches to landscape from portrait (or
vice versa) before it goes off. And lockscreen is always portrait.
Yue_Iohikzu said:
I don't remember where, but at some point it was advised that CM10.0 and subsequent ROMS are the same for P1000, P1000L and P1000C.
@cdesai, can you please correct me if wrong?
Click to expand...
Click to collapse
P1000, P1000L and P1000N - the C version is a different beast.
Mjoelnir77 said:
P1000, P1000L and P1000N - the C version is a different beast.
Click to expand...
Click to collapse
I just verified, indeed it is a device for a different region.
Thank for the heads up.
Most likely the only requirements are the drivers for the region specific hardware, besides that it should be the same.
Hi!
First of all, thanks for this great new rom. Its feel like faster than 10.1 (maybe because of the factory reset)
My only problem i cant take PicSphere photos with Focal. The logcat is attached.
Thanks again!
As far as I know Focal is still in a very early stage. It has bugs on every 10.2 rom.
Sent from my GT-P1000 using xda app-developers app
cdesai is always the earliest bird My question is how to enable root permission, I think this is critical to all fans!
bravokylee said:
cdesai is always the earliest bird My question is how to enable root permission, I think this is critical to all fans!
Click to expand...
Click to collapse
Go to Setting -> About tablet -> Click 7 times on Build Number to enable developer options, then set Root access there...
bravokylee said:
cdesai is always the earliest bird My question is how to enable root permission, I think this is critical to all fans!
Click to expand...
Click to collapse
Try to flash superSU 1.5.1
send from my Nexus
Installed this in my P1000. Working fine. Flashed this over 4.2.2 by alroger's and then flashed gapps for 4.3. Awesome. Thanks for the developer.
Sent from my GT-P1000 using xda premium
I can't connect to home WiFi network, even after several attempts it still reports only:
The problem with the verification​
Thanks in advance for any help
Wiped Dalvik and formatted cache and system and then installed that directly over the Alroger from 10th of August with the march gapps (there are newer ones - loading them now). Everything works and no bugs so far (only missing the tweaks from the alroger rom).
You only get root after becoming a delevoper like described above. But it works then without any third party stuff or any problems.
Wow! Just installed this to test for the weekend, but I don't think I have to go back I also flashed over alrogers last build (full wipe), and it's working very stable ever since. What is experimental about it?
Just one question, what governor and scheduler do you prefer cdesai (or others)? Is the standard on demand and row advisable, because it's pre-configured like that, or is that a misunderstanding?
TRIM Support?
Hi, Thanks for this. Does anyone know if TRIM Support is enabled in this version? Does it help out?
Thanks.
why not p1c?looking forward.....
polycentric said:
why not p1c?looking forward.....
Click to expand...
Click to collapse
+1 , If I'm not interested in connecting it to the Sprint CDMA network and only use it as a WiFi tablet is it OK to use the GSM ROM anyway if i only use the wifi? I always wondered that.
If by "bootup screen looks weird for a few seconds" you mean that the Cyanogenmod logo is stretched horizontally and you can only see the word "Cyanogen", I've been having that since I first flashed CM10, even the stable builds.
As for the ROM itself, it's nice and fast, but battery life is a *****. I know it'll get better, of course, so I'll just stick with this.

[ROM]CM10.2[JB][4.3.1][Kernel 3.0][SGT7][P1000/N/L]OpenPDroid[20131104][RETIRED]

Code:
*** Disclaimer by cdesai
#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.
*/
Introduction
Here goes my CM10.2 contribution to the good old Galaxy Tab 7". This is the ROM that I'm using and sharing with yout guys. It's based on the CyanogenMod ROM, with sgt7 repo goodies, sbradymobile's Trebuchet and Settings, OpenPDroid Patches to enable the use of the PDroid Manager Privacy App and hopefully humberos' kernel and TWRP Touch Recovery.
SGT7 Tabs - P1000, P1000N/L
CDMA - sorry, no prospect for now. Anyone able to help out there?
Click to expand...
Click to collapse
Features
Works: Everything except frontal pictures?
Click to expand...
Click to collapse
Installation instructions
Regular flash through CwM or TWRP Recovery:
Backup everything up!
Wipe/Factory Reset
Flash CM10.2 ROM.
Flash PDroid Patches (optional).
Flash GApps (optional).
Reboot.
Click to expand...
Click to collapse
Changelog
[20131104 ROM] with Kernel 3.0.101-HumberOS-v1.52
[20131103 ROM] My first good one. working good for me!
CwM Recovery, CM kernel, OpenPDroid optional ZIP...
Click to expand...
Click to collapse
Downloads
ROM, PDroid Patchs, separate kernel ZIPs, etc...
Alroger's Cafe-TI Download Page
Sources
https://github.com/CyanogenMod
https://github.com/sgt7
https://github.com/storm31
https://github.com/humberos
FAQ
The FAQ section in a thread is bound to grow over time... check for updates.
Q: How do I flash?
A: Learn that before coming here.
Q: How do I restore my {fill in here} ROM?
A: Learn that before coming here.
Q: How do I use ODIN?
A: Learn that before coming here.
Q: How do I use Heimdall?
A: Learn that before coming here.​
Click to expand...
Click to collapse
​
Links and References
PDroid Manager Security App in the Play Store.
GApps (use the correct one, for Android 4.3.x / CM10.2.x only!)
storm31's experimental thread.
Click to expand...
Click to collapse
Troubleshooting
Mobile, Data, 3G problems? This ROM comes with the JPZ modem. You might need to flash your customary modem back. Just copy your modem.bin to /radio in the Tab.
Wrong MAC? Wrong IMEI? Try restoring files from /sdcard/backup/efs*/* to /efs/. If you don’t have a backup, then start over with FULL Restock, and next time save your backup/efs folders, which are created everytime you install CM10.1.
Market problems? Clear Google Services Framework data and reboot.
Multiple users is NOT supported by the OpenPDroid Patches.
Developer options: can’t find it? It’s hidden! Tap About tablet / Build number 7 times to unlock it.
No touch? That means you got the wrong kernel installed. A couple of builds had problems identifying the exact model. Just flash your kernel through recovery or heimdall / odin.
No boot? Stuck at the SAMSUNG logo? Flash the correct kernel using Download Mode using heimdall!
Deep Sleep not kicking in? Try wiping cLock’s data or freezing / removing it (com.cyanogenmod.lockclock).
Click to expand...
Click to collapse
Thanks To/Credits
* humberos
* cdesai
* sbradymobile
* storm31
everyone involved! CyanogenMod peeps, TWRP peeps, Linux peeps, OpenSource peeps, Android peeps, XDA peeps...
Dev-Host Downloads and Ads
Please notice that Dev-Host has some really nasty snicky intrusive Ads in their download pages. DO NOT BE FOOLED! There is only one REAL download LINK, and it DOES NOT REQUIRE YOU TO WAIT, INSTALL, VISIT OR DO ANYTHING. And it's usually the smallest most discrete button of them all.
Check out the image bellow and be carefull with all the ads around the real download button. They might float around and trick you into clicking them.
I'm sorry for any inconvenience that might have caused. I've never even noticed that was happening because I use a HOSTS mod for blocking those nasty ads and sugggest that everyone do too. Check it out in this site: Blocking unwanted connections
reserve 3
I've got a cdma gtab and the resources to put up a build environment for it. I suck as a developer though, but would love 10.2 on my old tab so I'll take a crack at it if I can bug ppl here for help.
UPDATE 20131104 - kernel humberos v1.52
[20131104 ROM] with Kernel 3.0.101-HumberOS-v1.52
Thanks @storm31 for your repo / manifest!
Hi alroger I am running your 4.2.2 version 10.1, without having any problem at all
I don't know if this one has any bugs, Is it possibe to update to this one only by just clearing cache and davlik cache through TWRP and after that to install the Rom , OpenPdroid and Gapps? I have to install all from scratch?
By the way the link for Gapps for 10.2 is not working page opens but is not downloading , I had already downloaded the rom and OpenPdroid
I have a full backup using TWRP to restore if I have any serius probems.
Thanks in advance and for the efford
papatzis said:
Hi alroger I am running your 4.2.2 version 10.1, without having any problem at all
I don't know if this one has any bugs, Is it possibe to update to this one only by just clearing cache and davlik cache through TWRP and after that to install the Rom , OpenPdroid and Gapps? I have to install all from scratch?
By the way the link for Gapps for 10.2 is not working page opens but is not downloading , I had already downloaded the rom and OpenPdroid
I have a full backup using TWRP to restore if I have any serius probems.
Thanks in advance and for the efford
Click to expand...
Click to collapse
No, can't keep your configs between major CM versions... you can try, but usually ends up in bad results. I recomend factory reset / wipe and restore your apps and data using something like Titanium Backup, but NOT the system settings.
Yeah, gapps seems to be having temporary problems right now... how about this temp link for you guys in UbuntuOne: gapps-jb-20130813-signed.zip
subscribed
Sent from my GT-I9500
Hi
I just installed the rom and thank you very much it's better than official cm 10.1 for me
But also I found some more issues
- boot logo is still weird on startup
- seLinux does not enable, just freeze when click ok
- unable to reset data with sdcard erase, just rebooting and system is the same. clean data from cwm works ok
regards
Unable to setup restricted account. Crash when press setup icon from main user account
Sent from my GT-P1000 using XDA Premium 4 mobile app
"dirty" flashed (wipe of system, boot, cache and dalvik only) coming from storm31's 20th release and no apparent problems so far
Back camera does not suitable for videoconferencing. Got a lot garbage in preview overlay in Trueconf videoconferencing software. Front camera preview works ok, never got this bug in stock
---------- Post added at 06:48 PM ---------- Previous post was at 06:43 PM ----------
The same result in HighSpeed Cam+ preview works only for 1024x600 and 800x600 other settings are garbage
i have an old cdma tab that i just use for wifi no data plan connected anymore. Could you hook me up with a download that might work or point me on how to build my own. I got a build environment setup already and building roms for my lg optimus g
Dmaxx67 said:
i have an old cdma tab that i just use for wifi no data plan connected anymore. Could you hook me up with a download that might work or point me on how to build my own. I got a build environment setup already and building roms for my lg optimus g
Click to expand...
Click to collapse
All my build tips in the CM10.1 thread. Not even a manifest to build cdma in cm10.2, or I would have shared. Feel free to test cm10.1 kernels with this ROM and share the results!
Thanks alroger for this. Will test it out soon :thumbup:
Sent from my GT-I9505G using Tapatalk 4
Firstly big thank alroger cdesai humberos koxudaxi et all, this build 20131104 has 487mb only, but on normal usage always available >100mb, hence response reactipon is really great. OC 1.4Ghz also stable, unlike 4.2 only manages 1.2Ghz.
Ok, possible bug report, bluetooth headset doesn't seem to be working with skype and oovoo, how to get logcat again! Thanks.
Can't detect headset device unless turn on DUT first then start BT in android. Inconclusive bcos only tried 1 DUT.
Sent from my GT-P1000 using xda app-developers app
Hi!
Thanks Alroger for keeping delivering to our old tabs
Came from Alrogers 4.2.2 date 10 aug.
Wiped and flashed.
Everything works great, also both cameras.
Only fc on browser so using chrome, and message app missing so im using Handcent.
Sent from my GT-P1000 using Tapatalk 2
How's video playback going on this one? That's a biggie for me, and has seen me take a little longer to move to each new version. I stream or store on an sd card, mp4's etc up to 1080p of about 1.5g and on 4.2.2 with mx player they are pretty much perfect.
I can certainly say that you guys have been beyond outstanding in keeping our tab relevant. Every time I think it's time to upgrade, it just works well enough (a bit slower I know, but still works) to keep my money in my pocket. My bank balance thanks you all!
goughymachine said:
How's video playback going on this one? That's a biggie for me, and has seen me take a little longer to move to each new version. I stream or store on an sd card, mp4's etc up to 1080p of about 1.5g and on 4.2.2 with mx player they are pretty much perfect.
I can certainly say that you guys have been beyond outstanding in keeping our tab relevant. Every time I think it's time to upgrade, it just works well enough (a bit slower I know, but still works) to keep my money in my pocket. My bank balance thanks you all!
Click to expand...
Click to collapse
Video playback is smooth for me so far on this ROM
Sent from my GT-I9505G using Tapatalk 4
alroger said:
Please notice that Dev-Host has some really nasty snicky intrusive Ads in their download pages. DO NOT BE FOOLED! There is only one REAL download LINK, and it DOES NOT REQUIRE YOU TO WAIT, INSTALL, VISIT OR DO ANYTHING. And it's usually the smallest most discrete button of them all.
Check out the image bellow and be carefull with all the ads around the real download button. They might float and trick you into clicking them.
I'm sorry for any inconvenience that might have caused. I never even knew that was happening because I use a HOSTS mod for blocking those nasty ads and sugggest that everyone do too. Check it out in this site: Blocking unwanted connections
Click to expand...
Click to collapse
Quoting post #2. Check the image attached there.

[ROM][official] HTC One X CyanogenMod 11.0 nightlies + M-releases

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

[CM11][GT-S7560][GT-S7560m]CyanogenMod 11 for the GT-S7560 and GT-S7560m

CyanogenMod 11 for the Samsung Galaxy Ace II x (GT-S7560M) and Galaxy Trend (GT-S7560)​
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.
*/
Not working:
FM Radio
Bugs:
*Camera only 3.2 megapixels (2048x1536)
*Uploading/sending videos via Instagram,Facebook and Facebook Messenger fails
Downloads:
Latest Build CM11 April 23th 2017
CHANGELOG
*Optimized dalvik
*Switched to my kernel test branch
*Miscellaneous fixes
Latest EXPERIMENTAL build: ExperimentalCM11 April 26th 2017 (by @motoralbi)
EXPERIMENTAL-CHANGELOG
*Work on bionic
*Switching to faster math functions
XposedFix
Download XposedFix.zip and flash it to get xposed working.
I have to tell you that this fix is a pretty much a big security breach,and this hack will never be incorporated in to my builds.
Flashing this fix WILL REGRESS ALL THE DALVIK CHANGES we've done so far.I do not provide support for issues regarding xposed.
Installation Instructions & Requirements:
1. Copy zip packages (ROM) to an SD Card
2. Enter recovery mode
3. Choose "install zip from sdcard"
4. Select "choose zip from sdcard" and locate the ROM zip package
5. Confirm the installation by choosing "yes"
Recoveries:
I recommend you use TWRP 3.0.2 by @kengnatural
You can also flash by codename13s TWRP 2.8.0.1
If you do not have one installed, please install one of them prior to installing the ROM!
IF YOU WANT TO USE GAPPS WITH ANY OF MY BUILD,FORMAT /SYSTEM PARTITION,FLASH ROM,BOOT IT AND THEN GO BACK TO RECOVERY AND FLASH GAPPS YOU WANT!(DONT FLASH GAPPS BEFORE FIRST BOOT!!!!)
IF YOU DONT DO THIS YOULL GET THE MESSAGE THAT SETUP WIZARD STOPPED WORKING!
THIS GOES FOR EVERYONE!
I recommend you always do a CLEAN FLASH of all my builds
Little notice:
This rom is ported version of CM11 for s7562.
I would like to say thank you to all people that are/were working on this rom:
@jonypx09
@Codename13
@m4jonez
@KlinkOnE
@kengnatural (not only for work you are doing but for mentoring me too!!)
@oF2pks (for making patches and allowing us easily to add wakelock blocker to CM11!)
guys who test my builds and report everything:
@noobcoder
@F4uzan (providing moral support)
@GreekDragon (providing moral support,thanks my giros brate)
Cyanogenmod Team
Google
Maintainers:
 @pavlepiramida
 @motoralbi​
If you find any new bugs please report and try to make a logcat of it or at least provide a detailed explanation (what happend,what were you doing,how was the phone behaving) so I can recreate that bug myself and try to fix it!
My Github account: https://github.com/pavlepiramida
FrankenKernel repo: https://github.com/pavlepiramida/FrankenKernel
Tips for usage
For best experience I suggest you:
*set your CPU Governor to lulzactive
*set your I/O Governor to zen or CFQ
*If you dont use memory hungry apps disable KSM (it will improve your battery life just a little bit and performance)
*go to Settings/Developer options and reduce all animations to 0.5
*disable all touch sounds
*turn off Daydream in Settings/Display & lights
*turn off profiles if you do not use them
*go to Settings/Privacy and disable CyanogenMod statistics reporting
*also while you are there if you are not using Blacklist disable it
Flashable Samsung stock ICS sounds : https://www.androidfilehost.com/?fid=745425885120704205
All my builds will support @microg patch for signature spoofing
To learn more about this and why its in this rom check out his thread
[APP] microG GmsCore - lightweight free software clone of Google Play Services
"Setting up Microg" on kylessopen devices by @Zeroblood
Here you can get help for setting up Microg.
my androidfilehost folder with all build so far: https://www.androidfilehost.com/?w=files&flid=156391
Hey Pavle,
Why do you suggest turning CM stat reporting off ? I understand it's not very useful, but is there a real performance gain, or just a marginal one ?
breversa said:
Hey Pavle,
Why do you suggest turning CM stat reporting off ? I understand it's not very useful, but is there a real performance gain, or just a marginal one ?
Click to expand...
Click to collapse
For me that is always off as it is pinging their servers on every boot and sometimes causes a wakelock.
I did notice a small boost in performance but that could very well be a placebo.
Disabling does not harm you,so why not turn it off
Haha, alright, I did not know about that potential wakelock.
BTW, I'll have my friend try out one these builds tomorrow to try and make that wifi work again. I'll keep you informed !
breversa said:
Haha, alright, I did not know about that potential wakelock.
BTW, I'll have my friend try out one these builds tomorrow to try and make that wifi work again. I'll keep you informed !
Click to expand...
Click to collapse
Im sure it was just a corrupt download.
If not we'll think of something!
can i install it with cwm 5.6?
tomyjeje said:
can i install it with cwm 5.6?
Click to expand...
Click to collapse
nope
flash TWRP (as I recommended TWRP 3.0.2 by kengnatural)
Hi! A couple days ago I saw there was a link in this thread to a version of this ROM with the Omni kernel, which would fix the wifi problem in Latin American devices. Now it's gone.
What happened? Did that fix not work out? I was planning to try it this weekend...
Thanks!
mincem said:
Hi! A couple days ago I saw there was a link in this thread to a version of this ROM with the Omni kernel, which would fix the wifi problem in Latin American devices. Now it's gone.
What happened? Did that fix not work out? I was planning to try it this weekend...
Thanks!
Click to expand...
Click to collapse
I had to remove it as it was going into bootloop after flash on new build.
I have to test it a bit more.
It works for my July build but in September I changed few things that apparently dont play well with codebame13 kernel.
If I dont sort it out,Ill upload whole July rom with his kernel packed in it!
Thanks for your work. I'm looking forward to it.
By the way, in case it's relevant, a while ago I tried your "fixWifi.zip" from an old release, and it wasn't working for me. (It disabled bluetooth like you said it would, but it didn't restore wifi.) I don't know if that has anything to do with how the new release will work, but I'm telling you just in case.
mincem said:
Thanks for your work. I'm looking forward to it.
By the way, in case it's relevant, a while ago I tried your "fixWifi.zip" from an old release, and it wasn't working for me. (It disabled bluetooth like you said it would, but it didn't restore wifi.) I don't know if that has anything to do with how the new release will work, but I'm telling you just in case.
Click to expand...
Click to collapse
Hah it wasn't working for anyone,few important files were missing but I was to lazy to remove it from androidhost :/
hey pavle, did you try to fix wifi on this build or just camera?
the wifi still not work, i take a logcat but there is no error about wifi.
https://drive.google.com/open?id=0B8oAXWJSnBcvZ2xMczloT3M3cTg
do you know why?
noobcoder said:
hey pavle, did you try to fix wifi on this build or just camera?
the wifi still not work, i take a logcat but there is no error about wifi.
https://drive.google.com/open?id=0B8oAXWJSnBcvZ2xMczloT3M3cTg
do you know why?
Click to expand...
Click to collapse
Thx for Logcat,Ill see if there's something new in it!
Just a quick question,did you logcat while turning wifi on?
EDIT
Dude your logcat is an empty .txt file....
Did you remove it from Drive?
Process error, on my gt s7560.. how to fix? pls
metodding said:
Process error, on my gt s7560.. how to fix? pls
Click to expand...
Click to collapse
redownload rom
pavlepiramida said:
redownload rom
Click to expand...
Click to collapse
is not resolved
metodding said:
is not resolved
Click to expand...
Click to collapse
Strange,Im having trouble downloading it myself....
Seems that its a issue on androidfileshost side,sadly nothing I can do.
I'd suggest,if you are downloading it via phone,to try and download it via PC (Firefox,Chromium,Chrome......etc) and manually move ROM to SD Card,as sometimes theres an issue with browsers for phone.
Refresh few times download page and try again,meanwhile Ill send an email to androidfiles staff to see if they are doing anything on servers (maintenance or something else).
Thanks for report and I hope it gets sorted out soon!
pavlepiramida said:
Strange,Im having trouble downloading it myself....
Seems that its a issue on androidfileshost side,sadly nothing I can do.
I'd suggest,if you are downloading it via phone,to try and download it via PC (Firefox,Chromium,Chrome......etc) and manually move ROM to SD Card,as sometimes theres an issue with browsers for phone.
Refresh few times download page and try again,meanwhile Ill send an email to androidfiles staff to see if they are doing anything on servers (maintenance or something else).
Thanks for report and I hope it gets sorted out soon!
Click to expand...
Click to collapse
Always run the download from PC, tried several times .. the error is present equally
metodding said:
Always run the download from PC, tried several times .. the error is present equally
Click to expand...
Click to collapse
Are you using any ADBlocker on browser?(If you are disable it)
Are you using a VPN?(If you are disable it)
Have you tried other mirrors to download from?(Try other mirrors that are available,I suggest Quebec mirror )

Categories

Resources