[ROM][UNOFFICIAL][DEB]Bulletproof OmniROM 4.4.4[-O3][06/23/2014] - Nexus 7 (2013) LTE 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"
}
What is OmniROM?
A new Android custom rom has been announced at the BABBQ (Big Android BBQ) by @XpLoDWilD, @Chainfire, @Dees_Troy & Team. For more information go to omni rom's site: http://omnirom.org/
This is Unofficial build compiled by me! I'll try to do daily releases until Omni team releases stable official builds! Also I have began compiling the ROM's with the latest Linaro 4.7 toolchain and -O3 flags with Bulletproof kernel. Thanks to @scrosler, @jakdillard, @DJLamontagneIII for all of the information and tips on building ROMs and @flar2 for letting me use his kernel, and finally thanks to @2jzmoe for testing out the initial builds.
If you are looking for flo version go here: http://forum.xda-developers.com/showthread.php?t=2533936
Code:
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* cyber warfare, 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 just laugh nefariously
* in your face! And if you dont like this rom, stay away from this thread!
*/
Screenshots:
Features:
Code:
- Floating-Window
- Bulletproof 2.2+ Kernel
- Art and Dalvik Tweaks
- built with latest Linaro 4.7 toolchain
- rooted with latest SuperSU
- Krait optimizations for Flo/Deb
- Launch SuperSU from settings
- Lockscreen Notifications
Download Links:
Deb Folder: http://d-h.st/users/dre1187/?fld_id=31406#files
GApps: http://forum.xda-developers.com/showthread.php?t=2397942
SuperSu: http://forum.xda-developers.com/showthread.php?t=1538053
Mirror Links:
Deb Folder: http://www.androidfilehost.com/?a=show&w=files&flid=11094
How To Flash Coming From New Rom:
Wipe / Factory Reset
Install Omni Rom
Install GApps
Wipe Cache and Dalvik
Reboot and Enjoy
How To Flash Updates:
Install OmniRom
Install GApps
Wipe Cache and Dalvik
Reboot and Enjoy
What is Working:
Everything
Other Information:
- change log found in post #2
ROM Information:
Deb Source: https://github.com/havok87/android_device_asus_deb
Kernel Source: https://github.com/flar2/flo/tree/Bulletproof Credits: @flar2

Change log:
https://changelog.omnirom.org/#/flo/next
06/23/2014
- include 'Heads Up'
- updated lockscreen notifications
- switched back to Bulletproof kerne
06/20/2014
- merge tag 4.4.4_r1
06/12/2014
- merge 4.4.3_r1.1
- updated lockscreen notifications
- updated animation control
- updated floating window / multi-window
- removed dalvik and art tweaks for now until I test more
04/29/2014
- added ElementalX kernel in place of Bulletproof
- OmniROM source updates
- updated Lockscreen Notifications
04/22/2014
- omni source updates and bugfixes
04/10/2014
- latest Omni sources
- added in 'Floating Window' in place of Multi-window
- added in App Circle sidebar launcher (Settings --> Interface --> More) Note: this must be used to activate floating window apps, also any app that has Samsungs Multi-Window support listed in there manifest will be added into the launcher automatically
- bugfixes for Quiet Hours
- RecentsPanel: Make CircleMemoryMeter bigger
04/03/2014
- latest Omni sources
- latest Multi-Window Patch
- latest Quiet Hours (includes bugfixes and patches)
- add in Nav bar height/width change options
- add in RecentsPanel:CircleMemoryMeter bigger
03/25/2014
- latest Omni Sources
- added in Animation Controller
- added more dalvik tweaks
- updated lockscreen notifications
03/10/2014
- ROM compiled with 1/14 linaro toolchain
- ART optimizations
- updated lockscreen blur enhancements
- updated lockscreen notifications
- added in changelog (can be found in Settings --> About tablet)
- ditched the linaro opts/changes for now as some/most of them were from 4.2 will need to go through and be more selective
- ditched MotoX dalvik patches for now due to ART changes however I may add them back
02/13/2014
- https://changelog.omnirom.org/#/flo/1392173545
- USB-OTG has NTFS and FAT support
02/09/2014
- latest Omni sources
- add in USB-OTG support
02/06/2014
https://changelog.omnirom.org/#/flo/1391676542
- same extras as before (lockscreen notifications, configurable rotation)
- added in ADB paranoia mode (Settings --> USB Debugging)
- added in change device hostname (can be found in Settings --> USB Debugging)
- added in OmniSwitch as default recents handler (must be enabled in Settings --> More)
02/03/2014
- https://changelog.omnirom.org/#/flo/1391326501
- Multi-Window PS22

just in case...

Sweet! Another rom for Deb. Looking forward to see how this runs....:good:

Awesome.... OmniROM ?
Thanks a lot.
Flashing now!!! ?
Sent from my Nexus 7 using Tapatalk

Nice. Patch for SMS included? I mean thecframework-res change.

User_99 said:
Nice. Patch for SMS included? I mean thecframework-res change.
Click to expand...
Click to collapse
More then likely no...I didnt know the patch was needed. I only have flo so forgive my lack of knowledge :/
Sent from my Nexus 7 2013 using Tapatalk

No problem. You do a great job.
You need to open bools.xml in the text editor of your choice. You're looking for the line that says
<bool name="config_voice_capable">false</bool>
There is a change in bool.xml - included in framework-res.apk needed. All you need to do is change false to true, so you should end up with
<bool name="config_voice_capable">true</bool>
After that you can install some less apk to have native SMS on deb again.

User_99 said:
No problem. You do a great job.
You need to open bools.xml in the text editor of your choice. You're looking for the line that says
false
There is a change in bool.xml - included in framework-res.apk needed. All you need to do is change false to true, so you should end up with
true
After that you can install some less apk to have native SMS on deb again.
Click to expand...
Click to collapse
Building new version now will post link in about 2 hrs.
Edit: update is up please download 1/16 version and let me know SMS status please
Sent from my Nexus 4 using Tapatalk

new update is up lots of new features, change log in post #2
link: http://d-h.st/zr4

