Skip to main content

GRAVITY BOX:MEGA ANDROID TWEAK TOOL(For rooted users only)

GravityBox - tweak box - Xposed module for devices running Android 4.1/4.2/4.3 ROMs
Version 3.5.9 [JellyBean]
Version for KitKat is available in this thread:http://forum.xda-developers.com/show....php?t=2554049
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)
--- Lockscreen "see through"
--- Smart Radio
--- Notification control (allows controlling notification lights/sounds/vibrations on per-app basis)
--- Ascending (increasing) ring tone
... 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 The 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.
I will not be responsible for any bricked devices, if your device bricks I'll be happy to walk you through the recovery process
2) Get the Xposed installer from Download section fromXposed 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
Pls refer to this LINK for more info,forums,downloads,tweaks etc

Comments

Popular posts from this blog

POSSIBLE SPECS OF THE TECNO PHANTOM 6&6+

If you think you have a smartphone, then permit me to stylishly run you down because you are yet to have a device. Tecno is set again to unleash another hammer head of horror called Tecno Phantom 6 and 6+. They are not just monster devices but horrible monster devices. See the break down. Warning! The content you are about to read is for the matured geeks only. Rumor (What to Expect From Tecno Phatom 6 and Phantom 6+) 1. Phantom 6+ will have dual rotating auto-focus camera at the back with an iris scanner while phantom 6 will have just one 21MP unit at the back. However, both will have front and back cameras. 2. Both phones, according to insiders, will boast of a battery capacity of 4000mAh inside a slim body measuring between 6-7mm, 3. The Phantom 6 Plus will also have a fingerprint sensor at the back which will not be available on the standard Phantom 6 4. Both devices will come with  X20 Deca-core processor,  a 3GB RAM, supported by an internal micro SD card storage w...

UCWEB Launches New App UCSHARE

UC browser is one of the fastest browsers out there when it comes to downloading, and now the Alibaba owned UCweb has launched a file transferring app dubbed UC share. The app is said to be to take as little as 0.2 seconds to transfer an image, one second to transfer a song, and up to 22 seconds to transfer a complete movie. It is also claimed to come with an average file transfer speed of 5MB per second. Just like other file transferring app like  Xender , Share it etc… the UCshare allow you to share not just music, video, or image files but also apps and other files.   The app doesn’t require a high-speed data connection to transfer files and includes a Bluetooth sharing option to provide file transfer support for a wide range of devices. You can use the  UC share app  as a file manager; view the files that exist on your devices. Not just that but it also comes with an option to generate a QR code to offer an easy sharing between two devices. Wh...

HOW TO GET GOOGLE ASSISTANT ON YOUR ANDROID DEVICE

Last week, a friend called to tell me that he had gotten Google’s Assistant on his device. Prior to that, I tried to see if I could get it manually. Unfortunately, nothing happened and I couldn’t help feeling this way: Long story short, I found a way to get Google assistant legally, without having to install a third-party application. It’s quite easy, trust me. HOW TO GET GOOGLE ASSISTANT ON YOUR ANDROID DEVICE So, the first you need to do is to be a beta tester on the Google play services and Google app. To do this, you have to click on the settings: Scroll down to Google, click on it. Now click on the three dots on the top right corner and select help Once you are there, click on the three dots on the top right corner and select view in Google play store. This should launch the Google PlayStore and you should see the Google play services. Now, scroll down until you see the “Become a beta tester” section, simply click on the “I’m in” button and wait for...