[ROM] [4.4.2] [TW] Pimpdroid 3.0 beta (abandoned) - Galaxy Tab 3 10.1 Android Development

It's been pretty obvious for some time, but I figured I'd come back and make it official - This project is dead / abandoned.
If you want to make the latest release work, go through the changelog and track down any .so files that were added. Remove them and the build will work. (houdini doesn't handle arm libs, should have figured that out)
Should anyone wish to pick up where I left off send me a message. Otherwise, I'll leave this thread up as an archive.
{
"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"
}
Some of you may know me from my work on the at&t Galaxy Note 1 as well as the at&t galaxy S3. I am Restl3ss, and my usual goal thus far has been to create a stock based TW ROM that didn't suck complete *insert another word for donkey that would get bleeped out by xda censors*.(and no, that's not a shot at other dev's, that's a shot at Samsung, to clarify before the hate train flows) This is no exception. This ROM started as a port of my latest galaxy S3 Pimpdroid build (in the sense that I made the exact same modifications, Obviously I had to use a different base), but has long since become its own entity. I was lucky enough to receive the tab 3 10.1 as a Christmas present and was quite happy with the overall device, But rather disappointed with the stock ROM. I didn't think it was possible but the tablet version of touchwiz actually looks worse than the phone version, and that's saying a lot. I was even more disappointed with the lack of custom ROMs for this device. So, without further ranting, I present Pimpdroid 3.0 beta for the Galaxy Tab 3 10.1. Guaranteed at least one "awwww yeah son" per flash.
Features:
-Busybox pre-installed
- debloated
-deodexed
- google experience launcher
-xperia launcher 3.0
-some kitkat stock apps
-aptoide pre-installed
-apollo music player
-rooted (obviously)
-PimpdroidUX ( looks waaaaaaaay better than the crappy touchwiz natureUX)
-some wifi speed tweaks
-stability tweaks
-system wide speed tweaks
-tweaked up system sounds, much less of an ear-sore
-AOSP-esque notification sounds
-xposed + wanam, and loser modules
-pretty well no S-crap left on, if there's anything I've missed let me know so I can kill it.
-Pie controls (2.x.x only)
-Hacker's keyboard, google keyboard, and samsung keyboard installed
-OPKG package manager (command line, similar to apt.)
-GNU nano installed (command line)
-OpenSSH installed (command line)
-Enhanced OpenSSL implementation
-Integrated BASH shell(command line, obviously. Invoke by typing bash)
-curl support (command line)
-other standard linux utilities including mosh and strace
-KitKat External SDcard read/write fix baked in
>*the following features are toggled in the wanam xposed module*
-adjustable notification typeface
-status bar clock adjustable clock size, AM/PM style, and position
-status bar date on/off
-circleMOD battery
- adjustable system notifications
-adjustable quick tiles settings
-enable lockscreen rotation
-hide battery full notification
-adjustable system sounds
-much heavier systemUI theming
-4 way reboot menu
-disable / enable tethering provisions
-adjustable status bar color
>*the following features are enabled though the loser xposed module*
-volume button music controls
-double tap home button for google voice search
>other modules
-kitkat toast notifications
-omnirom multi-window support
-customizable progress bars
Bugs:
- 3.0 BETA 4 is currently broken for an unknown reason. For now grab BETA 3 from the second post.
Some notes:
-One thing to keep in mind is that I only have the WIFI model of the tab3 10.1. The LTE and 3G rom variants are blind builds; IE I have no way to test them.
- Also keep in mind that, though I may be open to FEATURE requests / ideas, I take absolutely NO theme requests. The theme is currently, and will always be, designed to my specifications.
- And lastly, I HAVE NO TIME FOR DRAMA. Nobody is forcing you to use this ROM, if you don't like it flash something else.
With that being said, download links, instructions, and change-log are below. Have fun and happy flashing!
Flashing instructions:
HIGHLY recommend doing this from one of @moonbutt74 's recoveries. Specifically, philz, but any of them should suffice.
1. BACK UP YOUR CURRENT ROM.
2. Wipe data, system, cache, and dalvik cache
3. Flash ROM.
4. Reboot. Wait 10 minutes before doing anything.
5. Enjoy!
If you dirty flash expect some apps to FC. These usually wont be system apps, so fixing the FC is as simple as reinstalling via google play. (example: terminal emulator). If nonsensical isn't working for you, create a backup of the apk, uninstall, reinstall. (nonsensical crash is only a problem on 2.x.x)
Downloads:
kitkat:
P5210 (WiFi) 20141021 build: 3.0 BETA 4
P5200 (3G) 20141021 build: 3.0 BETA 4
P5220 (LTE) 20141021 build: 3.0 BETA 4
*Note* this is a beta build. If you have any problems with root, flash UPDATE-SuperSU-v2.02.zip from here.
If you'd rather the AOSP KitKat camera/gallery apps instead of the Samsung ones, flash this. (This WILL break lockscreen wallpaper) Tab-Kitkat Camera / Gallery
If you're feeling brave and want to try the modified framework res / twframework-res that was reverted in the 20140124 build, flash this. There is a 50/50 chance it will cause a bootloop, and this is most definitely NOT SUPPORTED, so do not come with issues if you've flashed this. You've been warned. Frameworkmod ***2.X.X ONLY**
If you want to attempt to remove the Samsung keyboard, flash this. *MUST have another keyboard installed first*
On using OPKG:
data/local/bin needs to be in your path of execution for anything you install to work. To do that, once terminal is open, type
$ PATH=/data/local/bin:$PATH
Once that's done, you need to run opkg update to get the list of available packages. after that, opkg install will install whatever it is you want. For example, "opkg install dropbear". On first run, I recommend typing "opkg install opkg" to install opkg over itself so it knows what version it's running. Note that you’ll have to set your path to /data/local/bin every time you start terminal to use anything you’ve installed via opkg. To show you what packages are available, type "opkg list".
Change-log:
3.0-4 beta 20141021
-Kitkat support for P5220!
-added Wanam xposed (was supposed to be there before, my bad)
-added kitkat extSd read/write fix (big thanks to @blackcanopy)
*Terminal:
-Added GNU Nano 2.2.6 (invoke with nano command like on desktop)
-Added BASH (invoke by typing bash in terminal. Much better shell than sh)
-Added OpenSSH (invoke with ssh command in terminal)
-Added curl
-Added strace
-Added mosh
-Better OpenSSL implementation
-Added update-alternatives command
-*Added OPKG package manager! (it’s like apt on linux)*
To use: Open terminal, get root, and type
$ PATH=/data/local/bin:$PATH
then type
$ opkg update
You can now install some packages! to see what’s available, type
$ opkg list
and to install a package, type
$ opkg install packagename
Note that you’ll have to set your path to /data/local/bin every time you start terminal to use anything you’ve installed via opkg.
3.0-3 beta 20140930
-first 3.0 beta to support P5200 (3g) variant!
-removed assert from wifi rom to make flashing easier
-removed pie controls (crashing, not compatible with kitkat)
-removed nonsensical (sadly, after trying to fix it since pimpdroid launch, I've given up. It's an atari breakout clone I made)
-fixed google keyboard crash
3.0-2 beta 20140819
-fixed bug with updater script making the ROM unbootable. all is good now
3.0 beta 20140819
-kitkat. kitkatkitkatkitkatkitkatkitkat. (4.4.2)
-replaced blackmart with aptoide
-removed sony walkman app since it wasn't working anyway.
-hacker's keyboard
-updated xposed installer
-nonsensical now works perfectly upon flash. No more reinstalling from the APK
-some xposed modules have been removed due to incompatibility with kitkat.
2.5.0 20140323
*This build is a bit experimental. I don't anticipate any problems, but fair warning.*
-replaced the touchwiz launcher with the sony xperia launcher (google experience launcher is still there)
-added the sony walkman music player (apollo is still there)
-fixed potential FC on the phone app for the 3G rom
-re-added something that was accidentally removed from the settings app a while back
-fixed the "+" icon in the notification pannel ( a few pixels were off color)
-removed the samsung clock widgets
-added the sony clock widgets
-removed a couple of redundant things
-added back an image accidentally removed from the settings app
-com.process.acore crash on LTE rom should now be fixed
-fixed -> settings -> about crash on some devices when multiuser is enabled
-layed the foundation to get the nexus 5 photosphere function working. This should be functional in a later build
2.4.0 20140316
-resolved issues with Samsung keyboard
-mild theme updates
-updated settings app on the 3G and LTE builds to have same theme as WiFi build
-removed a couple unnecessary things
2.4.0 20140309
-added back samsung keyboard
-touched up some theming
-misc bug fixes
2.4.0 20140306
-added multiuser support (unconventional, but should be functional)
-replaced the samsung keyboard with the google keyboard
-minor bug fixes
2.3.1 20140222
-more theming, mostly cleaning up theme updates from last rom but some things are new
-completely rebuilt the 3G and LTE roms to address some fairly severe bugs. Everything should be working smoothly now.
-removed some unnecessary stuff from the WiFi build
2.3 20140218
-added native flash support (partly working) *big thanks to Ninja_Gundam*
-more theming
-removed some unnecessary things from all 3 builds
-rebuilt the 3G build to address some reported problems
2.2 20140216
-removed about 50 MB of missed bloatware
-a little more theming
2.2 20140214
-multiwindow now working for all 3 builds! (xposed)
-removed a couple of unnecessary things
-UIprint in 3g and lte versions during flash no longer says P5210
2.2 20140202
*Do NOT dirty flash this build, you WILL have major problems with superuser if you do*
-New superuser binary for all 3 builds
-more theming for all 3 builds
-added init.d scripts to all 3 builds
2.2 20140131
-Major reworking to get multiwindow working. Xposed framework MUST be installed for this to work properly
-fully deodexed the 3g and LTE builds (wifi was always fully deodexed, other two were partially)
-a tad more systemUI theming
-added customizable progress bars (xposed)
2.1.5 20140130
-Attempted to fix nonsensical on initial install
-Removed cyanogenmod cLock app/widget due to FC problem
-Removed lucky patcher
-Removed lookout from /system/app (was already in /data/app, just forgot to remove from system)
-Fixed potential bootloop problem (VERY rare glitch)
2.1.5 20140129
-added two missing strings to build.prop
-xposed framework now baked right into the build
-added cyanogenmod cLock app / widget
-added android tweaker 2 app
-smoothed out scrolling a bit
-misc. minor bug fixes
-attempted to fix com.android.media FC on some devices
2.1.5 20140127 *hotfix *
-fixed settings FC on the 3G rom
-fixed potential FC bug on the LTE rom
2.1.5 20140126
-reverted to old kernel to attempt to fix media problems
-deleted lucky patcher
-moved lookout to data/app instead of system/app
-fixed com.android.phone FC on 3G ROM
2.1.5 20140125
-added missing information to build.prop
-rebuilt based on 2.1.4 build 7 to fix problems with certain multimedia
-removed a redundant binary
-rebuilt LTE rom completely to attempt to fix bootloop problem
-added missing string to build.prop on LTE rom
- 3G: First release!
Wifi only builds:
2.1.5 20140124
-reverted changes to framework-res and twframework-res to fix bootloop issues
-added Sony Bravia engine
-added multi-window support(xposed)
-added kitkat toast notifications(xposed)
-added USB charging capabilities (visually will appear to be not charging, but the battery% will go up)
-more speed tweaks
-new easter egg to replace nonsense.apk, check your app drawer for nonsensical
2.1.4 20140102:
-fixed the "google search is not installed" problem when using experience launcher
-attempted once again to fix nonsense.apk
2.1.4 20140101:
-rebuilt framework-res and tw-framework-res (theming)
-removed a slight amount more bloat
-attempted to fix nonsense.apk
2.1.4 20131231:
-removed more bloat
-more theming
-removed broken aosp email app
2.1.4 20131230: initial release
Click to expand...
Click to collapse

.
old builds:
3G builds:
20140930 build: 3.0 BETA 3
20140323 build: 2.5.0-1
20140316 build: 2.4.0-3
20140309 build: 2.4.0-2
20140306 build: 2.4.0-1
20140222 build: 2.3.1-1
20140218 build: 2.3-1
20140216 build: 2.2-4
20140214 build: 2.2-3
20140202 build: 2.2-2
20140131 build: 2.2-1
20140130 build: 2.1.5-7
20140129 build: 2.1.5-6
20140127 build: 2.1.5-5.1
20140126 build: 2.1.5-5
20140125 build: 2.1.5-4
LTE builds:
20140323 build: 2.5.0-1
20140316 build: 2.4.0-3
20140309 build: 2.4.0-2
20140306 build: 2.4.0-1
20140222 build: 2.3.1-1
20140218 build: 2.3-1
20140216 build: 2.2-4
20140214 build: 2.2-3
20140202 build: 2.2-2
20140131 build: 2.2-1
20140130 build: 2.1.5-7
20140129 build: 2.1.5-6
20140127 build: 2.1.5-5.1
20140126 build: 2.1.5-5
20140125 build: 2.1.5-4
20140124 build: 2.1.5-2
WiFi Builds:
20140930 build: 3.0 BETA 3
20140819 (later, fixed) build: 3.0-2 BETA
20140819 (earlier) build: 3.0 BETA
20140323 build: 2.5.0-1
20140316 build: 2.4.0-3
20140309 build: 2.4.0-2
20140306 build: 2.4.0-1
20140222 build: 2.3.1-1
20140218 build: 2.3-1
20140216 build: 2.2-4
20140214 build: 2.2-3
20140202 build: 2.2-2
20140131 build: 2.2-1
20140130 build: 2.1.5-7
20140129 build: 2.1.5-6
20140126 build: 2.1.5-5
20140125 build: 2.1.5-4
20140124 build: 2.1.5-2
20140102 build: 2.1.4-9
20140101 build: 2.1.4-8
20131231 build: 2.1.4-7
20131230 build: 2.1.4-6

