[ROM-4.1.2][KERNEL-4.2][LINARO]CM10 hybrids AOSP Saber-toothed-Squirrel - Nexus 7 Android Development

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
These are CM10 builds with some extra mods/perks in it. There might be bugs but so far everything is working really smoothly. I will be working more on the kernel. I will also be updating these as github repo changes come in.
Known bugs:
* Camera is "flaky". It works but if you switch to different qualities it'll most likely crash.This is a bug with the Gallery ( I know sounds strange and it is) because the Gallery needs to connect with the camera to store pictures on the sdcard.
You can track all the most recent jellybean changes on cm's gerrit for status "merged" on the "jellybean" branch:
http://r.cyanogenmod.com/#/q/status:merged+branch:jellybean,n,z
ADB
adb remount will not work on these roms. You can use adb root adb remount. If adb root doesn't work well for you for whatever reason use the scripts instead. For adb you'll need to make sure it has root access under development settings in the main settings menu. I have included two scripts to change the state of your system being mounted as either rw or ro. So before you push something with adb to your system you'll need to run the mount-rw script. Usage is as follows:
Type the following in terminal emulator or adb shell. I prefer terminal emulator.
Code:
For read/write access (this is the one you want for adb access)
$ su
# sh /etc/mount-rw
Code:
For read/only access (only need to do this after modifying your system partition, makes it stay secure ;))
$ su
# sh /etc/mount-ro
CyanogenMod said:
CyanogenMod is a free, community built, aftermarket firmware distribution of Android 4.1.1 (Jellybean), which is designed to increase performance and reliability over stock Android for your device.
Code:
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
CyanogenMod is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. CyanogenMod does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All the source code for CyanogenMod is available in the CyanogenMod Github repo. And if you would like to contribute to CyanogenMod, please visit out Gerrit Code Review. You can also view the Changelog for a full list of changes & features.
Instructions:
First time flashing CyanogenMod 10 to the Google Nexus 7, or coming from another ROM?
Root the device and install ClockworkMod Recovery.
Perform a NANDroid backup of your current ROM.
Format the system, data & cache partitions of your device.
Perform a factory reset.
Flash CyanogenMod.
Optional: Install the Google Apps addon package.
Upgrading from earlier version of CyanogenMod 10?
Perform a NANDroid backup of your current ROM.
Flash CyanogenMod
Optional: Install the Google Apps addon package.
The CyanogenMod team would like to thank everyone involved in helping with testing, coding, debugging & documenting! Enjoy!
Click to expand...
Click to collapse
A precautionary note about flashing other kernels
I do not support other kernels! If are having issues with this rom and are using some other type of kernel (aka some type of experimental kernel) I will not support
bug issues that you may encounter!
General Credits:
* Google of course for most of the source
https://android.googlesource.com/
* Of course the CyanogenMod team for their source
https://github.com/CyanogenMod
* drewis for various ROM fixes
don't double symlink usbstorage
https://github.com/pbeeler/android_...mmit/3cbb418d8972179d0270a83e98f57a98fcdde47b
SystemUI: increase number of visible notification icons
https://github.com/pbeeler/android_...mmit/372a3c1913a1cce0c727709b7058ee95aa5b4ab9
* And lastly me for various other tweaks
Linaro toolchain optimizes the ROMs and Kernels (Uses Linaro strict-aliasing and -O3 compiler flags)
The kernel hybrid that is in these ROMs
AOSP Tablet Mode (no DPI mods or launcher tablet ui). Includes full AOSP browser in tablet mode.
Initd.d kernel module script to load kernel modules on boot
Kernel optimization's:
A lot of kernel debugging disabled
Most of the governors are modules so will not clutter up the kernel (side loading governors as modules)
Docking support (untested)
Screen will not turn on when unplugging from power usb/ac.
Other things I probably can't remember right now
Wallpaperz app for extra wallpapers, thread is here http://android-den.com/index.php?topic=1415.0
If I'm forgetting anyone let me know and I'll add you to the list!
About The Kernel:
Latest kernel is based on Bricked kernel. The thread is here: http://forum.xda-developers.com/showthread.php?t=1920628
Things I've added
Advanced memory managment all the way up to 3.2 linux kernel
File system enhancements include ext4, nfs, NFSv4, NFSv3, vfs, cifs, aio
Various other fixes from the mainline linux kernel. For more info checkout my github
UV voltage
I/O improvments/fixes from the mainline linux kernel.
Cherry-picked changes from faux123's github
User voltage control (For frequency control use SystemTuner by 3C)
These builds can be found on goo manager beta app under TeamAndroid account, as well as Android Den
Enjoy!
CM10.0.0 Rom Downloads (These are final, no more updates)
Android 4.1.2 gapps 20121102
My Github

More the merrier. :good:

Ewww, a sparksco has appeared. Just kidding bud, if you need any testing on the kernel I know you'll build let me know. Looks like a decent thing you have going here but unfortunately, I don't feel like flashing a new rom.

I should have the boot animation fixed in the next build, then I can test more on the kernel..
Sent from my Nexus 7 using xda premium

Let us know when boot animation is working... boot animation is 75% of the reason to install CM
Sent from my Nexus 7 using Tapatalk 2

Don't worry I'll get it fixed, working on a build now. I'm sure every developer has their own ways of building so stability between different unofficial builds will still vary.
Sent from my Nexus 7 using xda premium

sparksco said:
Don't worry I'll get it fixed, working on a build now. I'm sure every developer has their own ways of building so stability between different unofficial builds will still vary.
Sent from my Nexus 7 using xda premium
Click to expand...
Click to collapse
Hey man its no worries, appreciate what you're doing
Sent from my Nexus 7 using Tapatalk 2