dre1187 said:
new update is up lots of new features, change log in post #2
link: http://d-h.st/zr4
Click to expand...
Click to collapse
Looks good and no errors or force closes but I'm getting pretty bad battery life. Currently at 40% used in only 15 hours with less than an hour screen time and using wifi. Bbs screener attached. This is after setting up everything and first full charge.
As a reference, using stock 4.4 Rom previously would last at least 3 days with the same usage.

dave- said:
Looks good and no errors or force closes but I'm getting pretty bad battery life. Currently at 40% used in only 15 hours with less than an hour screen time and using wifi. Bbs screener attached. This is after setting up everything and first full charge.
As a reference, using stock 4.4 Rom previously would last at least 3 days with the same usage.
View attachment 2524721
Click to expand...
Click to collapse
Thanks for the feedback! not too sure what to do to make better i think maybe its the sweep 2 wake functions causing that as well I noticed live wallpapers chewed up the battery as well. I'll take a look and see what I can find no guarantees though
Sent from my Nexus 4 using Tapatalk

Forgot about s2w etc as I use a case with the magnet. Assume bulletproof has no config so I could install the full elementalx and disable that stuff to see if it helps.
I disabled the live wallpapers at the start and never use them anyway. So won't be that in my case.
Also don't have any partial or kernel wakelocks over about 3 mins so the thing is sleeping fine. Must be Wi-Fi on 100% but don't recall if stock Rom did the same thing?

dave- said:
Forgot about s2w etc as I use a case with the magnet. Assume bulletproof has no config so I could install the full elementalx and disable that stuff to see if it helps.
I disabled the live wallpapers at the start and never use them anyway. So won't be that in my case.
Also don't have any partial or kernel wakelocks over about 3 mins so the thing is sleeping fine. Must be Wi-Fi on 100% but don't recall if stock Rom did the same thing?
Click to expand...
Click to collapse
using trickster you can disable s2w functions or a text editor will disable it. the only thing bulletproof does offer is adjustable clocks speeds. Finally from what i recall Wi-Fi is on 100% in stock roms

I'll try that next. Currently charging it up to test what happens if WiFi is set to turn off when sleeping. Because of lte, have to do airplane mode first then turn WiFi back on otherwise during sleep, WiFi shuts off and 4G kicks in which probably uses more battery.

dre1187 said:
Building new version now will post link in about 2 hrs.
Edit: update is up please download 1/16 version and let me know SMS status please
Click to expand...
Click to collapse
Looks quite good. SMS features are available. Thx. :good:
Only one hint: BasicSmsReceiver.apk is not needed if CellBroadcastReceiver.apk is also added for the SMS feature.

dre, my idea didn't yield any better battery life. I then tried disabling s2w and still no difference.
Going to install stock rom to get some better baseline figures and try again as I like the rom. :thumbup:

dave- said:
dre, my idea didn't yield any better battery life. I then tried disabling s2w and still no difference.
Going to install stock rom to get some better baseline figures and try again as I like the rom. :thumbup:
Click to expand...
Click to collapse
Sorry to hear that its not working out...if you think its kernel related I could build one with stock kernel instead but to be honest I don't know how much of a difference it would make as bulletproof kernel is basically stock with s2w and d2tw functions :/
Sent from my Nexus 4 using Tapatalk

Nah I wouldn't bother as I agree that the bulletproof kernel shouldn't cause any adverse effect. I've installed the stock 4.4.2 ROM and wil let it run a day or so to get a proper baseline with some BetterBatteryStat dumps then try yours again and compare. See if I can find where the extra drain is attributed to.

dre1187 have compared to stock and cannot find any appreciable difference in wakelocks (kernel or partial) or even CPU states for the same period of time and usage (actually under stock usage was higher even) except to say that this ROM has 3x the battery consumption. Very strange. Good luck with future builds, I'll give it another shot in the future.

Related

[ROM] [Sep 03] [CM 10.1] Chromium ROM | Build 10 | Passion