Downloading now will report back in an hour or so
Sent from my GT-P5210 using xda app-developers app

pug1 said:
Downloading now will report back in an hour or so
Sent from my GT-P5210 using xda app-developers app
Click to expand...
Click to collapse
it likely wont flash, android file host kept dropping data off of my upload so I'm currently re-uploading to mediafire. Download link is pulled for now :/

Restl3ss said:
it likely wont flash, android file host kept dropping data off of my upload so I'm currently re-uploading to mediafire
Click to expand...
Click to collapse
Ok pal post when uploaded I will download then.... sweeeet
Sent from my GT-P5210 using xda app-developers app

pug1 said:
Ok pal post when uploaded I will download then.... sweeeet
Sent from my GT-P5210 using xda app-developers app
Click to expand...
Click to collapse
re-upload is done and the link is up. Happy flashing, awaiting your feedback

Restl3ss said:
re-upload is done and the link is up. Happy flashing, awaiting your feedback
Click to expand...
Click to collapse
Getting this every time I flash
Sent from my GT-I9300 using xda app-developers app

I get the same thing as pug.
Sent from my GT-P5210 using XDA Premium 4 mobile app

Same Problem as Pug1...

I hear you loud and clear, rebuilding and reuploading as we speak. It's a problem with the updater-script, not the rom itself

Restl3ss said:
I hear you loud and clear, rebuilding and reuploading as we speak. It's a problem with the updater-script, not the rom itself
Click to expand...
Click to collapse
Wicked Restl3ss.... need a better rom then stock deodexed lol... will chech back 10 :thumbup:
Sent from my GT-P5210 using xda app-developers app

got it working by using the updater-script from mod57's stock deodexed build, just waiting for the upload to go through

aaaaaaaaand it's live! happy flashing

Restl3ss said:
aaaaaaaaand it's live! happy flashing
Click to expand...
Click to collapse
Internet is sooooo slow lol.... got a 38 min wait lol
Sent from my GT-P5210 using xda app-developers app

Yes finally after flashing back to stock rerooting and then flashing got it to work.... Gonna teat and report back
Sent from my GT-I9300 using xda app-developers app

Got it loaded....nonsence wont open.. but thank you for working on this rom...its been needed badly!
Sent from my GT-P5210 using xda app-developers app

imagelost said:
Got it loaded....nonsence wont open.. but thank you for working on this rom...its been needed badly!
Sent from my GT-P5210 using xda app-developers app
Click to expand...
Click to collapse
No problem, it's my pleasure . Don't worry about nonsense, it's just a little Easter egg I include in my ROM's, it's only been tested on phones though so I guess it's not tablet compatible. If it worked upon launch you'd get a popup saying "congratulations! you are now using the most useless app in the world!" followed by being brought to a screen where you can move around pieces of the app icon. Quite pointless feel free to remove it
On a side note, I'm gonna attempt to start building AOSP for this device from source, Don't get your hopes up too much, but hopefully using the android-x86 source tree for kitkat I might be able to get something up and running. Wish me luck!

imagelost said:
Got it loaded....nonsence wont open.. but thank you for working on this rom...its been needed badly!
Sent from my GT-P5210 using xda app-developers app
Click to expand...
Click to collapse
Here is all the luck in the world...x86 seems to be some people's kryptonite
On a another note.... everything is working as advertised. Thank You!
Sent from my GT-P5210 using xda app-developers app

Thanks for what you already done and hope you will be successful .as soon as i get my real connection i will try Pimpdroid .

@ Restl3ss Good luck on aosp!.... Would really like to have opene source on this... And please keep us updated on how it's coming along

Related

[ROM][JELLY BEAN][AOKP] ♔ ♕ ♚ ♛ JELLY KING HDBLOG V. 1.9 ♔ ♕ ♚ ♛