Pretty excited about this. One question though, why the lock screen camera launcher? Is it just an AOSP thing that is disabled in the stock N7 rom?
Sent from my SGH-I777

Brigaid said:
Pretty excited about this. One question though, why the lock screen camera launcher? Is it just an AOSP thing that is disabled in the stock N7 rom?
Sent from my SGH-I777
Click to expand...
Click to collapse
The AOSP default lock screen has the camera shortcut on it, so it would require removing it from the frameworks package most likely, CM generally comes with the ability to change the shortcuts, so once that gets merged up to JB it wont matter that it doesn't work cuz you'll be able to change it.

Yeah I'm sure it's a setting somewhere that hides it from the launcher. It might be a setting in the camera app itself not to show much like many other system apps. I haven't really looked into it much but I'll look around some. I tried the nexus 7 launcher from the market and it just force closes, so that's not a option either.
Sent from my Nexus 7 using xda premium

Great work Sparksco. Just one question for you, does CM10 use the TabletUI or HybridUI?

mgori said:
Great work Sparksco. Just one question for you, does CM10 use the TabletUI or HybridUI?
Click to expand...
Click to collapse
You can change the DPI with a app if this don't have it
Sent from my Nexus 7 using xda premium

armyboy11b said:
You can change the DPI with a app if this don't have it
Sent from my Nexus 7 using xda premium
Click to expand...
Click to collapse
Yes but tablet ui without changing dpi is the goal that I think most people want.

Sent from my Nexus 7 using Tapatalk 2

neilrl79 said:
Yes but tablet ui without changing dpi is the goal that I think most people want.
Click to expand...
Click to collapse
I don't.

Well you can't make everyone happy. I'm sure if it was that easy to implement it would have been done already. And there has to be a option, not force people into a tablet ui.

sparksco said:
Well you can't make everyone happy. I'm sure if it was that easy to implement it would have been done already. And there has to be a option, not force people into a tablet ui.
Click to expand...
Click to collapse
man this rom is awesome.... thx a ton
Sent from my Nexus 7 using Tapatalk 2

The current landscape launcher patch I have applied may not become official in cm. If it doesn't I'll most likely keep it as a option if you all request it to stay the way it is.
Sent from my Nexus 7 using xda premium

sparksco said:
The current landscape launcher patch I have applied may not become official in cm. If it doesn't I'll most likely keep it as a option if you all request it to stay the way it is.
Sent from my Nexus 7 using xda premium
Click to expand...
Click to collapse
hey sparks, thanks for all your work
is there any way to calibrate the orientation sensor?? seems like i have to have my tab un-normally vertical for it to sense a rotation. i messed around with the sensor setting in a few games and apps, which works, but only in the game/app, not the system.
is there a hidden menu somewhere?
thanks x1000 for creating these awesome "nightlies"

on the kindle fire, they have a toggle for tabletUI or JBhybridUI. jus saying, if u want to add the "option". I prefer the new JBhybrid UI
Sent from my Nexus 7 using xda premium

Related

[ROM] EpicMTD CM 7.2.0 RC0