{
"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"
}
Screenshots
​
Thanks to Chromium for letting me port his rom from the HTC Desire over to the Nexus One :laugh:
Features
* Based on latest Cyanogenmod 10.1 sources
* Source compiled (not cooked/made using a kitchen or winrar)
* Modified updater-script
* Cool system fonts
* Nexus style boot animation
* Built in ad blocking
* Default launcher setup optimized
* Chromiums Wallpapers app built into settings
* Ultra Explorer File manager app
* Extra sleep timeouts (45 seconds, 1.5 minutes)
* Extra animation scale options (x0.75, x1.25, x20)
* Chromium ROM settings
* Camera Tile
* Privacy Guard
* Navigation Bar
* Custom Navigation Bar Heights
* CM Pie Controls
* Bionic Optimizations
Sources
https://github.com/CyanogenMod
https://github.com/csytracy
https://github.com/WoH
https://github.com/Evervolv
https://github.com/kshark27/UltraExplorer
Instructions
**MAKE SURE THAT YOU ARE USING AN HBOOT THAT HAS AT LEAST 240MB ON THE SYSTEM PARTITION (STOCK HBOOT WORKS FINE)**
1. Download ROM and GAPPS
2. Boot into recovery and make a nandroid backup (optional but recommended)
3. Full wipe
4. Flash ROM
5. Flash GAPPS
6. Wipe cache and dalvik cache
7. Reboot
8. Activate a2sd by running the following commands in the provided terminal emulator app:
Code:
su
a2sd install
y
n
y
Downloads
Build 9
Build 10 Much faster and smoother
- Bionic optimizations
- Navigation Bar
- Custom heights for navigation bar (Settings > Chromium ROM Settings > Button Height)
- Pie Controls
- Graphic changes
- New font
- Some other stuff that I forgot about
GAPPS
Thanks to
-Cyanogenmod for rom source
-Evervolv for kernel and vendor tree
-csytracy for releasing the source to his cm build
-WoH for the device tree
[email protected] for the Bionic Optimizations
Other Info
All in all, this ROM is Cyanogenmod 10.1 with a few graphic changes. It also includes various extra features that have been cherry picked from multiple sources. In addition this ROM is compiled without the use of cchache and only full clean builds are released. This means that it will take longer for me to compile, however it will result in a reduced chance of bugs and maybe even an increase in performance.
Leave a comment and let me know what you think
Hey, if you like my work, and want to keep me motivated, hit me up on twitter @ tommyyu22. Help me reach 100 followers
More Stuff & FAQ
How do I disable Navigation Bar?
Settings > Chromium ROM settings > Expanded desktop > Status bar visible. Hold power button for a few seconds until power menu comes up and then choose Expanded desktop
When I choose "0dp (off)" for the button height, the Navigation Bar is still there!?
Sorry, I made a mistake in an array which is causing this problem. When you choose this option it is actually setting the navbar to 24dp. If you want to completely turn it off, read above. I will fix this in the next build.
I don't like the preistalled font! How do I get the stock font back?
Flash This
Recommended Settings for Optimal Battery Life and Performance:
First go to Settings > About phone > Tap on Build number 7 times. That should enable the Performance menu. Then go into it and choose these:
Processor:
CPU Governor - Performance
Min CPU Freq. - 460MHz
Max CPU Freq - 1113MHz
I/O scheduler:
I/O scheduler - CFQ
Memory management:
zRam - 26%
Allow purging of assets - Enabled
KSM - Enabled
Also install Nova launcher, as Trebuchet (the stock launcher) seems to be a bit laggy.
Here are some screenshots of the battery life im getting after a day of heavy usage:
Almost 4 hours of screen on time...Keep in mind that i still have another 20% battery left in the screenshots.
As of now, it's a little laggy, but my friend knows a thing or two about optimizing the ROM to make it faster.
Build ten is much faster so give it a go
It`s working fine !
Thanks Mr packer.
Sent from my Nexus One using xda app-developers app
[ROM][Aug 31][CM 10.1] Chromium ROM | Build 9 | Passion
this rom is so beta! soft reboots, and freezes, thanks!
Please Upload it to some more Mirrors...​
I'll upload it to media fire later today. If you have a mirror for any rom that's on my Dropbox feel free to share it
http://d-h.st/hVM
Here's the mirror
Sent from my Infuse 4G with Scott's BEANSTALK ROM
Build 10 is up for those who actually visit the Nexus One section anymore lol
I flashed this ROM and it stucked at Chromium loading. I wait for like 10mins or so. I flash the other ROM it works fine. I will try this ROM again, but I have a silly question. does the camera recorder works fine? other ROM it is very lagging
lilw said:
I flashed this ROM and it stucked at Chromium loading. I wait for like 10mins or so. I flash the other ROM it works fine. I will try this ROM again, but I have a silly question. does the camera recorder works fine? other ROM it is very lagging
Click to expand...
Click to collapse
No JellyBean ROM has Video camera Working
saz542 said:
No JellyBean ROM has Video camera Working
Click to expand...
Click to collapse
camera works all 100% on 4.0.4
4.0.4 is ICS aka Ice Cream Sandwich not JellyBean
Does tethering work on this? Usb and wifi?
Not bothered about Bluetooth tethering really...
Sent from my Nexus One using xda app-developers app
elartista3390 said:
camera works all 100% on 4.0.4
Click to expand...
Click to collapse
I have been looking for an ICS rom with a fully working camera (i.e. smooth and stable photo & video recording) since the first ICS rom for Nexus One was born. Could you please introduce me some 4.0.4 roms with these features? It would be a great pleasure if you do.
Does this rom have data(mobile internet) bug, i.e. mobile data gets disconnected at times, and have to reboot multiple times to get it working?
Its there in most JB roms i tried, dunno too much abt ICS??
- hardik
I've been running the rom a few days and the only problem I notice (besides the video camera not working, though pictures work fine and not the devs fault as I understand) is that the interface has visual smearing of the graphic elements fairly frequently. I don't mind it much but I thought you (the dev and potential installers) should know. Am I just doing something wrong? Something I can change?
The interface itself screams and makes my Nexus One feel like it came out yesterday!
Thanks,
Apollo
First, I have successfully installed this ROM with following step (as instructed on page #1) :
1. Partition : system 240, cache 10 (the cache size was not instructed on #1 so I decide to use 10)
2. Download build 10 (checked md5sum and matched) and gapps (successfully extracted, to test it as non broken package)
3. Full wipe ==> format all except sdcard.
4. Flash rom
5. Flash gapps zip
6. wipe cache and dalvik cache
7. Reboot.
8. Apply a2sd, and reboot.
But I didn't get setup wizard screen after step 7.
And also I didn't get gmaill, playstore, and other google apps.
Second, I followed page #2 to increase performance.
After activating performance menu, all setting are works, except I am unable to change I/O Scheduler to CFQ, no matter values I choose, its still use DEADLINE.
Are there any step I missed ?
Please advice.
My microphone stop working after install this ROM.....
Amazing, Thanks!!!!
Another new life for my 3.5 year old N1!!

[ROM][LINARO 4.7][4.3.1] Mokee Open Source

{
"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"
}
This ROM is based on CM 10.2 and made from MoKee Open Source Built With Linaro 4.7
Code:
#include
/*
* Your warranty is now likely void.
*
* I am not responsible for bricked devices, dead SD cards,
* spontaneous combustion, or any other host of cosmic penalties
* which may befall you, your family, or your phone.
*
*/
MoKee OpenSource is based on the Google AOSP and CyanogeMod project. The source code is updated frequently to keep up with the latest development, and not forgetting to merge in special features at the same time.
The Mfunz Forums launched this project on the 12th of December 2012, and is committed to make this ROM better and better.
Since this project is open source, anyone interested can participate in the development. Newcomers are always welcomed!
Official website: http://www.mfunz.com
Types of Releases:
MoKee OpenSource has 4 kinds of releases: official release, beta, nightlies, and unofficial builds.
Official release: This version is tested throughly by developers and users, so it is the most stable build
Beta: When a device is newly added, there will be beta versions for testing, but there might be unknown bugs and problems
Nightlies: Nightlies are compiled automatically by servers, so it will have the latest features but beware of uncompleted works
Unofficial builds: These builds are compiled from source or ported by non MoKee developers
Official Releases:
MoKee Open Source supports many devices, but the developers may not have all devices in hand, so if there are device maintainers that can help out, the official releases will be decided by them, MoKee Open Source will only maintain the nightlies to ensure the usability of the ROM. However, for devices with no device maintainers, MoKee Open Source will decide when to release official builds or nightlies. Therefore, if you have a device maintainer, please get the official releases from your respective device maintainer's thread or nightlies from MoKee Open Source.
ABOUT MOKEE: http://bbs.mfunz.com/thread-831456-1-1.html
GITHUB: https://github.com/MoKee
BUG TRACKER: http://issues.mfunz.com/
CHANGELOG: https://s.yunio.com/lWX3pu
MAGURO THREAD: http://bbs.mfunz.com/thread-861357-1-1.html
OFFICIAL RELEASE: https://www.dropbox.com/s/vm4glgrj7t...23-RELEASE.zip
Code:
- Calendar,Lunar, Solar, festive
- Working Data
- Navbar DPI
- Lunar lock screen
- SMS group sending contacts
- built-in program to streamline
- the localization settings to optimize
- display numbers come and go electric attribution
- phone records show no attribution
- numbers attribution to upgrade to V5.4
- task switching sides column (as long as you have installed a supported program, it will show more and more icons, allowing you to quickly call)
- Magic Fun notes program
- Global time refinement
- Localization optimization and adjustment
- Smart dialing optimized
- Highly customizable navigation bar
- Ad- Hoc peer to peer network connection - Use magic fun built-in kernel, otherwise the function is not available.
- SMS somatosensory dial
- Dialer dialing somatosensory
- IP dialing
- Musical timing closure
- CRT effects switch
- Flip screen volume control switch places after
- PIE control
- Custom notification bar, transparent navigation bar
- Custom operator name
- Status bar real network speed
- Desktop thumbnails
- Rights Manager
- HALO multitasking
- Game Center
- Desktop gesture
- Theme chooser
- Tiles Per Row 08/24 or earlier builds only
- Icon pack support
- Animation list
- Battery light
- Performance Control
- ListView animations
- ListView Interpolator
- Breathing SMS and Missed Call
- Tons more Features
Installing​
Code:
[B]First time installing MoKee 4.3.1 to your Galaxy S II, or coming from another ROM:[/B]
- Copy GApps and MoKee4.3.1 ZIPs to your internal SDCard
- Make sure you're running a proper working ClockworkMod - Recovery
- Boot into Recovery
- Flash MoKee4.3.1 zip from internal SDCard
- Flash GApps zip from internal SDCard
- DO A Data Wipe / Factory Reset/Wipe Cache/Wipe Dalvik (otherwise your device will be stuck at boot)
- Fix permissions in recovery
- Reboot
- Don't restore system data using Titanium Backup!
- Restoring Apps + Data might cause problems and is not recommended, avoid it if possible!
[B]Upgrading from earlier version of MoKee4.3.1:[/B]
- Highly Recomended to backup data and do a full wipe...
- If not then atleast wipe cache and wipe dalvik
Credits and Thanks​
Code:
- dastin1015- For all his help
- g_ding84- For answering alot of questions and helping out how ever he could
- Goddly- For the amazing ComaDose
- CyanogenMod Team- For all there hard work
- thomas.raines- For his hard work on the amazing kernel
- Zxo0oxz- Thanks for the great Kernel
- bilgerryan- His great cm10 audio mod
- ParanoidAndroid- For HALO
- NextLight- For the HALO commits
- Exit_Only- His amazing tweak pack
- MoKee Developers for Opensource
- PA developers for Halo and Pie Control
- Everyone who gives this ROM a try
Downloads​
Code:
ROM: [url]http://d-h.st/oAf[/url]
Gapps 4.3.1: [url]http://d-h.st/z2k[/url]
Straight Talk MMS and Data Fix: [url]http://d-h.st/bYL[/url]
Other Stuff
Code:
- Extreme All in One Tweak Pack v3.0: [url]http://d-h.st/Mbt[/url]
- ComaDose_V3.0: [url]http://goo.gl/AAy50Z[/url]
Did you build this or are you a part of this team? Looks good. I will gladly test this.
Regards,
Render
RenderBroken said:
Did you build this or are you apart of this team? Looks good. I will gladly test this.
Regards,
Render
Click to expand...
Click to collapse
I built this rom from the mokee source,,,i have had it released for the epic 4g touch for some time now and my buddy has the i777 and there similar phones so i decided to make a build for him
I just installed this- I'll return with my thoughts.
Thanks for the new rom though!
Any way I can remove the Chinese stuff? (that folder of apps)
mtb3000gt said:
I built this rom from the mokee source,,,i have had it released for the epic 4g touch for some time now and my buddy has the i777 and there similar phones so i decided to make a build for him
Click to expand...
Click to collapse
Thank you for the new rom. I am downloading now and will share my thoughts. Looks good so far though.
Regards,
Render
BInspirinG said:
I just installed this- I'll return with my thoughts.
Thanks for the new rom though!
Any way I can remove the Chinese stuff? (that folder of apps)
Click to expand...
Click to collapse
use root browser and delete mokee market and market ext
mtb3000gt said:
use root browser and delete mokee market and market ext
Click to expand...
Click to collapse
Yup.
My initial review is that the rom isn't too shabby. It's essentially CM with more features. Not too much, but enough. I like the active display. Keep up the great work! :good:
BInspirinG said:
Yup. My initial review is that the rom isn't too shabby. It's essentially CM with more features. Not too much, but enough. I like the active display. Keep up the great work! :good:
Click to expand...
Click to collapse
Will do Thanks,, i'm really hoping to be able to bring MoKee 4.4 to this device as well as my device the epic 4g touch
This is a really nice ROM I ported it for the galaxy precedent back when it was CM 7.2 GB and is more like Cyanogen mixed with MIUI but an amazing ROM none the less.
Rookie407 said:
This is a really nice ROM I ported it for the galaxy precedent back when it was CM 7.2 GB and is more like Cyanogen mixed with MIUI but an amazing ROM none the less.
Click to expand...
Click to collapse
Yes its pretty cool and has lots of features,,,i see your on the straight talk version did the attmms fix work for you ?
Awesome. Thanks man.
mtb3000gt said:
Yes its pretty cool and has lots of features,,,i see your on the straight talk version did the attmms fix work for you ?
Click to expand...
Click to collapse
Haven't been able to download yet I live in the country so signal is scarce. But I will post back and let everyone know how it does.
mtb3000gt said:
Yes its pretty cool and has lots of features,,,i see your on the straight talk version did the attmms fix work for you ?
Click to expand...
Click to collapse
I'm using the ST version. After install I just used the APN settings I've been using (wap.tracfone) that are listed on their website. ROM is running smooth. Thanks for the port.
Sent from my SGH-959G using Tapatalk 2
I installed the rom and I use ST on the i777. Data seemed to work fine as did calls. The roms seems to be pretty solid. Only issue I noticed was trying to open the performance menu. It would FC. I only had it installed for a limited time but it does seem to run pretty well.
Works very nice. I'm loving the animations so much!
The only issue is the FC of the performance menu.
Which I could move more apps to the sd card too.
RenderBroken said:
I installed the rom and I use ST on the i777. Data seemed to work fine as did calls. The roms seems to be pretty solid. Only issue I noticed was trying to open the performance menu. It would FC. I only had it installed for a limited time but it does seem to run pretty well.
Click to expand...
Click to collapse
This was the same issue I had when I ported it to the precedent must be a ROM issue
For the performance control issue download this http://d-h.st/32a and copy it to system/app and set permission to 0644 and reboot,, sorry forgot to add it to the device tree to build
Hmm... it seems the majority of themes won't work. They keep crashing everything.
Also, tried to Refund an app from the Playstore and when it started uninstalling the app, the ROM just crashed and got stuck at the logo. Just minor bugs but will try the Performance fix.

[ROM][UB][4.4.4] Unofficial OmniROM for Xperia U [2014-10-25]

{
"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?
Code:
[COLOR="Teal"]#include[/COLOR] [COLOR="Sienna"]<std_disclaimer.h>[/COLOR]
[COLOR="Red"]/*
* 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.
*/[/COLOR]
~General Information~
Welcome to my first custom rom project. As I said before, I've decided to work on OmniROM to make it my daily rom. I'm also submitting fixes in omni gerrit and some have been successfully merged. This is mainly a personal project, but I'll post updates here so that you can try it out. So don't expect to get updates in every week
~Features~
HTML:
Highly customizable device settings with OmniGears
Highly customizable recent apps panel with OmniSwitch
Contextual header image in notification drawer
Active Display Notification (experimental)
Tinted Status Bar (work in progress)
Non-intrusive InCall UI
Built-in Performance Control
~Installation~
OmniROM doesn't come with prebuilt root access. So you have to flash SuperSU from Chainfire. Also use PA Gapps from TKruzze. Links are given below. Download all including rom and follow the instructions.
Copy SuperSU, Gapps and OmniROM zip to your SDCard
Boot into recovery
Wipe System, Data, Cache, Dalvik Cache
Goto Mount and uncheck system
Flash the OmniROM.zip
Flash PA Gapps and SuperSU
Reboot your device
First boot takes some minutes. Wait patiently.
~Recommendations~
Use any third party launcher cause stock launcher sucks. (I'm using Nova)
After booted, goto Settings->SuperSU. A popup will be displayed to install backup script, say yes. Then switch to settings tab of SuperSU, scroll down and check if "Install SuperSU backup script" has been grayed out. If not, select it to install the script again. This maybe required during opendelta updates, I'm still testing.
Don't delete the omnirom zip file otherwise you've to download the whole rom again via opendelta. I'll try to provide updates by OD cause it'll be more efficient.
~Bugs~
- Same bugs as other roms (a2dp, radio, omx, wifi direct). I'll try to fix as much as I can.
~Downloads~
OmniROM Builds
SuperSU
PA Gapps
~Sources~
OmniRom -> https://github.com/omnirom
Kernel -> https://github.com/Agontuk/android_kernel_sony_u8500
My contributions -> https://gerrit.omnirom.org/#/q/owner:%22Iftekhar+Rifat%22
~Credits~
- Omni Developers
- munjeni & 95A31 for their hard work on our devices
- AOSX team for fixing bugs
- Meticulus for his work on OMX
ScreenShots​
Changelog Build 1 [2014-10-03]
- First Build
- Fixed Camera FC
- Fixed some bugs in OmniGears and Settings
- TWRP 2.8.0.0
- New MTP Storage mode in TWRP
- Bluez 5.23
- Added custom button config in Settings
- Added multicolor battery led support
Changelog Build 2 [2014-10-08]
- Fixed offline charging
- Updated Bluez to 5.24 (thanks to percy)
- Added back voice dialer
- Changed battery capacity value to original one
- Fixed a bug in OmniSwitch
- Fixed FC in PerformanceControl
- Fixed FC in InCallUI
Changelog Build 3 [2014-10-16]
- Fixed battery led in offline charging
- Added fix for InCallUI in memory
- Disabled JIT for better performance in lower memory device
- updated omni & twrp sources
Changelog Build 4 [2014-10-25]
- Optimized dalvik with low memory footprint.
- Added back touch configuration files from stock
- TWRP 2.8.1.0
- Optimized LowMemoryKiller values for low-memory devices
- Added video streaming fix by Meticulus
- Fixed some logcat errors regarding audio
- Updated omni source
About OpenDelta Update
For OpenDelta updates, you must have the first builds' zip file in the sdcard. OpenDelta finds new updates and patches the first build with latest changes. Then it creates a new flashable uncompressed zip file in the OpenDelta folder. After that, it reboots into recovery and flashes that zip file.
If you don't have the first build in your sdcard, opendelta will download the whole rom which'll be time consuming. So don't delete it.
Way to go. Good start. Good work.
does this rom have themes section
if so its good...
Thnaks for the good rom testing it
Testing....good rom!
Sent from my ST25i using XDA Free mobile app
bharathbondfire said:
does this rom have themes section
if so its good...
Thnaks for the good rom testing it
Click to expand...
Click to collapse
No it doesn't have theme section. And probably never will be, as far as I know. Heavy customization is bad for lower end devices.
Good work :highfive:
Cheers,
AJ
hey,, thank you for nice ROM!
but I'm facing gallery Fc ,, this is the logcat, hope it useful, http://pastebin.com/NnF4vzjc
Sent from my Xperia U
madz13 said:
hey,, thank you for nice ROM!
but I'm facing gallery Fc ,, this is the logcat, hope it useful, http://pastebin.com/NnF4vzjc
Sent from my Xperia U
Click to expand...
Click to collapse
Thanks for the report. Can you tell me what exactly causes the crash? I still haven't faced any crash.
Okay,
I didnt do anything else
Hmmphh ...but after I reboot my device, everything ok again,
Sent from my Xperia U
Any special features?
sleizi said:
Any special features?
Click to expand...
Click to collapse
Updated the OP with some of the features.
I really want to try this rom, looks great. I have one question, does it have trim support?
small2cats482 said:
I really want to try this rom, looks great. I have one question, does it have trim support?
Click to expand...
Click to collapse
Google added trim support in 4.3. So yes all kitkat roms have it, unless you mean another thing.
AGONTUK said:
Google added trim support in 4.3. So yes all kitkat roms have it, unless you mean another thing.
Click to expand...
Click to collapse
The ROM has trim support, I know that, but the kernel doesn't allow trim to happen for some reason,, Can you add the feature?
@AGONTUK I've reported this in the AOSX thread, but no one considered me: when the phone is turned off and I put in the charging cable, it boots automatically, but it take a lot of time and, when finally appears the start screen, it begins to do some bugs like turning on and off the screen randomly
small2cats482 said:
The ROM has trim support, I know that, but the kernel doesn't allow trim to happen for some reason,, Can you add the feature?
Click to expand...
Click to collapse
I can't tell you for sure. I'll take a look.
Claudiu1 said:
@AGONTUK I've reported this in the AOSX thread, but no one considered me: when the phone is turned off and I put in the charging cable, it boots automatically, but it take a lot of time and, when finally appears the start screen, it begins to do some bugs like turning on and off the screen randomly
Click to expand...
Click to collapse
Hmm I've faced the issue too. I'll try to fix it, thanks for the report.
Build 2 is released. Use OpenDelta to update the rom or you can manually download from the link provided in the OP. Also, read this before updating via OpenDelta.
NOTE: You'll lost root after OpenDelta update. So you need to flash SuperSU again. I'll try to fix this issue.
Changelog Build 2 [2014-10-08]
- Fixed offline charging
- Updated Bluez to 5.24 (thanks to percy)
- Added back voice dialer
- Changed battery capacity value to original one
- Fixed a bug in OmniSwitch
- Fixed FC in PerformanceControl
- Fix FC in InCallUI
Does your illumination fix come with the rom
Sent from my Xperia U using XDA Free mobile app

[ROM][6.0.1][Omni] SAOSP - M

{
"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"
}
​
SAOSP Google+ Community
​
This is SimpleAOSP ROM based on Google AOSP. This ROM is as we want it and this is as Simple as it gets.
Features :
- Layers support (merged commit for full support)
- Customizable battery icons
- Navigation bar dimension (width & height) customizations
- Navigation bar key customization
- Expanded desktop
- Hardware keys configuration
- Sleep gestures (double tap navigation bar, status bar, and lock screen to sleep)
- Customizable LED battery & notification light
- Customizable clock & date (layout, date size, etc)
- Statusbar weather
- Advanced power menu with reboot options
- Configurable rotation settings (0, 90, 180, 270 degrees)
- Customizable recents clear all button
- Addon.d support (enables GApps and Layers persistence, and more)
- Integrated SuperSU and Layers in Settings
- Toggle (enable / disable) IME selector notification
- Configurable status bar quick pulldown
- Volume key wake/music control & cursor control
- ... And so much more
Fatal Issues :
* None for now
Minor Issues :
* None for now
Installation :
* Wipe data / factory reset
* Install ROM zip file
* Install GApps (must be done directly after flashing ROM)
* Reboot !
Update installation :
* Wipe cache & dalvik cache
* Install the updated ROM zip file
* Reinstall everything you have flashed on previous build (kernel, root, etc), (older builds : this includes the hardware key patch)
* Reboot !
Download(s) :
saosp_find7op-2016-04-06 (latest)
Extra(s) :
Enabling hardware keys (use this in the latest build)
Patch to enable hardware keys (not needed in the latest build)
Addons (add back camera, email, and more)
Old Download(s)
saosp_find7op-2016-04-04
saosp_find7op-2016-01-24
saosp_find7op-2016-01-04
saosp_find7op-2015-12-18
saosp_find7op-2015-12-12
saosp_find7op-2015-12-10
Earlies :
Earlies are build meant to be used as a preview, please mention you're using an early build if reporting a bug.
saosp_find7op-2016-02-05 (latest Earlies)
saosp_find7op-2016-02-03
saosp_find7op-2016-02-02
Additional information :
* Root is not included by default, flash your preferred root management app (SuperSU, Superuser, etc) to enable root access
* Hardware keys is disabled, but can be enabled (see the guide above)
* ROM is compiled with Omni "find7op" device tree, any custom kernel compatible with Omni is compatible with this ROM too
* GApps must be flashed after ROM flash, you'll get force closes if you don't
* Any GApps built for 6.0.x should work (opengapps.org & Slim GApps is recommended)
* ROM includes GApps persistence, there's no need to reflash GApps after flashing an update for the ROM
* ROM does not contain any camera, music, calendar, and browser app, use the addons above to reinstall these apps
Credits :
- SAOSP Team
- OmniROM Team
- CyanogenMod Team
- Team Exodus
- Anyone that has maintained 'find7op' tree
- Anyone that I might have forgotten
- My friends : @Senthil360 @GreekDragon and @Paget96
Disclaimer :
I am not the developer of the ROM, I'm just an ordinary guy that compiled the ROM and maintained (added) OnePlus One specific files, nothing more nothing less. All other work is done by SAOSP Team, they're the amazing dudes.
Source (sauces) :
SAOSP sources
Device tree
Kernel sources
FAQ (or Q&A)
1.) ROM Base
The ROM is based on AOSP, but OnePlus One device tree (device specific files needed to build the ROM) is based on Omni, I can assure you everything else is either AOSP or modified from AOSP
2.) ROM Issue
Since the device tree is based on Omni, the issue that Omni has persist within this ROM.
3.) Custom Kernel
Anything that is compatible with Omni (latest release) is compatible with this ROM too, I recommend using Donkey One kernel for customizations and @stranostrano's kernel for simplicity. Both works fine and well with the ROM.
4.) Feature Request
I'll add a feature if it's not overly intrusive and it's not there because of vanity sake. I will also minimize adding features since it'll break the philosophy of the ROM itself
5.) Bug Reporting
I will gladly accept any bug reports as long as it contains enough details so that I can reproduce it myself. Including logs (kmesg, dmesg, logcat) and screenshot if it's a graphical issue would help me a lot.
Thanks downloading....
I just did a clean flash. Looks like another clean flash is calling.
Great!!
Wohooo! Definitely my favorite while on nexus 5. Glad to see it making it here too! Thank you OP!
any1 installed this ROM? i get an error while copying the file to the Phone and with ADB recovery crashes
primo14z said:
any1 installed this ROM? i get an error while copying the file to the Phone and with ADB recovery crashes
Click to expand...
Click to collapse
I'm downloading now. What files you trying to copy?
Arju007 said:
Wohooo! Definitely my favorite while on nexus 5. Glad to see it making it here too! Thank you OP!
Click to expand...
Click to collapse
I built it because it's my favorite ROM on the N5 too
primo14z said:
any1 installed this ROM? i get an error while copying the file to the Phone and with ADB recovery crashes
Click to expand...
Click to collapse
There might be some problem with your zip, it flashes fine on my device. Try redownloading if you can.
F4uzan said:
I built it because it's my favorite ROM on the N5 too
There might be some problem with your zip, it flashes fine on my device. Try redownloading if you can.
Click to expand...
Click to collapse
i did twice and it fails allways
I think there is a problem with the zip,i've downloaded it two times but i'm not able to open it
I'll check out the zip problem, sorry for the delay and problems !
F4uzan said:
I built it because it's my favorite ROM on the N5 too
There might be some problem with your zip, it flashes fine on my device. Try redownloading if you can.
Click to expand...
Click to collapse
Even I tried. Can't seen to flash. When I download from PC, I cannot copy the zip to my phone. When I download from mobile, I cannot flash. It says corrupt file.
Possible to upload to a site other than Mediafire?
I'll try uploading it to AFH, thanks all for the reports !
Edit : I can confirm the zip on the cloud is corrupted, it is being reuploaded at the moment, don't hold your breath since it'll take some time. I also rebuilt the ROM to fix up some leftover issues.
F4uzan said:
I'll check out the zip problem, sorry for the delay and problems !
Click to expand...
Click to collapse
Waiting. Hope it is soon. I am waiting without a ROM on my phone at the moment. Dont want to flash another ROM and then do all over again.
---------- Post added at 03:00 PM ---------- Previous post was at 02:41 PM ----------
F4uzan said:
I'll try uploading it to AFH, thanks all for the reports !
Edit : I can confirm the zip on the cloud is corrupted, it is being reuploaded at the moment, don't hold your breath since it'll take some time. I also rebuilt the ROM to fix up some leftover issues.
Click to expand...
Click to collapse
OK. Waiting. Just flashed another ROM and restored my WhatsApp and BBM. Will wait for new link and do a complete wipe.
Take your time for the build and upload.
Waiting for new link will surely flash it!
waiting +1 :thumbup:
dikirim dari my Oneplus One
The ROM has been reuploaded, I've also rebuilt it to incorporate additional changes (fixed statusbar weather app, fixed HW menu key enabled while other key has been disabled) and latest code. Again, really sorry for the zip issue previously. Thanks for trying the ROM !
F4uzan said:
The ROM has been reuploaded, I've also rebuilt it to incorporate additional changes (fixed statusbar weather app, fixed HW menu key enabled while other key has been disabled) and latest code. Again, really sorry for the zip issue previously. Thanks for trying the ROM !
Click to expand...
Click to collapse
No worries dude. Downloading now.
Quick question, if I flash Custom Kernel that supports DT2W, Donkey One in this case because it supports Omni, will I be able use DT2W?
indian84 said:
No worries dude. Downloading now.
Quick question, if I flash Custom Kernel that supports DT2W, Donkey One in this case because it supports Omni, will I be able use DT2W?
Click to expand...
Click to collapse
Donkey One's DT2W depends on Omni's DT2W settings (I guess). But fear not, I have merged the offscreen gesture commit (I know, I should have bundled it with the reuploaded version), I'll be releasing it when I merge other huge and important things.

CyanogenMod 14.1 Unofficial [Oct 27]

{
"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 is a free, community built, aftermarket firmware distribution of Android 7.0 (Nougat), which is designed to increase performance and reliability over stock Android for your device.
CyanogenMod is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. CyanogenMod does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All the source code for CyanogenMod is available in the CyanogenMod Github repo. And if you would like to contribute to CyanogenMod, please visit out Gerrit Code Review. You can also view the Changelog for a full list of changes & features.
What's working :
Probably everything. It's Nexus!
What's not working :
CM14 is WIP. CM specific functions may not be completely functional.
Code:
Moving forward, this ROM is straight built from CM sources with device tree and kernel mentioned below.
No changes/fixes will be made in this ROM apart from ones done by CM team.
All additional fixes to ROM and feature addition will be done to [URL="http://forum.xda-developers.com/nexus-6/development/rom-crdroid-android-beta-builds-t3480094"]crDroid ROM[/URL] which is CM-based.
Download Links :
ROM (latest uploaded) : AFH - Click Here
Gapps (ARM + 7.1 + Mini) : Open Gapps
Radio + Bootloader (Shamu only, NBD90Z) : Click Here
Instructions :
Download the latest build and GApps
Reboot to recovery
Coming from different ROM? Then wipe Data (without media)
Wipe System and Cache
Flash the latest build and GApps
Reboot and profit!
Additional ROM Features (apart from CM14 common features) :
Enabled Gello (customized browser)
Enabled SNAP camera
Enabled Doze mode
Better LED than AOSP
No forced encryption + F2FS support
Pre-installed Sigma Kernel (see features below)
Sigma Kernel Highlights :
Kernel is free from clutters and snake-oil drivers, please don't request feature unless it REALLY makes difference.
Get Kernel-Aditor Mod from HERE only - not play store.
Stable updates upto 3.10.103 (September)
Removed Force Encrypt.
Enhanced CPU boost driver with SMP Boot infrastructure which puts least load on CPU.
MSM Limiter driver for total per-cpu control.
State Helper driver for hotplugging without sampling overhead. Similar but smarter than stock.
State Notifier driver + Tweaks to auto maintain device when device suspends.
F2FS backport from 4.5 mainline kernel.
MultiROM support.
Enabled advanced TCP congestion controls.
Wake Gestures support
KCal Display Driver - Color Control
Fast Charge Support
Thermal controls
Voltage Control
Sound Control Driver.
Updated sound codec driver for better sound fidelity.
Source :
Device Tree
Kernel
XDA:DevDB Information
CyanogenMod, ROM for the Nexus 6
Contributors
neobuddy89
Source Code: https://github.com/CyanogenMod
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.10.x
Based On: CyanogenMod
Version Information
Status: Beta
Created 2016-09-17
Last Updated 2016-10-28
Changelog:
Code:
[B]cm-14.0-20161008-UNOFFICIAL-shamu[/B]
* Sync with CM sources.
* Added new blobs.
* Updated kernel with latest nougat sources and memory leak fixes.
* Optimized framework for power and smoothness.
[B]cm-14.0-20160930-UNOFFICIAL-shamu[/B]
* Sync with CM updates. (includes CM updates for BT as well)
* Fresh kernel fork with upstream changes and most features. (See kernel features in OP)
* Removed CM Setup Wizard as it created issue for users without data connection.
[B]cm-14.0-20160924-UNOFFICIAL-shamu[/B]
* Sync with latest from CM.
* New fix for Bluetooth.
[B]cm-14.0-20160922-UNOFFICIAL-shamu[/B]
* Sync with latest from CM.
* Fixed SnapCamera freezing.
[B]cm-14.0-20160920-UNOFFICIAL-shamu[/B]
* Fixed Bluetooth!
* Test new boost framework in the ROM by CM.
* Tuned kernel settings to kill lag.
* Sync with CM.
* Cleaned up Ambient Settings code. No more useless info dialog box.
* Updated camera libs.
[B]cm-14.0-20160919-UNOFFICIAL-shamu[/B]
* Sync with CM
* Fix few FCs including status bar icons.
* Added framework optimizations for smoother transitions
* New Ambient Display settings under Settings menu. Avoid info dialog box on initial access.
* Added missing updates from N kernel.
[B]cm-14.0-20160917-UNOFFICIAL-shamu[/B]
* Initial Release
First!
Yeeeessssss..........
Rom is stable work....
Nice!
You rock @neobuddy89
Good stuff !!
Great!
Enviado desde mi Nexus 6 mediante Tapatalk
Niceeeee! Will give this a try thanks
test it!
At last!!!
Verizon call audio works normally.
LTE data works normally.
Center Clock works.
SystemUI mods work mostly (battery icon mod doesn't air)
Open Gapps 7.0 Micro works well without FC's
Snappy and smooth
Plays well with Elemental 4.07 N kernel (to avoid force encrypt and permissive for Arise Lecitus V4A sound mods)
Roots well with superuser zip and phh superuser apk
Power menu works
Vol Up to wake screen works
3 MinitBattery mod for AOSP7.0 works
Very nice ROM indeed :good:
HueyT said:
Verizon call audio works normally.
LTE data works normally.
Center Clock works.
SystemUI mods work mostly (battery icon mod doesn't air)
Open Gapps 7.0 Micro works well without FC's
Snappy and smooth
Plays well with Elemental 4.07 N kernel (to avoid force encrypt and permissive for Arise Lecitus V4A sound mods)
Roots well with superuser zip and phh superuser apk
Very nice ROM indeed :good:
Click to expand...
Click to collapse
This ROM has a kernel without force encrypt.
Besides that, yes, this already seems like a great ROM. Only thing that didn't work for me was restoring apps on setup. Using OpenGapps. Is this working for anyone else?
Sent from my Nexus 6 using Tapatalk
Some settings not working fully like status bar settings. LED is able to be enabled but no color change and blink options working. Little sluggish compared to purenexus 6.0 but thats to be expected at this stage of its development. It's not a daily driver FOR ME but i can see it easily being one for others.
---------- Post added at 07:45 PM ---------- Previous post was at 07:41 PM ----------
nazfalas said:
This ROM has a kernel without force encrypt.
Besides that, yes, this already seems like a great ROM. Only thing that didn't work for me was restoring apps on setup. Using OpenGapps. Is this working for anyone else?
Sent from my Nexus 6 using Tapatalk
Click to expand...
Click to collapse
no apps restoring on setup for me either. but sometimes that messes up for me on normal roms and big version jumps. it didnt work going back and forth from DP5 for some reason either.
R4INS said:
no apps restoring on setup for me either. but sometimes that messes up for me on normal roms and big version jumps. it didnt work going back and forth from DP5 for some reason either.
Click to expand...
Click to collapse
Just wondering, because it's working on all the AOSP ROMs.
Sent from my Nexus 6 using Tapatalk
nazfalas said:
Just wondering, because it's working on all the AOSP ROMs.
Sent from my Nexus 6 using Tapatalk
Click to expand...
Click to collapse
probably due to cyanogens weird modified login/recover setup
I'm just tickled that VZW call audio and cellular data working well
Great job.
Sent from my Nexus 6 using Tapatalk
Is there a flashable zip for the kernel?
R4INS said:
Some settings not working fully like status bar settings. LED is able to be enabled but no color change and blink options working. Little sluggish compared to purenexus 6.0 but thats to be expected at this stage of its development. It's not a daily driver FOR ME but i can see it easily being one for others.
---------- Post added at 07:45 PM ---------- Previous post was at 07:41 PM ----------
no apps restoring on setup for me either. but sometimes that messes up for me on normal roms and big version jumps. it didnt work going back and forth from DP5 for some reason either.
Click to expand...
Click to collapse
To restore apps just delete cyanogen setup wizard from system apps then factory reset

Categories

Resources