KitKat XPOSED - HTC One S

IS NOT MY WORK Y JUST WANT TO SHOW TO YOU THIS HARD STUFF
ALL CREDIT GO TO THEM
READ THIS POST CAREFULLY BEFORE PROCEEDING ANY FURTHER
Hey!
After countless hours of coding and searching for proper entry points to inject code to incorporate fixes and mods, here it is:
GravityBox - a complex Xposed module targeted for devices running Android 4.4, which turns vanilla ROM into
feature-packed "non-flashing" custom ROM.
Originally, this module was designed for MTK6589 devices which lack custom ROMs built from source due to MediaTek closed-source policy.
Later on, it was adjusted to support other (non-MTK) devices running vanilla or close-to-vanilla AOSP ROMs.
Introduction
The app utilizes amazing Xposed framework coded by recognized
developer rovo89 which, briefly, provides interface for injecting code into any app, including system services allowing modifications of applications and system services at run-time. One of the biggest advantages of GravityBox is that it is not bound to any specific device. Actually, it should run on any device having vanilla Android 4.4 (ROM close enough to AOSP).
This project wouldn't be possible without rovo's Xposed framework, so huge kudos to him.
Feature highlight
--- CyanogenMod Pie controls
--- Expanded Desktop
--- Statusbar QuickSettings tile management with tile reordering
--- Lockscreen targets
--- Statusbar icon coloring
--- Statusbar Brightness Control
--- Statusbar icon colors
--- Additional QuickSettings tiles:
------- Sync on/off, WiFi AP on/off, GravityBox shortcut, Torch, Network mode (2G/3G/2G+3G switch), Sleep, QuickRecord,
QuickApp, GPS on/off, Ringer mode, Volume tile, Camera tile, ...
--- Quick pulldown - switches to QuickSettings when status bar is pulled down near edges
--- Auto-switch to QuickSettings when there are no notifications
--- Center clock in statusbar
--- Battery indicator style
--- Navigation bar tweaks including cursor control keys
--- Low battery warning policy
--- Disable LED flashing when battery low
--- Disable LED while charging
--- Advanced power-off menu (reboot, recovery)
--- Volume key cursor control
--- Skip tracks by volume key long-press while screen off (thanks to rovo89)
--- More volume levels for music stream
--- Option to control safe headset media volume
--- Button for clearing all recent tasks at once
--- CRT screen off animation
--- Minimal brightness setting
--- Autobrihtness levels adjustment
--- Lockscreen tweaks - show widgets maximized, lockscreen background style (color fill, custom image)
--- Lockscreen rotation
--- Hardware key actions - menu long-press/double-tap, back long-press, home long-press
--- Dithered Holo background
--- Option to use solid black Holo background
--- Expandable volume panel
--- Option to unlink ringtone and notifications volumes
--- Notification drawer style (background color, image for portait/landscape, transparency)
--- Button backlight modes (default, disabled, always on while screen is on)
--- Dialer (Phone) tweaks
--- Launcher tweaks
--- Screen recording
... more to come
Compatibility
Some words about GB's main concept. One thing I didn't like about xposed modules was that it was always necessary to reboot a device after making a change to some option. Since GB's main concept was to turn MTK devices running stock ROM into something that's close enough to a feature-packed custom ROM, I had to take a decision - for it to be as much comfortable as possible and to really behave like a custom ROM, I had to design it to support most of the preference changes to be done on the fly without needing to reboot a device. While this sounds nice, it also brings couple of "drawbacks". For changes to be made on the fly, it is necessary to make some preparations when device starts. This means, even if you don't use the particular feature, the necessary preparation/modification is already there and is waiting for the user to come and change that option.
This means it is not possible to "completely deactivate" particular feature if it causes trouble on your device or if you installed GB because you want to use only one particular feature you can't find elsewhere.
This results in issues on ROMs/devices that have parts that are diverting from default Android implementation too much, or are running heavily modified custom ROMs.
If you experience weird issues after installing GB, even if you didn't activate a particular feature, it is not because of GB is broken, it is because it is not compatible with your ROM. It is very similar as if you installed ROM built from source for Nexus to some Xperia device - it won't work.
Next thing, GB is a complex module and is not suitable for 1 purpose scenario. This means, if you are running custom ROM built from source (CM, PAC, ...), and you are missing a certain feature, your best option is to go ask creators of those ROMs to implement those additional features. Supplementing missing features on well-known custom ROMs built from source by installing xposed modules (especially complex ones) is definitely not a good way to go and can cause more trouble than good.
And finally, the last. GB being a complex module, it shouldn't be combined with other complex modules often racing for the same goal. They can conflict/fight on the same playground and there's no way you can deterministically say which one's going to win.
They can even lose both.
So in summary:
- this module is designed to run on vanilla or close-to-vanilla Android 4.4 (AOSP)
- supports "Google devices" like Nexus, HTC One Google play edition, and others running vanilla Android 4.4
- Samsung Touchwiz, HTC Sense, MIUI, LeWa, etc. are NOT supported. It is not guaranteed this module will work on these at all so try at your own risk. This module is simply too complex to support all kind of ROM brands that were vastly modified by vendors.
- DO NOT USE WITH CUSTOM ROMS LIKE CM,AOSPA,ROOTBOX,AOKP,SLIM, OMNI AND THEIR OTHER CLONES... IT MAKES NO SENSE AND CAN CAUSE CONFLICTS AND UNEXPECTED BEHAVIOUR
- I will not implement any exceptions that will adapt this module to a specific custom ROM. Please, do understand, it is unmanageable.
- I will not provide any support for devices violating these compatibility rules
Prerequisites
To use this module, the following conditions must be met
- You have a device running Android 4.4 that's based on AOSP (vanilla or close-to-vanilla Android)
- ROM must be rooted (XposedInstaller requires root to be able to install framework into system)
- You have working custom recovery allowing you to make a backup before installing Xposed framework
GravityBox KitKat version has been developed and tested on Nexus 5
Installation
1) Backup your current ROM in custom recovery. I am serious. Don't skip this step.
2) Get the Xposed installer from Download section from Xposed official thread (the latest version is typically available at this link: http://dl.xposed.info/latest.apk) or this flashable zip https://mega.co.nz/#!nM9UEKQS!aQtXSzmL_LL9J7pEOtSiQSk7xV9j7-hQ_7mOllB7t4c
3) Install and run Xposed installer and follow the instructions to activate Xposed framework
4) Reboot. If device doesn't boot that means that the Xposed framework is not compatible with ROM you are currently
running. You don't need to continue with the next steps. You will have to restore your ROM from backup.
5) Download, GravityBox APK from the second post, rename it to GravityBox.apk and install it.
Alternatively, you can download the latest GravityBox directly from Xposed Installer (search for GravityBox [KK] module).
6) Make sure GravityBox app is installed into internal memory. If it was installed into phone storage or external storage,
move it into the internal memory first (applies only to devices having additional or external storage)
7) Run Xposed installer, go to Modules menu and activate GravityBox by checking the checkbox
8) Reboot
9) Launch GravityBox from app drawer or from Xposed installer and set options as desired
Reporting bugs
If you experience problems with certain feature, provide the full-detailed info that can help me
to reproduce the bug and attach debug.log file you'll find in:
/data/data/de.robv.android.xposed.installer/log
In case you experience SystemUI crashes or other apps Force Closing, or device soft reboots, attach logcat from time
crash occurs. (use adb logcat *:E or your favorite logcat app from Play Store).
Please, don't attach big logs. Only the portion where error is clearly seen.
Disable all other xposed modules before reproducing bug to make sure it is really GravityBox related
Remember, this app was developed and tested on one particular device so it is not guaranteed that
it will work flawlessly on yours.
Multilanguage support
Volunteers are welcome to translate GravityBox to other languages.
Simply download this file: https://github.com/GravityBox/Gravit...es/strings.xml
Use Notepad++ to edit strings and then send me edited file so I can include translations into next release.
Source code
GravityBox is opensource. Sources are available in my gihub: https://github.com/GravityBox/GravityBox/tree/kitkat
If you're a dev and have some ideas for additional features, feel free to fork it, work on it
and send the pull requests.
Copyright notice
https://github.com/GravityBox/Gravit.../kitkat/NOTICE
Support development
Coding, maintaining and supporting this project costs me a lot of my precious time. If you find this project useful, you are welcome to support its development via donation. This form of support is meant to compensate for my time dedicated to the community + eventually, help me to afford newer device to keep up with AOSP evolution thus providing continuous support as Android evolves. Thanks!
Credits
- @bgcngm for his code contributions to the project
- @MohammadAG for Xperia specific contributions to the project
- @rovo89 for his ultimate Xposed framework and "Volume keys to skip track" mod
- @peptonib for starting me up with this project
- THL W8 owners for providing support and feedback
- CyanogenMod project
- ParanoidAndroid project
- SlimBean, RootBox, AOKP, OmniROM projects
- Sergey Margaritov for ColorPickerPreference
- All those who provided translations for different languages (Mr.Premise, peptonib, kidmar, ch-vox, romashko, Indiant, lelemm, oicirbaf, unavix, LuHash, WedyDQ10, mp3comanche, awaaas, liveasx, samsonbear, Eric850130, xtrem007, benjoe1, asmb111, ...)
- and finally, all those who keep the project alive by supporting me via donations (you know who you are)
Changelog
https://github.com/GravityBox/Gravit.../CHANGELOG.txt
XDAevDB Information
GravityBox [KK] Xposed Framework Module, a Tool/Utility for the Android General
Contributors
C3C076
Version Information
Status: Stable