I'm just going to leave this here..
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I am very pleased to announce that the Samsung Epic 4G SPH-D700 is now officially a CyanogenMod-supported device.
Team EpicCM's github repositories have been merged into CyanogenMod's.
The first official build from this merge, 7.2.0 RC0, is now available.
Borrowing from Decad3nce's preamble:
CyanogenMod is a free, community built distribution of Android 2.3 (Gingerbread) which greatly extends the capabilities of your phone.
THIS IS NOT SAMSUNG TOUCHWIZ AND NEVER WILL BE. DO NOT ASK ABOUT IT IN THIS THREAD. THANK YOU.
Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
This is an AOSP-based build with extra contributions from many people which you can use without any type of Google applications. I found a link from some other project that can be used to restore the Google parts, which can be found below or elsewhere in the thread. I've still included the various hardware-specific code, which seems to be slowly being open-sourced anyway.
Visit the CHANGELOG for a full list of changes and features!
INSTRUCTIONS:
WATCH THIS VIDEO ON MTD:
- First time flashing CM 7 to your Epic (or coming from another ROM)?
1. Unlock/root your device and install Clockwork Recovery
2. Do a Nandroid backup!
3. WIPE
4. Install the ROM
5. Optionally install the Google Addon
- Upgrading from earlier CM7 or nightly build?
1. Do a Nandroid Backup!
2. Install the ROM (your Google apps will be backed up automatically)
HOW TO REPORT BUGS OR PROBLEMS?
- Was it a soft reboot or a "boot loop"? Run "adb logcat" and get me the full output.
- Pastebin links preferred
*Coming soon* Please visit the CyanogenMod Wiki for step-by-step installation walkthroughs and tons of other useful information.
We also now have an official subforum on the CyanogenMod forum site.
Download Links
The mirror lists have moved to the CyanogenMod Forum.
GAPPS
Download google applications
Thank you to EVERYONE involved in helping with testing, coding, debugging and documenting! Enjoy!
The current buglist:
WiFi Hotspot is broken. Third-party apps are known to work.
Charging notification LED does not light until full charge is reached
Video playback for certain encoders
Wimax
Other than those (relatively) minor bugs, this rom is nearing a somewhat completion.
New Changes
- Fixed brightness control (noobnl)
- WiFi appears to be stable. You may need to wipe old settings. (decad3nce, noobnl, uberpinguin)
- Official build
Changes:
- Fixed bad cached download mounts (noobnl)
- Fixed overlay for video encoding/decoding (decad3nce & noobnl)
- Fixed e911(mkasick)
- Fixed most of the dhcpd clusterfuck(a couple more issues left)
- Fixed init.d
- Fixed cache errors
- Fixed issues with logwrapper
- MTD/yaffs2
- Wifi is still screwy
- Stage1/Stage2 inits
- Updates from upstream
- Backup/Restore fixed
- Updated prebuilt modules
- 2.3.7
- Compiled kernel from source MAJOR THANKS to mkasick and Rodderik
- Fixed torch overlay
- Fixed MMS overlay
- Fixed incoming call routing
- Fixed mic feedback/whistling
- Adjusted APN for MMS - receiving works, sending fixed
- Fixed application notification LED based on a tip from DRockstar
- Fixed haptic feedback with a patch from jt1134
I recommend using the EI22 modem.
Please note flashing someone else's kernel may ruin your experience with this rom and I advise against it. This rom is a result of many tiring hours from Decad3nce, jt1134, Uberpinguin, nubecoder, mkasick, nullghost, dameon78, wispofattes, DRockstar, and many many other contributors.
Sweet!
Sent from my SPH-D700 using XDA App
I don't even have an Epic 4g anymore, and I still want to say thanks for all the hard work you guys did. It really is a great milestone and the product of excellent teamwork. Great job!
Wowowow! AMAZING!
Sent from my SPH-D700 using XDA App
Just one tiny question.. I know this rom doesn't even include 4g.. but its in the bug list?? So does that mean that one day it will have a working 4g?? I really would like to try this but need my 4g lol
Sent from my SPH-D700 using XDA App
lilajrestnom said:
Just one tiny question.. I know this rom doesn't even include 4g.. but its in the bug list?? So does that mean that one day it will have a working 4g?? I really would like to try this but need my 4g lol
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
WiMAX is on the list of things to work on, and may be supported in the future. Right now we don't have a timeframe, and can't promise that we'll actually get it working.
I'm going to assume that the "Synced with CM sources as of 10/21" is incorrect and just a copy and paste oversight from the other thread?
mattykinsx said:
I'm going to assume that the "Synced with CM sources as of 10/21" is incorrect and just a copy and paste oversight from the other thread?
Click to expand...
Click to collapse
Hmm? What? Where? ;-)
Thanks.
Sweet that we r now official cool
Sent from my SPH-D700 using xda premium
can someone just tell me the main differences between cm7.1 and cm7.2, just the main things that were updated?
curious to know which apps dont work right now with video playback? hboGO, youtube, or vevo. could somebody check it out for me if you already are on cm
This is fantastic news! Downloading now!
Sorry if this is dumb, but I can't get it to flash. I downloaded the 104mb rom but when I go to flash it it fails after the MTD check. What am I doing wrong? Is there something I have to flash to convert over to MTD first?
Toast95135 said:
Sorry if this is dumb, but I can't get it to flash. I downloaded the 104mb rom but when I go to flash it it fails after the MTD check. What am I doing wrong? Is there something I have to flash to convert over to MTD first?
Click to expand...
Click to collapse
The zip will automatically move you to MTD if you're not there already.
If you are not already on MTD, the flash takes a fairly long time and reboots at least once during the process.
Where is it failing for you?

			
				
seoulseek80 said:
curious to know which apps dont work right now with video playback? hboGO, youtube, or vevo. could somebody check it out for me if you already are on cm
Click to expand...
Click to collapse
All containers and codecs seem to be working, so there should be no reason for any apps to fail video playback.
UberPinguin said:
The zip will automatically move you to MTD if you're not there already.
If you are not already on MTD, the flash takes a fairly long time and reboots at least once during the process.
Where is it failing for you?
Click to expand...
Click to collapse
Nevermind I'm an idiot... I didn't know there was a new CWM out, I was still on 3.x . Everything is working fine now
http://review.cyanogenmod.com/#change,11289
Looks good to this forum, We all approve.
Everyone click the submit as news tip link near top of page. This is portal worthy.
Sent from my SPH-D700 using xda premium