[ROM][JELLY BEAN][AOKP] ♔ ♕ ♚ ♛ JELLY KING HDBLOG V. 1.9 ♔ ♕ ♚ ♛
{
"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"
}
2WAY CALL RECORDER - MAXIMUM OVERDRIVE - NFC - AC!D SOUND - GAPPS - FLASH PLAYER - FACE UNLOCK
AROMA OPTIONS: GPS - APPS - MODEM+RIL - LAUNCHER - SMS
THEMED by CAROTIX
This rom was updated in two different versions:
1st is pure CM10 base source sometimes compiled by me, sometimes using Codeworkx build as a base
the 2nd base by AOKP official manteiners Pier & Baje11
so all credits and thanks to these guys + Cyanogen / Teamhacksung / Aokp Team in the first place !
01 oct 2012 -> From now on I always use stock compiled aokp source
The task is to give you a full costumizable fast and stable rom. Little bugs are expected e.g. TV-OUT but we must wait for samsung sources to fix it.
14 oct 2012 -> This rom is now included into a new big project started! AOKP + PARANOID + a lot more! 5 Device supported
-> Git Members <-
Next update will be AOKP + PARANOID + a lot more stuff (5 devices supported!)....
Click to expand...
Click to collapse
:
#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.
Click to expand...
Click to collapse
SAMSUNG RIL BUGHUNTING:
https://docs.google.com/spreadsheet/...MHZKM3NWclE6MQ
KNOWN ISSUES / FAQS / WIKI:
http://teamhacksung.org/wiki/index.php/Main_Page
CM10 CHANGELOG:
http://changelog.bbqdroid.org/#i9100/cm10/next
CM10 REPO:
https://github.com/Cyanogenmod
AOKP SOURCES.
http://gerrit.sudoservers.com/#/q/status:merged,n,z
PIER GERRIT:
http://gerrit.pernici.net/#/q/status:merged,n,z
Click to expand...
Click to collapse
Please, don't ask for ETA and try to understand that it's not possible to being helped for a personal issue without providing logcat and/or dmesg (Display bootup MESsaGes). It's also very important to give the more information you can
Click to expand...
Click to collapse
Heart gesture to call a phone number with dorimanx kernel (How to here)
Click to expand...
Click to collapse
Automatic zipalign at boot (for both system and data apps and only if necessary)
OTA updates (Acquariusoft)
SD watcher binay (explained into second post!)(Greg White, Francisco Franco)
NFC (I9100P devices)
AC!D Sound Tecnology (r-ikfoot)
Navigation bar automatically and always hidden in landscape
2way recorder is supported since v1.6 (just select the app in Aroma. Thanks to Xanthrax & Bigoliver)
Gapps included
Face Unlock
Pdroid (only in v 1.4 & 1.5)
Zram e Swap (Extweaks to enable)
Data/apps list
- Flash Player (latest available version)
- Acrobat reader
- Gmail contact widget
- Online Nandroid Backup
- Utorrent (to upload faster via OTA!)
- One More clock (widget)
- Samsung Task Manager
- Galaxy Note 2 Gallery
- Quickpic
- Shush
- AdBlocker
Aroma Touch Installer 2.56
- Dorimanx Kernel Only (v.7.x!!) due to new Mali r3p0 libraries (only included since v1.8.1)
- Apex/Nova selection or both
- Handcent or default Mms.apk
- GPS selection for continent (Asia, Europe, Africa, North America, South America, Oceania)
- Maximum overdrive = (apps in RAM limit increased to 70 - Autokiller every 24 h instead of default 3h) / default services.jar (for light user or people using external task killer) (credits & mod)
- Modem&ril selection & autobackup (idea & integrated/riadapted script by hawkerpaul)
- App list selection:
- -Sveglia Xtreme
- -Realcalc
- - Solid file Explorer
- - Phono
- - Polaris Office
- - Google Maps
- - Fast camera
- - Flipboard
- - Mixer theme
- - CM10/AOKP Template
- - Google+
- - VLC (beta7)
- - Walkman (default alternative Google Music)
- - Youtube stock
- - Auto Call Recorder
- - ExTweaks
First time installing CyanogenMod 10 to your Galaxy S II, or coming from another ROM:
- Copy your Jelly King ZIP to your SDCard (internal/external)
- Copy the > Modem & Kernel selector < zip in you sdcard and flash siyah kernel first! (also a modem version if you want...)
- Reboot into recovery
- Wipe data/factory reset
- Flash Jelly King CM10 zip from SDCard
- Reboot
- Don't restore system data using Titanium Backup!
- Restoring Apps + Data might cause problems and is not recommended, avoid it if possible!
Upgrading from earlier version of Jelly Bean/CyanogenMod 10:
- Wipe Data is always recommended but you can also flash over the top without wiping (if you complain for something report always if you have installed wiping data or not!)
Jelly King 1.8.1 MALI AOKP (Thanks to Wis1152!!)
Jelly King 1.7 AOKP (Thanks to Wis1152!!)
Jelly King 1.5 CM10 (Thanks to Hypnobabes!)
Jelly King 1.3 CM10 (Thanks to Xanthrax!)
Theme quick preview
AOKP ​
Jelly King AOKP 1.9
Code:
Aokp source 08 oct (pier)
Dorimanx kernel only
Reworked circle battery (it's smaller now)
All previous mod & patch applied
Jelly King AOKP 1.8.1
Code:
AOKP build source 06.10.2012 (Pier)
- Check my o.p. for all new stuff merged by AOKP team
Removed unbootable kernel because of new MALI drivers
Updated Aroma installer to v2.56
- Touch calibration is perfect now!
All previous stuff ported and patches applied
Themed only circle battery (0 - 100)
Fixed: Autocall recorder installation
Data app: BitTorrent
Data app: Google contacts widget
Data app: FastDormancyToggle
Data app: New live wallpapers(2)
Script: BestMultiTaskingFix (Mattiadj)(should be tested and probably optimized)
Removed Bootanimation (no more pink unicorn...)
Jelly King AOKP 1.7
Code:
AOKP build 3 source 25.09.2012 (Pier)
Fixed dalvik build issue on boot
All previous stuff ported except for Pdroid
Navigation bar forced to always hidden in landscape
Automatic zipalign at boot
Sdwatcher binary (+ battery)
Updated Dream Kernel to v2.7.4
Updated Dorimanx Kernel to v5.83a
AC!D sound (R-ikfoot)
Apps updated except for gapps
Aroma: Hancent/default
Themed battery for defaukt aokp/cm step only!
Themed circle battery from 0 to 100
Themed rom control (Mixer theme style)
Rom control with full italian translation (will be merged in build 4, Pier, Bologna, Mirko ddd & Helicopter)
Jelly King CM10 1.6.2
Code:
CM10 source 15.09.2012 (Codeworx)
All previous stuff ported except for Pdroid
reworked navigation bar, hidden in landscape smaller in portrait
unplug no more turn the screen on
Aroma: navigationbar enabler
Jelly King AOKP 1.6/1.6.1
Code:
AOKP source 13.09.2012 (Pier)
All previous stuff ported except for Pdroid
OTA support fixed
New AOKP Bootanimation ported
Bubble touch sound
2way callrecorder support (Bigoliver-Xanthrax)
Aroma: added Patched services.jar for Maximum Overdrive! (Zeppelinrox-Dorimanx)
Aroma: added 2way callrecorder
Aroma: added 4 Modem&Ril selection + Ril backup
Aroma: added CM10 AOKP Template
Aroma: Launcher selection (Apex/Nova)
Aroma: Removed wipe section
Ucamera as a workaround for camcorder/gallery issue
Jelly King CM10 v.15
Code:
CM10 source 04.09.2012 (h 11)
- center clock
- optional navigation bar
- a lot more
Ota support for future update
Fixed Galley/Camera and I hope all related issues
Automatic kernel profile reset&backup(/data/.shun/backup)
Automatic zipalign (Darky)
Aroma : Kernel selection
Aroma:added specific wipe data and cache for 2nd rom
SuperSU updated to v.0.96
Jelly King CM10 v.1.4
Code:
CM10 source 25.08.2012 (h 20)
Kernel Dorimanx 5.69
Pathced Framwork to fix PDroid
Aroma: Theme section added, you can choose between Carbon (Carotix) / Deep Blue (Carotix) / Stock CM10
Aroma: Wipe choise. You can select to delete data and/or cache and/or dalvik cache
Apps update
Other minor things
Jelly King CM10 v.1.3
Code:
CM10 source 21.08.2012 (h. 16)
- A lot of fixes from Teamhacksung
- New CM10 bootanimation
Kernel Siyah 4.1 RC1
- revert back to Linux 3.0.15 (only several cherry-picks from upstream)
- updated CWM-based recovery to the latest with backup type selection
- other minor changes
Default Rom Theme by Carotix
Removed stock Superuser
Added Chainfire's SuperSU
Reverted to stock Google Play Store for now
Aroma: Added selectable continent for Gps
Updated NFC
All previous patches, mods, adds
All Apps updated
No more mirror please.
Push the above download/themes button for latest versions.
For some other themes check also post #4!
(Tapatalk or xda apps can't open hyperlinks over images) .
Official Italian Rom's Thread
Unofficial German Rom's Thread
Previous version
JELLY KING ROM V.1.5 Download (SourceForge)
JELLY KING ROM V.1.5 Download (Rapidshare)
JELLY KING ROM V.1.4 Download (SourceForge)
JELLY KING ROM V.1.4 Download (Rapidshare)
REVERT TO STOCK THEME (JELLY KING V. 1.4)
JELLY KING CARBON BLUE THEME V.1.4.1 Download (Carotix)
JELLY KING DROID DEEP BLUE THEME V.1.4 Download (Carotix)
JELLY KING ROM V.1.3 Download (G-Drive) 1st link
JELLY KING ROM V.1.3Download (Dev-host) 2nd link
JELLY KING ROM V.1.3Download (dropbox) 3rd link (thanks to $wissdroid)
Revert JELLY KING ROM V.1.3 to Stock Theme
If like this work please consider a small donation...
Donate to > Me
Donate to > TeamHACKSUNG
Donate to > Pier - Bajee
Credits: Google, CyanogenMod Team, Teamhacksung, Codeworks, RomanBB Gokhanmoral, Dorimanx, Team Skyfie, PieR & Bajee, Dsixda, Amarullz, Chainfire, Adam Outler, Myfluxi, Pinpong, kalgecin, Awesome, jthatch12, Svyat, $wissdroid, Kroz46 MrDSL, Dustinb, Bigoliver, r-ikfoot
and...
Xda-developers.com & XDA-TV, Hdblog.it, Adminhdblog, Carotix, Gio-Lokj, Andy.g, Lucadp, Xmarex, Mirko ddd, Eternauta1949, Clownchico, Davide81napoli
Thanks for support (donators, helpers, most active members):
golagha11 x2
xanthrax
$wissdroid
zolom
goro66
georgeartaki
Sir_Ra
XDA:DevDB Information
♔ ♕ ♚ ♛ JELLY KING HDBLOG V. 1.9 ♔ ♕ ♚ ♛, a ROM for the Samsung Galaxy S II
Contributors
Bologna
ROM OS Version: 4.1.x Jelly Bean
Based On: AOKP
Version Information
Status: No Longer Updated
Current Stable Version: 1.9
Stable Release Date: 2012-10-10
Created 2013-08-07
Last Updated 2013-08-07
How to easily provide a logcat:
The best way is through adb shell...it's very easy, nothing difficult.
Assuming you are using windows...
You need to install JDK and SDK first.
Install SDK in your desktop
Rename the folder "android-sdk" to only "sdk"
Move the new sdk folder to c:\
Through your sdk folder choose SDK Manager in order to install the platform-tools (choose only platform-tools, nothing else needed for now)
you are ready to logcat!
Now open a command promt (In the Start Menu search box area type cmd and press Enter)
connect via USB your phone
cd .. to move to c:\
now cd to your c:\sdk\platform-tools folder and type
Code:
adb logcat
better use is through options:
Code:
adb logcat *:E -v long
*:E shows only errors in output
-v long its for a more easy to read output
you can send you log to a text file using
Code:
adb logcat *:E -v long > "drag your .txt file in your promt windows"
CTRL+C to block logcat output
It's important to start the "log to text" immediately before reproducing your issue and to stop with CTRL+C a few seconds after
I mean...cd to your platform tool and type
Code:
adb logcat *:E -v long > "drag your .txt file here"
Assuming you have a force close using callrecorder.apk
hit Enter and immediately start callrecorder apk (or push the button inside the application that broke things), 2/3 second after CTRL+C
To dig more into options, or if something it's not clear enough for you...->http://forum.xda-developers.com/showthread.php?t=1378491
For a more complete guide on how to use Adb use this link and thanks Voku1987!!
Special sdwatcher binary (since v. 1.7)
Quoting FranciscoFranco :
This binary is special *buzzwords incoming* and will get rid of the fuse mounting and get rid of the /data/media symlink which causes excessive Media Scanning load - basically just mounts the internal sdcard as ext4. Battery life gets a nice boost using this binary
Click to expand...
Click to collapse
All credits go to Greg White
Click to expand...
Click to collapse
Maximum overdrive (since v. 1.6.2)
Apps in RAM limit increased to 70 (default 15)
Autokiller every 24 h (default 30 min)
Quoting Dorimanx,
"now i can multitask 50 apps in ram!
no more home launcher restart and no more favorites apps closed and have to be open again! no lag on call IN/out!"
Click to expand...
Click to collapse
Quoting Zeppelinrox, the mod works "without breaking the lowmemorykiller and therefore there wouldn't be a need for an external task killer"
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Some cool banner provided by $wissdroid!
Nice to se you here buddy with this awesome rom.
NEW THEME CARBON BLUE
FOR CM10 AND AOKP ROM
navbar temato
download 08/10/12 :
Theme_Carbon_Blue_CM10-AOKP_0810.zip
================================================
old versions
download 29/09/12 :
Theme_Carbon_Blue_CM10-AOKP_2909.zip
download 24/09:
Theme_Carbon_Blue_CM10-AOKP_2409.zip
================================================
================================================
THEME BLACK&WHITE
DOWNLOAD:
Theme_Black&White_CM10-AOKP_1310.zip
This mod allow you to have the battery with 1% stock statusbar icons, drop-down stock, plus the ability to change background
MOD FOR ROM CM10
download:
Battery_mod_%_Background_CM10.zip
MOD FOR ROM AOKP
download:
Battery_mod_%_StatusBar_AOKP.zip
==============================================
after flashing the mod you can change the background on the status bar with these
download:
Blue_Light_Statusbar.zip
download:
Gray_Statusbar.zip
download:
Carbon_Statusbar.zip
=====================================================
You can use this mod to change wallpapers in applications in two themes that are up.
So you could use the Carbon Blue icons to remain blue or Black & White to remain icons and white lettering. Then wishing you could replace the statusbar using the mod to the post 2. All these are flashed zip from recovery.
1) Mod Orange (on Black&White)
DOWNLOAD:
Mod_Orange_1410.zip
2) Mod Deep Blue (on b&w)
DOWNLOAD:
Mod_Deep_Blue_1410.zip
3) Mod Carbon (on b&w)
DOWNLOAD:
Mod_Carbon_1410.zip
=========================================================
OLD VERSIONS
DOWNLOAD 24/09/12 :
http://www.mediafire.com/?83tvetdogs855zs
update 14th sept 2012 download :
http://www.mediafire.com/?9879kfb78bw9bnv
credits to: kroz46 http://forum.xda-developers.com/showthread.php?t=1789157
========================================================================
========================================================================
Theme Vibrant Green
for only CM10
changelog:
-contacts
-mms
-email
-gmail
-calendar
-calculator
-talk
-youtube
and metamorph:
-systemUi
-settings
-framework-res
-music2
-latinime
-phone
-apex launcher
download theme:
http://www.mediafire.com/?pf6ex2ff92b1aeg
update 9th sept 2012
changelog: mms and other icons completely green
download theme:
http://www.mediafire.com/?920cq2ddpq8ve7s
download SystemUI Mod 1% all green also clock:
http://www.mediafire.com/?tgdo624a61x78os
Cool gonna try it! Thanks!
Sent from my GT-I9100 using xda app-developers app
is it just me or are the screenies corrupted?
malavan said:
Nice to se you here buddy with this awesome rom.
Click to expand...
Click to collapse
hello buddy, you have surpassed me in the post
deepo75 said:
is it just me or are the screenies corrupted?
Click to expand...
Click to collapse
You are the second one reporting errors with screenshpots...
Firefox? Try chrome or explorer for now
Bologna said:
You are the second one reporting errors with screenshpots...
Firefox? Try chrome or explorer for now
Click to expand...
Click to collapse
I confirm both firefox and chrome are not able to show screenshot
Bologna said:
You are the second one reporting errors with screenshpots...
Firefox? Try chrome or explorer for now
Click to expand...
Click to collapse
Really? I don't see earlier post mentioning the screenshots.
OT: I'm actually on chrome.
deepo75 said:
Really? I don't see earlier post mentioning the screenshots.
OT: I'm actually on chrome.
Click to expand...
Click to collapse
pm'ed...
Bologna said:
pm'ed...
Click to expand...
Click to collapse
lol okay, sorry for nagging then
deepo75 said:
lol okay, sorry for nagging then
Click to expand...
Click to collapse
Reload op they are visible now
Bologna said:
Reload op they are visible now
Click to expand...
Click to collapse
There they are – looking great, thanks! :good:
Lol I was lucky
Sent from my GT-I9100 using Tapatalk 2
this looks quite intruiging .. are the volume rocker controls to control the music player active ?
Downloading now thank
EDIT: dual boots fine as a 2nd ROM with Dorimanx 5.65 kernel
Sent from my GT-I9100 using Tapatalk 2
hankhandsome said:
this looks quite intruiging .. are the volume rocker controls to control the music player active ?
Click to expand...
Click to collapse
use Beats Audio app to control the volume
---
I'm uploading a flashable revert to stock theme and an updated Aroma - modem & kernel selector with a cleaner script to avoid conflicts with previous kernels installations. After that I can rest for today
any chance of a t9 keyboard for predictive texting
thanks great rom
Bologna said:
use Beats Audio app to control the volume
Click to expand...
Click to collapse
I'm not looking to control the volume. The volume rocker controls allow you to advance the currently playing music track while the lockscreen is active.
CM10 has the feature, as does RootBOX

[rom]【5.1】【jflte-gpe】 - 09 -14 -2015