Please do not wholesale copy and paste threads from elsewhere without at least linking the original thread. Thread closed.

Related

Xposed Modules For Theming A110Q

modify your ROM - without modifying any APK (developers) or flashing (users)!
Advantages:
No need to modify any APKs. This means:
No need to decompile, change things in smali, compile, sign, ...
It will work for odexed and deodexed ROMs.
Your mod is not bound to a specific version of the ROM. Unless there is a major change in the methods called for a certain functionality, your mod will continue to work even when you upgrade your ROM. Hell, it will probably even work with different ROMs.
Multiple mods can be installed at the same time, even if they change the same package. So you can use these battery icons and those quick toggles. Even hooking the same method twice is possible. Of course, this only works properly if the mods are not trying to do incompatible things.
It does its magic at runtime. That means you can implement options to let the user decide if they prefer the bikeshed to be painted in red or blue. Or you can have some extra logic for certain ROMs without building different mod versions.
It can be disabled easily without having to reflash.
It's open source.
Download:
You can download the installer from http://dl.xposed.info/latest.apk. The attached XposedBridgeApi*.jar is only needed for developers.
How to install:
First step for everything you do: Create a nandroid backup and make sure you know how to restore it!
I'm not responsible for anything you do with your phone/tablet/rice cooker.
There is also the risk to soft-brick your device. In such a case, restoring a backup is the easiest way to get rid of it (other possibilities mentioned below).
For the framework:
Download the Xposed Installer APK and install it
Launch the Xposed Installer, go to the "Framework" section and click on "Install/Update"
Reboot
Done!
You can verify this by starting the Xposed Installer again. If app_process jumped back to an older version (or none at all), you probably have a ROM with S-On or similar, which reverts any changes to /system after a reboot.
For any modules you want to install:
Download <module>.apk and install it
Launch the Xposed Installer and go to the "Modules" section (you will also get there if you click on the notification warning you that the module is not enabled yet)
Enable the module by checking the checkbox
Reboot
Done!
(note that you can install the framework and enable/disable multiple modules at once and reboot afterwards)
In case you get into a boot loop:
You can flash the attached Xposed-Disabler-Recovery.zip by Tungstwenty. It will be copied to your (external) SD card when you install Xposed as well. The only thing it does is copying /system/bin/app_process.orig back to /system/bin/app_process, which you can also do yourself (e.g. with adb shell in recovery mode).
You could also create a file /data/data/de.robv.android.xposed.installer/conf/disabled, which causes Xposed to be bypassed as well.
Modules:
The official repository for Xposed modules, which can also be access from within the app itself (with download/update support), can be found at http://repo.xposed.info
You can also have a look at this index: http://forum.xda-developers.com/show....php?t=2327541
Please don't use this thread for problems with modules! Use the thread of the module instead.
How to write a module:
If you are an interested developer, give it a try. The development tutorial will help you get started. Further documentation (e.g. how to replace resources) is here. And of course, you can ask your development questions in this thread.
If you have suggestions for new functions the framework could provide (which means they should be useful for more than your module), you can do this here as well. However, requests that I or somewhen else should write a module for xyz are NOT allowed here. Again, this thread is only about the framework.
Changelog:
1.0: Initial version
1.1: ???
1.2: Installer
1.5: Resource replacing
1.6: Some fixes and improvements [629 downloads]
2.0 rc2: Lots of thing redone. Supports (temporarily) replacing native libraries, lots of additions and changes for developers. [3,234 downloads]
2.0: Removed the native library replacement again, support for 4.1 and 4.2, Instagram crash fixed, ... [631 downloads]
2.0.1: Fixed a crash when a module tries to hook a function with "long" or "double" parameters [930 downloads]
2.0.2: Fixed a problem which resulted in a boot loop [4,310 downloads]
2.1: Various improvements, e.g. earlier callbacks for module loading. For details, see this post. [345 downloads]
2.1.1: Fixed a bug in drawable replacements [5,421 downloads]
2.1.2: Small fixes, added Chinese and Russian translations [11,415 downloads]
2.1.3: Reverted a change in 2.1.2 that caused bootloops; new translations and some more fixes [46,803 downloads]
2.1.4: Support for Galaxy S4 and HTC One plus a few minor fixes/enhancements (details) [208,176 downloads]
2.2: Builtin updater/module downloader, extended UI, support for Android 4.3 and more (details) [241,267 downloads]
2.3: x86, Knox, MIUI support (experimental), context menu in modules list and more (details) [18,219 downloads]
2.3.1: "Segmentation fault" during installation fixed [679,333 downloads]
2.4: Support for Android 4.4, performance improvements, log viewer, active check (details) [101,613 downloads]
2.4.1: Fixed bootloop on some x86 ROMs
Source code:
https://github.com/rovo89/Xposed (the C++ part)
https://github.com/rovo89/XposedBridge (the Java part)
https://github.com/rovo89/XposedInstaller (Installer app)
Thanks to:
Tungstwenty for his many contributions, both in code and thoughts
XDA admins, news writers and supporters for making Xposed known to so many people
All those volunteers who help answering questions about Xposed
The people who donated to get me a Nexus 5 for earlier KitKat support
aljohanei for Arabic translations
hero355 for Azerbaijani translations
David_Vaz for Spanish, Catalán, and Galician translations
kecinzer for Czech translations
BobQuentok for German translations
sirodoht for Greek translations
tonymanou for French translations
Adam77Root for Hungarian translations
AngSanley for Indonesian translations
Vincenzo Cerminara for Italian translations
DubelBoom for Hebrew translations
WedyDQ10 for Japanese translations
Martinusbe, Gertlily for Dutch translations
czeci for Polish translations
marciozom13 for Portugese translations
michfood for Russian translations
pyler for Slovak translations
TheNorth34 for Turkish translations
Cye3s, liveasx for Chinese translations
If you want to contribute more translations please use this file as a template. I can't accept translations based on decompiled APKs. Submissions on GitHub as pull request are preferred because it's easier for me.
Original Forum : http://forum.xda-developers.com/showthread.php?p=24267797
Xposed Disabler in case of brick http://forum.xda-developers.com/attachment.php?attachmentid=2568891&d=1391958634
1.Xtheme Engine Thread - http://forum.xda-developers.com/showthread.php?p=49952644#post49952644
2.Android Tuner
The most comprehensive toolbox to save battery, tweak, tune, backup, secure and monitor any Android devices running any ROMs, any kernels.
What is Android Tuner: http://www.3c71.com/what
☺ Replaces 20+ apps easily worth 30€ or more ☺
Life-time support, updates and new features for all your current and future devices.
Supporting me is only a couple of beers ☺
☺ Getting started: http://www.3c71.com/getstarted
☺ App screenshots: http://www.3c71.com/screenshots
☺ App benchmarks: http://www.3c71.com/benchmarks
☺ Best on rooted phones, works well on stock phones too
◊ Permissions requested: http://www.3c71.com/permissions
◊ Open-source APIs used: http://www.3c71.com/opensource
♦♦ Feature set (some require root access, try free version first) ♦♦
► Device manager *1
◊ Device profiles (CPU, IO, components)
◊ Tasks scheduler (app management, clean-up, etc)
◊ Device watchers to automatically activate a profile, run tasks or display alarms
◊ Battery savings using profiles and tasks
► File explorer *1
◊ Batch copy/paste, zip, delete, move, share and stream files and folders
◊ Change files/folders permissions and ownership
◊ Access all your Samba network shares
► Application manager *1
◊ Backup and verify app apk/data (multiple versions), sms and call-logs
◊ System app uninstaller and update cleaner
◊ Share and backup apps to e-mail, DropBox, GDrive, etc...
◊ Move any apps to user, system, SD or link2SD
◊ Freeze/unfreeze apps, crystallize (eg hibernate/greenify) and control app startup and events
◊ Zip align, clear cache, wipe dalvik-cache, fix permissions and optimize databases
◊ Control app notifications, permissions, locker (secure access), rotation and force screen-on *2
◊ Usage and standby statistics (find app draining your battery)
► Network manager
◊ Set WiFi access point priority
◊ Configure Android firewall, TCP Congestion, DNS *1
► Task manager
◊ Check CPU, network and memory usage
◊ Kill (default) or force-stop *1 any apps or kernel processes
◊ Automatic task killer, memory booster, memory cleaner
► System Control *1
◊ CPU governor, frequency, voltage, GPU controls, thermal and MPDecision controls
◊ Build.prop and sysctl editor (basic and advanced mode)
◊ Boost, analyze and benchmark SD cards
◊ Android memory manager, memory cleaner, SD linker (directory binder)
◊ fsync, sweep2wake, gamma and fast charge control
◊ Safe: restore defaults from app or recovery and CPU settings on boot-loop
► System Monitoring
◊ All Android applications or all processes, battery, CPU, network, memory
◊ Component states (WiFi, Bluetooth, GPS, 3G, Phone, APN)
► Status bar notifications
◊ Battery, cpu, memory, sd, temperature optionally with graphics in drop-down
◊ Add battery remaining bar on top or bottom
◊ Remove original battery icon
► Highly Configurable Widgets
◊ Resizable gauge widget
◊ 1x1 and 2x1 (PRO ONLY) text widgets
◊ 2x1-5x2 graphic widgets (PRO ONLY)
◊ 1x1 and 4x1-1x4 (PRO ONLY) toggle widgets *1
◊ 4x4 summary widget (PRO ONLY)
► System Toggles (manual widgets or in profiles)
◊ GPS, WiFi localization
◊ WiFi, BT, BT discoverable, APN, NFC, airplane
◊ Tethering (USB, WiFi, BT)
◊ Brightness, screen time-out, stay awake, flashlight
◊ Ringer, vibrate, synchro, background data
◊ Debug (over WiFi), unknown sources, USB storage, reboot
► Terminal Emulator & Script Editor
◊ Command history
◊ Run or test any scripts, optionally on boot
◊ Share scripts, commands and outputs
► System Logs Reader *1
◊ Logcat or kernel messages
◊ Advanced filtering and search
and much more that meets the eye ☺
*1 Requires root and kernel support for full feature
*2 Requires root and Xposed framework
Download Android Tuner From Play Store Or Buy Full Version
3.Gravity Box
GravityBox - tweak box - Xposed module for devices running Android 4.1/4.2/4.3 ROMs
Version 2.9.6 [JellyBean]
READ THIS POST CAREFULLY BEFORE PROCEEDING ANY FURTHER
Hey!
After countless hours of coding and searching for proper entry points to inject code to incorporate fixes and mods, here it is:
GravityBox - a complex Xposed module targeted for devices running Android 4.1/4.2/4.3, which turns vanilla ROM into
feature-packed "non-flashing" custom ROM.
Originally, this module was designed for MTK6589 devices which lack custom ROMs built from source due to MediaTek closed-source policy.
Later on, it was adjusted to support other (non-MTK) devices running vanilla or close-to-vanilla AOSP ROMs.
Introduction
The app utilizes amazing Xposed framework coded by recognized
developer rovo89 which, briefly, provides interface for injecting code into any app, including system services allowing modifications of applications and system services at run-time. One of the biggest advantages of GravityBox is that it is not bound to any specific device. Actually, it should run on any device having vanilla Android 4.1/4.2/4.3 (ROM close enough to AOSP).
This project wouldn't be possible without rovo's Xposed framework, so huge kudos to him.
Feature highlight
GravityBox provides 2 main groups of features:
Fixes - help to fight typical MTK6589 bugs like:
--- Date&Time settings crash
--- Caller ID mismatch
--- Split conversation in messaging
--- Wakelock in calendar app periodically turning on the screen
--- Waelock in messaging app turning on the screen every time new message arrives
--- Missing TTS settings in Language&Input
--- Missing extended developer options
Mods
--- the set of additional useful features that make using the system more easy and fun
--- CyanogenMod Pie controls
--- Expanded Desktop
--- Statusbar QuickSettings tile management with tile reordering
--- Lockscreen targets
--- Statusbar color and transparency
--- Statusbar Brightness Control
--- Statusbar icon colors
--- Additional QuickSettings tiles:
------- Sync on/off, WiFi AP on/off, GravityBox shortcut, Torch, Network mode (2G/3G/2G+3G switch), Sleep, QuickRecord,
QuickApp, GPS on/off, Ringer mode, Volume tile
--- Quick pulldown - switches to QuickSettings when status bar is pulled down near edges
--- Auto-switch to QuickSettings when there are no notifications
--- Center clock in statusbar
--- Battery indicator style
--- Navigation bar tweaks
--- Low battery warning policy
--- Disable LED flashing when battery low
--- Disable LED while charging
--- Auto-hiding of signal icons for empty SIM Slots
--- Advanced power-off menu (reboot, recovery)
--- Volume key cursor control
--- Skip tracks by volume key long-press while screen off (thanks to rovo89)
--- More volume levels for music stream
--- Option to control safe headset media volume
--- Button for clearing all recent tasks at once
--- Fullscreen caller photo
--- CRT screen off animation
--- Minimal brightness setting
--- Autobrihtness levels adjustment
--- Lockscreen tweaks - show widgets maximized, lockscreen background style (color fill, custom image)
--- Lockscreen rotation
--- Phone tweaks - flip action, disable vibrate on call connect
--- Hardware key actions - menu long-press/double-tap, back long-press, home long-press
--- MasterKey vulnerabilities patched (thanks to @Tungstwenty)
--- Dithered Holo background
--- Option to use solid black Holo background
--- Expandable volume panel
--- Option to unlink ringtone and notifications volumes
--- Notification drawer style (background color, image for portait/landscape, transparency)
--- Button backlight modes (default, disabled, always on while screen is on)
--- Button backlight notifications (for devices that lack Notification LED)
--- Navigation bar ring targets
--- GravityBox Actions (shortcuts)
... more to come
Compatibility
Some words about GB's main concept. One thing I didn't like about xposed modules was that it was always necessary to reboot a device after making a change to some option. Since GB's main concept was to turn MTK devices running stock ROM into something that's close enough to a feature-packed custom ROM, I had to take a decision - for it to be as much comfortable as possible and to really behave like a custom ROM, I had to design it to support most of the preference changes to be done on the fly without needing to reboot a device. While this sounds nice, it also brings couple of "drawbacks". For changes to be made on the fly, it is necessary to make some preparations when device starts. This means, even if you don't use the particular feature, the necessary preparation/modification is already there and is waiting for the user to come and change that option.
This means it is not possible to "completely deactivate" particular feature if it causes trouble on your device or if you installed GB because you want to use only one particular feature you can't find elsewhere.
This results in issues on ROMs/devices that have parts that are diverting from default Android implementation too much, or are running heavily modified custom ROMs.
If you experience weird issues after installing GB, even if you didn't activate a particular feature, it is not because of GB is broken, it is because it is not compatible with your ROM. It is very similar as if you installed ROM built from source for Nexus to some Xperia device - it won't work.
Next thing, GB is a complex module and is not suitable for 1 purpose scenario. This means, if you are running custom ROM built from source (CM, PAC, ...), and you are missing a certain feature, your best option is to go ask creators of those ROMs to implement those additional features. Supplementing missing features on well-known custom ROMs built from source by installing xposed modules (especially complex ones) is definitely not a good way to go and can cause more trouble than good.
And finally, the last. GB being a complex module, it shouldn't be combined with other complex modules often racing for the same goal. They can conflict/fight on the same playground and there's no way you can deterministically say which one's going to win.
They can even lose both.
So in summary:
- this module is designed to run on vanilla or close-to-vanilla Android 4.1, 4.2 and 4.3 (AOSP)
- supports majority of MTK6589, MTK6577, MTK8389 devices
- supports "Google devices" like Nexus, HTC One Google play edition, and others running vanilla Android 4.1/4.2/4.3
- Samsung Touchwiz, HTC Sense, MIUI, LeWa, etc. are NOT supported. It is not guaranteed this module will work on these at all so try at your own risk. This module is simply too complex to support all kind of ROM brands that were vastly modified by vendors.
- DO NOT USE WITH CUSTOM ROMS LIKE CM,AOSPA,ROOTBOX,AOKP,SLIM, ETC... IT MAKES NO SENSE AND CAN CAUSE CONFLICTS AND UNEXPECTED BEHAVIOUR
- I will not implement any exceptions that will adapt this module to a specific custom ROM. Please, do understand, it is unmanageable.
- I will not provide any support for devices violating these compatibility rules
Prerequisites
To use this module, the following conditions must be met
- You have a device running Android 4.1/4.2/4.3 that's based on AOSP (vanilla or close-to-vanilla Android)
- ROM must be rooted (XposedInstaller requires root to be able to install framework into system)
- You have working custom recovery allowing you to make a backup before installing Xposed framework
GravityBox has been developed and tested on THL W8 5" XHDPI device (MTK6589)
Installation
If you are using my GravityMod2 ROM, don't follow these instructions to update!
There's a flashable ZIP for updating GravityBox in GravityMod2 thread!
These instructions are only for those not running GravityMod2 ROM!
1) Backup your current ROM in custom recovery. I am serious. Don't skip this step.
2) Get the Xposed installer from Download section from Xposed official thread (the latest version is typically available at this link: http://dl.xposed.info/latest.apk)
3) Install and run Xposed installer and follow the instructions to activate Xposed framework
4) Reboot. If device doesn't boot that means that the Xposed framework is not compatible with ROM you are currently
running. You don't need to continue with the next steps. You will have to restore your ROM from backup.
5) Download, GravityBox.apk attached at the end of this post, rename it to GravityBox.apk and install it
6) Make sure GravityBox app is installed to internal memory. If it was installed to phone storage or external storage,
move it to the internal memory, first
7) Run Xposed installer, go to Modules menu and activate GravityBox by checking the checkbox
8) Reboot
9) Launch GravityBox from app drawer or from Xposed installer and set options as desired
Reporting bugs
If you experience problems with certain feature, provide the full-detailed info that can help me
to reproduce the bug and attach debug.log file you'll find in either:
/data/xposed directory in case of Xposed Installer version prior to 2.3
or
/data/data/de.robv.android.xposed.installer/log in case of XposedInstaller 2.3+
In case you experience SystemUI crashes or other apps Force Closing, or device soft reboots, attach logcat from time
crash occurs. (use adb logcat *:E or your favorite logcat app from Play Store).
Please, don't attach big logs. Only the portion where error is clearly seen.
Disable all other xposed modules before reproducing bug to make sure it is really GravityBox related
Remember, this app was developed and tested on one particular MTK6589 device so it is not guaranteed that
it will work flawlessly on yours.
Multilanguage support
Volunteers are welcome to translate GravityBox to other languages.
Simply download this file: https://github.com/C3C0/GravityBox/r...es/strings.xml
Use Notepad++ to edit strings and then send me edited file so I can include translations into next release.
Source code
GravityBox is opensource. Sources are available in my gihub: https://github.com/GravityBox/GravityBox
If you're a dev and have some ideas for additional features, feel free to fork it, work on it
and send the pull requests.
Copyright notice
https://github.com/GravityBox/Gravit...llybean/NOTICE
Support development
Coding, maintaining and supporting this project costs me a lot of my precious time. If you find this project useful, you are welcome to support its development via donation. This form of support is meant to compensate for my time dedicated to the community + eventually, help me to afford newer device to keep up with AOSP evolution thus providing continuous support as Android evolves. Thanks!
Info about premium features and PayPal transaction ID verification system
1) Those who supported development via PayPal donation can use their PayPal transaction ID to unlock premium features.
As of v2.9.5, there's one premium feature: Backup/restore of GB settings.
2) If you contributed to the project by providing translations, code fragments, or by any other way
you can apply for a free transaction ID by contacting me via PM.
3) Be aware that there's a system that can identify potential transaction ID
abuse. E.g. when one ID is being used by more users. Such IDs will get blocked automatically.
This can also happen when you previously exposed your ID in public forum and other users took
advantage of it. If this is the case, contact me via PM so I can issue new, special ID.
In case you own more devices, you can use one transaction ID on up to 10 of them.
4) If you are using your own custom builds of GB for personal use, you will get hash mismatch
upon verifying your ID as verification system accepts requests only from official releases of GB.
If you want to be able to verify IDs with your custom build, contact me via PM so I can setup
a special hash for your build.
If you are using a custom build that you provide for broader group of users (e.g. in a custom ROM),
it is necessary to ask for new hash everytime your new custom version is released for public use.
These rules are based on mutual trust so please, do not violate them.
Credits
- @bgcngm for his code contributions to the project
- @MohammadAG for Xperia specific contributions to the project
- @rovo89 for his ultimate Xposed framework and "Volume keys to skip track" mod
- @peptonib for starting me up with this project
- THL W8 owners for providing support and feedback
- CyanogenMod project
- ParanoidAndroid project
- SlimBean, RootBox, AOKP, OmniROM projects
- Sergey Margaritov for ColorPickerPreference
- @Tungstwenty for MasterKey vulnerabilities patch
- All those who provided translations for different languages (Mr.Premise, peptonib, kidmar, ch-vox, romashko, Indiant, lelemm, oicirbaf, unavix, LuHash, WedyDQ10, mp3comanche, awaaas, liveasx, samsonbear, Eric850130, xtrem007, benjoe1, asmb111, ...)
- and finally, all those who keep the project alive by supporting me via donations (you know who you are)[/COLOR
Changelog
https://github.com/GravityBox/Gravit.../CHANGELOG.txt
XDAevDB Information
GravityBox [JB] Xposed Framework Module, a Tool/Utility for the Android General
I WILL NOT BE HELD RESPONSIBLE FOR BRICKED DEVICES ALTHOUGH I AM WILLING TO HELP
PLEASE GIVE SOME TIME TO UPDATE THIS WITH MODULES
Credits : Komal Singh
This thread is nothing more then a copy and paste job of other developers threads.
[FRAMEWORK ONLY!] Xposed - ROM modding without modifying APKs (2.4.1)(02.12.2013)
[APP][JB][XPOSED] GravityBox v2.9.6 - tweak box for Android 4.1/4.2/4.3 [10/02/2014]
This violates the rules of xda.
Thread Closed

SlimKat stable build 4 released

Dear Slim Users,
We proudly present our second stable SlimKat release. We would like to thank everyone involved with testing, improving and working with us these last few weeks to achieve the much anticipated SlimKat Stable 4.
Major key changes from SlimKat 3 are as follows:
Notification reminder: An easy way to quickly set short reminders to show on the notification drawer.
Slim Recents: A complete replacement of the AOSP recents screen to allow better multitasking, along with marking favourite apps.
Dialer: Introduced with SlimKat 3: forward lookup and reverse lookup of contacts. Sadly we needed to remove certain parts due to legal issues with the Google+ reverse lookup. An intelligent People lookup service has been added to replace this, along with several other enhancements.
Quiet Hours: Several tweaks and enhancements to make it more powerful than previous.
Lockscreen: Further color enhancements and options.
And of course tons of small changes, features, enhancements and fixes all over the firmware.
As well as the new features, we are proud to introduce 2 new devices, hlte (Galaxy Note 3) and falcon (Moto g). Moto g can be found in the weekly folder (in our opinion it is stable but we want to ensure stability across a wider range of devices rather than just our test devices )
NOTE:
For dirty flashers: Before you flash, you MUST wipe your system manually. Gapps has received major rework, and this way you ensure that nothing old will be left.
We highly recommend to flash the new gapps package!!!!
As usual read the changelog, install instructions and known issues below.
p3100, p3110, p5100, p5110 have delay and will be published as soon as possible.
Changelog
- links to weekly releases -
changelogs since stable SlimKat 3 release: 3.2 - 3.4 - 3.6 - 3.8 - 3.10
Framework: Fix LTE tile
Framework: SlimPie: turn on HA on highEndGfx devices
Framework: Add Landscape layout for ECA
Framework: Add support for QC's time_daemon
Framework: SystemUI: Remove broadcast from QH toggles
Settings: QuierHours service: call with qualified user and introduce controller
Settings: Fix possible illegal argument exception
Camera2: if camera HAL does not return valid picture formats do not show wrong values.
Device specific: several fixes and upstream. See attached changelog on the device download
Gapps: Complete rework of the gapps package. Update to Google Music, Google YouTube, Google PlayStore TRDS
Known issues
General
LTE tile: on clean flash if the first toggle of LTE tile does not work go into settings->more->mobile networks and set one time the network mode to 3g. After this the LTE toggle will work always as expected
National data roaming: If you tick the option in settings all entries get visually disabled although they still work. Do not worry about it and just re-enter the screen again and it is corrected. As long as SlimKat supports your provider this works as intended.
Device specific
hammerhead: NOTE: We switched back for the torch to sysf interface due that it works better. Keep in mind that a third party kernel needs to add a patch to prevent that if you used the torch one time new photos on the camera get over exposured. We notified the kernel developers already about this change. Some kernel already changed it (eg. Bricked kernel). All other you can expect the change for the next kernel releases. If your kernel does not support it for now do not use the torch (or if you used reboot) when you want to make photos.
i9300, n7100, t0lte: Due to different used camera controller chips some devices can still get flaky camera. We tried to cover as many devices as we could.
crespo, i9000: if the phone rings the dialer is sometimes slow. This is simply due to the new KitKat dialer and the fact it is a low end device.
i9100, n7000: on extended music play it can suddenly happen that the playback stops.
I love the ROM. It has been my ASOP ROM for some time. I love that it supports so many devices.
Here are some opportunities for this rom:
1. Must manually enable developer options. Can this be enabled by default?
2. Must manually enable root. Can this be enabled by default?
3. Default DPI results in text so small most people over 38 could hardly read it. To change it, one has to download a third party app.
A DPI changer should be built in.
I am having issues sending multipart SMS messages on my Nexus 5 using the messaging app and also 8sms (downloaded from the app store). Hangouts works fine for SMS. I am on Sprint and have tried every combination of carrier wipe/network mode.
But there is no rom for xperia sl,sadly
draexo said:
I love the ROM. It has been my ASOP ROM for some time. I love that it supports so many devices.
Here are some opportunities for this rom:
1. Must manually enable developer options. Can this be enabled by default?
2. Must manually enable root. Can this be enabled by default?
3. Default DPI results in text so small most people over 38 could hardly read it. To change it, one has to download a third party app.
A DPI changer should be built in.
Click to expand...
Click to collapse
1. No , no reason for it. It's no work to activate it self.
2. No ( see 1 )
3. Soon
Tapatalk Team SlimRoms
Hi, this is great build 4 specially music app added, I'm using it on nexus s however having issues on recent screen as swiping out if a recent app is less responsive as compare to last build 3. Every time I'm failed to swipe away all apps without few extra tries, is There there a trick to use it or a fix?
Sent from my Nexus S using XDA Premium 4 mobile app
mt6583
need a slim rom for mt6582 5inch fwvga 512ram there is no custom build for this type of mobile ram troubling too much

[ROM Lepipop][4.4.2] [Onda V919 3g air 8 core Mt8392] Tweaked, fast, Lollipop themed

Before I go any further, I just want to make it clear that I only PORTED this ROM to the Onda V919 3G Air (NOT for the dual boot version, but Android version only). The original creator Lepi did a wonderful job creating this ROM for the Cube Talk 9x and gave me his blessing to share it. I simply ported it over for our device, ironed out a few compatibility issues, and added a few things here and there.
That being said, I nor Lepi or anyone else will not be held responsible for your device being damaged in any way. Lets get the Onda v919 a bit more ROM love
Special thanks go to:
•Lepi for creating the ROM (original thread here)
•RekGRpth for mods, recipes, and testing
•Alexey for mods, recipes, and testing
•arsenev for mods, recipes, and testing
•cherva70 for mods, recipes, and testing
•Graevka for mods, recipes, and testing
•FatuRe for mods, recipes, and testing
•the_vanya1 for mods, recipes, and testing
•Slimhouse for mods, recipes, and testing
•grisha84 for mods, recipes, and testing
•Paget96 for his great LSpeed Revolution mod (thread here)
Known Bugs:
You tell me
Changelog (based on KitKat 4.4.2 and unofficial 2.0 ROM Cube Talk 9x release from December 2014):
•Fully deodexed
•ROOT by default Superuser app from Clockworkmod
•Removed all software in Chinese
•Modified boot.img
•Init.d support via busybox
•USB debugging enabled on first boot
•Added the ability to display the traffic in the status bar settings by color and off as needed. Keep in mind that color settings of texts in the status bar is only possible in portrait mode.
•Added a setting density screen for those wishing to increase the size of the entire display at the touch of a button.
•By default, the check box is turned on Unknown sources in Settings \ Security for the convenience of a quick recovery applications via Titanium.
•Black and Customizable gestures now in the bright subject.
•Round avatars in contacts and SMS.
•Implemented 3Minit Battery Mod (found under Display settings)
•Lowered minmum manual brightness of the display to 4% and auto brightness level
•Modified file platform.xml for full access to memory card
•Improved user interface firmware forbetter readability
•Returned to stock status bar settings
•Implemented system application in font chooser settings to change font
•Implemented development niorix flash drives to mount NTFS file system
•Implemented animation notifications in status bar. Thanks to Slimhouse and grisha84 for recipes, and cherva70 for the help
•USB connection now has button instead of doing Tap on the picture. Thank grisha84 for the recipe
•When you start the dialer in white topic immediately opens the numeric keypad to dial. Thanks lekha1980
•Changed power_profile in the hope of correct statistics for battery discharge.
•Turned off the default Power Saver Mode. To enable it you need to uncheck the check box. After rebooting daw back. That is exactly the opposite against stock options. The idea of user CatB. His test was successful.
•Removed mourning triangles on the avatars of contacts
•Removed annoying BEEP when you press the volume rocker
•Settings \ For developers introduced Engineering menu and test menu
•Changed the white theme. Made design a la Lolipop.
•Implemented management applet folder init.d, ie system tweaks based on scripts. Thank grisha84 for the recipe
•Introduced function to remove all recently opened applications. Thanks Alexey arsenev
•Stock radio replaced the radio from Lenovo. Thank Joker2010 finder and aid in the treatment of this application bugs
•Changed icons and many system applications
•Preinstalled Android L Keyboard
•Implemented library against stuttering sound when online viewing. Thanks to everyone who participated in this patch
•Ability to disable system applications in the Settings \ Applications. Thanks for the recipe RekGRpth.
•Change style icons Android L
•Screenshot and screen record in Power Menu. Thanks for the recipe Alexey arsenev and cherva70 for troubleshooting
•Blocking in the Preferences, the application AdAway. Thank you for the idea Graevka
•Light theme settings in Google aссoun
•Sound unlock additional tab in the Preferences. Thank FatuRe for the recipe
•Mode multiuser for 5 people.
•Returned undeservedly forgotten flashlight.
•Traffic in the status bar. Thank the_vanya1 for manual
•Animation notification with customizable animation. Thanks grisha84 for the recipe
•Changed default language to US English on first boot (Dai323)
•Added stock boot animation (Dai323)
•Added Nova Launcher as default (Dai323)
•Added Numix Material icons (activate them in Nova Settings under “look and feel-icon theme” (Dai323)
•Added Material Wallpaper (Dai323)
•Preloaded Xposed Installer (Dai323)
•Preloaded LSpeed Revolution mods from Paget96 (preloaded by Dai323)
•Added modded gps.conf (Dai323)
•Fixed broken Bluetooth caused by incompatibility issues with Cube Talk 9x (Dai323)
•Fixed broken camera caused by incompatibility issues with Cube Talk 9x (Dai323)
L Speed Revolution (Paget96) can all be found on the original thread here. You can activate and pick the scripts you want to use by opening Terminal emulator, typing “su”, and then “LS”. From there, pick the scripts you want to activate.
Download and installation instructions:
1.Download the ROM from Mega here, and put it on sd card (internal or external ok, but I recommend external).
2.MAKE A NANDROID BACKUP.
3.Full wipe from custom recovery.
4.Flash ROM.
5.Optional – Install PA Full Gapps or smaller (don’t install stock, as it breaks camera) from here directly after flashing ROM in recovery. If you do this, you will need to go into Language and Input and manually choose Android L keyboard to have a working keyboard. Otherwise, Voice Input is on by default. If you don’t flash Gapps, Google Keyboard is preloaded.
6.Reboot and enjoy.
While there are many Lollipop themed elements in the ROM, some things aren’t themed, which made me find ways to tweak the theme.
Here’s a short video of the stock theme:
https://www.youtube.com/watch?v=C5FiJeyimDs
And here’s a clip of the same ROM after I added Monster UI Xposed module:
https://www.youtube.com/watch?v=hZnQI0U_FuA
There are quite a few dark on dark issues should you choose to use the module, but for the most part it looks very smooth. This is a matter of personal taste, which is why I didn’t preinstall the module in the ROM.
If you want your theme to look like mine, do the following:
1. Activate Numix icons
2. Turn on “Card Background” in Nova settings under “App and Widget Drawer”.
3. Install Xposed Module “Monster UI” and reboot (it will now apply the theme and look as mine did in the video).
4. Clock widget is free on Play Store (Minimal Clock is the name of the app).
5. Battery widget requires XWidgets (free) and to download “Pure Battery Info “widget” within the app (also free).
6. Quote widget is Bhanu Quote widget.
Enjoy Lepipop
how to enable multiwindows?
Help please
​
Dai323 said:
Before I go any further, I just want to make it clear that I only PORTED this ROM to the Onda V919 3G Air (NOT for the dual boot version, but Android version only). The original creator Lepi did a wonderful job creating this ROM for the Cube Talk 9x and gave me his blessing to share it. I simply ported it over for our device, ironed out a few compatibility issues, and added a few things here and there.
That being said, I nor Lepi or anyone else will not be held responsible for your device being damaged in any way. Lets get the Onda v919 a bit more ROM love
Special thanks go to:
•Lepi for creating the ROM (original thread here)
•RekGRpth for mods, recipes, and testing
•Alexey for mods, recipes, and testing
•arsenev for mods, recipes, and testing
•cherva70 for mods, recipes, and testing
•Graevka for mods, recipes, and testing
•FatuRe for mods, recipes, and testing
•the_vanya1 for mods, recipes, and testing
•Slimhouse for mods, recipes, and testing
•grisha84 for mods, recipes, and testing
•Paget96 for his great LSpeed Revolution mod (thread here)
Known Bugs:
You tell me
Changelog (based on KitKat 4.4.2 and unofficial 2.0 ROM Cube Talk 9x release from December 2014):
•Fully deodexed
•ROOT by default Superuser app from Clockworkmod
•Removed all software in Chinese
•Modified boot.img
•Init.d support via busybox
•USB debugging enabled on first boot
•Added the ability to display the traffic in the status bar settings by color and off as needed. Keep in mind that color settings of texts in the status bar is only possible in portrait mode.
•Added a setting density screen for those wishing to increase the size of the entire display at the touch of a button.
•By default, the check box is turned on Unknown sources in Settings \ Security for the convenience of a quick recovery applications via Titanium.
•Black and Customizable gestures now in the bright subject.
•Round avatars in contacts and SMS.
•Implemented 3Minit Battery Mod (found under Display settings)
•Lowered minmum manual brightness of the display to 4% and auto brightness level
•Modified file platform.xml for full access to memory card
•Improved user interface firmware forbetter readability
•Returned to stock status bar settings
•Implemented system application in font chooser settings to change font
•Implemented development niorix flash drives to mount NTFS file system
•Implemented animation notifications in status bar. Thanks to Slimhouse and grisha84 for recipes, and cherva70 for the help
•USB connection now has button instead of doing Tap on the picture. Thank grisha84 for the recipe
•When you start the dialer in white topic immediately opens the numeric keypad to dial. Thanks lekha1980
•Changed power_profile in the hope of correct statistics for battery discharge.
•Turned off the default Power Saver Mode. To enable it you need to uncheck the check box. After rebooting daw back. That is exactly the opposite against stock options. The idea of user CatB. His test was successful.
•Removed mourning triangles on the avatars of contacts
•Removed annoying BEEP when you press the volume rocker
•Settings \ For developers introduced Engineering menu and test menu
•Changed the white theme. Made design a la Lolipop.
•Implemented management applet folder init.d, ie system tweaks based on scripts. Thank grisha84 for the recipe
•Introduced function to remove all recently opened applications. Thanks Alexey arsenev
•Stock radio replaced the radio from Lenovo. Thank Joker2010 finder and aid in the treatment of this application bugs
•Changed icons and many system applications
•Preinstalled Android L Keyboard
•Implemented library against stuttering sound when online viewing. Thanks to everyone who participated in this patch
•Ability to disable system applications in the Settings \ Applications. Thanks for the recipe RekGRpth.
•Change style icons Android L
•Screenshot and screen record in Power Menu. Thanks for the recipe Alexey arsenev and cherva70 for troubleshooting
•Blocking in the Preferences, the application AdAway. Thank you for the idea Graevka
•Light theme settings in Google aссoun
•Sound unlock additional tab in the Preferences. Thank FatuRe for the recipe
•Mode multiuser for 5 people.
•Returned undeservedly forgotten flashlight.
•Traffic in the status bar. Thank the_vanya1 for manual
•Animation notification with customizable animation. Thanks grisha84 for the recipe
•Changed default language to US English on first boot (Dai323)
•Added stock boot animation (Dai323)
•Added Nova Launcher as default (Dai323)
•Added Numix Material icons (activate them in Nova Settings under “look and feel-icon theme” (Dai323)
•Added Material Wallpaper (Dai323)
•Preloaded Xposed Installer (Dai323)
•Preloaded LSpeed Revolution mods from Paget96 (preloaded by Dai323)
•Added modded gps.conf (Dai323)
•Fixed broken Bluetooth caused by incompatibility issues with Cube Talk 9x (Dai323)
•Fixed broken camera caused by incompatibility issues with Cube Talk 9x (Dai323)
L Speed Revolution (Paget96) can all be found on the original thread here. You can activate and pick the scripts you want to use by opening Terminal emulator, typing “su”, and then “LS”. From there, pick the scripts you want to activate.
Download and installation instructions:
1.Download the ROM from Mega here, and put it on sd card (internal or external ok, but I recommend external).
2.MAKE A NANDROID BACKUP.
3.Full wipe from custom recovery.
4.Flash ROM.
5.Optional – Install PA Full Gapps or smaller (don’t install stock, as it breaks camera) from here directly after flashing ROM in recovery. If you do this, you will need to go into Language and Input and manually choose Android L keyboard to have a working keyboard. Otherwise, Voice Input is on by default. If you don’t flash Gapps, Google Keyboard is preloaded.
6.Reboot and enjoy.
While there are many Lollipop themed elements in the ROM, some things aren’t themed, which made me find ways to tweak the theme.
Here’s a short video of the stock theme:
https://www.youtube.com/watch?v=C5FiJeyimDs
And here’s a clip of the same ROM after I added Monster UI Xposed module:
https://www.youtube.com/watch?v=hZnQI0U_FuA
There are quite a few dark on dark issues should you choose to use the module, but for the most part it looks very smooth. This is a matter of personal taste, which is why I didn’t preinstall the module in the ROM.
If you want your theme to look like mine, do the following:
1. Activate Numix icons
2. Turn on “Card Background” in Nova settings under “App and Widget Drawer”.
3. Install Xposed Module “Monster UI” and reboot (it will now apply the theme and look as mine did in the video).
4. Clock widget is free on Play Store (Minimal Clock is the name of the app).
5. Battery widget requires XWidgets (free) and to download “Pure Battery Info “widget” within the app (also free).
6. Quote widget is Bhanu Quote widget.
Enjoy Lepipop
Click to expand...
Click to collapse
Hi,my same model onda is stuck in the boot mode green icon, would you have any firmware to get it back to life and maybe some info on how to use it. thanks
link
horse77 said:
​
Hi,my same model onda is stuck in the boot mode green icon, would you have any firmware to get it back to life and maybe some info on how to use it. thanks
Click to expand...
Click to collapse
ps link has been removed,could you help.
I still got the ROM somewhere around.
First flash this zip file with CWM for a 6GB app partition:
http://www.mediafire.com/file/zvq4ngg4x2yo5bt/partition_6gGIG.zip
Then flash the ROM:
https://drive.google.com/file/d/1_J5tcRBNcn6dayph-zRnwvxg1lOUMlKN
Mirror: http://www.mediafire.com/file/c5o0uo49tmmdybc/Lepipop Onda V919 V1.zip

[ROM][LOS14.1][7.1.2_r29] DARK ROM [OMS][Pixel features][Delta updates][11/02]

Hi guys,
I'm building an extra lean LineageOS 14.1 ROM for oneplus3/3T with a few added features. A lot of packages have been stripped down, only the bare minimum is built to provide a fast and stable ROM. That gives you much more freedom as you can install exactly what you really want from the Playstore. You can install most of the missing packages manually, they are available in a flashable zip on the server (see second post).
My approach for DARK ROM 14.1 is to add as many Pixel features as possible while keeping a solid LineageOS base.
Key features
- Full OMS support (rootless)
- Signature spoofing support
- Pixel Launcher (with the provided GAPPS package)
- Pixel animated navbar (with on/off switch)
- Pixel sounds
- Pixel accent colors
- Pixel bootanimation with sound
- Rounded icons
- Google Assistant
- Night Light
- Night Light Brightness
- Choose between dialer and voice assistant in lockscreen
- Hide next alarm from expanded status bar and lockscreen
- Disable the boot animation sound
- Secure lockscreen (disables status bar pull down, quick settings tiles, power button and lockscreen shortcuts)
- Double tap the lock icon on the lockscreen to sleep
- Longpress power button while screen off to trigger flashlight
- Hide bluetooth icon when disconnected
- Volume steps
- Quick unlock pin/password
- Remove album art from lockscreen
- Date in status bar
- Battery bar
- Custom headers
- Smart pulldown
- Volume button controls media volume anywhere
- Change navbar height
- Screenshot tile
- Caffeine tile
- Sync tile
- Reboot/recovery tile
- Music tile
- USB Tethering tile
- NFC tile
- Quick settings custom rows/columns
- Turn on/off mobile data with single click on collapsed quick settings
- Status bar ticker
- Separate ring and notification volume
- Specific color for 100% charged battery
- Prevent accidental wakeup
- Remove settings suggestions
- Show WiFi SSID in status bar
- Show carrier label in status bar
- Hide carrier label when WiFi SSID is showing
- Hide carrier label on the lockscreen (or rename to whatever you want)
- Hide the low battery warning notification
- Remove the orange status bar and navigation bar when in battery saver mode
- One hand mode
- Choose doze brightness
- Adjust animation scale precisely with a slider
- Dynamic nav bar color (changes color to the same of status bar)
- In-call vibration options (on connect, on call waiting and on disconnect)
Screenshots
SafetyNet
The ROM is already designed to pass SafetyNet out of the box. No need to lock the bootloader (which I advise you to do ONLY on a pure factory image install) because the kernel has the patch for it. If you want root, you'll need to install Magisk, which comes pre-rooted. Then, enable Magisk Hide in Magisk Manager, hard reboot and you should be good to go. Also, do not enable busybox in Magisk Manager, that will cause you to randomly lose root. You'll get all you need to know on the Magisk thread.
ViPER4Android/ViPER4Arise
The ROM is designed to work with both ViPER4Android and ViPER4Arise out of the box without the need for SuperSU or any Magisk module. The SEPolicy already contains the necessary permissions for them to work even in Enforcing. All you need to do is flash the package of your choice.
Installation
Please refer to the official LineageOS thread for recovery or other device specific images.
If coming from any other ROM
- Backup first... always backup first
- Wipe system, data, cache and dalvik cache
- Install DARK ROM
- Install provided GAPPS (mandatory)
- Install root package of your choice (I recommend Magisk)
Enjoy !
If coming from a previous build of mine
- Backup (you know it)
- Dirty flash DARK ROM
- Install root package of your choice
Enjoy! (if anything goes wrong, clean flash)
Download
To download the whole ROM
Oneplus3/3T
To download GAPPS and Extras
Extras
To download delta updates
Go to Settings/About phone/System updates and use the OpenDelta app to automatically download delta updates.
Delta Updates
Here are a few explanations on how to use delta updates. First, you will need to keep the first full build you downloaded on your sdcard (any full build that have NIGHTLY in the filename will do). I recommend that you keep it on the root of your sdcard until you flash a new build with the OpenDelta app. After that, the OpenDelta app will automatically place a new flashable zip inside the OpenDelta folder that will be used for the next delta updates. At that point you can delete the build on the root of your sdcard, but you will need to keep the (latest) file in the OpenDelta folder at all times to keep the delta updates working.
You will also notice a folder named FlashAfterUpdate in the OpenDelta folder. As its name suggests, any flashable zip files that you put in this folder will be flashed automatically after the update. I recommend that you put all your extra flashable zips there, cause if you use the app to auto-flash the latest build, it will reboot automatically after updating, which means you won't have the opportunity to manually flash other zips. If you want root to survive, you need to put your root package there.
Translations
If you want to help translate the ROM in your language, here are my Crowdin projects. Let me know if you want me to add another language.
SystemUI
Settings
CMParts
Donations
Please consider a donation if you like my work ! I spend a lot of time and effort working on this, so if you can spare a few bucks, please buy me a beer (so I can relax when I'm stuck on a stubborn bug) or a coffee (so I can work on it later in the night). If you decide to do so, I'll gladly add you to the Donation Hall of Fame (see second post)
Source code
GitHub
Thanks and credit
LineageOS
All the good devs who contributed to the features I added
Donation Hall of Fame
- alsheron X2 !!!
- cryu1
- OldoTRONic X2 !!!
- Cissmayazz
- twili9ht
- krombopulos X2 !!!
- squandry
- zerand
- strangethings
- jerunk
- hurricurry
- Sui77
- mistersixt
- gillboyzz
- vurey
- jstargz
- the_house
- WSeb
- hawgguy
- spibbs
- ProBird79
- focus-pocus
- CyberpodS2 X2 !!!
- herbie13 X2 !!!
- atharwaqas
- BoozYooNit X2 !!!
- NJD316
- velvel
- ChrisPadduDubbu X2 !!!
- mrtsunami92
- caballon
- deafbum
Many thanks to those generous donors !!! They make DARK ROM possible.
Extra Packages
On the server you will find a file named ExtraPackages_date.zip which contains a few apps that are not available out of the box in my builds (see list). You won't have to flash it every update, since there is a survival script. I suggest you open the zip and remove the files you don't need before flashing it the first time.
Here is what's included:
- Calendar (AOSP Calendar)
- Contacts (AOSP Contacts)
- DeskClock (AOSP Clock)
- Dialer (AOSP Dialer)
- Eleven (LOS Music player)
- ExactCalculator (LOS Calculator)
- Gallery2 (AOSP Photos)
- Jelly (LOS Browser)
- LatinIME (AOSP Keyboard)
- Messaging (AOSP SMS)
- Recorder (LOS Recorder)
- Snap (LOS Camera)
- Stk (AOSP SIM card toolkit)
- Trebuchet (LOS Launcher)
Note that if you install my GAPPS and the complete Extra packages, you'll end up with two Phone app and two Contacts apps. Simply delete the GoogleContacts and GoogleDialer in the system/priv-app and reboot. If you choose to use the AOSP Dialer instead of Google Dialer, you'll need to go to Settings/Apps/Gear Icon (top right) and choose the AOSP Dialer as default phone app, otherwise you won't be able to make calls.
Thanks! I will try
I've ran your ROM on my Nexus 6P, was awesome! Best rom for the 6P I'm sure it will fair very well here as well! As for now tho I'm leaving my 3T in touched but interested to see what others think of your ROM.
Was this just ported from the 6P then??
Alex1188 said:
I've ran your ROM on my Nexus 6P, was awesome! Best rom for the 6P I'm sure it will fair very well here as well! As for now tho I'm leaving my 3T in touched but interested to see what others think of your ROM.
Was this just ported from the 6P then??
Click to expand...
Click to collapse
Yes, it's the exact same ROM as the 6P
Looks Nice.. will try
Hey! Your ROM was the daily driver on my Nexus 5 till a few months back! I used the CAF version and that rocked. Hope to see the same stability and battery life increases here too! All the best @Dark_Eyes_!
Looks promising! ?
Nice to see you here mate.!!
Just flashed this ROM, seriously this thing is stable as f***!
@Dark_Eyes_ the only bug I found is the inability to enable the on-screen navigation bar. The toggles itself works and the hardware keys gets disabled, but the navigation bar never comes up. Nothing is recorded in the logcat that would be useful to debug this problem.
HAL1 or HAL3 ? in this ROM
Want to know if i'll be able to use google camera or the Nexus CameraNX mod in this ROM.
Is it only me facing network drop issues and heating even with light usage and one last thing camera takes way more time for focusing
really loving rom so far but no nav bar it shows up
Going to give this a go. Looks awesome. Good work.
Plz make for oneplus 3
Cybertron™ said:
Plz make for oneplus 3
Click to expand...
Click to collapse
It is for OP3 as for OP3T...it's in cross development section
Amazing
kentexcitebot said:
Just flashed this ROM, seriously this thing is stable as f***!
@Dark_Eyes_ the only bug I found is the inability to enable the on-screen navigation bar. The toggles itself works and the hardware keys gets disabled, but the navigation bar never comes up. Nothing is recorded in the logcat that would be useful to debug this problem.
Click to expand...
Click to collapse
I knew about the nav bar, but I was hoping that a logcat would tell me where to start looking. OP3 is the only device I support that have hardware keys. Is it working fine in the official LineageOS builds?
subashchandran said:
HAL1 or HAL3 ? in this ROM
Want to know if i'll be able to use google camera or the Nexus CameraNX mod in this ROM.
Click to expand...
Click to collapse
As of now Google camera doesn't work, but I saw that LineageOS have some commits pending to enable HAL3. I won't be fooling around on this, since I don't own the device, and I'll merge whatever LineageOS merges.
Bootanimation is not in pixel, still looks like in cyanogenmod
New build is up!
Guys,
I just released a new build with a few fixes. On-screen navbar should be fixed and the bootanimation should be pixel now. I also merged all the latest updates from LineageOS. Delta updates should be up, please report how it goes.
Hope everything is fine now! Please give feedback
Enjoy!

[ROM][LOS14.1][7.1.2_r29] DARK ROM [OMS][Pixel features][Delta updates][11/02]

Hi guys,
I'm building an extra lean LineageOS 14.1 ROM for bullhead with a few added features. A lot of packages have been stripped down, only the bare minimum is built to provide a fast and stable ROM. That gives you much more freedom as you can install exactly what you really want from the Playstore. You can install most of the missing packages manually, they are available in a flashable zip on the server (see second post).
My approach for DARK ROM 14.1 is to add as many Pixel features as possible while keeping a solid LineageOS base.
Key features
- Full OMS support (rootless)
- Signature spoofing support
- Pixel Launcher (with the provided GAPPS package)
- Pixel animated navbar (with on/off switch)
- Pixel sounds
- Pixel accent colors
- Pixel bootanimation with sound
- Rounded icons
- Google Assistant
- Night Light
- Night Light Brightness
- Choose between dialer and voice assistant in lockscreen
- Hide next alarm from expanded status bar and lockscreen
- Disable the boot animation sound
- Secure lockscreen (disables status bar pull down, quick settings tiles, power button and lockscreen shortcuts)
- Double tap the lock icon on the lockscreen to sleep
- Longpress power button while screen off to trigger flashlight
- Hide bluetooth icon when disconnected
- Volume steps
- Quick unlock pin/password
- Remove album art from lockscreen
- Date in status bar
- Battery bar
- Custom headers
- Smart pulldown
- Volume button controls media volume anywhere
- Change navbar height
- Screenshot tile
- Caffeine tile
- Sync tile
- Reboot/recovery tile
- Music tile
- USB Tethering tile
- NFC tile
- Quick settings custom rows/columns
- Turn on/off mobile data with single click on collapsed quick settings
- Status bar ticker
- Separate ring and notification volume
- Specific color for 100% charged battery
- Prevent accidental wakeup
- Remove settings suggestions
- Show WiFi SSID in status bar
- Show carrier label in status bar
- Hide carrier label when WiFi SSID is showing
- Hide carrier label on the lockscreen (or rename to whatever you want)
- Hide the low battery warning notification
- Remove the orange status bar and navigation bar when in battery saver mode
- One hand mode
- Choose doze brightness
- Adjust animation scale precisely with a slider
- Dynamic nav bar color (changes color to the same of status bar)
- In-call vibration options (on connect, on call waiting and on disconnect)
Screenshots
SafetyNet
The ROM is already designed to pass SafetyNet out of the box. No need to lock the bootloader (which I advise you to do ONLY on a pure factory image install) because the kernel has the patch for it. If you want root, you'll need to install Magisk, which comes pre-rooted. Then, enable Magisk Hide in Magisk Manager, hard reboot and you should be good to go. Also, do not enable busybox in Magisk Manager, that will cause you to randomly lose root. You'll get all you need to know on the Magisk thread.
ViPER4Android/ViPER4Arise
The ROM is designed to work with both ViPER4Android and ViPER4Arise out of the box without the need for SuperSU or any Magisk module. The SEPolicy already contains the necessary permissions for them to work even in Enforcing. All you need to do is flash the package of your choice.
Installation
Please refer to the official LineageOS thread for recovery or other device specific images (radio, bootloader, vendor).
If coming from any other ROM
- Backup first... always backup first
- Wipe system, data, cache and dalvik cache
- Install DARK ROM
- Install provided GAPPS (mandatory)
- Install root package of your choice (I recommend Magisk)
Enjoy !
If coming from a previous build of mine
- Backup (you know it)
- Dirty flash DARK ROM
- Install root package of your choice
Enjoy! (if anything goes wrong, clean flash)
Download
To download the whole ROM
Bullhead
To download GAPPS and Extras
Extras
To download delta updates
Go to Settings/About phone/System updates and use the OpenDelta app to automatically download delta updates.
Delta Updates
Here are a few explanations on how to use delta updates. First, you will need to keep the first full build you downloaded on your sdcard (any full build that have NIGHTLY in the filename will do). I recommend that you keep it on the root of your sdcard until you flash a new build with the OpenDelta app. After that, the OpenDelta app will automatically place a new flashable zip inside the OpenDelta folder that will be used for the next delta updates. At that point you can delete the build on the root of your sdcard, but you will need to keep the (latest) file in the OpenDelta folder at all times to keep the delta updates working.
You will also notice a folder named FlashAfterUpdate in the OpenDelta folder. As its name suggests, any flashable zip files that you put in this folder will be flashed automatically after the update. I recommend that you put all your extra flashable zips there, cause if you use the app to auto-flash the latest build, it will reboot automatically after updating, which means you won't have the opportunity to manually flash other zips. If you want root to survive, you need to put your root package there.
Translations
If you want to help translate the ROM in your language, here are my Crowdin projects. Let me know if you want me to add another language.
SystemUI
Settings
CMParts
Donations
Please consider a donation if you like my work ! I spend a lot of time and effort working on this, so if you can spare a few bucks, please buy me a beer (so I can relax when I'm stuck on a stubborn bug) or a coffee (so I can work on it later in the night). If you decide to do so, I'll gladly add you to the Donation Hall of Fame (see second post)
Source code
GitHub
Thanks and credit
LineageOS
All the good devs who contributed to the features I added
Donation Hall of Fame
- alsheron X2 !!!
- cryu1
- OldoTRONic X2 !!!
- Cissmayazz
- twili9ht
- krombopulos X2 !!!
- squandry
- zerand
- strangethings
- jerunk
- hurricurry
- Sui77
- mistersixt
- gillboyzz
- vurey
- jstargz
- the_house
- WSeb
- hawgguy
- spibbs
- ProBird79
- focus-pocus
- CyberpodS2 X2 !!!
- herbie13 X2 !!!
- atharwaqas
- BoozYooNit X2 !!!
- NJD316
- velvel
- ChrisPadduDubbu X2 !!!
- mrtsunami92
- caballon
- deafbum
Many thanks to those generous donors !!! They make DARK ROM possible.
Extra Packages
On the server you will find a file named ExtraPackages_date.zip which contains a few apps that are not available out of the box in my builds (see list). You won't have to flash it every update, since there is a survival script. I suggest you open the zip and remove the files you don't need before flashing it the first time.
Here is what's included:
- Calendar (AOSP Calendar)
- Contacts (AOSP Contacts)
- DeskClock (AOSP Clock)
- Dialer (AOSP Dialer)
- Eleven (LOS Music player)
- ExactCalculator (LOS Calculator)
- Gallery2 (AOSP Photos)
- Jelly (LOS Browser)
- LatinIME (AOSP Keyboard)
- Messaging (AOSP SMS)
- Recorder (LOS Recorder)
- Snap (LOS Camera)
- Stk (AOSP SIM card toolkit)
- Trebuchet (LOS Launcher)
Note that if you install my GAPPS and the complete Extra packages, you'll end up with two Phone app and two Contacts apps. Simply delete the GoogleContacts and GoogleDialer in the system/priv-app and reboot. If you choose to use the AOSP Dialer instead of Google Dialer, you'll need to go to Settings/Apps/Gear Icon (top right) and choose the AOSP Dialer as default phone app, otherwise you won't be able to make calls.
Downloading now, looking forward to trying this rom out. Lots of awesome features up there!
Ok, first ROM in a while thst I would like to try. The feature list looks very well designed and thought about. Thank You
Thx for the new rom
Thanks Dark_Eyes_ I've been missing this ROM since upgrading from Nexus 5 to 5x. It's working well so far. Awesome work ?
Woooow thanks ....??
Sent from my Nexus 5X using XDA-Developers Legacy app
Hi, when using settings-display-color calibration I get a 'lineage os system error ' . No other issues found so far. Anyone else get this? Cheers.
EDIT: Im set to English UK btw.
herbie13 said:
Hi, when using settings-display-color calibration I get a 'lineage os system error ' . No other issues found so far. Anyone else get this? Cheers.
EDIT: Im set to English UK btw.
Click to expand...
Click to collapse
Thanks for reporting. I already found the solution, it will be fixed in the next update. For the time being simply switch to English (US), edit the color calibration and switch back to your desired language. Cheers!
Hi Dark_Eyes_ I'm really finding the new 7.1.2 feature allowing a swipe down on the fingerprint sensor when unlocked to access pulldown notifications really useful. I see that there are a few apps out there that can enhance its use but all seem to have their probs . Is this something you can play with ? I can think of all sorts of uses but a first would be a tap of the fingerprint sensor to switch off screen when on. Cheers
herbie13 said:
Hi Dark_Eyes_ I'm really finding the new 7.1.2 feature allowing a swipe down on the fingerprint sensor when unlocked to access pulldown notifications really useful. I see that there are a few apps out there that can enhance its use but all seem to have their probs . Is this something you can play with ? I can think of all sorts of uses but a first would be a tap of the fingerprint sensor to switch off screen when on. Cheers
Click to expand...
Click to collapse
There's an app for that
Sent from my Nexus 5X using Tapatalk
herbie13 said:
Hi Dark_Eyes_ I'm really finding the new 7.1.2 feature allowing a swipe down on the fingerprint sensor when unlocked to access pulldown notifications really useful. I see that there are a few apps out there that can enhance its use but all seem to have their probs . Is this something you can play with ? I can think of all sorts of uses but a first would be a tap of the fingerprint sensor to switch off screen when on. Cheers
Click to expand...
Click to collapse
Also maybe to keep screen on while finger on sensor.
Sent from my Bullhead using Tapatalk
iamterence said:
There's an app for that
Click to expand...
Click to collapse
Hi, I have tried a few with not much success. Can you recommend a good one that works well on the 5x ? Thanks
This ROM is awesome! Android Pay works, which is awesome, because I struggled getting Magisk to work on stock rom. I've been staying away from ROMs for a while now, but when I saw your feature list, I couldn't help but try. Really glad I did!
Thanks for the rom...!!
Sent from my Nexus 5X using XDA-Developers Legacy app
@Dark_Eyes_ glad to see you in Bullhead branch. I was so much enjoying Bliss roms until my Hammerhead's wifi chip decided to fail only 2 weeks after warranty expired. The cost of replacement of whole logic board was the same as buying the new 5X at that time 2 years on market already.
Sent from my Bullhead using Tapatalk
Flashed it yesterday and haven't had any issue. Thanks for the ROM. Hope you keep up the good work.
Im on the PixelROM for some quite time. It was so far the easiest hassle free choice for me with so little free time. Installer all in one all together with bootloders and radios all up to date. Bliss was kind of very slow with development lately for this device. I would like to try this ROM cuz I had good memories of @Dark_Eyes_
A few questions though...
1. Compatible with cf SuperSu?
2. How about Open Aroma GApps?
3. What about other custom kernels according to SafetyNet?
Thanks for this ROM
jugoslavpetrovic said:
Im on the PixelROM for some quite time. It was so far the easiest hassle free choice for me with so little free time. Installer all in one all together with bootloders and radios all up to date. Bliss was kind of very slow with development lately for this device. I would like to try this ROM cuz I had good memories of @Dark_Eyes_
A few questions though...
1. Compatible with cf SuperSu?
2. How about Open Aroma GApps?
3. What about other custom kernels according to SafetyNet?
Thanks for this ROM
Click to expand...
Click to collapse
1. Yes, but it might not pass SafetyNet
2. Yes, but you'll need to install at least Google dialer, Google keyboard and pixel launcher.
3. Other kernels might or might not pass SafetyNet. It's most likely up to them, but usually using Magisk will make them work. You might need the beta v13 though.
Dark_Eyes_ said:
1. Yes, but it might not pass SafetyNet
2. Yes, but you'll need to install at least Google dialer, Google keyboard and pixel launcher.
3. Other kernels might or might not pass SafetyNet. It's most likely up to them, but usually using Magisk will make them work. You might need the beta v13 though.
Click to expand...
Click to collapse
Thanks.
SafetyNet is not my priority, never ever played pokemon go or was paying via NFC since Android Pay is not yet supported in my country, I look more to stability and better (less) battety drain, but thanks for clearifying.

Categories

Resources