[DEV][ROM][GWK74]Unofficial CyanogenMod 7.2 for Htc Explorer Build#4 {Source Built}

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
CyanogenMod 7.2 is a free, community built, aftermarket firmware distribution of Android 2.3.7 (Gingerbread), which is designed to increase performance and reliability over stock Android for your device.
Click to expand...
Click to collapse
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.
All the source code for CyanogenMod is available in the CyanogenMod Github repo. And if you would like to contribute to CyanogenMod, please visit out Gerrit Code Review. You can also view the Changelog for a full list of changes & features.
Source Code- www.github.com/cm2pico
https://github.com/CyanogenMod
1) KINDLY DO NOT SPAM.DO NOT POST STUFF LIKE " i DOWNLOADED THIS ROM @3:31:34 PM IST AFTER FINISHING MY COFFEE"
2) DONT POST "THANK YOU" PRESS THE BUTTON
3)DONT POST STUFF LIKE " I GET XYZ BUG . FIX THIS U BI*CH" .GET US LOGCATS.
THANKS YOU
Whats Working-
- WiFi
- Hardware acceleration
- RIL
- Gps // derefas
- Audio // lirokoa
- Usb Mass Storage
- Bluetooth // lirokoa
- USB Tethering
- Fm Radio
What Doesnt work-
- Camera
- Phone sometimes reboots when playing videos(Kindly use 3rd party apps)
Downloads
Gapps(Google Apps)- http://goo.im/gapps/gapps-gb-20110828-signed.zip
Build#1(By derefas)- http://www.mediafire.com/?2hash35eaw61ibn
Build#2(By lirokoa-AUDIO WORKING!) - http://www.sendspace.com/file/h8s855
Build#3(By lirokoa-Incall Audio fix,cleaner)- http://www.sendspace.com/file/x14u9i
Build#4(By lirokoa- AOSP keyboard fixed,USB tethering fixed,Bluetooth Fixed)- http://www.sendspace.com/file/ci209s
I will be uploading new kernel for Cyanogen Mod 7/AOSP roms here- http://goo.im/devs/sakindia123
Kernel will be acc. to the date they were released,so the latest kernel released today has an extension 803(Month-DD)
If u want to stay updated,keep checking that link around once a day
For changelogs,u can see the commits here- github.com/cm2pico/android_kernel_htc_pico
Something abt the kernel
1)it has full cifs,tun,zram,swap ,ext blah blah support
2) Compcache/zram is activated automatically when system load is high.To check ram/zram usage,type "zram" in terminal emulator(w/o quotes). Type "zram_stats" for detailed information
3)I i cleaned up Ondemand governor(default) and tuned it a bit today.Feedback is appreciated
4)Facing lags ? Type "turbo" in terminal emulator and see the magic !
5)Use "S2E" from Play Store instead of A2sd.It;s more stable!
6)U can use this kernel for sense roms too,just replace ramdisk/initramfs with sense'd one
Click to expand...
Click to collapse
Thanks and Credits(in no particular order!)-
- lirokoa
- derefas
- LiVeRpOoL-FaN
- rom2maru
- and erm me
These are the guys who made it possible,so give 'em a thumbs up!
Banner by dhananjaipai,thanks
This is still WIP Build,so some things dont work!
How to build our kernel
- git clone https://github.com/cm2pico/android_kernel_htc_pico.git
- Download arm-eabi-4.4.3 from github.com/sakindia123/Android_Toolchains
- enter kernel directory
- set up environment variables in build.sh,boot.img-tools/strip.sh
- ./build.sh
Flashable output is auto-sign/cm7-kernel-update.zip
reserved.
-_--_--_-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Great job. thank you.
I did some test:
- Bluetooth is not working.
- I add the root and it works well.
good job
Awsome
Great work to all the guys that made this and also contributed, its looking good im downloading it now :victory:
EDIT: omg its sooo smooth!
Gps work !
Sent from my HTC EXPLORER using xda app-developers app
Another good news
Sent from my HTC Explorer A310e using xda premium
Epic
Will Try ASAP. Thank you Sarthak
derefas said:
Gps work !
Sent from my HTC EXPLORER using xda app-developers app
Click to expand...
Click to collapse
Awesome!
I will now work on new kernel, tuned for running this rom.
Once audio works, this rom is a daily driver!
Sent from my GT-I9100 using xda premium
Tried. Its Awesome.
Extended Power Menu Working.
No Lags or Anything.
Wanna go home at light speed to try this rom...
Sent from my HTC Explorer A310e using xda premium
I am very tired , may be tomorrow i'll fix sound and bluetooth , because i know where problem....
So our kernel from HTC. HTC kernel for bluetooth use btld.
Btld - use low power mode from btld, hciattach use low power mode from kernel, so our kernel don't support lpm, we can try to disable lpm in hciattach service, or add lpm to kernel, but first i think we need to found where problem and then fix like we want
Thanks to all you guys are superb.
Sent from my HTC Explorer A310e using Xparent ICS Tapatalk 2
Great job!! best of lucks with the camera, that will be a tough one.
market and file manager is crashing every once in a while...apart from that rom is butter smooth... kudos
Even videos don't work it reboots in few seconds and keyboard height is too small...will provide a logcat soon....others bugs are known like bluetooth,camera,audio...will let you know more as I use it more...
UI is smooth than previous ports but still problem at small places and noticed a small bug when I wrote su in terminal and granted access the terminal got freezed...
Sent from my HTC Explorer A310e using xda premium
So, I've teste the rom for a while now and I think I may be able to give some feedback
First of all, AWESOME!!!!
It looks really nice (with some minor bugs) and it fells responsive enough to be used as a daily rom. It has a HUGE list of languages, so it will suit any1
I've noticed it does not come with google's Play Store, so I've download the apk file, but when it asks for the Google Account, it just closesm and if I try to add an account manually there is no option for Google Account,
The stock keyboard is by far too small, but 3rd party keyboards look normal.
The sound, bluetooth and camera do not work (as mentioned)
In the clock app, when in landscape mode, the last number is cut a little bit (like any1 even uses that app)
Now, I have another problem, but this has happened with any Rom that I've tested so far. When there are colour gradients in the menu keys, they are not smooth as they are in the stock rom.
This is hard to explain, but tomorrow I'll install the stock rom again and take some screen shots and then any other rom and take some more to show you guys, but if you did understand what I was saying, is this normal? What could the problem be?
Anyways, really nice job. We are almost with a fully working CM7 Rom. I can't take you guys enough
Edit:
Ok so now the phone randomly rebooted. I think it got mixed up in the lock screen, and it was in landscape when it is always in portrait mode... But it is not happening again so I have no idea xD
---------- Post added at 04:42 AM ---------- Previous post was at 03:52 AM ----------
Ok... So now I took the screen shots and there seems to be no problem in the colour gradients... But there is some problem with them in the phone's screen, but only with other roms that not my stock one...
I'll later take some photos with an actual camera to show you what I'm talking about

[ROM][KERNEL][LINARO]AOKP Hybrid Daily Builds (KANG)