JFLTE-GPE 5.1
{
"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"
}
Information
This project started off as a simple 4.3 Google play edition ROM and grew into so much more, since 4.3 we have been on top of every major update thrown our way from Google, although its not always pretty, below is a list of improvements/fixes we made to Stock 5.0 GPE and why we feel this GPE is the right choice to be your daily driver.
Installation instructions
Make sure you are using the latest modem and recovery for your variant, TWRP preferred
1) Full wipe
2) Flash ROM
3) Reboot
Important Warning
Xposed is not supported by the developers. Please uninstall it FULLY before making any bug reports. Any logcat that includes an xposed module will be ignored. Please do not make support posts regarding any module in this thread. The correct place to do that is here: http://forum.xda-developers.com/galaxy-s4/help
Download
Android Lollipop 5.1
Download the build here
Github: here
Changelog
post #2
Developers: Do not use this ROM or it's files without asking us first please
09/14/2015
-Initial 5.1 release
Code:
[B]06/01/2015[/B]
Still waiting for 5.1…
Updated Google Photos to the newest version, the stand alone
Updated OTA Updates to 2.4.2
Updated Google Camera, Search, Services and Clock (DeskClockGoogle) to the Android M Preview versions
Updated Chrome, Play Store and Keyboard
New, better, AROMA theme
*Remember addons are in the OTA app*
[B]03/15/2014[/B]
Added AOSP Email. Removed Gmail as a result of this
CM Calculator update
Added CM Calendar (LP themed AOSP Calendar)
Added Viper4Android
Updated Play Store
Updated AudioFX
Updated Eleven
Updated cLock
Updated Chrome
Updated Messaging (Google)
Updated Google Play Services
Updated Google Talkback
Updated Google WebView
Updated OTAUpdates app to 2.3.1
Changed around the Google Dialer and Contacts theme a little. More true to Material Dark, now.
Also changed the Dark Settings in the same way
Updated the AROMA theming as well.
[B]03/03/2014[/B]
* Fixed the orientation bug. Both menu to recents and normal functions are working properly
* Updated Cyanogen Messaging source code to 20150301
* Updated Trebuchet source code to 20150301
* Updated AudioFX source code to 20150301 (includes new icon)
* Updated Eleven (Music) source code to 20150301 (includes new icon)
* Updated Cyanogen Browser source code to 20150301
* Updated Google Launcher
* Updated Google Play Services
* Updated Google App
* Updated Apex Launcher
* Updated Googy Max3 to 1.3.0 Final. Thanks Googy_Anas for all the hard work!
* Updated OTA Updates app. Better Lollipop theming (checked the official guides). Added some developer stuff (BitCoin donations now accepted)
* Added Alucard Kernel option in the installer
* Added option to not install a DSP (MusicFX, AudioFX, DSP Manager) in case you want to use Viper4Android instead (not included)
[B]02/23/2014[/B]
* Boot animation memory leak fixed thanks to arter97
* Fixed System FC when expanding a content sensitive notification
* Network meter settings will now be properly themed white if stock settings is chosen in AROMA
* Landscape navigation bar will now properly hide if set to 0 dpi
* Updated SuperSU 2.46
* Updated OTAUpdater to 2.2
* Updated Googy kernel to 1.2.9
* Updated CM APNs
* Modded framework and apks now compiled with latest apktool
* Removed SNote preload data
[B]02/10/2014[/B]
* Updated Busybox to 1.23.0-Stericson
* Updated Google Apps
* Updated NetworkTraffic mod style to match the clock (font weight and style)
* Updated AROMA installer - now dark themed
* Added mDNIe Controls to Interface
* Added stock kernel option into AROMA
* Added a better autohide method into the Network Meter, including a threshold slider
* Added new method for disabling hardware buttons, also added ability to use Menu button as Recents, as has been requested a lot
* Added new method of turning off the hardware keys backlight (no more rebooting to change this)
* Added markdown parsing of the changelog in Settings (check Settings->About->ROM Changelog)
* Added Battery light (LED) controls
* Added quick pull down of the quick tiles
* Added alarm icon switching without having to toggle an alarm
* Added IME notification icon switching
* Added navigation bar height option (can be used to force soft menu key in apps if off)
* Added Ambient Display (on by default - this is default Android behaviour)
* Fixed OTAUpdates "cancel" button not updating to "install" when download finishes
* Fixed battery views and readded the text and landscape icons. Now shows on lockscreen properly
* Fixed clock mod to allow left clock using new CyanogenMod method
* Fixed NetworkTraffic mod not showing a single line correctly
* Fixed default Trebuchet layout
* Removed hidden battery init.d hack - new battery methods work properly now
[B]01/28/2014[/B]
* Patched colorfade memory leak in services.jar
* Network improvements for Verizon Wireless
* Removed debug code from OTA app
* Fixed spacing for U/D on network meter
* Fixed Calculator delete string for English UK
* Updates to our themed dialers
* Sound recorder updates, Can now record in mp4 and wav
* Compiled updated CM apps from source
* Update OTA info in build.prop
[B]01/23/2014[/B]
* Fixed tethering and enabled bluetooth tethering for all carriers
* Updated Chrome
* Updated Google Search
* Updated Google Play Services
* Updated AOSP Gallery
* Updated Live walpapers
* Updated the Inverted Teal phone/contacts app
* Updated Interface app
* Updated kernel to latest Googy 1.2.7
* Updated SuperSU
* Added full wipe option to aroma
* Added volume panel timeout options
* Added heads up timeout options
* Added long press to skip tracks
* Added hold back to kill current app
* Added clock mods
* Added CyanogenMOD browser option to AROMA
* Added hardware swap file options in AROMA
* Added CM Calculator
* Added a choice in AROMA for Eleven and Apollo music players
* Added AudioFX from CM12 to AROMA
* Removed Gear Manager as it's not working
* Removed WAV option from SoundRecorder, since it's not working
* Live walpapers are now optional in AROMA
* Updated build.prop
[B]01/12/2015[/B]
* Rebuilt from scratch to log our changes in GIT, results in cleaner work
* Enabled national roaming on most European virtual networks
* Dirty flashers should no longer need to clear interface app and data
* Fixed roaming for Videotron users in Quebec, Canada
* App ops added to security settings
* Device walpapers included in tiny .apk from source
* Updated Interface app
* Toggle for enable all rotations added to Interface
* Toggle for wake on unplug added to Interface
* Disabling battery icon in Interface will now stick after reboot
* Improved show 4g for LTE toggle
* AROMA improvements
* Motorola Gallery now optional in aroma, it goes amazing with Moto camera
* Oneplus Camera optional in AROMA, HDR and saving to SD card supported
* Inverted teal theme for dialer in contacts added to AROMA
* Custom DPI options in AROMA
* Improvements to the tethering script for some carriers
* Hide alarm clock toggle code simplified
* Disabled safe media nag
* Removed a duplicate ringtone
* Updated OTA app
* Updated build.prop
[B]01/05/2015[/B]
-Even with 5.0.1 LRX22C - Unofficial 5.0.1
-Deodexed framework
-Updated kernel
-Fixed SMS for vodafone NL
-Increased the falsing threshold for when keyguard affordances
-Voicemail now can be accessed by holding 1 for most carriers
-Some ADB fail safe fixes that were merged into 5.0.1
-Fixed SystemUI heads up notification spacing
-Ported CM Battery icons to the ROM
-Clear all in recents
-Extended power menu
-Toggle advanced power menu option in interface
-Updated OTA app - fixed open recovery script installation. Using markdown for changelog rendering
-Updated AdAway (fixes for 5.0)
[B]01/02/2015[/B]
-TeleService FC with certain languages is fixed
-Cleaned up Updater-Script in regards to setting default network for Sprint
-Googla Wallet is now optional in AROMA
-Google Sound Search is now optional in AROMA
-Apex will now install as intended via AROMA
-DSP or stock processing in AROMA
-Spanish translation for interface app thanks to marcuzzi
-Fixed Voice recorder
-OTA app updates
-AROMA improvements
-Enabled HD-Voice for all, by default
[B]01/01/2015[/B]
-Happy new year, FULL WIPE REQUIRED! =P
-Implemented AROMA installer to customize your installation
-Updated to latest googy_max kernel 1.2.5
-Kernel will auto loki for AT&T/VZW
-Verizon and Sprint will boot with proper framework and CDMA settings right out of the box
-Added a fix for tethering on first boot. No need to reboot or issue a command in the shell
-Turn off experimental NuPlayer by default - Should help fix some audio stuttering issues once and for all
-Fixed FC's in Trebuchet Launcher
-SQlite3 will now work as intended
-Ported CM's Changelog feature into the GPE Settings.apk. Settings->About
-Added option for dark material Settings
-Added a choice for AOSP Messaging with quick reply
-AOSP Sound recorder
-Removed Adblocking by default, made AdAway an option in AROMA
-Added missing Emoji fonts from the Nexus 5
-Updated latest APN entires from CyanogenMod
-Added in Material Gallery from CM (Deleting from SD card now works)
-Added Moto Camera option. Moto Camera cannot shoot in HDR, but supports saving to SD
-Updated OTA Updater. Now correctly checks update on first boot and background services does run to check in time
-Updated Interface with some new icons and added ability to choose whether to disable hardware buttons when using onscreen navigation
-S-tweaks themed material and enhanced
-Updated Google Play Store and Google Camera
-Removed some unnecessary files from the zip
-Material UI themed cLock
[B]12/24/2014[/B]
-Updated kernel to googy 1.2.4
-Fixed all audio stuttering
-Modded stock launcher (much faster, more features)
-Performance added into Settings (opens s-tweaks)
-Unlocked Teleservice, enabled all network modes (world phone)
-Teleservice LTE toggling fixed
-DSP Audio manager
-Added file manager
-Ported AOSP gallery (100% working on 5.x)
-Gmail + stock exchange
-Removed AOSP email (atm it's not ready)
-H+ icon will now show when connected to HSPA+
-Hide alarm clock (interface)
-Enable on-screen navigation bar (Interface)
-Show 4g for LTE (Interface)
-Access to CM cLock settings (Interface)
-Signal cluster fixed when not connected to data
-OEM Brightness settings
-Cleaned up code in OTA app
-Added some binaries needed for Interface settings
-Removed un-needed libs (Dalvik ones) from TTS, Search, Camera, Chrome
-Updated build.prop (Ota info)
[B]12/17/2014[/B]
Updated to Googy kernel (fixes bluetooth)
Google now launcher now default
Added Chrome
Working 5.x email and exchange (Material)
Updated Search
Updated TTS
Updated System sounds with Nexus 5/6 sounds
Fixed carrier label on lock screen
Added Interface option to settings
Custom boot animation
Enable battery percent
Disable/enable touchkey lights
Change host name
Enable network traffic
Reboot options (Settings > Interface) (we cannot add to power menu yet as I have no way to access the .dex I need, this will work perfectly for now)
Added OTA app
SuperSU updated and now will not ask for a binary update on first boot
Updated APNs (should boot LTE on AT&T now)
Removed Samsung carrier codes
Other minor things I might be forgetting
[B]12/14/2014[/B]
-Phone should now always boot properly on first boot
-Rooted
-Added busybox and init.d via archi kitchen
-Integrated Superuser into settings
-Added touchkey light binary script to turn lights off (type SU to get root then touchkeys in terminal)
-ROM ships with stock launcher now
-Added Google MMS
-Updated Google Camera
-Updated GoogleTTS
-Removed Android Debugging notification
-Made HSPA visable in the status bar
-Menu no longer unlocks the lock screen
-Updated build.prop
Note: Chainfire wants you to update the binary via supersu app, just do it the normal way as you still
have root even without updating the binary
[B]12/13/2014[/B]
-Android 5.0
-Debloated
-Home button lag fixed
-Security FC fixed
-Worldwide apns added
-Fixed platform permissions for ext sd
-Nova launcher
-more that I'm just too tired to type right now
READ THE INSTALLATION INSTRUCTIONS!!!
FULL WIPE
FLASH ROM
FLASH SUPER SU (LINK IN OP)
REBOOT, wait 5 min (if it hangs just reboot again, I think its ART optimizing or something but it takes too long and I have no patience lol)
couple things I want to add
gallery doesn't exist anymore and "photos" is horrible (tied into google plus) use quickpic gallery from now on ;) or something else
Messenger from google is a optimal txt message app, AOSP mms is no more and GPE wants you to use hangouts as default (no thanks, google)
[B]08/30/2014[/B]
-gmscore/search bug fixed (reverted)
-updated Nova Launcher
-updated build.prop
-dirty flash is fine (wipe caches, flash, reboot)
[B]08/19/2014[/B]
-Added light weight AOSP browser
-"Find on page" string fixed and working with all languages
-Updated Google play services
-Updated Playstore
-Updated Google Keyboard
-Updated Calculator
-Updated Host file (ad blocking)
-Updated apns.conf to add more support out of the box for European carriers
-Updated CM file manager
-Updated weather widget
-Updated Googe now launcher (Pure Nexus builds only)
-Updated Google search (Pure Nexus build only)
-Added Pure Nexus build to North American threads
-Updated build.prop
-ALL builds including INTL are shipping with stock kernel, flash your own GE kernel as the ones I provide go out of date rather quickly and flashing custom
over stock is always the cleanest way to go about it, I don't have the time to be uploading 6 builds everytime I release an update.
[B][COLOR="Red"]INTL I9505 DEVICES SHOULD USE A CUSTOM GE KERNEL TO PREVENT RANDOM REBOOTS[/COLOR][/B]
Googy kernel (closer to stock can be found [URL="http://forum.xda-developers.com/showpost.php?p=52414749&postcount=3"]here[/URL])
Ktoonsez kernel (tons of original development) can be downloaded [URL="http://forum.xda-developers.com/showthread.php?t=2297379"]here[/URL]
thanks for the support to all who donated, you are helping me through tough times and if I couldn't email you personally to thank you please accept this as my personal thanks :D
[B]07/17/2014[/B]
-Updated Kernels (latest)
-Updated Superuser
-Updated Novalauncher (Customized build only)
-Updated Google search (Pure Nexus build only)
-Updated Google Play Services
-Updated Google Keyboard
-Fixed Boot animation lag
-Updated to latest Nexus boot animation
-Updated cLock widget
-Updated Google Camera
-Genie Widget (Weather and news app) removed
-Google Street removed (get it from the Play Store)
-Added new optional flash for Interface Settings (Gravity box embedded into Settings)
-Updated build.prop
-Everything is up to date, if you enjoy this ROM please consider a donation to help out with real life stuff!
[B]06/27/2014[/B]
-Lockscreen unlock ring in now centered (Great one Samsung/Google!) This is now fixed for you guys, the problem was in keyguard.apk and I fixed the derp they shipped.
-Updated google play services
-Enabled touchkey light control for ART users, simply type SU in terminal and then type touchkeys
-Updated google search (Pure Nexus build only)
-Reverted themed email in favor of stock email (Pure Nexus build only)
-Uploaded 2 extra builds compiled with another kernel for you guys with "battery issues" to try out, not all hardware is made equal and some might have a better experience, all I know is on stock kernel from google the ROM is running perfectly. Special thanks to [user=1897326]@googy_anas[/user] for allowing me to do this
-Updated build.prop
[COLOR="Red"]*Do not turn my thread into a kernel thread, this is a ROM development thread and I'm 100% certain I've done all I can on the ROM side of things, it's very stable and most battery issues are your issue or your phone not agreeing with a certain kernel setup, it's all about finding the balance that works for you[/COLOR]
[B]06/26/2014
*use the updated flashable addons*[/B]
-Rebased everything I had going on in 4.4.3 into 4.4.4, this was a royal pain but it had to be done, I've smashed this project yet again with 4 straight hours of development, helps when you're organized and ready for surprises like this, No features are missing from 4.4.3 and the addons received an update too, I need a beer now. phew
[B]06/24/2014[/B]
[B]*Use the updated DarkUI flash zip if you use this feature*[/B]
-Autobrightness adjusted, I upped the values a bit so mostly everyone should be happy, the screen is no longer too dark but does a good job saving power too, I'll be submitting this array to CM.
-Home button long press vibration and touchkey button vibration smoothed out, should give the perfect amount of haptic feedback when this option is enabled
-Kernel updated
-Updated build.prop
-Last 4.4.3 release, stay tuned 4.4.4 whenever they decide to give us that
[B]06/18/2014[/B]
[B]*Use the updated DarkUI flash zip if you use this feature*[/B]
-Updated Superuser to the much awaited 2.0
-Updated build.prop to reflect today's date without branding the ROM
-Updated to the new CM autobrightness (will fix random brightness jumps aswell)
this [url]http://review.cyanogenmod.org/#/c/63424/5/overlay/frameworks/base/core/res/res/values/config.xml[/url] has been tested by me and provides much better autobrightness
this will help battery life a great deal :) as you can see [URL="http://review.cyanogenmod.org/#/c/63424/"]here[/URL], it's well tested by the guys at CM, they have been working on perfecting autobrightness for well over a month now for this device, I'm very happy with the results of these changes
special thanks to [user=4272718]@hawkerpaul[/user] for pointing this out to me in the CM repo
[B]06/10/2014[/B]
-Kernel updated
1. Linux 3.4.92.
3. Ramdisk updates for GE.
4. 4.4.3 miscelanious stuff.
5. Fix IR for GE ROMs.
6. Merge in some more 4.4.3 stuff for GE.
7. Ktweaker update: AUTO HOTPLUG OPTION IS NOW A LIST SELECTION INSTEAD OF CHECK BOX, MAKE SURE YOU GO AND SET IT TO THE PROPER VALUE!!!!!!!!!!!!! So if you used to have the checkbox off, select "Disabled", if you had it checked, select "KT Auto Hotplug"
-Hangouts and google earth libs deleted
[B]Note: if you are are on 06/08/2014 build you can just flash the latest google edition kernel [URL="http://forum.xda-developers.com/showthread.php?t=2297379"]here[/URL]
[/B]
[B]06/08/2014[/B]
-Vibration intensity reduced on back/menu/hold home haptic feedback, was way overkill with stock values
-H+ icon will now show when H+ is available, H will show otherwise
-Superuser updated to latest
-Framework-res translation for the clock app is fixed, Ringtone array is flawless now in all languages (Samsung/Google derp fixed
-Dialer is now Carbon Holo (Customized build only, doesn't effect pure Nexus)
-Contacts is now Carbon Holo (Customized build only, doesn't effect pure Nexus)
-Novalauncher updated (Customized build only)
-Optional flash for the battery icon got an update
[B][COLOR="Red"]Note: All optional flashes will work with any of my builds, feel free to customize as you wish and keep checking back because I always add more :)[/COLOR][/B]
[B]06/07/2014[/B]
-Framework-res ringtone translation fixed across all languages
-App ops enabled in Settings
-Google dialer has been themed Carbon
-Uploaded a Pure Nexus ROM with no themes, just a pure vanilla Android experience for those users who just want to keep it as close to stock as possible
[B]06/06/2014[/B]
-"Carrier Settings" in settings removed, this appeared when I world unlocked the dialer for you folks, it's gone now because it FC'd and we are not suppose to have it
-Samsung missed a string in the ringtone/notification selection array, Default Ringtone should be "None", this is now fixed
[B]Note: Samsung watchON and other IR apps are not working in 4.4.3, however the IR functions fine with smart IR remote for me so the IR is not actually broken, you just need updated apps[/B]
[B][COLOR="Red"]Dirty flash is acceptable, small update[/COLOR][/B]
[B]06/05/2014[/B]
-WiFi DHCP fixed
-Teleservice unlocked (We can now change to all available network modes)
-Added CM filemanager by ktoonsez request for quick phone setup
-CRT disabled in favor of the fade effect, much nicer on the eyes and better on battery life
-Updated KT kernel, Nothing much here, just 4.4.3 ramdisk stuff
-Don't expect a million updates like 4.4.2, I was well prepared for 4.4.3 and all my features/fixes from 4.4.2 are in this build
[B]06/04/2014[/B]
-Rebased everything below on 4.4.3, I was prepared for this one so it's all here in the first build ;) (Except dialer mods/theme)
-7 hours straight on this tonight, RAWR!!!
-ermm insert random stuff here because the changelog is to small
-more stuff
-even more stuff
-enjoy!
[B][COLOR="Red"]Note: If i9505 devices still reboot on the stock kernel I provide with this ROM, Don't worry ktoonsez already has the fix along with the other kernel developers, their current versions will actually boot this ROM at this time[/COLOR][/B]
[B]05/19/2014[/B]
-Contacts clear field image is now visible, was black on black
-Updated the official Google Camera and binary's into the system
-Menu will no longer unlock the phone from the lock screen if no password is set
-Small framework edit, cleaned up some code regarding the volume panel, nothing you will notice
-Updated build.prop
-Updated kernel (I've heard VERY good feedback on this release)
-Removed CM weather widget and made it an optional flash (apparently creates wakelocks for ppl who don't use it?)
-Everything up to date on a clean flash, no market updates required :)
*No more releases, all necessary changes are documented and I cannot wait until 4.4.3 so I can have you guys a ROM
asap*
[B]04/08/2014[/B]
-Deodexed this ROM and kept it fully compatible with ART (Believe it or not this fixes some strange issues for me, I think my odex script might break some things? all has been well for me now and I'm not seeing random SystemUI slowdown)
-deleted old google search libs and some koreanime lib, oh and libpinyin is gone too because they are useless (since I've removed their native apps they just sat dormant in the lib folder wasting system space)
-Updated the build.prop
-Updated GoogleTTS and Keyboard again
-Updated kernel (battery drain is gone)
-Use new optional zips in the OP. most of them saw an update so just use new ones and don't flash the old
03/28/2014
-Cloudprint fixed (MAJOR bug), grab it from the market
-Updated Google Keyboard in System/app
-Updated Google TTS in System/app
-Updated SU
-Cleaned up some reboot menu code
-Removed xposed, gravitybox, xuimod, get these yourself.
-Made apollo a flashable addon
-Google is now testing 4.4.3, this is a OTA I expect we will get in the next month or two
-Updated kernel
*Phone can charge while the device is off now on old bootloaders, thank you to @fenny for the code*
everything is fully up to date on clean flash
[B]03/24/2014[/B]
[B]*DarkUI and Battery icon optional zips got a update this build, if you use these features please use the latest optional zip*[/B]
-Framework-res auto brightness values adjusted, I made the screen a bit brighter without losing much battery power, in fact you won't even notice. I just wanted to bump it up 5 values so we can show off how gorgeous this 1080p AMOLED really is
-Redid contacts, I spent a great deal of time on this and I really think its a much better design then the last invert, Kryten and I talked about it but never did anything about it, I poured in a few hours the other night and came up with something I think looks gorgeous
-SystemUI will now display H+ in the status bar and quicksettings as opposed to just H
-Removed 2 useless build.prop tweaks that remained dormant and do nothing at all on 4.4.2, (they worked on 4.3)
-Updated Gravitybox to 3.0
-Updated kernel
-now for the bad news, I'm having family issues and need to move back home to support my parents, My mom and dad have hit hard times and I can't see them suffer, My activity on these forums will dwindle a bit since I will need to pound the pavement and make as much money as possible to support my folks so I kindly ask that the community helps each other out with any questions and concerns that may arise in the thread
[B]03/04/2014[/B]
-Added native reboot menu to Google editon (Works on ART!!!)
-Volume buttons can mute the device in the volume panel
-Removed Samsung CABLservice and digitalpensdk from android system
-Added custom Apollo music player
-Re-odexed the entire build to match the new framework
-Battery icon with % enabled is now an optional zip
-Added the ability to disable touchkey lights via android terminal by typing touchkeys after granting terminal SU (ART users)
-Reverted MMS back to inverted due broken widget, ill bring back the multi theme MMS.apk later
-Added stock themed MMS as an optional flash
-reverted opensource superuser back to chainfire SuperSU
-to many people having issues on the CM SuperSU and I don't want anymore headaches, this one
proved to work for many months
-I'm taking a vacation, this is about as stable as it gets for the S4
-Build.prop updated
[B][COLOR="Red"]*USE THE UPDATED MODS IN THE OP*
[/COLOR][/B]
[B]02/27/2014[/B]
-Autobrightness values updated. These are MUCH better indoors, the minimum brightness is now down to 15 from CM's native 20
and the brightness with a lux value of 150 and lower will now be 40 out of a possible 255 (max brightness), Autobrightness will
now do what the feature is supposed to do, save battery
-Added Opensource SU and removed chainfire SU
-- this fixes the "fix root" nag in recovery
-- It's faster debug (ALOT faster)
-- It looks cooler
-- It's integrated right into settings (settings>superuser)
-Enabled battery % for ART users and made sure its clear to read at sub 50%
-Updated MMS from source, it's now white but can be toggled to be inverted via settings
-Updated Google Services Framework
-Build.prop updated
-updated kernel to kt 02/24/2014
--WIFI driver update
--Sound driver updates
-Google Now Launcher is now available in the market and has been removed from the OP
[B]*Use the updated DarkUI in the optional section if you use this feature*[/B]
[B]02/18/2014[/B]
-Unlocked the dialer, we now have a world phone (you will still need to sim unlock if your provider locks it, however this helps travelers)
-Unlocked every network mode available for our modem, (Settings - More - Mobile networks - Preferred network)
-Enabled in call noise suppression (no idea why they didn't include this)
-Disabled CSP from the dialer, we now have full control over the phone and what networks we can choose (might not affect your carrier but this is useful for traveling, trust me)
-Tweaked my indoor auto brightness values, still using too much juice in medium/high indoor light, this is much better
-Enabled app ops in Settings > Security, Take total control of the permissions apps are granted when you install them from google play, VERY useful if you are concerned about privacy or you just don't want some misc app seeing your SMS's or having network permissions
-Added CM file manager to help users setup the ROM faster, This is actually a very nice app with lots of options and it works on ART. it's TINY too!
-Removed the buggy/useless/unsecure/lame/stupid face lock feature
-Updated Gravity box
-Updated build.pop
[B]*DO NOT FLASH ANY MODS UNTIL I UPDATE THEM*[/B]
*Stock edition had very low downloads, I have discontinued that build, all you have to do now is uninstall xposed and its modules like any other app
[B]02/08/2014B[/B]
-Flash [URL="http://www.androidfilehost.com/?fid=23329332407570009"]this[/URL] if you are on my previous release from today (no need to install the full build, this change is very small, the main build is updated for new users to the ROM however :) )
-Fixed date picker in contacts
-Enjoy
[B]02/08/2014[/B]
[B]*users on 02/06/2014 can flash [URL="http://www.androidfilehost.com/?fid=23329332407569942"]this[/URL], (wipe caches and flash in recovery), no need to update the full ROM*[/B]
-Improved CM Autobrightness
-Updated SuperSU
-Updated build.prop
-Use updated DarkUI, disable S-VIEW and Disable S-view + DarkUI zips
-Enjoy!!!
[B]02/06/2014[/B]
*Recommend a full wipe, many changes have been implemented
-Updated Kernel
-Fixed home button lag
-Disabled double tap for recents menu
-recents is now back to S4 standard of long press home
-Disabled Samsung Autobrightness (horrible)
-Enabled Stock Autobrightness with CM Autobrightness values (this took some research but I pulled it off without breaking ART) - This will result in massive battery savings
-Gravity box should now be able to control auto brightness values
-Removed Google search from system/priv-app for 2 reasons, 1) its out of date and 2) I actually prefer it as a user app, makes it easier to hibernate with greenify for non-premium users
-Removed Google earth libs, hangouts and chrome libs out of the system/lib folder
-the ROM is very light now, comes in at less then 300mb
-Updated Gravitybox
-Updated build.prop
-This is the most polished google edition available. I proudly support all 3 variants of the Galaxy S4 and I hope the international community appreciates this hard work ;)
[B]*DO NOT FLASH DARK UI ZIP OR THE DISABLE S-VOICE ZIP, USE THE UPDATED ZIPS AS THE OLD ONES ARE NOT COMPATIBLE WITH SOME CHANGES I MADE*[/B]
Reserved
Reserved!
Enjoy the rom Everyone! :highfive::good: should be fully working GPE for Verizon
Enjoy the AWESOMENESS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
I'm going to guess loki'd? not safestrap correct? hopefully it is ss lol
{davros} said:
I'm going to guess loki'd? not safestrap correct? hopefully it is ss lol
Click to expand...
Click to collapse
loki'd
OP is a WIP
{davros} said:
I'm going to guess loki'd? not safestrap correct? hopefully it is ss lol
Click to expand...
Click to collapse
Should be for mdk unlocked I believe
Sent from my SCH-I400 using xda app-developers app
jds3118 said:
Should be for mdk unlocked I believe
Sent from my SCH-I400 using xda app-developers app
Click to expand...
Click to collapse
Everyone thank this guy
he is the one who pulled off the Port
Confused... Is this official GPE or just stock AOSP modified to look and act like GPE?
Sent from my SCH-I545 using Tapatalk
brandonair95 said:
Confused... Is this official GPE or just stock AOSP modified to look and act like GPE?
Sent from my SCH-I545 using Tapatalk
Click to expand...
Click to collapse
offical with everything needed to work on CDMA verizon
this is a very stable build on GSM, jds3118 worked his magic and ported it over for you guys for me to support, nothing major needed to be altered
Ugh I get more and more mad my loki'd s4 had to get warrantied replaced. ....
Looks nice tho .... great work
Danvdh said:
offical with everything needed to work on CDMA verizon
this is a very stable build on GSM, jds3118 worked his magic and ported it over for you guys for me to support, nothing major needed to be altered
Click to expand...
Click to collapse
Awe shucks thank you
You guys are gonna love this smooth,fast and more space to customize what more could you want!
Sent from my SCH-I400 using xda app-developers app
Danvdh said:
offical with everything needed to work on CDMA verizon
this is a very stable build on GSM, jds3118 worked his magic and ported it over for you guys for me to support, nothing major needed to be altered
Click to expand...
Click to collapse
jds3118 said:
Awe shucks thank you
You guys are gonna love this smooth,fast and more space to customize what more could you want!
Sent from my SCH-I400 using xda app-developers app
Click to expand...
Click to collapse
Been waiting a while for this port. Thanks a lot. :victory:
Q&A
Why can't I charge my phone with the device off?
A: This is a bootloader issue and is fixed if you upgrade to a knox 4.4.2 bootloader (I never recommend flashing a leak though)
Q:Why can't I mute the phone by holding volume down?
A: I've disabled the adjustment sound in framework-res by changing a false value to true, this gets removed aswell but the volume up/down
sound is so loud and distorted I had to remove it by default for ART users, that amount of distortion can't be good for any speaker, this is a bug
from google/samsuck that I've hidden you can notice it a bit on the first press of the dial pad if you have dial sounds on but it's not nearly
as loud and annoying
Q: Does bluetooth work on this ROM?
A: yes but it's pretty much impossible to support all of the hundreds of thousands of devices on the market though
Q: Does the IR blaster work?
A: Yes, WatchON even works and is a optional flash in the OP
Q: Why does the call waiting sound like a outgoing call?
A: Ask Google/samsung, I had nothing to do with this
Q: What do I do when I get an OTA message?
A: Check the forums to see if I have a copy of it If I do, you can delete it in /cache and then goto the update screen, it will count down from 10
and the phone won't reboot, if you manually reboot now the OTA nag will be gone forever
Q: Can I use the touchwiz camera on this ROM?
A: no, but the official camera drivers are here so the quality of the AOSP camera is as good as its going to get, I personally recommend Snap Cam HDR though,
I will never use the stock cam again
Q: Shazam doesn't work, why is this?
A: Samsung/google broke something or Shazam just hasn't updated for our kernel source, no idea but the reason the app gives is not accurate, the mic is not always
in use. Soundhound does the same thing and works fine
Q: Do you build from source
A: Yes, but not google edition ROMs, I compile CM for my Nexus 7. It is impossible to build GPE from source
Q: I get a status 7 error when flashing in recovery
A: chances are you on a newer philz, I haven't added support for that yet because the masses use older recoveries/TWRP. if it isn't broke, why "fix" it?
Does smart watch work on this ROM?
A: Yes but you won't catch me alive wearing one of those things
Q: Shazam doesn't work
A: they need to update their app to work with GPE kernel source
----------------------------------------------------------------------------------------------------
brandonair95 said:
Been waiting a while for this port. Thanks a lot. :victory:
Click to expand...
Click to collapse
Enjoy my friend !
Sent from my SCH-I545 using XDA Premium 4 mobile app
This looks like a BADASS rom. But can't get any further than the Boot Animation. Any ideas? i tried flashing it more than once and let it sit for about 10 mins each time and no dice.
Do Gapps need to be flashed with this?
Good work! If I had unlimited data I'd download this now and check it out
Sent from my unknown using Tapatalk
This ROM is fan-freakin-tastic. Performance is staggering, and the blacked out, true Google dialer is awesome. Great work, to all involved, and thank you.

[ROM] [5.1.1_r14] [AOSP Grogg's Way][discontinued]

{
"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"
}
powered by SuperSU
Current Android version: 5.1.1_r14
Current Build number: LMY48M
Current Build date: 09/18/2015
FLASH INSTRUCTIONS:
Typical disclaimers apply! Flash at your own risk!
Make sure you have 5.1.x firmware and have the latest stable TWRP recovery installed
Perform factory reset (if coming from other ROM, or previous android version)
Flash firmware for your device. I build for the following:
DISCONTINUED (google has added everything to marshmallow that I wanted in lollipop. I'm focusing on more important things now...)
Reboot and Enjoy!
**Build instructions**
Refer to @scrosler's build instructions located here: http://forum.xda-developers.com/showpost.php?p=46267499&postcount=2
After "Identify Yourself to the Repo" proceed with initializing, syncing, and building my repo...
Code:
git clone https://github.com/grogg/build-scripts.git -b lollipop AOSP && cd ~/AOSP
repo init -u https://github.com/grogg/manifest.git -b lollipop
repo sync
./build-"device".sh
"device" needs to be replaced with either deb, flo, or hammerhead
**Features**
SuperSU built in
Recovery patch disabled
Gapps built in
Google GPS patched
Gesture typing patched (for AOSP keyboard)
Model number patched ("Nexus 5" and "Nexus 7", instead of "AOSP on ****")
AOSP Dialer icon patched (material)
Battery percent enabled
Stock DRM added
Default wallpaper changed (material)
USB-OTG FAT storage added. (no exFAT, NTFS, or ext4)
Advanced power menu w/ Screenshot and Screen Recorder
Screenshot quick delete action
Remove AOSP calendar, mms, music, and voice dialer
SuperSU access in Settings
System unmount during install
CM busybox
Clear all recent apps
Kernel compiling in build
Update system disabled
Wallpaper rotation patched
Telephony homescreen rotation enabled
AdAway built in
SoundRecorder modified and visible
Eleven music player built in
CM Terminal built in
DocumentsUI standalone
MiExplorer file manager built in
XDA-One built in
SMS enabled on DEB
Misc battery stats setting
**Changelog**
09/18/15
extras: compiled and updated adaway.apk
gapps: removed googlecalendar.apk
gapps: updated velvet.apk and libs to marshmallow version
updated default wallpaper
added marshmallow bootanimation
09/11/15
hammerhead, flo, deb: update binaries (forget to on last release)
09/10/15
update to 5.1.1_r14
gapps: update velvet, phonesky
gapps: remove playstore apps except calendar
extras: update mixplorer
apps: remove gallery and eleven
apps: disable documentsui launcher icon
08/06/15
update to 5.1.1_r9
hammerhead: update binaries to 5.1.1_r9
flo: update binaries to 5.1.1_r9
deb: update binaries to flo 5.1.1_r9
extras: update xda-one.apk
gapps: update velvet.apk, googlemessenger.apk, phonesky.apk, googlecalendar.apk, gmscore.apk and libs
apps: remove browser.apk
07/03/15
update to 5.1.1_r6
flo: update binaries to 5.1.1_r6
gapps: revert googledialer
06/27/15
update to 5.1.1_r5
extras: update MiXplorer
gapps: update googlecamera gmscore phonesky velvet
gapps: update googledialer
06/06/15
update to 5.1.1_r4
deb/flo: binaries updated
hammerhead: proprietary apps updated
gapps: apps, jars, and libs updated from 5.1.1
gapps: camera, calendar, gmscore, and phonesky updated
extras: xda-one updated
05/23/15
update to 5.1.1_r3
hammerhead: binaries updated
gapps: velvet updated
05/13/15
update to 5.1.1_r2
xda-one updated
05/01/15
gapps updated
flo binaries updated
04/27/15
update to 5.1.1_r1
04/15/15
update to 5.1.0_r5
flo/deb binaries updated
gapps: quick search and calendar updated
browser, gallery, and music updated
prebuilt kernels used in builds
04/01/15
gapps: rebuilt to fix deodexing
gapps: google play services updated
hammerhead: timeservice and shutdownlistener re-deodexed
hammerhead: google dialer added back in and updated to v2.1
hammerhead: dun added to t-mobile apn type to disable data limit
adaway: materialized
03/27/15
update to 5.1.0_r3
03/22/15
banner updated (huge update, I know...)
03/20/15
gapps cleaned up and updated
xda-one updated
03/16/15
screenrecorder added back in (settings under display)
silent settings removed from apm
ambient display removed (no point in having an option to turn on a broken feature)
note: flo and deb have flicker on camera (waiting on updated source for those devices)
03/15/15
gapps updated
hammerhead: vendor fixes
dev settings: unaccounted/overcounted batt stats setting re-added
gallery and browser updated
03/12/15
update to android 5.1.0
screenrecorder removed
apm silent mode added
unaccounted/overcounted stats switch removed
switched to cm terminal
default wallpaper changed
revert to aosp dialer for time being
03/03/15
google search voice search fixed
cmfilemanager removed again (i just can't fall in love with it)
soundrecorder replaced
xda-one built from updated source
gms-core updated
03/01/15
google search updated
google calendar updated
sms enabled on deb
02/25/15
bootanimation removed (keeping it simple)
aosp email removed
adaway updated
cmfilemanager updated and built in
busybox updated
eleven updated
supersu updated to v2.46
02/08/15
documentsui: cut and paste icons fixed
02/07/15
velvet updated
02/06/15
supersu zip built in
terminal updated
eleven updated
02/04/15
cmfilemanager removed (available separately)
documentsui is now a standalone file manager
musicfx is now a standalone app
adaway modified to include xxxhdpi launcher icon
01/31/15
aosp terminal included in build
default wallpaper changed
deb binaries updated
minimal gapps included in build
01/17/15
flo and deb binaries updated
soundrecorder reworked from base
01/12/15
'apollo' replaced with 'eleven' music player
reverted back to musicfx
'screenshot' and 'screen record' icons changed in apm
gapps package updated
01/11/15
materialized apollo and audiofx
01/08/15
audiofx replaces musicfx
apollo music player added
01/07/15
soundrecorder materialized and made visible in launcher
adaway compiled by me from source and included as prebuilt
01/06/15
screenrecorder added to apm (settings in settings>display>screen recorder)
"silent" settings removed from apm
change to cmfilemanager sidebar backdrop
01/04/15
cmfilemanager added and created new launcher icon for it
01/02/15
memory leak patched
materialized aosp browser and gallery added
01/01/15
build date removed from build number and given it's own line at bottom
add image to about phone/tablet screen
12/30/14
tested off github repo sync
app ops enabled in settings
12/26/14
fstrim scipt added
default audio edited
hammerhead launcher rotate fix with updates
12/21/14
init.d support added
kernels: DT2W disabled by default
flashable script added to enable DT2W
12/20/14
merged with 5.0.2_r1 LRX22G
deskclock: setting checkbox added to remove alarm icon from statusbar
kernels: DT2W added and enabled by default (thank my wife for insisting)
12/17/14
hammerhead: binaries updated
hammerhead: timeservice.apk and shutdownlistener.apk pulled from 5.0.1, deodexed, and updated
gapps updated (calendar, camera, cloud print, play movies)
12/16/14
only material sounds included
gapps updated (hangouts, gmail, maps, tts)
12/14/14
misc battery stats disabled (setting in dev options)
fix half blank screen after landscape lock
homescreen rotation enabled in hammerhead
12/11/14
finished removing "update system"
"additional system updates" removed from settings
bug report option removed from dev settings
hammerhead: shutdownlistener.apk and TimeService.apk updated
gapps: cloud print fixed
12/09/14
kernels compiled with 4.8
apm disabled in secure lockscreen
"update system" removed from settings
typo corrected in gapps updater-script
12/08/14
gapps updated (gmail)
gapps updated (hdr libs and permissions added)
gapps updated (google dialer and libs added)
12/07/14
patches updated to include kernel changes, device kernel source changes
patches updated with automated build scripts
op updated with patch and build instructions
12/06/14
clear all recent apps fixed
compiled stock kernels added (no more prebuilt)
12/05/14
gapps updated... again (maps, search, playstore)
12/04/14
cm busybox built in
clear all recent apps added
missing hammerhead blobs added
gapps updated (chrome, maps, music, messenger, google +, TTS)
12/02/14
repo merged with master branch
factory bootanimation added
screenshot delete icon changed
system mount status check added to updater-scripts
@10:30pm
updated to android 5.0.1 (LRX22C)
updated flo/deb binaries to flo LRX22C binaries
11/29/14
prevent app inclusion: camera2, gallery2, exchange2, quicksearchbar
built new gapps package from scratch and updated apps (tested and working)
11/27/14
remove home sample launcher
edit build and package name definitions
11/25/14
added ambient display
moved supersu access to settings menu
reverted to block based build (because flash speed is amazing with it)
11/23/14
redesign apm
add screenshot action to apm
add quick delete to screenshot
prevent app inclusion: aosp browser, calendar, email, mms, music, and voice dialer
launcher 3 to be default on all builds
11/20/14
changed download server
11/19/14
mako, manta, and shamu devices added
**BUGS**
Make sure you have performed a clean install and have not flashed anything else or restored ANYTHING!!!
If you experience a bug then boot into safe mode and see if it persists.
If bug persists in safe mode then provide me with useful info:
build date
confirm a clean install (your exact install steps, recovery version, bootloader version, and whether or not you've restored ANYTHING or flashed ANYTHING else)
detailed description of bug
steps necessary to reproduce symptom(s)
include a logcat
Failure to provide ALL this information will result in me ignoring your post and laughing at you...
GITHUB
Special thanks to:
@scrosler,
@Gnome,
SimpleAOSP,
@sykopompos,
@DJLamontagneIII,
cyanogenmod,
and anyone else I've forked or received help from!
Great Rom
So far it's my favorite Lollipop rom. Excellent work here. Thanks Grog!
Bsober said:
So far it's my favorite Lollipop rom. Excellent work here. Thanks Grog!
Click to expand...
Click to collapse
I would love to try this rom. Your review would appreciated
Thanks
I love this rom, fast and stabale.
Updated from 4.3.1 to version 020415.
Hey GROGG88 you're ROM is Fantastic! Thank you for making a ROM that works like a charm for Deb Model.
More Power! ?
Flashed as second rom via multirom, w8 around 10-15min - dont start, stuck at bootanimation.
Deb, latest multirom twrp.
Great ROM.
I love it. Definitely my daily driver!
Sent from my Nexus 7
great battery life !!!! this is a smooth rom
anyway, is there a mod to increase the sound volume?
Flashed as second rom via multirom, w8 around 10-15min - dont start, stuck at bootanimation.
Deb, latest multirom twrp.
Same with me. Previous build worked fine.
Any solutions?
Awesome. This has been the Primary on my Deb since your first build!
Been running this as a secondary ROM through MultiROM for quite some time now and it works great plus it is very stable.
Using it with the ElementalX Kernel and it sleeps like a baby, the battery life is amazing.
@GROGG88 : do you have the flashable zip of your kernel. I would like to try different kernels but I would also like to switch back
Thanks
Sent from my Nexus 7 using Tapatalk
txpxsx said:
@GROGG88 : do you have the flashable zip of your kernel. I would like to try different kernels but I would also like to switch back
Thanks
Sent from my Nexus 7 using Tapatalk
Click to expand...
Click to collapse
Nope, its not available separate. Currently it is just the stock kernel with dt2w.
You can always restore a backup...
The mic seems to stop working. I nandroid restore back to stock and the mic start working again.
I'm not sure if this is a ROM issue or elementalX kernel issue
Sent from my Nexus 7 using Tapatalk
txpxsx said:
The mic seems to stop working. I nandroid restore back to stock and the mic start working again.
I'm not sure if this is a ROM issue or elementalX kernel issue
Sent from my Nexus 7 using Tapatalk
Click to expand...
Click to collapse
No problems here. Restore stock kernel and/or boot into safe mode. You have something killing audio in.
GROGG88 said:
No problems here. Restore stock kernel and/or boot into safe mode. You have something killing audio in.
Click to expand...
Click to collapse
Thanks for the feedback. Is it ok if I flash your rom over stock without wiping?
I wonder how the gapps would be since your ROM has included some gapps
Sent from my Nexus 7 using Tapatalk
txpxsx said:
Thanks for the feedback. Is it ok if I flash your rom over stock without wiping?
I wonder how the gapps would be since your ROM has included some gapps
Sent from my Nexus 7 using Tapatalk
Click to expand...
Click to collapse
Can you? Maybe.
Should you? Not really.
How's LTE on this ROM? I'm only getting EDGE on stock since lollipop. But this does look like a killer ROM and will take it for a spin until someone answers :good:
LTE is working fine out of the box for me. Check APN or signal strength in your area perhaps?
Sent from my XT1095

[ROM]【7.1.1】 N6F26U -【Stock】【Lite】- 03/14/2017

[ROM]【7.1.1】 N6F26U -【Stock】【Lite】- 03/14/2017
Build Information
Simple, slimmed down & stable releases of stock rooted Android.
Code:
[B]Official N6F26U 7.1.1 factory image based
March, 2017 security patch level
Stock kernel
SuperSU
Busybox
Forced encryption disabled
Optional Google /system apps and bloat removed
Persistent ADB notification disabled
Tether provisioning disabled[/B]
Installation Instructions
Code:
[B]Note: You are responsible for making sure you are on the latest bootloader & modem[/B]
1) Reboot to latest TWRP recovery and wipe system, cache, dalvik and data in TWRP
2) Flash ROM
3) Reboot
Download
03/14/2017 build here
Change logs
Code:
[B]03/14/2017[/B]
-Based on N6F26U
[B]02/07/2017[/B]
-Based on N6F26R
-Updated Busybox
[B]01/14/2017[/B]
-Update-binary/script updates
-Fixed the speaker phone echo thanks to Yoinx & Beanstown
[B]01/05/2017[/B]
-Based on N6F26Q 7.1.1
-Updater script/Binary changes
-Updated SuperSU and Busybox
[B]11/10/2016[/B]
-Updates to updater-script
[B]11/08/2016[/B]
-Rebased on NBD91P
-Updated busybox
[B]10/04/2016[/B]
-rebased on NBD90Z 7.0
-SuperSU 2.78
-Latest busybox
[B]07/06/2016[/B]
-Based on MOB30O factory image
-Updated SuperSU to 2.76 stable
-Updated all google apps to latest versions
[B]06/06/2016[/B]
-Based on MOB30M factory image
-Updated SuperSU to 2.74-2
-Updated all google apps to latest versions
-Gmail, Photos and Calendar added back into ROM
[B]05/10/2016[/B]
-updater-script rewrite
-Updated SuperSU to 2.72
-Busybox added (1.24.2 "systemless")
-Updated Google app
-Updated Google Keyboard to 5.0.20.121473290
--Left/Right handed mode
--Keyboard resizing
--Improved themes
--Number row on password fields
-Updated Google Dialer
-Removed AOSP Gallery (depreciated)
[B]05/04/2016[/B]
-Updated SuperSU to 2.71
-Updated Nova Launcher (Nova build only)
[B]Note: Busybox is still not included, if you need busybox please use the busybox app
from the market to install in either /su (systemless) or /system/xbin (System) depending
on your requirements[/B]
[B]05/02/2016[/B]
-Based on MOB30I factory image
-Updated system apps to latest versions
[B]*Full wipe recommended as we are on a new branch[/B]
[B]04/05/2016[/B]
-SuperSU 2.65 stable
[B]04/04/2016[/B]
-Based on MMB29X factory image
-SuperSU 2.71
-Updated system apps to latest versions
-Busybox is no longer included but can be added via the [URL="https://play.google.com/store/apps/details?id=stericson.busybox&hl=en"]busybox app on the playstore[/URL]
[B]03/07/2016[/B]
-Based on MMB29V factory image
-SuperSU 2.68
-Updated all system apps to latest versions
[B]02/02/2016[/B]
-Based on MMB29Q factory image
-SuperSU 2.67
[B]01/05/2016[/B]
-Updated Google Play Store
[B]01/04/2016[/B]
-Based on MMB29S factory image
-SuperSU 2.66
[B]12/22/2015[/B]
-Updated SuperSU to 2.64
-Updater-script touch ups
[B]12/17/2015[/B]
[B]-Swapped out updater-script and update-binary[/B]
-removed set_metadata - (sets file/directory permissions when flashing a rom, but also adds file contexts.)
We are now using sparse_dat - (The permissions, symlinks, and file contexts are all added inside a sparse image.)
-Fixed USB OTG
-Updated Google app
For more information view [URL="http://forum.xda-developers.com/showpost.php?p=64368494&postcount=2453"]this post[/URL]
[B]12/15/2015[/B]
-Removed init.d from system/etc (depreciated and not supported by the stock kernel)
-Added latest Google Camera to /system
[B]12/12/2015[/B]
-Updated SuperSU to 2.62_r3
-Edited T-Mobile USA APN to "default,supl,dun" to allow tethering
[B]12/10/2015[/B]
-SuperSU 2.62
-Updated Google Play Services
-Updated Google Talkback
Note: This SuperSU update will support some root apps that didn't work on 2.61
however Android Pay will not work unless you remove /su/xbin_bind and reboot.
This will however break support for those root apps with older SU calls to system.
[B]12/09/2015[/B]
-Stock kernel
-Updater-script adjustments
-Systemless root will be patched by the ROM right after the kernel is extracted
-SELinux enforcing
-- No force encrypt included
-- No warning message on boot
--All third party kernels will now be fully compatible as we are using 100% stock ramdisk
[B]12/08/2015[/B]
-Rebased on MMB29K
-Updated Google Play Services
-Updated Google Play Store
-Updated Webview
-Updated Google Dialer
-Updated Google Contacts
-Updated Google Connectivity Services
-Updated Google Search
-Updated AOSP Gallery to newest source
-Updated to latest Busybox
-Merged new 6.0.1 ramdisk into hC kernel b11 stable
-Added SuperSU 2.61 "systemless" Root
Note: after flashing, upon rebooting twrp will ask to install root as it can't find it on the system partition.
make sure you don't install it there as it will break things, we are using a systemless root moving forward
[B]11/05/2015[/B]
-Rebased on MRA58R
-Updated Google Play Services
-Updated Google Play Store
-Updated all other required system gapps
-Updated AOSP Gallery to newest source
-Updated hC kernel to b11 final
Note: Everything from 6.0_r2 has been re-implemented from scratch on the new factory image.
Future MRA58R based ROM updates will only update the kernel & google system apps for new users to the ROM.
kernel update zip's will be provided for users currently on this release so there will be no need to flash a full
ROM zip until next OTA. ;)
ENJOY!
[B]11/03/2015[/B]
-Rebased on MRA58N
-Updated all required system GAPPS
-Everything from previous 6.0 releases implemented from scratch
[B]10/28/2015[/B]
-Updated kernel to hC b11-t1
--This is build 10 stable with a bug fix, no other changes
--Reduced red tint at low brightness commit is pushed in this kernel build along with a lot of other enhancements
-Removed su.d permissive script as the kernel is set to permissive by default
-Updated Google Play Services
-Updated Google Webview
[B]10/24/2015b[/B]
-Reverted framework-res modification (plug in usb to wake)
[B]10/24/2015[/B]
-Updater script clean up
-Added light weight AOSP Gallery
-Disabled annoying screen wake when plugging in USB
[B]10/23/2015[/B]
-Reverted userdebug build to user build
-Multi-window reverted
-"Overcounted" battery stats will no longer appear
-Extra debug logging disabled
-Updated Google search app
[B]10/21/2015[/B]
-Minor edits to updater-script
-Updated kernel to hC-b9 stable
-Enabled Multi-window option in developer settings
-Added "dun" to T-Mobile APNs to allow tethering to work
-Updated Google Keyboard
-Removed Google Messenger (Download it from the Play Store)
[B]10/14/2015[/B]
-Update-binary and updater-script changes
-SuperSU options integrated into Settings
-SuperSU updated to 2.52
-Updated kernel to hC-b8 stable
[B]10/09/2015[/B]
-Updated Google Talkback
-Updater-script updates
-Google Camera and Google Wallet removed from System
-75 mb free on /system partition for layers/ad-away etc.
[B]10/08/2015[/B]
-Updated sepolicy for hC build 7 stable with latest from Chainfire
-Encrypted devices will no longer bootloop
[B]10/07/2015c[/B]
-Updated sepolicy for hC build 7 stable
-SELinux set to permissive
[B]10/07/2015b[/B]
-Updated sepolicy
-Triangle screen no longer shows on boot
-Updated SuperSU
-Updated hC kernel to build 8
[B]10/07/2015[/B]
-Rebased on 6.0
-Rooted and busybox
-Updated all system apps for the cleanest possible boot
-Latest hC M kernel
Note: Make sure you are on the 6.0 bootloader and modem before flashing or you may experience issues!
[B]09/12/2015[/B]
-Updated kernel to b11 stable
[B]09/11/2015[/B]
-Rebased on latest Factory Image (INTL)
-Updated kernel to b11-t2 (latest)
[B]08/12/2015[/B]
-Rebased on latest Factory Image (INTL)
-Updated to hC-b9-zen stable
*no longer supporting WIFI calling until Google gets it's act together and makes it unified with the INTL builds*
​
XDA:DevDB Information
MRA58K [Lite], ROM for the Nexus 6
Contributors
Danvdh
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.10.x
Based On: Factory Image
Version Information
Status: Stable
Created 2015-03-20
Last Updated 2017-03-14
reserved
Does this have hotspot?
iainaaldrich said:
Does this have hotspot?
Click to expand...
Click to collapse
Does for me, yep. I'm tethering now to upload it. I haven't changed much from the stock system dumps provided.
Sounds promising, will give it a go when uploaded. Cheers
Sent from my Nexus 6
YES!
One of the few XDA devs I trust for stable roms. Coming from an S4 :good:
Great to see ya over here! Been running your GPE ROM on my VZW S4 for a while now. I'm assuming this doesn't force encryption right? Can't wait to give it a go!!!
build is uploaded
nice to see you again everyone
Do you have to be on a 5.1 bootloader/radio in order to flash this? ie. http://forum.xda-developers.com/nexus-6/development/bootloader-radio-boot-img-boot-loader-t3052425
Danvdh said:
build is uploaded
nice to see you again everyone
Click to expand...
Click to collapse
Downloading now.
Sent from my Nexus 6
Great to see you here. Your S4 GPE ROM was my dd forever!
airnique23 said:
Do you have to be on a 5.1 bootloader/radio in order to flash this? ie. http://forum.xda-developers.com/nexus-6/development/bootloader-radio-boot-img-boot-loader-t3052425
Click to expand...
Click to collapse
would be recommended yeah, I believe Mikey had a method to flash the latest bootloader and modem with 1 click in windows. let me dig it up
Hey Dan. My daughter still uses your GE ROM on my old vzw S4 as a sort of android iPod touch. Nice to see you over here.
I loved your S4 ROM! I'll give a try on the nexus 6 one!
brizey said:
Hey Dan. My daughter still uses your GE ROM on my old vzw S4 as a sort of android iPod touch. Nice to see you over here.
Click to expand...
Click to collapse
Awesome I'm glad people are still enjoying my GPE, I still continue to work on it with kryten2k35 although he has been doing the bulk of the work recently. he's pretty much the man
for those of you wondering about the bootloader / modem
https://www.androidfilehost.com/?fid=95916177934543135 is from MikeyXDA's thread and the credits goto Scrosler for the batch file, its a 1 click install assuming you're in bootloader mode (It's gonna take a bit for me to stop calling it download mode) simply run the flash radio and firmware.bat
to all of you who want to see my previous work, take a look here http://forum.xda-developers.com/showthread.php?t=2557353
I just wanted to take this time to thank MikeyXDA and Scrosler for helping me get my feet wet a bit early and build a type of ROM I've been known to use / release, the deodex base and APM code really cut the time needed to get this out
You had the dandroid rom for the S4. I ran that for a while. Glad to see you with the Nexus 6.
dxwilliams40 said:
You had the dandroid rom for the S4. I ran that for a while. Glad to see you with the Nexus 6.
Click to expand...
Click to collapse
Dandroid was S3, GPE was S4
Omw Dan!!!! Yayyy! One of the first devs I ever donated to
Just looked at your other rom, if you could put in some custom mods in this, like swapping navigation buttons and pressing volume rocker to skip tracks, I would love you forever haha. Also, does this force encrypt?
Danvdh said:
Dandroid was S3, GPE was S4
Click to expand...
Click to collapse
I guess it was further back than I thought. Either way, no more Samsung love.

[ROM][XT1575|XT1572][Aroma]TruPureXMM 2.9 - Fast and Smooth [5-26][MM 6.0]

Introducing
TruPureXMM
TruPureX was born from my minimalist OCD and love for my Nexus 6. Although Motorola has a reputation for not including bloat, I disagreed. I have removed all unnecessary MotoBloat while keeping the Moto features that make us love their phones so much. TruPureX is light, fast and smooth. It was built to keep the battery in mind and performance high, as well as making sure it is easy to customize to your liking.
This is my first ROM that I am sharing with the community here at XDA, so please be kind and any advice is appreciated. I hope you enjoy my rom as much as I enjoyed making it.
**Please search the thread before posting about an issue. There have been too many repeat questions.​
Click to expand...
Click to collapse
Features:
Smooth & Fast
DeOdexed
Zipaligned
PreRooted
BusyBox
Aroma Installer
Xposed Ready
VoLTE Fixed
Dual SIM Support
FranklenClark kernel thanks to @dirtyhank
Dynamic Navigation bar
Removed Recents Search Bar
Removed ascending ringtone
Disabled Smooth Scrolling cache
Blocked Ads
Moto Voice
Moto Actions
Moto Camera and Gallery
Moto Display
Build.prop tweaks for performance and battery
Heavily Debloated (Google apps, Moto apps, etc.)
Developer options enabled by default
ADB enabled by default
Init.d Support
Installation:
MUST BE ON TWRP 3.X+
If coming from MM Pure OTA or other MM rom:
1. Download TruPureXMM-X.X zip
2. Clean Wipe
3. Flash
4. Reboot
If coming from 5.1.1 rom:
1. Download TruPureXMM-X.X zip
2. Download MM-Pure-Modem zip
3. Clean Wipe
4. Flash TruPureXMM-X.X zip
5. Flash MM-Pure-Modem zip
6. Reboot
Download:
TruPureXMM 2.9:
Download Here
Changelog:
5/26/2016 - 2.9:
-Removed missed apps and services
-Updated frankenclark
-Faster scrolling
-Build prop edit
4/10/2016 - 2.8.2:
- Removed Moto Voice
- Added option to install Moto Voice
- Updated SuperSU to 2.71
4/8/2016 - 2.8.1:
- Fixed VoLTE
4/8/2016 - 2.8:
- Rebased using February Security update
- Updated modem
- Reverted condensed quick settings
- Updated FrankenClark to v0.10
- Removed Calculator (available on Play Store)
- Removed Moto Actions and Moto App
- Added option to install Moto Actions and Moto App in aroma
- Removed Stock Optimized Kernel as it is no longer supported
- Blocked OTA's and notifications
3/25/2016 - 2.7:
- Condensed quick settings
- Made quick settings toggles smaller
- Rounded recents cards
- Thinned out recents card title bar
- Updated FrankenKernel to 0.9
- Added rom version to settings
3/13/2016 - 2.6.4:
- Dual SIM options added in Aroma
- Systemless root option added in Aroma
- Updated hosts ad blocking file
- Reorganized Aroma
- New theme for Aroma
- Updated SuperSU to 2.68
- Updated FrankenKernel to 0.8
3/1/2016 - 2.6.3:
- Busybox is now included
- Adjusted kernel settings for smoother UI
- More Debloat
- Minor build.prop changes for better battery and smoother UI
2/19/2016 - 2.6.2:
-Added option to install reverse navigation bar
-Added option to install different kernels
-Swapped out Google Dialer and Contacts with themeable version
2/12/2016 - 2.6:
- Updated to SuperSU 2.67
- Implemented Aroma Installer
- Added option to install stock nav bar
- added option to enable recents search bar
- added option to enable ads
- added option to install Moto Display
- added option to install stock MMS
- added option to install Google Dialer and Contacts
- added option to install AOSP keyboard
1/17/2016 - 2.5:
- Removed recents search bar
- Disabled smooth scrolling cache
1/5/2015 - 2.4:
-Updated SuperSU to 2.66
-Added Dynamic navigation bar
-Enabled developer options by default
12/30/2015 - 2.3.3:
-Updated kernel to VadimTk V5
-Added CaptivePortalLogin.apk back to rom
12/26/2015 - 2.3.2:
-Updated SuperSU to 2.65
-Fixed force close and no sim detection on dirty flash
12/25/2015 - 2.3.1:
-Updated kernel to V3
-Changed host file to a less RAM intense one
12/23/2015 - 2.3:
-Updated SuperSU to 2.64
-Reverted to traditional root
-Slimmer navbar
-Disabled ascending ringtone
-Blocked ads (Thanks BSDgeek_Jake for the host file)
-New modified stock kernel (Thanks VadimTk )
-Enabled ADB Debugging by default
-More debloat
-More Battery Optimizations
-More UI Optimizations
12/19/2015 - 2.2.1:
-Cleaned up code
-Added version number to updater script and Settings
12/17/2015 - 2.2:
-Systemless Root
-Android Pay
Note: YOU MUST CLEAN WIPE before flashing this new systemless build.
12/11/2015 - 2.2:
-Removed Unlocked Bootloader Message
-Removed Moto Display in favor of Ambient Display
-Updated Google Keyboard and add Emojis
-A couple more minor kernel tweaks
-More debloat!!!
12/3/2015 - 2.1:
-Same as 2.0
-Xposed ready
-Stock Marshmallow boot animation
-VoLTE fix included
-More debloat
-Rebased using Pure Marshmallow OTA
11/29/2015 - 2.0:
-Rebased using @gmillz Indian Marshmallow OTA
-Removed Extended Power Menu till I can get it working with Marshmallow
-Removed clear all recents
-Enabled Marshmallow multiwindow
-Changed 4G to LTE
11/20/2015 - 1.3.3:
-Updated all Google and Moto apps
-Reverted some build.prop tweaks
-Debloated even more
-Minor kernel tweaks for extra snappiness
11/12/2015 - 1.3.2:
-Reverted to stock navbar
11/7/2015 - 1.3.1:
-Fixed VoLTE!!!
11/6/2015 - 1.3:
-More ram optimizations
-More performance optimizations
-More battery optimizations
-SDCard write fix baked in
-Swapped home and recent buttons
-Disabled smooth scrolling cache
11/3/2015 - 1.2:
-Rebuilt from Spasticdroid's base image
-Added Lollipop boot animation (no longer blacks out on first boot)
-Changed all UI sounds to Marshmallow sounds
-Added 20%, 25%, and 30% triggers for battery saver
-Added .75 to Animation speed and scale in developer options
-Debloated even more useless apps
-Changed build number in settings
11/1/2015 - 1.1:
-Removed Lockscreen Rotation
-Zipaligned
10/30/2015 - 1.0:
-Initial Release
I'd like to thank Spasticdroid for letting me use his base image and giving me advice. :good:
Credits: SuperR, ChainFire, Zephik, SpasticDroid, VadimTk​
XDA:DevDB Information
TruPureXMM, ROM for the Moto X Style (Pure)
Contributors
vx2ko
ROM OS Version: 6.0.x Marshmallow
Based On: Stock
Version Information
Status: Stable
Current Stable Version: 2.9
Stable Release Date: 2015-10-30
Created 2015-10-30
Last Updated 2016-05-26
Additional Files
February Updated Modem
Fixed Bootloader, Dark or Light (Aroma)
Obsolete Marshmallow Zips:
Stock Navbar (no dynamic)
MM Pure Modem with Band 12 Fix
Moto Display
Obsolete 5.1.1 ONLY
Stock Power Menu:
Download here
Swapped NavBar:
Download Here
VoLTE Fix for Deodexed Roms:
Download Here
Stock Sounds:
Download Here
No Clear All Recents Button:
Download Here
Xposed Information
Xposed Information​As I mentioned before, my rom is Xposed ready. Following these instructions and you will have Xposed up and running on TruPureX.
1. Download these files to your Moto X Pure from HERE:
xposed-v81-sdk23-arm64.zip
XposedInstaller_3.0_alpha4.apk
2. Flash xposed-v81-sdk23-arm64.zip in TWRP
3. Install XposedInstaller_3.0_alpha4.apk
4. Now your ready for some Xposed Goodness
Click to expand...
Click to collapse
Awesome, great to see some more roms for this phone, will definitely give it a try!
krazeekirk said:
Awesome, great to see some more roms for this phone, will definitely give it a try!
Click to expand...
Click to collapse
Thanks! @krazeekirk Let me know what you think! It would be nice to get some feedback.
Does anyone know if volte works on this since its deodexed?
Sent from my XT1575 using Tapatalk
Giving it a shot! Thanks for the contribution!
Curious what's "bugged/not functioning"... But, as of right now, this is probably the most promising and the ROM I'll probably be installing. I'm just waiting for android 6 to release for device first.
jsminnis said:
Does anyone know if volte works on this since its deodexed?
Sent from my XT1575 using Tapatalk
Click to expand...
Click to collapse
Since this is based on spasticdroid's, I assume so. I am unable to test this since I have att. Can someone test and let us know so I can put the warning in the op?
vx2ko said:
Since this is based on spasticdroid's, I assume so. I am unable to test this since I have att. Can someone test and let us know so I can put the warning in the op?
Click to expand...
Click to collapse
In his deodexed version volte does not work, could you please post an odexed version?
Sent from my XT1575 using Tapatalk
NoFear1183 said:
Curious what's "bugged/not functioning"... But, as of right now, this is probably the most promising and the ROM I'll probably be installing. I'm just waiting for android 6 to release for device first.
Click to expand...
Click to collapse
For as long as I've been using my build, I haven't noticed any issues yet. It's been my daily for the last few days since built the final build. If you do find some, please let me know.
jsminnis said:
In his deodexed version volte does not work, could you please post an odexed version?
Sent from my XT1575 using Tapatalk
Click to expand...
Click to collapse
As much as I want to, I can't at the moment. This is my first rom and I imagine it's going to be a lot to handle, let alone building two versions. Maybe later down the road I can get one out just for you
vx2ko said:
As much as I want to, I can't at the moment. This is my first rom and I imagine it's going to be a lot to handle, let alone building two versions. Maybe later down the road I can get one out just for you
Click to expand...
Click to collapse
I understand, but I'm sure all of the Verizon users would appreciate it. Thanks in advance.
Sent from my XT1575 using Tapatalk
jsminnis said:
I understand, but I'm sure all of the Verizon users would appreciate it. Thanks in advance.
Sent from my XT1575 using Tapatalk
Click to expand...
Click to collapse
You are right! Maybe I can work something out for you guys. Lets let this settle for now and I will look into supporting an odex one for Verizon.
Installed fine and after 90 minutes everything seems to be working well with no apparent bugs/FCs/etc. I really like the minimal build, and it's definitely faster & more responsive than stock. I'm also on AT&T so can't test volte.
Dahenjo said:
Installed fine and after 90 minutes everything seems to be working well with no apparent bugs/FCs/etc. I really like the minimal build, and it's definitely faster & more responsive than stock. I'm also on AT&T so can't test volte.
Click to expand...
Click to collapse
Thanks for the feedback! Keep them coming!
so far so good OP, just quick question, do you think that if we flash the custom kernel that is floating around we going to kill the experience?
juancaperez2000 said:
so far so good OP, just quick question, do you think that if we flash the custom kernel that is floating around we going to kill the experience?
Click to expand...
Click to collapse
In my opinion, yes. That's why I included the stock kernel. It was smoother for me when testing.
Looks promising, I'll give it a try.
Heck, my phone won't even download it! I wish I could try it. If also prefer an odexed version, because I've never understood the appeal of deodexed. It's easier to theme it, but you lose the optimization and smoothness that odexed has.

Categories

Resources