These are AOKP builds built using the Linaro 4.6 daily toolchain builds. There might be bugs but so far everything is working really smoothly. I will be working more on the kernel. I will also be updating these as github repo changes come in.
Known bugs:
* Camera is "flaky". It works but if you switch to different qualities it'll most likely crash.This is a bug with the Gallery ( I know sounds strange and it is) because the Gallery needs to connect with the camera to store pictures on the sdcard.
You can track all the most recent jellybean changes on AOKP's gerrit for status "merged" on the "jb" branch:
http://gerrit.sudoservers.com/#/q/status:merged+branch:jb,n,z
ADB
adb remount will not work on these roms. You can use adb root adb remount. If adb root doesn't work well for you for whatever reason use the scripts instead. For adb you'll need to make sure it has root access under development settings in the main settings menu. I have included two scripts to change the state of your system being mounted as either rw or ro. So before you push something with adb to your system you'll need to run the mount-rw script. Usage is as follows:
Type the following in terminal emulator or adb shell. I prefer terminal emulator.
Code:
For read/write access (this is the one you want for adb access)
$ su
# sh /etc/mount-rw
Code:
For read/only access (only need to do this after modifying your system partition, makes it stay secure ;))
$ su
# sh /etc/mount-ro
AOKP is a free, community built, aftermarket firmware distribution of Android 4.1.1 (Jellybean), 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.
*/
AOKP 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. AOKP does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All the source code for AOKP is available in the AOKP Github repo. And if you would like to contribute to AOKP, please visit the Gerrit Code Review.
Instructions:
First time flashing AOKP to the Google Nexus 7, or coming from another ROM?
Root the device and install ClockworkMod Recovery.
Perform a NANDroid backup of your current ROM.
Format the system, data & cache partitions of your device.
Perform a factory reset.
Flash AOKP.
Optional: Install the Google Apps addon package.
Upgrading from earlier version of AOKP?
Perform a NANDroid backup of your current ROM.
Flash AOKP
Optional: Install the Google Apps addon package.
A precautionary note about flashing other kernels
I do not support other kernels! If are having issues with this rom and are using some other type of kernel (aka some type of experimental kernel) I will not support
bug issues that you may encounter!
General Credits:
* Google of course for most of the source
https://android.googlesource.com/
* Of course the AOKP team for their source
https://github.com/aokp
* drewis for various ROM fixes
don't double symlink usbstorage
https://github.com/pbeeler/android_...mmit/3cbb418d8972179d0270a83e98f57a98fcdde47b
SystemUI: increase number of visible notification icons
https://github.com/pbeeler/android_...mmit/372a3c1913a1cce0c727709b7058ee95aa5b4ab9
* And lastly me for various other tweaks
Linaro toolchain optimizes the ROMs and Kernels
Power hal to control the kernel frequencies
Stock Launcher rotation enabled by default
The kernel hybrid that is in these ROMs
AOSP Tablet Mode (no DPI mods or launcher tablet ui). Includes full AOSP browser in tablet mode.
Initd.d kernel module script to load kernel modules on boot
Kernel optimization's:
A lot of kernel debugging disabled
Most of the governors are modules so will not clutter up the kernel (side loading governors as modules)
Screen will not turn on when unplugging from power usb/ac.
Other things I probably can't remember right now
Wallpaperz app for extra wallpapers, thread is here http://android-den.com/index.php?topic=1415.0
If I'm forgetting anyone let me know and I'll add you to the list!
About The Kernel:
Cherry-picked changes from faux123's github
User voltage control (For frequency control use SystemTuner by 3C)
CPU Overclocking to 1.7Ghz (1.3Ghz default)
cherry picked select NOHz optimizations from Linux 3.3+
back ported select Linux 3.3+ cgroup (cpu control groups), threadgroup optimizations
SLAB completed updated to Linux 3.5+
RCU completely updated to latest preemptive tree RCU to Linux 3.3+
row i/o scheduler
Safe LZO decompression
LZO updated to latest version
zcache optimizations
Optimized SHA1 algorithm
Other kernel features added by me
Lots of kernel merges/fixes from the mainline linux kernel, too many to list
Zram enabled by default in these roms to 250mb block size (only 10 swappiness)
BFQ v5-3.1 http://algo.ing.unimo.it/people/paolo/disk_sched/description.php
Deadline, No-op, CFQ (default), BFQ, SIO
-O3 optimizations and built with the latest monthly 4.6 linaro gcc releases (I build my own toolchains)
Ramp up CPU frequency on input events which improves responsiveness for the following governors:
SmartassV2, Lagfree, Minmax, Lulzactive and Lazy
Performance improvements on Minmax governor (it really needed it)
Config tweaks (stuff that is already in the kernel but not enabled)
Cpuquiet framework
Cpuquiet implements pluggable policies for forcing cpu cores into a
quiescent state. Appropriate policies will save power without hurting
performance.
CIFS module
ARM Berkeley Network Packet Filter Just-in-Time (JIT) compiler support
CleanCache Enabled
DOS VFAT (read/write), NTFS (read/write), CDROM/UDF FS, CIFS+UTF-8 (windows share)
Zcache
kernel compression GZIP
SHA1 algorithm
Enjoy!
Rom Downloads
Latest gapps 20120923
My Github
Screenshots
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Just in case
Can we also have a flashable kernel please. The kernel looks interesting
Sent from my Nexus 7 using Tapatalk 2
leelaa said:
Can we also have a flashable kernel please. The kernel looks interesting
Sent from my Nexus 7 using Tapatalk 2
Click to expand...
Click to collapse
Yeah when I get home later I'll zip it up and post a separate link to it.
Thanks a lot mate. Look forward to it
Sent from my Nexus 7 using Tapatalk 2
Couldnt get it to boot using TWRP recovery. Anyone else?
christianpeso said:
Couldnt get it to boot using TWRP recovery. Anyone else?
Click to expand...
Click to collapse
can not boot using CWM random reboots during boot at different stages
christianpeso said:
Couldnt get it to boot using TWRP recovery. Anyone else?
Click to expand...
Click to collapse
Neither can I with CWM.
Hmm, I'm in the process of doing another build right now I'll test the new build out on a fresh wipe. Did you guys all wipe since this is the first time flashing these ROMs?
Sent from my Nexus 7 using Tapatalk 2
Just flashed fresh build and still can't replicate the issue. Anyone have success getting it to boot?
Sent from my Nexus 7 using Tapatalk 2
I also couldn't get it to boot with TWRP... I'm mostly interested in your kernel, any chance you could post a flashable zip to try out?
JohnnyHempseed said:
I also couldn't get it to boot with TWRP... I'm mostly interested in your kernel, any chance you could post a flashable zip to try out?
Click to expand...
Click to collapse
Not until the booting issues are gone.
Sent from my Nexus 7 using Tapatalk 2
Boots perfectly for me via TWRP. I wiped all partitions and everything is fine.
Sent from my Nexus 7 using Tapatalk 2
I re-downloaded and flashed again with TWRP and it worked.
Must of been a hiccup in the server creating bad downloads?
Sent from my EVO using Tapatalk 2
Could be. Goo manager checks the md5sums with the app but not if you download it from the website.
Sent from my Nexus 7 using Tapatalk 2
10/06
New version is it out 10/06 with a new power half fix in it. Check my github for changes.
Sent from my Nexus 7 using Tapatalk 2
Totally smoother than the rom I came from. And it's got unicorns, couldn't be better
Sent from my EVO using Tapatalk 2
Alright guys I've attached my Linaro -O3 optimized kernel to the OP with the power hal fix in it to control the frequencies. This kernel is highly optimized unlike the current kernels in the roms. They will however be added to future rom builds and I will update the attachments as I update the kernel. I'll also attach it here for convenience

[ROM][OFFICIAL][4.4.2] OmniROM [ATT/CAN]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
What is OmniROM?
OmniROM Gerrit Review
Disclaimer
Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you. Hard. A lot.
*/
Important Information
Root access has not been incorporated into the ROM source yet, so you will need to flash SuperSU in recovery SuperSU
For all you Do-It-Yourself-ers, simply follow this guide to initialize a build environment and get your own builds started - OmniROM - Setting Up A Compile Environment​
Got a bug report? Want to request a feature?
jira.omnirom.org​
Click to expand...
Click to collapse
Installation Instructions
FROM ANOTHER ROMS
Factory Reset/Wipe Data
Format System
Format Dalvik Cache
Install ROM
Install Gapps
Reboot
Profit
UPDATE FROM OMNIROM TO NEWER RELEASE
Settings -> System Updates -> Check for update
You will NOT need to wipe anything with the delta updates :good:​
Click to expand...
Click to collapse
Downloads​
ROM:
jflte
http://dl.omnirom.org/jflte/
Gapps:
PA 0-Day Gapps​
Click to expand...
Click to collapse
Contributors/Credit
The OmniROM Team - Great devs that have taught me just about everything I know about this stuff in such a short amount of time
CyanogenMod
ParanoidAndroid for the GApps package
@jumoog for working with me on the jf family of devices (MOAR Galaxay S4's to be supported soon!)
@SferaDev for ALL the work on adding Samsung RIL support
@CNexus for his awesome boot.img tools and helping me out
@Evisceration for his insane kernel pwnage
Testers
@CPA Poke
@LamboDroid19
@RockMan195
@crzygrmn
@uberstupd
@Pump Ac7i0n
And anyone else I apologize I forgot on this list but thank you
Source
OmniROM Source
XDA:DevDB Information
OmniROM, a ROM for the AT&T Samsung Galaxy S 4
Contributors
jakew02
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.4.x
ROM Firmware Required: Rooted, Custom Recovery
Based On: AOSP
Version Information
Status: Alpha
Current Stable Version: -
Current Beta Version: -
Created 2013-10-28
Last Updated 2014-04-08
Changelog
Changelog
OmniLog - jflteatt
OmniLog - jfltecan​
Q&A
Frequently Asked Questions​
Q: Why don't I have root access after installing OmniROM?
A: OmniROM does not have an official, prebuilt root method yet, so you'll just need to flash SuperSU in recovery and you'll have 100% working root access. SuperSU can be found here: SuperSU
Q: Where is <insert feature here>, like CM/AOKP/PA/etc have??
A: Omni is still very early in development, but moving at an incredibly fast rate. New feature, bug fixes, and device support are added just about daily. Check it out here: OmniROM Gerrit Review for the latest and greatest
Q: How do I start/stop screen recording?
A: Volume UP + Power will start screen recording. Simply drag the notification bar down and click the button to stop.
Q: HALP NFC doesn't work!!
A: We know.
Nice to see a new release, thanks for sharing with us
Awesome
Interesting ...
Nice work Jake!
Sent from my SAMSUNG-SGH-I337 using XDA Premium 4 mobile app
anyone try it out yet?? i've been running it all day. everything's working great! :highfive:
I just wiped everything and installed it. I haven't found any issues yet, but I haven't even made any phone calls yet.
Thanks a ton for pulling this all together and sharing with the rest of us. I've been itching to try Omni.
EDIT: I made a phone call now! I haven't run across anything that doesn't work. Calls, texts, camera all work fine.
jakew02 said:
anyone try it out yet?? i've been running it all day. everything's working great! :highfive:
Click to expand...
Click to collapse
I did load it up seems to run just fine, missing alot of features I like to use such as hardware keys (custom settings) which is the main thing and the general interface options so I'll wait for some future tweaks.
I'd love to try this but again what are the tweaks in this rom? What do they differ from others and what are the same?
Sent from my SGH-I337 using XDA Premium 4 mobile app
PapaMag said:
I did load it up seems to run just fine, missing alot of features I like to use such as hardware keys (custom settings) which is the main thing and the general interface options so I'll wait for some future tweaks.
Click to expand...
Click to collapse
Custom hardware keys options are comnig very soon
lauterm said:
I just wiped everything and installed it. I haven't found any issues yet, but I haven't even made any phone calls yet.
Thanks a ton for pulling this all together and sharing with the rest of us. I've been itching to try Omni.
EDIT: I made a phone call now! I haven't run across anything that doesn't work. Calls, texts, camera all work fine.
Click to expand...
Click to collapse
toxicpaulution said:
I'd love to try this but again what are the tweaks in this rom? What do they differ from others and what are the same?
Sent from my SGH-I337 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Right now there are less than CyanogenMod, it is very close to stock AOSP at this point, but Gerrit review is overloaded with tons and tons of new features, theres at least one or so new features being merged in daily. Read the articles I posted in the OP for more information on that from the OmniROM team themselves, their philosophy, and future plans
It might be missing some extras, but this is a very solid ROM.
I've only found two minor issues that are probably upstream issues. The capacitive buttons never light up. I'm pretty sure that's a known Omni-wide issue. Secondly, I got root to work, but OpenVPN Installer still says it can't remount /system as rw. I even tried remounting it rw first in root explorer, but it just won't install the OpenVPN binary. I'm guessing that's related to root not being built in.
Battery life seems good given how much I've had the screen on (50% battery with over 2.5 hours of screen on).
Overall, great job, Jake!
Sent from my SGH-I337 using xda app-developers app
Will there be a jfltecan build down the road?
SGH-I337M jfltecan
Gordietm said:
Will there be a jfltecan build down the road?
SGH-I337M jfltecan
Click to expand...
Click to collapse
definitely. i didn't want to push out builds for a device that i couldn't test on.
If someone wants to test for me, I'll definitely do it. :highfive:
Gordietm said:
Will there be a jfltecan build down the road?
SGH-I337M jfltecan
Click to expand...
Click to collapse
I would gladly test it.
SGH-I337M jfltecan
Gordietm said:
I would gladly test it.
SGH-I337M jfltecan
Click to expand...
Click to collapse
I'll send you a PM once i get it built. working on having it compile TWRP over CWM right now , after class i'll start working on jfltecan :good:
Jakew02, I'm going to try to compile a build using your repos. Hopefully I can start trying to contribute a bit. I'm a total noob though.
Sent from my SGH-I337 using Tapatalk
jakew02 said:
I'll send you a PM once i get it built. working on having it compile TWRP over CWM right now , after class i'll start working on jfltecan :good:
Click to expand...
Click to collapse
Huh? Recovery is NOT built into the kernel for this device. Its in a different partition of its own. There is no compiling TWRP over CMW for this device. Recovery needs to be compiled separately if you're trying to compile your own. Just look in the device repos.
jakew02 said:
I'll send you a PM once i get it built. working on having it compile TWRP over CWM right now , after class i'll start working on jfltecan :good:
Click to expand...
Click to collapse
I'm on Canadian i337m and I would test it too.
Right now I'm just using t mobile or ge roms. To chicken to flash any thing att only.
Sent from my SGH-M919 using xda app-developers app
task650 said:
Huh? Recovery is NOT built into the kernel for this device. Its in a different partition of its own. There is no compiling TWRP over CMW for this device. Recovery needs to be compiled separately if you're trying to compile your own. Just look in the device repos.
Click to expand...
Click to collapse
Well, add TWRP configuration to the device tree then and confirm it still builds
Sent from my SGH-I337 using Tapatalk

HTC ONE S codefireX

HTC ONE S codefireX
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
CodefireX 4.4.3.2.1.000.000 Open Master​
CodefireX.com​
This well established Android distribution treats development differently than any other to further our Android platform as a whole. This is the fastest source built ROM you will find on this forum, and also the only one to utilize our unique build system and a custom LLVM 3.5 suite based toolchain globally.
Here is our very well supported Issue Tracker.
We utilize a plethora of unique optimizations in a build system unlike any other:
Utilizing the LLVM CLANG CI globally, working heavily with upstreams with a goal of furthering our entire Android platform.
Consistently updated upstream toolchain module source with our custom backports, fixes, and optimizations applied in a patch at build time.
Fully built utilizing Link Time Optimization and Polly optimizations (another custom ROM first). Feel free to google these a bit.
Much of our source have code fixes, cleanups, and many minor optimizations to set us even further ahead of the community. These are too generous to even speak of here.
Optimizations are toggled on and off based on device for the best experience we can achieve for your device without sacrificing stability
Many Qcom optimizations and AOSP master (upstream) optimizations and fixes using device specifications to determine usage.
Fully built utilizing strict aliasing and isognu++11 mode.
Utilizing all O4 optimizations (Optimization Level 4) including LTO (with binutils plugins), and additionally LLVM Polly.
Of course we also have several neat UI features, including but not limited to:
T-Mobile Theme Engine.
DPI Wizard (no junk like build.prop tweaks).
Quick Settings panel customizations.
Live network stats in your statusbar.
Button backlight customizations.
Hardware button customizations.
Volume button customizations.
Many more being added during the nightly builds.
Ville Download & Support thread
Our thanks go out to all the open source developers who made our work possible.
Below is an ever-incomplete list of some of the 'indirect' contributors to our ROMs:
The Android Open Source Project
LLVM CI
Linux Foundation
Code Aurora Forum
CyanogenMod Inc.
Chainfire
The entire 8960 CM team for making this device relevant still!!
Many more!
XDA:DevDB Information
HTC ONE S codefireX, ROM for the HTC One S
Contributors
jrior001, http://forum.xda-developers.com/member.php?u=470268, synergye, bigrushdog, anders3408, RaymanFX, ajf64, rlasalle15, Roach, ConnorBaker
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.4.x
Based On: AOSP + Win
Version Information
Status: Stable
Current Stable Version: nightlies
Created 2014-02-01
Last Updated 2014-02-01
Great to see this ROM. Looking forward to trying it later this weekend... Snowing a lot here on Canada... This should keep me busy on Sunday
Sent from my One S using Tapatalk
requires 2.15?
now the kikat partys started
moverat said:
requires 2.15?
Click to expand...
Click to collapse
Requires the newer firmware like cm. Not 100% up on which hboot s there are for ville. Just don't use the newest one the messes up sdcard.
Sent from my One Xl using Tapatalk
moverat said:
requires 2.15?
Click to expand...
Click to collapse
jrior001 said:
Requires the newer firmware like cm. Not 100% up on which hboot s there are for ville. Just don't use the newest one the messes up sdcard.
Sent from my One Xl using Tapatalk
Click to expand...
Click to collapse
That is YES, it requires 2.15 or below, it is not for 2.16
Having fun with codefire so far. Created a custom kernel off of codefire kernel sources and it's running well. Not too many features yet. But I will post it if people are interested.
There are a few feature requests I have. In cm you can normally add sound/vibrate/mute toggle to quick settings as well as flashlight... maybe these don't exist yet in the base? Also I don't see advanced reboot menu in dev options...
Sent from my KFAPWI using Tapatalk
AKToronto said:
Having fun with codefire so far. Created a custom kernel off of codefire kernel sources and it's running well. Not too many features yet. But I will post it if people are interested.
There are a few feature requests I have. In cm you can normally add sound/vibrate/mute toggle to quick settings as well as flashlight... maybe these don't exist yet in the base? Also I don't see advanced reboot menu in dev options...
Sent from my KFAPWI using Tapatalk
Click to expand...
Click to collapse
Right now its hiding under settings/buttons. I may be missing the overlay for flashlight but I'll have to check on the other tiles.
Sent from my One Xl using Tapatalk
jrior001 said:
Right now its hiding under settings/buttons. I may be missing the overlay for flashlight but I'll have to check on the other tiles.
Sent from my One Xl using Tapatalk
Click to expand...
Click to collapse
Under settings/buttons I only see options for the Home Button and Recents Button, not the Back Button... And there is no kill app on the other buttons at the moment.
EDIT:
But I did just notice the Power menu under the settings/buttons, which allows for advanced reboot, screenshot, etc, etc. Cool!
Edit2: now I'm looking for locksreen customizing... Can't seem to find it
SU?
Anyone have a working su zip to install? The one posted with the ROM seem to only install the SuperSU apk and not the su binary,
Nevermind, problem was custom kernel flashing prior to su install. FYI, updated su zip available from chainfire
How tightly is this synced with upstream cm? There are still a bunch of device related fixes I see coming down the pipe and id like to stay on top of them, but I really enjoy the idea that this was built with a performance centric toolchain.
I have a question, concerning the nightlies - it's just to be sure. For each device there is under "last changes" always "no changes since last build".. Is this reliable, cause if there are no changes, it does not make to much sense for me, to flash the same Rom again and again.
We'll I'm sure they sync with upstream cm every day
Sent from my iPad using Tapatalk
derkleinebroicher said:
I have a question, concerning the nightlies - it's just to be sure. For each device there is under "last changes" always "no changes since last build".. Is this reliable, cause if there are no changes, it does not make to much sense for me, to flash the same Rom again and again.
Click to expand...
Click to collapse
cannondaleV2000 said:
We'll I'm sure they sync with upstream cm every day
No its not acurate...Jenkins just hasn't been set up to display the changelogs(some thing for our leader to look into though). I maintain all 4 of our 8960 devices (ville, jewel,Evita,and fireball) and keep a good eye on CM and others for device specific changes that I can incorporate. May not be daily but I don't like to be behind
Today's builds should have fixes for most of the app related issues that have been reported thus far. Only exception is the FC that was reported with email app. That should be fixed in tomorrows builds.
Sent from my iPad using Tapatalk
Click to expand...
Click to collapse
Sent from my One Xl using Tapatalk
Yesterday I downloaded and flashed latest nightly but to be honest CM is far more smoother than this. there was lags and spikes during transitions. is this a known issue or am I missing something?
Your missing something. Buttery smooth for me
Sent from my iPad using Tapatalk
---------- Post added at 07:15 PM ---------- Previous post was at 07:14 PM ----------
Flash it on clean install
Sent from my iPad using Tapatalk
Question... Do any of the codefire optimizations, etc, effect the launcher that comes with the ROM? I say that bc I wonder if I will loose something by using google experience launcher and flashing another gApps with that included.
AKToronto said:
Question... Do any of the codefire optimizations, etc, effect the launcher that comes with the ROM? I say that bc I wonder if I will loose something by using google experience launcher and flashing another gApps with that included.
Click to expand...
Click to collapse
Built in launcher is built to our level but you won't notice much difference between em performance wise. I've run gapps with GEL.
Sent from my One Xl using Tapatalk
Screenshots?
Actually I use this Rom as my daily driver. It's very nice and smooth and I have no big problems. But there are some bugs:
- com.android.phone FC, when I try to open the APN settings.
- android.process.media FC, when I try to open the Downloads-app.
- dolphin browser sometimes FC
- ART does not work properly - many apps FC.
- Maybe more.
Apart from that, as I said, it's an amazing Rom. Keep up the good job.

Categories

Resources