Related
First of all I would like to say I am not the creator of this I am just sharing what I have found I will try and keep the thread updated when new versions are released. All credits should be given to the mod who has made this xposed framework module.
Original thread
http://forum.xda-developers.com/showthread.php?t=2316070
Version 2.5.7
READ THIS POST CAREFULLY BEFORE PROCEEDING ANY FURTHER
Hey!
After countless hours of coding and searching for proper entry points
to inject my code to incorporate fixes and mods, here it is:
GravityBox - Xposed module targeted for devices running Android 4.1/4.2/4.3
Originally, this module was intended for MTK6589 devices. Later on, it was adjusted to support other - non-MTK devices - as well.
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.
This means, it allows to modify behaviour of applications and system services at run-time. No need to
hack apps the usual way by decompiling, hacking and recompiling, anymore. 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)
... more to come.
Compatibility
- 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 /data/xposed directory on your phone.
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/C3C0/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/C3C0/GravityBox/blob/master/NOTICE [/URL]
Credits
- @bgcngm for his code 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 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, ...)
- and finally, all those who keep the project alive by supporting me via donations (you know who you are)
Changelog
https://github.com/C3C0/GravityBox/b.../CHANGELOG.txt
Sent from my Nexus 4 using xda premium
SCREENIES
http://forum.xda-developers.com/attachment.php?attachmentid=2027735&d=1370730338
http://forum.xda-developers.com/attachment.php?attachmentid=2027737&d=1370730338
http://forum.xda-developers.com/attachment.php?attachmentid=2125253&d=1374150428
http://forum.xda-developers.com/attachment.php?attachmentid=2125254&d=1374150428
DOWNLOAD LINK
http://forum.xda-developers.com/attachment.php?attachmentid=2298922&d=1380786001
300 viewed and not one single thanks.
Sent from my Nexus 4 using xda premium
kyleastley said:
300 viewed and not one single thanks.
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
I already gave you my thanks, but let me give you an advice: do things to help community, not because the thanks, I am sure you will get more thanks. Thanks for sharing, cheers.
Using on my Nexus 7 an working great!!!
I had a system UI crash when I used it on crDroid
kyleastley said:
300 viewed and not one single thanks.
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
may i ask why do we need another thread for the same mod when there is already one opened ?
i`m afraid it will create confusion while using search button
the original thread contains all info for users and they can receive answers from the developer straight away
a moderator will soon confirm or not my thoughts
appreciate you intention to help anyway
thanks !
OP, if you really want to contribute, and possibly get some thanks in the process, you might want to consider creating an index thread for the Nexus 4 Themes and Apps forum where you include a link to this and every other piece of work posted in this forum. If you need an example, consider the following...
http://forum.xda-developers.com/showthread.php?t=1859851
Duplicate thread closed
Say hello to Jaguar Nougat for Zuk Z2_plus. If you have never heard of Jaguar rom, check Xperia Z1-Z3 development sections. The main emphasis of the rom is on SECURITY and PERFORMANCE
Features:
1. New Qualcomm's Boostframework module that speeds up literally everything
2. Hardened bionic with fortified memory allocator: protected memory that has only read permissions for 3rd party apps
3. WIFI background scanning disabled. Otherwise, it still does the scanning even if you turn WIFI off. Creepy Google
4. Fully working Disk encryption,
5. Proprietary TimeService is replaced with Open Source TimeKeep (no internet needed to set time). Just set it once
6. Kernel:
a. Nightmare and Impulse governors
b. Overclock available: settings will hold if set in Kernel Adiutor
c. Zenmode Hotplug
d. Intellithermal
e. Seccomp (secure computing)
f. Yama security to replace Selinux
g. Vibration sensitivity control
h. Deep sleep
i. Screen temperature control in Kernel Adiutor (don't use together with native color control)
7. Hardware button: extended settings with multiple options
8. Virtual buttons: numerous options
9. Vanilla recents with memory bar (disable Slim recents for membar)
10. Slim recents
11. Native Screen Color control (cooler/warmer) in Developer options
12. Option to deny access to USB (yes to all/no to all/no on secure lockscreen
13. Option to deny access to Clipboard (default off, enable if you want copy and paste)
14. Extended Appopps in Settings/Security: you can restrict even system apps - almost like Xposed
15. Magisk will show up in Settings, once properly installed...
16. Substratum will show up in Settings when installed Forget it. Substratum will never be supported due to their inclusion of Google Firebase that steals your data
17. ZukDoze/Ambient Display
18. Safety Net approved via kernel
19. Per app Signature Spoofing to work with MicroG
20. Modified Kernel Adiutor with no ads and Afwall with full features are provided in a separate zip: unzip and install as normal apps
Starting with release #2, you also have:
21. Double Tap To Wake
22. Double Tap To Sleep
23. Doze Pocket Mode
24. Jaguar Dark Mode
25. Home button wakes the phone
Starting with release #3 you will also have:
26. Fab icon with location choices to clear recents
27. Network traffic[/COLOR]
Starting with release 4, you will also have
28. Wakelock blocker (in Accessibility)
29. Live volume steps
30. Volte icon (switchable in status bar)
31. Substratum will never be supported due to their stealing user data via Google firebase
Starting with release 5, you will also have:
32. Night mode (automatic/off/custom)
33. Soft reboot added to advanced reboot
Starting with release 6 you will have
34. Notification leds and Battery light (in Notifications press settings icon)
Starting with release 7, you will have
35. Battery temperature and voltage on lockscreen (toggle in Settings/security)
36. Rom rebuilt with actual battery stats flag, instead of estimate
37. Miracast works
38. Skype/Viber mike works
39. Disk encryption works
40. High definition codec in Bluetooth
Starting with release 8, you will have
41. Sim color choices (after setting, just tap on screen anywhere)
42. Rom built with 03 flag for speed
43. Current in amperes added to lockscreen charging info, so, you'll know exactly whether it is 1500ma, 500 or whatever the number is
44. Notification sounds unlinked
45. SU is hidden in kernel unless su daemon is running
46. No delay in home button actions
Starting with release 9, you will have
47. Option to toggle operator's name on status bar
Starting with release 10 you will have
48. Fully working encryption; also data could be decrypted/mounted with the official TWRP
Starting with release 11, you will have
49. July Security patches both in rom and kernel
50. Option to reset battery stats
51. Option to natively restrict apps from accessing data/wifi
52. USB charging current bumped to 900ma, if your computer usb port provides more than 500ma
53. Removed AOSP webview. Use Google webview instead
54. Hotspot fixed
55. Theme engine is back
56. Extended Do Not Disturb settings including disabling/enabling in call
Starting with release 12, you will have
57. Sound and Font support in Theme Engine
58. Video calling should be fixed
59. Rom rebuilt with TARGET_USES_QCOM_MM_AUDIO, which is supposed to improve sound encoding
Starting with r13, you will have
60. New camera driver and Nougat blobs
61. Full network choices in Cell Menu
62. Increased number of rows and columns in QS
63. A choice of Kernel with EAS and Voltage Control or Standard (first one included with the rom; standard needs to be flashed via TWRP)
Starting with release 14, you will have
64. Configurable display rotation
65. No access to QS when device locked with pin/password/pattern
Starting with release 15, you will have
66 Alarm blocker (in Accessibility)
67. Ability to turn off/on swipe left/right drawer
68. Importance level for sensitive info on lockscreen
69. Screen on charging current reduced to 1200 ma to combat heating
70. Lawnchair (new launcher) integrated
Starting with release 16, you will have:
71. Offline charging with nice animation and persentage
72. Bluetooth battery status
73. Network persmission
74. Local Terminal
75. Less frequent sound notifications
76. Authentication vibration ON/OFF switch
77. Ability to hide status bar on secure lockscreen
Starting with release 17, major release, you will have:
78 Glonass gps enabled, which works in tandem with the US system
79. Volume buttons could default to Media volume
80. Volume buttons control cursor
81. Disable screenshot sound and fixed disabling camera shutter sound.
82. Notification on charger connect/disconnect: choice of silent/vibration/default sound/custom sound
83. Native screen recording with new QS tile added
84. Long press power button when screen is off starts the torch
Starting with release 18, you will have
85. Heads up Notifications On/Off
86. QS columns option (3/4/5)
87. Dashboard tile layout configuration
88. Power Notifications Tuner
89. Volume rocker skips tracks on long press
90. Switch to block access to sensors most infectious apps (facebook/what'sup)
91. Enable power saving for system apps
A special word on the hardware button: it is wired to the following options:
Custom app; Back; Home; Recents; Menu; Kill app; Last app; Screen off; Power menu; Notifications; Quick settings panel; Open IME switcher; Screenshot; Camera; Torch; Google now; Voice search; Search in app; Music next track/play/pause/previous track; Ring/Silent/Ring/Vib; Split screen and None. Enough for you? The same applies to virtual buttons: the choice is up to you
Starting from r12, updates are incremental, so, if you are coming from a different rom, do this:
Instructions:
Starting with r14, new installation process has been simplified. If you are coming from a different rom, do this:
1. Flash release 11 clean, reboot (don't bother with Gapps or Magisk, you don't need them here) and let system run for a few minutes; then flash the latest release dirty; flash Gapps
2. Reboot and finally flash Magisk or Supersu
3. If you don't get setup wizard on some versions of Gapps, just create or login into your Google account
4. Enjoy the rom, say thank you or donate
Rom has a script that gets initiated in ramdisk that cuts off the internet until you install and enable Afwall. This is done to prevent data leaks and battery waste, as literally every system and data app connects to the Internet. You should only allow to connect the apps you need, like messengers, browsers etc. However, this script is optional and could flashed separately for extra protection, but out of the box, you will have no problem connecting..
Downloads are now in post #3
Download KernelAdiutor/Afwall: https://forum.xda-developers.com/devdb/project/dl/?id=24167
For anyone who needs to update firmware, here is Indian firmware extracted from stock and assembled for flashing in TWRP, confirmed working without any problems. Just make sure to follow directions: https://forum.xda-developers.com/showpost.php?p=72407849&postcount=762 The linked post updated to include the latest Chinese Firmware 3.1.117
XDA:DevDB Information
JAGUAR NOUGAT, ROM for the Lenovo ZUK Z2 (Plus)
Credit: AOSP, Slimrom, Code Aurora, CopperheadOS, Davideavinavil, Varotone, Fedor. Also, credit to any other dev who contributed to the code
Kernel Source for August build: https://www.androidfilehost.com/?fid=817550096634792330
Kernel Source: https://github.com/AOSP-Jaguar/android_kernel_zuk_z2_plus
Contributors
optimumpro
ROM OS Version: 7.x Nougat
ROM Firmware Required: UNLOCKED BOOTLOADER
Based On: AOSP/SLIM
Version Information
Status: Stable
Stable Release Date: 2017-04-24
Created 2017-04-10
Last Updated 2017-12-07
Some screenshots
Screenshots. Will add more...
Accessibility feature: it works, as intended, i.e. large font and other features for vision/hearing impaired. However, granting accessibility to apps to access passwords and other data has been restricted, as have already been discussed. Jaguar has modified bionic to prevent 3rd party apps from using Android native libraries to grab data. So, if you enable accessibility for ANY app, even if it is a good one, some rogue apps, such as all Gapps, Facebook and similar ones won't work. So, if you don't want crashes, don't grant accessibility permissions
F2FS support is REMOVED, as it is unstable file system. So, if you have any of your partitions on this, you won't boot
Apps that require special permissions (install button is greyed) require pressing power button once to lock and another one to unlock to install
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
March 9. Release 21
March security patches
Instructions:
Upgrading - flash dirty and make sure to wipe cache/dalvik, as the final step
Coming from a different rom: flash release 11 (no gapps/magisk); boot and run for 2 minutes; then flash r17 dirty, then Gapps, then wipe cache/dalvik and reboot. After booting flash Magisk or Supersu
Download r21: https://androidfilehost.com/?fid=890129502657589429
Download r11.1: https://forum.xda-developers.com/devdb/project/dl/?id=25510
_______________________________________________________________________________
February 7. Release 20
1. February security patches
2. Attempt to fix camera with with post November kernel. (if camera doesn't work, just flash November kernel
Instructions:
Upgrading - flash dirty and make sure to wipe cache/dalvik, as the final step
Coming from a different rom: flash release 11 (no gapps/magisk); boot and run for 2 minutes; then flash r17 dirty, then Gapps, then wipe cache/dalvik and reboot. After booting flash Magisk or Supersu
Download release 20: https://forum.xda-developers.com/devdb/project/dl/?id=28524
Download r11.1 in case you are coming from another rom: https://forum.xda-developers.com/devdb/project/dl/?id=25510
In case camera doesn't work (it does on my phone), flash November kernel on top of the rom and reboot: download November kernel https://forum.xda-developers.com/devdb/project/dl/?id=27640
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
January 7. Release 19
January security patches, latest Nougat commits, some minor improvements
Instructions:
Upgrading - flash dirty and make sure to wipe cache/dalvik, as the final step
Coming from a different rom: flash release 11 (no gapps/magisk); boot and run for 2 minutes; then flash r17 dirty, then Gapps, then wipe cache/dalvik and reboot. After booting flash Magisk or Supersu
Download r19: https://forum.xda-developers.com/devdb/project/dl/?id=28011
Download r11.1 in case you are coming from another rom: https://forum.xda-developers.com/devdb/project/dl/?id=25510
In case camera doesn't work (it does on my phone), flash November kernel on top of the rom and reboot: download November kernel https://forum.xda-developers.com/devdb/project/dl/?id=27640
____________________________________________________________________________
December 8. Release 18:
1. Heads up Notifications On/Off
2. QS columns option (3/4/5)
3. Dashboard tile layout configuration
4. Power Notifications Tuner
5. Volume rocker skips tracks on long press
6. Switch to block access to sensors by most infectious apps (facebook/what'sup)
7. Enable power saving for system apps
8. December security patches
Instructions:
Upgrading - flash dirty and make sure to wipe cache/dalvik, as the final step
Coming from a different rom: flash release 11 (no gapps/magisk); boot and run for 2 minutes; then flash r17 dirty, then Gapps, the wipe cache/dalvik and reboot. After booting flash Magisk or Supersu
Download r18 at AFH: https://androidfilehost.com/?fid=817906626617951439
Download r11.1 in case you are coming from another rom: https://forum.xda-developers.com/devdb/project/dl/?id=25510
_______________________________________________________________________
November 9. Release 17:
1. Numerous security commits from Code Aurora
2. November security patches
3. Significant reduction of CPU/GPU overhead when using graphics (ported from Omnirom)
4. AOSP webview updated to v60
5. Glonass gps enabled, which works in tandem with the US system
6. Volume buttons could default to media volume
7. Volume buttons control cursor
8. Disable screenshot sound and fixed disabling camera shutter sound.
9. Notification on charger connect/disconnect: choice of silent/vibration/default sound/custom sound
10. Native screen recording with new QS tile added
11. Long press power button when screen is off starts the torch
12. Fixed animation when QuickSettings brought down half way
Instructions:
Upgrading - flash dirty
Coming from a different rom: flash release 11 (no gapps/magisk); boot and run for 2 minutes; then flash r17 dirty, then Gapps and reboot. After booting flash Magisk or Supersu
Download r17: https://androidfilehost.com/?fid=962021903579491243 temporarily AFH, as XDA is not accepting uploads
Download r11.1 in case you are coming from another rom: https://forum.xda-developers.com/devdb/project/dl/?id=25510
October 24. R16 Plus, Halloween Release:
1. Hardware overlays disabled by default (no more screen flickering)
2. Less frequent sound notifications (in Settings/Sound/Other sound)
3. Fingerprint authentication vibration switch ON/OFF (in Settings/Security)
4. Hide status bar on secure lockscreen (in Settings/Security)
Instructions:
Upgrading - flash dirty
Coming from a different rom: flash release 11 (no gapps/magisk); boot and run for 2 minutes; then flash r16 dirty (gapps). After booting flash Magisk or Supersu
Download r 16plus: https://forum.xda-developers.com/devdb/project/dl/?id=27080
Download r11.1 in case you are coming from another rom: https://forum.xda-developers.com/devdb/project/dl/?id=25510
_________________________________________________________________________________
October 19. Release 16:
1. Krack vulnerability fixed
2. Bluetooth battery status
3. Upside down image in offline charging fixed, animation and percentage added
4. Network permission added in Appopps
5. Another attempt to fix Video Calling (report)
6. Local Terminal (enable in Development)
Instructions:
Upgrading - flash dirty
Coming from a different rom: flash release 11 (no gapps/magisk); boot and run for 2 minutes; then flash r16 dirty (gapps). After booting flash Magisk or Supersu
Download r16: https://forum.xda-developers.com/devdb/project/dl/?id=27011
Download r11.1 in case you are coming from another rom: https://forum.xda-developers.com/devdb/project/dl/?id=25510
___________________________________________________________________________
October 8. Release 15.1:
1. Offline charging is working
2. A bunch of security commits ported from Linux Hardened 4.13
Instructions:
Upgrading - flash dirty
Coming from a different rom: flash release 11 (no gapps/magisk); boot and run for 2 minutes; then flash r15 dirty (gapps). After booting flash Magisk or Supersu
Since many are already using newly released Xposed framework: you need to reflash it too
Download r15.1: https://forum.xda-developers.com/devdb/project/dl/?id=26908
Download r11.1 in case you are coming from another rom: https://forum.xda-developers.com/devdb/project/dl/?id=25510
_____________________________________________________________________________
October 5. Release 15
1. October security patches
2. Alarm blocker (in Accessibility)
3. Ability to turn off/on swipe left/right drawer
4. Importance level for sensitive info on lockscreen
5. Screen on charging current reduced to 1200 ma to combat heating
6. Lawnchair (new launcher) integrated (if you already have one, uninstall it before flashing)
Instructions:
Upgrading - flash dirty
Coming from a different rom: flash release 11 (no gapps/magisk); boot and run for 2 minutes; then flash r15 dirty (gapps). After booting flash Magisk or Supersu
Download r15: https://forum.xda-developers.com/devdb/project/dl/?id=26882
Download r11.1 in case you are coming from another rom: https://forum.xda-developers.com/devdb/project/dl/?id=25510
Kernel Adiutor/Afwall has been updated today, October 5; in attachment: Don't flash; unzip and install as normal apps
____________________________________________________________________________
September 14. Release 14:
1. September security patches
2. Updated Snap camera with additional resolutions and fps
3. Getting rid of sensors errors showing in logcat on boot
4. Configurable display rotation
5. Lots of changes in kernel (see sources)
6. Numerous commits taken directly from Google android gerrit
7. Now you can see Jaguar's current release # in About Phone
Instructions: You no longer need to save and restore data
1. Upgrading: just flash dirty r14
2. Coming from another rom: flash r11 (no gapps, no magisk, no webview); boot and let the phone run for a few minutes; flash r14 dirty (without wiping anything)
On some versions of Gapps, if you don't get setup wizard, just create or login into your existent account
Download r14 (XDA is not uploadable now), so, it is AFH: https://www.androidfilehost.com/?fid=961840155545595815
Download r11.1 in case you are coming from another rom: https://forum.xda-developers.com/devdb/project/dl/?id=25510
__________________________________________________________________
August 14. And here is Jaguar Standard Kernel with Voltage Control added. Also flashable in TWRP. Just flash, apply Magisk/Supersu and reboot.
Be careful, as undervolting could result in instability and even random reboots
Download Standard Kernel with Voltage Control: https://www.androidfilehost.com/?fid=889764386195922927
_______________________________________________________________________________
August 13. Jaguar standard (No EAS) kernel with new camera driver
Just flash in TWRP, apply Magisk and reboot
Download standard kernel: https://forum.xda-developers.com/devdb/project/dl/?id=26144
_________________________________________________________________________________
August 12. Release 13:
1. August Security Patches
2. New Camera driver and blobs
3. EAS in kernel
4. Voltage control for CPU cores
5. More columns and rows in QS
6. All network choices in Cellular menu (like in testing) and your selection will hold
This build includes experimental EAS implementation in kernel, which needs adjustment. So, to have the best performance, do this in Kernel Adiutor:
1. Increase (+) overall CPU core voltages by 15 mv
2. Switch to Nightmare or Impulse (my choice) governor for Big and Little
3. Use Noop scheduler
Or if you don't want to deal with EAS, just flash the standard one without EAS and with updated camera driver: download link just above
Instructions:
if you are on r12.1, just flash dirty; flash Gapps; reboot and then Flash Magisk: that's all you need;
If you are coming fresh, you need to do this: AND THIS IS A REVISED PROCEDURE TO MAKE IT EASIER - You don't even need to deal with Gapps or Webview in release 11
1. Wipe system/data/cache/dalvik) and flash r11; reboot and let system run for a couple of minues; then back to TWRP and save Jaguar data (data only, untick everything else).
2. Clean flash r13 (again wiping system/data/cache/dalvik); restore saved in TWRP data (again data only), flash Gapps and reboot. If you use Magisk, then back to TWRP and flash Magisk
That's all
Download r13: https://forum.xda-developers.com/devdb/project/dl/?id=26118
Download r11.1 in case you are coming from another rom: https://forum.xda-developers.com/devdb/project/dl/?id=25510
____________________________________________________________________________
July 21. Release 12.1
1. Theme Engine updated to include fonts and sound suport
2. Native firewall fixed
3. Rom rebuilt with TARGET_USES_QCOM_MM_AUDIO, which is supposed to improve sound encoding
4. Video calling should be fixed (needs confirming)
5. Crashdod.sh removed: could be flashed separately for those who care about security
https://forum.xda-developers.com/attachment.php?attachmentid=4130837&d=1493407582
6. ASOP webview is working
7. Max vibration is increased
IF YOU ARE UPGRADING FROM THE PREVIOUS VERSION, YOU WILL GET A WARNING IN TWRP: CANNOT INSTALL ON TOP OF INCOMPATIBLE DATA. THAT'S BECAUSE I SWITCHED TO A SET OF NEW DEVELOPMENT KEYS. WHAT YOU NEED TO DO IS BACKUP YOUR JAGUAR DATA; FLASH CLEAN (WIPING DATA) AND THEN RESTORE DATA IN TWRP
IF YOU ARE FLASHING CLEAN/COMING FROM ANOTHER ROM, YOU NEED TO FIRST FLASH RELESE 11.1, https://forum.xda-developers.com/devdb/project/dl/?id=25510 SETUP APPS/DATA, BACK IT UP IN TWRP, FLASH R12.1 CLEAN AND RESTORE DATA. IF YOU FLASH R12.1 STRAIGHT, YOU WON'T BE ABLE TO MAKE CALLS
Download r12.1: https://forum.xda-developers.com/devdb/project/dl/?id=25738
_________________________________________________________________________________
July 7. Release 11.1
I have removed release 11 and posted release 11.1 without ConfigPanel and without AOSP webview. So, get google webview.apk for amr64, put it on your SD card and install after flashing as a normal app
1. July Security patches both in rom and kernel
2. Option to reset battery stats (settings/battery click recycling icon on top)
3. Option to natively restrict apps from accessing data/wifi
4. USB charging current bumped to 900ma, if your computer usb port provides more than 500ma
5. AOSP webview removed. So, get Google webview and put it on your SD card before flashing, then install as a regular app
6. Hotspot fixed
7. Theme engine is back
8. Extended Do Not Disturb settings including disabling/enabling in call
Download r11.1: https://forum.xda-developers.com/devdb/project/dl/?id=25510
_________________________________________________________________________________
June 22. Release 10
1. Encryption is fully working and data could be decrypted/mounted with the official TWRP
2. Up to date AOSP/Slim commits
This could be flashed on top of release 9.
Instructions to encrypt:
The best way is to do it over adb, otherwise, you will have the same password for boot and lockscreen. Here is what I did:
1. Flash the rom, flash Gapps, reboot and then back to TWRP to flash Magisk
2. Reboot, remove screen pin; enable adb; connect to computer
3. On computer: type adb shell; then type su and give root to shell on the phone
4. On computer type: vdc cryptfs enablecrypto inplace password "your actual boot password without quotes" Don't type the words actual password, but rather the password you choose
The phone will start encrypting. Once done, you will get (this time without delay) a password prompt and keyboard. Enter your boot password.
5. Once fully booted, set your pin/password/pattern This way you will have a shorter entry for screen and longer for boot
6. After that you would have to reflash Magisk, because encryption will unroot you. If you can't decrypt via official TWRP (which I tried and it works), just side load Magisk
Download r10: https://forum.xda-developers.com/devdb/project/dl/?id=25312
Webview Warning on r10: apparently after recent changes in android gerrit, older stock webview no longer works resulting in crashes of apps such as gmail, sms messenger and various web browsers. So, before flashing, download google webview from here http://www.apkmirror.com/apk/google-inc/android-system-webview/android-system-webview-59-0-3071-92-release/android-system-webview-59-0-3071-92-2-android-apk-download/ put it on your SD card and install as a regular app after flashing Jaguar.
__________________________________________________________________________________
June 16: Release 9.2.
Slim Theme Manager removed
The rom boots fine without Magisk on clean install and with Magisk 12. So, if you have bootloops, it is Magisk 13 beta that is causing it. It also boots fine if flashed dirty
Remember, if you use Gapps, flash them right after the rom, then reboot, then back to TWRP and flash Magisk. You will also need to install Magisk Manager from XDA
Download r9.2: https://forum.xda-developers.com/devdb/project/dl/?id=25220
__________________________________________________________________________________
June 10. Release 9.1 removed, because XDA considers Slim Theme Engine warez. Go figure?!
Everything is fixed. This release could be flashed either clean or dirty
1. Slimrom's own Theme Engine, which should work with substratum themes
2. Notification sound panel f/c when set to vibrate fixed
3. Show network operator on status bar toggle (in Settings/Display)
4. June security patches
5. Magisk Manager removed (install your own as a regular app)
__________________________________________________________________
May 21. Release 8:
1. Sim color choices (after setting, just tap on screen anywhere)
2. Rom built with 03 flag for speed
3. Current in amperes added to lockscreen charging info, so, you'll know exactly whether it is 1500ma, 500 or whatever the number is
4. Notification sounds unlinked
5. SU is hidden in kernel unless su daemon is running
6. No delay in home button actions
Although, you can flash dirty, but because of 03 flag and rebuilding of the entire rom, I recommend clean flash
Download r8: https://forum.xda-developers.com/devdb/project/dl/?id=24842
__________________________________________________________________________________
May 10. Release 7:
1. Miracast should be fixed
2. Mike in Viber and Skype should be fixed
3. True battery stats, as opposed to estimate
4. Battery temperature and voltage on lockscreen
5. High definition codec in Bluetooth
6. Disk encryption fixed
7. Entropy pool enlarged in kernel and some others
8. Magisk manager preinstalled in system, but you need to flash Magisk Zip after Gapps and one reboot. So, if you are flashing dirty and have Magisk manager in data, just delete it before flashing
Download Release 7: https://forum.xda-developers.com/devdb/project/dl/?id=24655
_________________________________________________________________
May 5. Release 6 posted:
1. Notification Leds and Battery Lights (in notifications)
2. May security patches in rom and kernel
3. Added missing AOSP Messaging app
4. Crashdod.sh is back, so install Afwall or delete the script
Rom release 6 Download: https://forum.xda-developers.com/devdb/project/dl/?id=24565
________________________________________________________________________________
April 28. Release 5 is live:
1. Night mode (automatic/off/custom)
2. Soft reboot added to advanced reboot
3. Magisk removed. So, flash yourself and only after Gapps
Rom r5 download: https://www.androidfilehost.com/?fid=529152257862722770
_________________________________________________________________
April 25. Release 4:
1. Wakelock blocker
2. Live volume steps
3. Volte icon (switchable in status bar)
4. Substratum should be fixed
Download rom r4: https://forum.xda-developers.com/devdb/project/dl/?id=24392
_________________________________________________________________
April 22: Release 3 is up:
1. April security patches
2. Fab icon with location choices to clear recents (in settings/accessibility)
3. Network traffic indicators with arrows on/off (in interface/status bar)
4. Volte confirmed working. See this link with proof: https://forum.xda-developers.com/showpost.php?p=72049323&postcount=211
5. Battery life - over 8 hours with heavy web browsing: see proof here : https://forum.xda-developers.com/showpost.php?p=72001615&postcount=153
Keep in mind: although you may flash dirty on top of release 2, you will still have to flash Gapps right after the rom and before rebooting. Disregard this and you will have f/cs
Download Rom r3: https://forum.xda-developers.com/devdb/project/dl/?id=24368
________________________________________________________________________________
April 16. Release 2 is up:
1. Home button now wakes the device
2. Double tap to wake works
3. Double tap to sleep implemented
4. Doze pocket mode implemented
5. Jaguar Dark Mode is available: light/dark/automatic (automatic may only work if system language is English)
Download Rom r2: https://forum.xda-developers.com/devdb/project/dl/?id=24270
Download KernelAdiutor/Afwall: https://forum.xda-developers.com/devdb/project/dl/?id=24167
PHP:
Nice Work!
Nice to see your ROM... How did you solved about r28 tag in framework/av?
davidevinavil said:
Nice to see your ROM... How did you solved about r28 tag in framework/av?
Click to expand...
Click to collapse
I am going to skip r28 and do 7.1.2 later...
This looks sooooo interesting! Will try this asap, it's good to see some good development around... I'm gonna give you feedback when as soon as i can (ps: this is the "Z2" that Sony should have made) Keep it up!
Format invalid kernel file
Thanks for the nice ROM. One small query, does VoLTE work on this ROM?
metodding said:
Format invalid kernel file
Click to expand...
Click to collapse
I don't think you're supposed to flash those. Unzip in Android with a file manager and install as apk's.
That's just how i read it i haven't tried this rom yet.
metodding said:
Format invalid kernel file
Click to expand...
Click to collapse
It says in the op for Afwall and KernelAdiutor: unzip the file and install as normal apps
Subhrajyoti Sen said:
Thanks for the nice ROM. One small query, does VoLTE work on this ROM?
Click to expand...
Click to collapse
I can't check with my carrier, but it should work...
One user from Europe Lenovo fans forum has reported that when he tried to access Settings/Date and Time, the Settings app would crash. I have confirmed the bug. It is interesting that this bug was introduced by one of CM's many stupid commits. And everyone else just copied and pasted from CM. But because nobody goes there, as time is set by default from your carrier, no one noticed. Here is the fix. Just flash the linked zip in TWRP and reboot.
https://forum.xda-developers.com/devdb/project/dl/?id=24173
Can the LED be deactivated while charging?
Android-system crashes when long touch on homescreen > backgrounds.
Settings crashes
the ROM is fast, but you can not use it ..processi system with continuous crash
Android system crash
setting crash
timekeeper crash and other..
I also noticed excessive heating always on the 34-37° - it is bad for the battery
which recommended gapps? (open / dynamic)
metodding said:
the ROM is fast, but you can not use it ..processi system with continuous crash
Android system crash
setting crash
timekeeper crash and other..
I also noticed excessive heating always on the 34-37° - it is bad for the battery
which recommended gapps? (open / dynamic)
Click to expand...
Click to collapse
Are you sure you flashed Jaguar? I noticed you tried to flash Afwall and KernelAdiutor in TWRP, while they are just apps for normal install. Did you format data partition before flashing the rom? Or maybe you installed some bad app?
I have had the ROM for several days - not a single crash.
And by the way, 34-37 degrees is by no means overheating: it is normal operating temperature.
Danoz88 said:
Can the LED be deactivated while charging?
Android-system crashes when long touch on homescreen > backgrounds.
Settings crashes
Click to expand...
Click to collapse
Have you applied the patch I posted yesterday? I have just long pressed on home screen about 10 times - not a single crash. Are you using a different kernel? Bad idea, as you will loose magisk and get into multiple troubles.
And you can't deactivate led, but it turns off on full charge...
optimumpro said:
Have you applied the patch I posted yesterday? I have just long pressed on home screen about 10 minutes - not a single crash. Are you using a different kernel? Bad idea, as you will loose magisk and get into multiple troubles.
And you can't deactivate led, but it turns off on full charge...
Click to expand...
Click to collapse
No different kernel simply clean flash. Doesnt made an logcat sorry. Yes flashed the everything, first rom, gapps, afwall and kernel adiutor and the time fix.
What I noticed is that the extra features from you, like virtual buttons, kernels, native screen colors and all these things are on different places and not easy to find without to go through everything. Little bit confusing.
Maybe it can be bundled on one place
But really fast and smooth rom :good::good:
optimumpro said:
Are you sure you flashed Jaguar? I noticed you tried to flash Afwall and KernelAdiutor in TWRP, while they are just apps for normal install. Did you format data partition before flashing the rom? Or maybe you installed some bad app?
I have had the ROM for several days - not a single crash.
And by the way, 34-37 degrees is by no means overheating: it is normal operating temperature.
Click to expand...
Click to collapse
Performed a new clean flash, Android system crashes when you try to make operations (example: virustotal scanning from "Chrome app" when choosing file .."system android" crashes --- "Alto Mail", open the app link "android system" crash)
another note,, "keychain" is often interrupted
I hope there is a fix for these bugs, the rom flowing smooth and it is a pity:good: -- thanks for the work
metodding said:
Performed a new clean flash, Android system crashes when you try to make operations (example: virustotal scanning from "Chrome app" when choosing file .."system android" crashes --- "Alto Mail", open the app link "android system" crash)
another note,, "keychain" is often interrupted
I hope there is a fix for these bugs, the rom flowing smooth and it is a pity:good: -- thanks for the work
Click to expand...
Click to collapse
So, the crashes you have have nothing to do with the rom, but rather third party apps and they want too much access to the system, which they are not given, which is good. I personally would not use anything coming from AOL. RE: viruses. All those 'virus' protection apps are nothing but hoaxes. They don't protect you at all, they scan and most of the time also try to collect info about you for advertising purposes. And I bet on Jaguar when they try to do that, they get a long third finger...
If you still want fixes, you need to provide logcat when there is a crash with Alta mail or virustotal (note that their website says they don't provide protection, just scanning)...
EDIT: Go to AppOpps and check permissions for those 2 apps: grant everything if you are OK with them collecting everything about you...
It screenshots and for this reason I can not load them .. The same happens with the xda app .. but I think in general when you try to upload some files ..the android system arrest
In this post I will show you how to modify your navigation bar with an app
App:
https://play.google.com/store/apps/details?id=xyz.paphonb.systemuituner
Features:
- Add custom buttons to your navigation bar
- Customizable navbar layout
- Tasker integration for contextual navbar
- Easy to setup
- No root or xposed required *
Compatibility:
- Not working on ResurrectionRemix, Beanstalk, AospExtended or anything that uses DirtyUnicorns smartbar
- Not working on EMUI, LG UX
- Partially working on Galaxy S8/S8+ **
- Working on Android 7, 7.1, O preview
- Working on LinageOS
- Working on Nexus devices
- Working on Sony Xperia devices
Flash root Android Nougat:
https://forum.xda-developers.com/gr...ble-supersu-v7-9-sr3-7-1-1-nougat-sm-t3542854
*This requires a permission to be able to modify the navbar. You will need either root or a pc to grant it.
*If you phone have root, you will be prompted for root access for the app to do all the things automatically. You can choose to deny that if you want to grant the permission by yourself.
**Due to a system bug on the Galaxy S8/S8+, Some apps functions including extra right button and button themes will be unavailable.
I use Lineage OS 7.1.2 Stable 2.
Lineage OS hasn't setup for navbar but you can add your navbar:
Edit Building.prop Just type the code at the end of
net.bt.name=Android
qemu.hw.mainkeys=0
( In the screenshot there is instructions)
Root access only and follow instructions.
Add Navbar
More images
For keycode Media Follow the Screenshot:
Ignore this Screenshot I was wrong:silly:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
What is this?
This is a Magisk module that adds the following cool custom features to any Pixel device (from 3a to 6 Pro) running stock Android 12 Pixel ROM:
Enable/Disable Google Sans font system wide
Adds Icon Styles and Icon Shapes overlays from Android 11
Fonts options
Enable/Disable Combined signal icons
Pixel 6 Wallpapers (requires an extra module, please check downloads section)
Adds 2 button mode navigation (it was removed on Android 11 but I think some users like that navigation mode, so I add it)
Adaptive sound options
Enable Voice access for all Pixel devices
Navigation bar options (reduce keyboard bottom space size, completely remove NavBar, invert layout*, set back gesture height*)
Enable/Disable SystemUI Tuner
Enable Game Overlay for all Pixels by default (although, if something goes wrong while playing games, you can disable this feature)
Enable/Disable dual tone battery meter (it only works on icon portrait mode)
Enable/Disable showing the number of unread messages on status bar notifications
Reduce Status bar height (and option to correct left padding on devices with the notch on the left)
Enable/Disable more themed icons on launcher (some apps don't have a themed icon so it won't work for all apps)
Enable/Disable left shortcut on Lock screen
Enable/Disable camera shortcut on Lock screen
Enable/Disable gradient effect on QS Tiles and Brightness slider
Hide gestures navbar pill (using transparency)
Colorize gestures navbar pill with dynamic accent color
Dark Themes from Android 11 Addon Features
Choose QS number of rows
Brightness slider padding and thick track options
Enhanced Google Dialer (to enable stuff like Call Recording and etc.)
Enhanced Smart Space (to enable stuff like Flashlight, Earthquakes options, etc.)
Enables some newer Pixel features to older Pixel devices (things like Live Translate, Haptic feedback settings, etc.)
Enable/Disable option to reduce QS Tiles text size (works better on some QS Tiles themes)
Option to install Tap Tap (a great app for devices without Quick Tap and even for the ones that have it)
These next features, also included in the MOD, indicates that framework-res and/or SystemUI were modded. This means that these next features will only work on devices running stock Android 12 Pixel ROM. I'll talk more about this later.
Enable/Disable Wifi + Cell QS Tiles instead of single Internet QS Tile
Battery Styles
Clock Customization
Network Traffic Indicators
QS Battery percentage independent options (show estimate time remaining or just percentage)
Dual tone Light/Dark themes for Quick Settings Panel and Power Menu
Album art on lock screen options
Music visualizer options
QS Quick pulldown with one finger (options are off, drag from the top left, drag from the top right and drag from anywhere on the top)
Revamped Screenshot service (it allows us to delete screenshot as soon as we take it and we can enable/disable screenshot shutter sound)
Show/Hide QS Edit icon on QS footer
Show/Hide Quick access Developer options icon on QS footer
Quick access Rom Control app by long pressing on QS Footer Settings icon
Edit Back gesture navigation height
Enable/Disable inverted layout for 2 and 3 button navigation modes
Enable/Disable carrier text on lock screen
Date, clock and battery click actions on QS Header (long click on clock goes to system time settings, simple click opens clock app)
QS Tiles animations and vibration options
Disabled icon blacklist on both status bar and lock screen(the icons can be disabled using SystemUI Tuner for those who don't want some icons to appear anywhere)
Override feature flags (This allows us to override feature flags manually using setprop persist.sysui.flag."whatever_flag_we_want" command)
Use 4G instead of LTE option
Resize navbar pill (normal, medium, big)
Tap to add or remove tiles in QS customizer
Enable/disable QQS Brightness slider
Enable/disable default QS Brightness slider
Auto brightness QS icon (on/off)
Brightness slider position (Top, Bottom)
Double tap to sleep on status bar
Double tap to sleep on lock screen
Enable/disable Double-line clock on lock screen and AOD
Enable/disable circle background on lock screen fingerprint icon (it only does anything on devices that have it, obviously)
Force accent color on ripple animation while unlocking with fingerprint
QS Tiles Styles
Edge Sense Plus MOD (it only works on devices with active edge sensor)
Battery Bar
-------------------//------------------
Rom Control app (to setup all these options)
Downloads:
Download latest module version from HERE! Further updates can be done using Magisk Manager.
Spoiler: Click to know more.
For more info about updates, please read THIS POST.
Addon_Features_for_Pixel_More_Live_Wallpapers.zip
Spoiler: Optional module. Click to read more.
This is an optional module. I've decided to remove everything regarding wallpapers from Addon features main module and create this one.I thought that it wouldn't make much sense to have a single module with almost 500 MB. So, this new optional module adds Pixel 6 static and live Wallpapers (obviously redundant for Pixel 6 users...) but, as well, it adds other Live Wallpapers that aren't normally available for download on Wallpaper & Style app (old stuff like doodle, conveyer belt, etc. from older pixels).
Notes:
Spoiler: Please read them at least once. THEY'RE IMPORTANT!!
Since V17 the installer mod detects if your device runs into a boot loop after flashing it. If it does, and this will happen on any device not running stock Android 12 Pixel ROM, it will force a new reboot and will try to boot your device running a mod "Lite" version. The "Lite" version is nothing more than a mod version where the only features available are the ones above the red line text.
If you want those "exclusive features", the ones after the red line text, working on your current ROM you will have to port them yourself. I explain how to later on this post.
Those "exclusive features" are based on xml and smali changes made on stock SystemUI and framework-res. Without these changes the, "exclusive features" won't work.
Since this module replaces stock SystemUI and framework-res for modded ones, you could run into problems if some other module tries to do the same or it's simply incompatible with it. If you want to try any other mod that changes SystemUI, or framework-res, there's an option on ROM Control that allows you to disable those "exclusive features". After disabling them, your Pixel device will reboot with a "Lite" version as well.
Make sure that you're able to run adb shell as root before flashing this module and reboot your device. Just in case something went really wrong and you need to remove the module manually.
If your device really refuses to boot, after flashing this mod, connect your phone to your PC during boot and run this:
Code:
adb shell
Code:
su
Code:
rm -rf /data/adb/modules/AddonFeaturesForPixel/system/framework/ && rm -rf /data/adb/modules/AddonFeaturesForPixel/system/system_ext/ && reboot
This will only remove framework and systemui "modded" files. Without them, you're device will boot and the other features, that don't require modding, will work just fine.In fact, if you remove these files from the module zip before flashing, you can flash that modified zip on any device running any AOSP, or close to it, ROM.In case you want to completely remove the mod, you can just run this:
Code:
adb shell
Code:
su
Code:
rm -rf /data/adb/modules/AddonFeaturesForPixel/ && reboot
If you forgot to enable the ability to run adb shell as root, and if your device fails to boot, you can fix that by removing all Magisk modules you have installed. That can be achieved by running the following commands even without root shell during boot:
Code:
adb shell
Code:
magisk --remove-modules
If none of the above methods work to get your device booting, then you have to boot into safe mode. By doing so, Magisk will disable all modules for you (it doesn't uninstall them, just disables them). To force a boot into safe mode all you need to do is to keep pressing volume down button during boot animation. After the system boots into safe mode you can reboot your device to boot up normally (since all modules will be disabled). If you get stuck during boot animation again, just force another reboot (I've had to do that during my tests).
When a new OTA update comes it's possible that the MOD will force boot with Lite version. Why? Because Google may change things on stock SystemUI and/or framework-res between builds. When that happens, I have to recreate the module again to adapt those changes. Rest assured that I'll always test the module with new builds and update as necessary.
In case your device gets caught in a boot loop, please provide me a logcat so I may try and look if anything can be done about it. To do so, during boot connect your device to your PC and grab a logcat with this adb command:
Code:
adb logcat > log.txt
After grabbing the log, please open the txt file and search for "FATAL". Afterwards post here the lines where the "Fatal error occurred".
I've made these modules for my personal use and just decided to share with all XDA community. Having this in mind, there's no need for donations (although I won't refuse them if you want to buy me a beer). As for requests or whatever, I can only add more stuff when, and if, I have time for it. I'm a really busy man in real life so I can't promise anything nor ETAs.
Requirements:
Unlocked bootloader
Magisk Root | Magisk Manager
Stock December 2021 Android 12 Pixel ROM build, or later until February 2022 for "FULL" version compatibility
Any AOSP, or close to it, Android 12+ ROM on any device for "LITE" version only (not fully tested...some devices/ROMs may not work)
Suggestion:
Uninstall all other modules you may have installed before installing this. They could be incompatible with the module thus making the device get caught in a boot loop. You may install them afterwards, one by one, just to make sure everything is ok.
If you're up to it, instead of disabling/removing modules, I recommend you to flash latest stock build through fastboot using flash_all.bat. In order to retain your data, remove the "-w" flag from the update command on flash-all script.
How to install?
Flash "Addon Features" module
Reboot device
If your device/ROM is fully compatible, everything will be ok at first boot
If not, your device will auto-reboot after first failed boot attempt and boot again with the Lite version only
Have fun!
How to update?
Open Magisk Manager app
Press the update button on"Addon Features" module
Reboot device
Have fun!
Video:
Spoiler: Click to see the video
You may check what to expect from this module HERE.
Note that this video was recorded when I've made this for Android 11. Some features may not be present for Android 12 and others can be that didn't exist for Android 11. The video is here only for those, who have never tried this on Android 11, may understand what to expect.
How's these "exclusive features" even possible?
Spoiler: Click here if you're interested on learning how this works
All "exclusive" features that you see on the list above were reverse engineered from Proton AOSP and Evolution X ROM source code. The source code is available on the links bellow shown on the credits. This means that I've been practicing some hard core "old school" Android smali edition in order to get this working. So, yes, I have some credits about this but, if it weren't for the original developers and it's public source code, none of this would be possible. Thank them for this!
Smali, and xml, edition wasn't enough to get this working. After decompiling, changing/adapt the code and recompiling everything again, I had to find a way to make it bootable without messing with the original apk signature. And here is where VR Theme logic came in handy. So thanks for the original dev who brought us this feature.
As for ROM Control app....this was/is a project created by daxgirl and wubydax back in 2015! So yeah, I'm not bringing anything new here, I just followed their instructions in order to get the features working after editing smali/xml with the source code taken from PAOSP and Evolution X. The original app source code is also available on the link shared on the credits.
I've just combined all of the above into a Magisk Module and shared here so that we can get the best of both worlds....a stock ROM with custom features included.
Rom Control with "exclusive features" source code:
https://github.com/ElTifo/CustomSettingsForDevs/
Want to port the "exclusive features" to your Pixel device running on other ROM? Here's how:
https://github.com/ElTifo/CustomSettingsForDevs/tree/Pixel4a_Android12/app/src/mods
Credits:
Proton AOSP ROM team, specially @kdrag0n for all his work on Dual tone light/dark themes and other Proton AOSP helpfull commits.
EvolutionX ROM team, specially @joeyhuab
@daxgirl and @Wuby986 for ROM Control project and source code.
@Tulsadiver for showing me how to adapt VR Theme logic originally used on 3Minit Battery Mod by @gharrington.
@Ticklefish for Tickle My Android
@topjohnwu for Magisk
@Freak07 for Adaptive Audio
@trzpro for More themed icons on launcher mod
@Liranazuz5 and @roirraW "edor" ehT for all support and testing stuff.
@siavash79 for all help regarding module installation scripts and update feature from Magisk.
@iamlooper for At a glance enhancer module and it's install/uninstall logic which was adapted to Addon Features
Cheers and enjoy!
Does this have horizontal status bar fix as well...........or just veritcal?
GohanBurner said:
Does this have horizontal status bar fix as well...........or just veritcal?
Click to expand...
Click to collapse
Horizontal? What's wrong with horizontal size? Don't get me wrong, I have a Pixel 4a so I don't know how's horizontal size on other modules.
On Pixel 4a there's nothing wrong with the horizontal size. Anyway, the vertical overlays I've created also change the start and end padding...so...probably yes. Don't know for sure.
Typhus_ said:
Horizontal? What's wrong with horizontal size? Don't get me wrong, I have a Pixel 4a so I don't know how's horizontal size on other modules.
On Pixel 4a there's nothing wrong with the horizontal size. Anyway, the vertical overlays I've created also change the start and end padding...so...probably yes. Don't know for sure.
Click to expand...
Click to collapse
I am installing this as we speak, but on the Android 11 version the vertical status bar was nice and slim but horizontal bar was stock size. It would just be nice to have more real estate for notifications in horizontal mode. Also, thank you for updating this.
I have installed this twice. Both with my other modules enabled and with just the two addon packages enabled. Both times I boot to a black screen. Thankfully, I am able to see the power menu and can boot to safe mod to disable Magisk. Any ideas?
GohanBurner said:
I have installed this twice. Both with my other modules enabled and with just the two addon packages enabled. Both times I boot to a black screen. Thankfully, I am able to see the power menu and can boot to safe mod to disable Magisk. Any ideas?
Click to expand...
Click to collapse
Have you tried the "Faced a black screen" solution as I've explained on the OP?
Either way, without a logcat I can't know for sure what may have failed.
Typhus_ said:
Have you tried the "Faced a black screen" solution as I've explained on the OP?
Either way, without a logcat I can't know for sure what may have failed.
Click to expand...
Click to collapse
Yes. I am already on the latest stock fresh build. Re-rooted, the whole 9. But I boot, see the G logo, then it distorts for a split second and disappears to a black screen. Power menu still shows up so something might be wrong with that systemUI addon I'm guessing.
Great thank you .
It is possible to have center clock ? And %of battery on circle icon ?
It is possible to chage phill bar gesture length ? And it is compatible with Substratum theme ?
I use battery/Clock mod and G-Visual mod and with your mod I have all in one .
ggkameleon said:
Great thank you .
It is possible to have center clock ? And %of battery on circle icon ?
Click to expand...
Click to collapse
those features are already included.
ggkameleon said:
It is possible to chage phill bar gesture length ?
Click to expand...
Click to collapse
For the time being, no.
ggkameleon said:
And it is compatible with Substratum theme ?
Click to expand...
Click to collapse
I think so, yes.
ggkameleon said:
I use battery/Clock mod and G-Visual mod and with your mod I have all in one .
Click to expand...
Click to collapse
Battery/Clock mod can't be installed side by side with this module since both will try to make changes on SystemUI. As for G-Visual mod...what feature does it have for you to use it? Anyway, even if you still want to use it, you can since G-Visual mod just adds overlays.
Cheers!
Typhus_ said:
those features are already included.
For the time being, no.
I think so, yes.
Battery/Clock mod can't be installed side by side with this module since both will try to make changes on SystemUI. As for G-Visual mod...what feature does it have for you to use it? Anyway, even if you still want to use it, you can since G-Visual mod just adds overlays.
Cheers!
Click to expand...
Click to collapse
Ok thanks for response.
Yes if I use this mod I don't use Battery/Clock mod too.
I use G-Visual mod for reduce gboard and reduce status bar but is it on the mod too And for change the Phil gesture bar but they had this feature with Live Dark Substratum theme and if don't change systemUI I can use it only for have more big phil gesture bar.
Great I test it and same use font manager mod. With your I have all in one and is better.
Have a good day.
Hello, pixel 4a 5g systemui cause black screen
Add no only works
megapinky said:
Hello, pixel 4a 5g systemui cause black screen
Add no only works
Click to expand...
Click to collapse
Hi ! I test it Yesterday on my pixel 4a 5g and no black screen but stay on Google logo with bar and never start !? I do restart on safe mod and remove it. I don't test again.
megapinky said:
Hello, pixel 4a 5g systemui cause black screen
Add no only works
Click to expand...
Click to collapse
Hello.
You're getting this error:
Code:
--------- beginning of crash
11-18 21:36:11.873 2431 2431 E AndroidRuntime: FATAL EXCEPTION: main
11-18 21:36:11.873 2431 2431 E AndroidRuntime: Process: com.android.systemui, PID: 2431
11-18 21:36:11.873 2431 2431 E AndroidRuntime: java.lang.UnsatisfiedLinkError: Failed to load native TensorFlow Lite methods. Check that the correct native libraries are present, and, if using a custom native library, have been properly loaded via System.loadLibrary():
You may try what I've explained on the OP regarding that error...
...OR...
...try to enable 2 button or 3 button mode navigation. Afterwards flash the SystemUI module and check if that worked. Some users reported that gestures feature requires TensorFlow lib to be ok. At my end it is...but for some it isn't.
Cheers!
ggkameleon said:
Hi ! I test it Yesterday on my pixel 4a 5g and no black screen but stay on Google logo with bar and never start !? I do restart on safe mod and remove it. I don't test again.
Click to expand...
Click to collapse
If you could grab me a logcat I could try to look for what could have gone wrong...
Typhus_ said:
Hello.
You're getting this error:
Code:
--------- beginning of crash
11-18 21:36:11.873 2431 2431 E AndroidRuntime: FATAL EXCEPTION: main
11-18 21:36:11.873 2431 2431 E AndroidRuntime: Process: com.android.systemui, PID: 2431
11-18 21:36:11.873 2431 2431 E AndroidRuntime: java.lang.UnsatisfiedLinkError: Failed to load native TensorFlow Lite methods. Check that the correct native libraries are present, and, if using a custom native library, have been properly loaded via System.loadLibrary():
You may try what I've explained on the OP regarding that error...
...OR...
...try to enable 2 button or 3 button mode navigation. Afterwards flash the SystemUI module and check if that worked. Some users reported that gestures feature requires TensorFlow lib to be ok. At my end it is...but for some it isn't.
Cheers!
Click to expand...
Click to collapse
I enable 2 button, install system ui, reboot, boots ok
If I try to return to gesture navigation, black screen appears instant
megapinky said:
I enable 2 button, install system ui, reboot, boots ok
If I try to return to gesture navigation, black screen appears instant
Click to expand...
Click to collapse
Yes, it's the TensorFlow lib issue. To fix that completely a stock ROM reflash is necessary. If not, the only solution is that...disable gestures.
Hello!
Both modules have been updated to Version 5 and the links are now available on the OP.
What changed?
Added Android 11 Icon Styles and Icon Shapes overlays
Added ProtonAOSP Fonts overlays
Option to enable/disable Wifi and Data separate Tiles, instead of Internet Tile
Reduced screenshot overlay PIP time after taking a screenshot
Added more themed icons
Updated Rom Control app
Hope you may enjoy this.
Heads up:
The icons and fonts overlays gets disabled after a reboot or a SystemUI restart. Don't know why. So, after a reboot you'll have to change those options again.
The icon shapes, sometimes, require us to disable theme icons and enable it again after choosing our desired shape. Don't know why as well...
Yeah, this kind'a sucks... but, if I find a solution, I'll fix it on next version.
Cheers!
Hello!
Both modules have been updated to Version 6 and the links are now available on the OP.
What changed?
Added Album art on lock screen options
Added Music visualizer options (requires Addon_Features_for_Pixel_Visualizer_Fix.zip)
Force Google Sans system-wide is now optional
Enable/disable combined signal icons on status bar
Added center clock fix to the right (for Pixel 3a models)
Updated Rom Control app
Heads up:
I still wasn't able to understand what causes the fonts, icons and icon shapes overlays get reset upon reboot or SystemUI restart
Install Addon_Features_for_Pixel_Visualizer_Fix.zip first. Afterwards, reboot and wait for about 1 minute before doing anything else. Really, I'm not joking, install, reboot and just wait. Afterwards you may install the other 2 modules and reboot
The visualizer fix is deleted from the system after doing what it has to do. So it's normal that you won't see it as installed after finishing all this. That fix is only there to add a missing permission to SystemUI. It only has to be installed once (obviously if on the future you clean flash the ROM, you'll have to do it again)
Anyway, hope you may enjoy this.
Cheers!
Hello!
Both modules have been updated to Version 7 and the links are now available on the OP.
What changed?
SystemUI MOD has been updated for December build
Fix fonts, icons and icon shapes overlays get reset upon reboot or SystemUI restart
Light theme QS Header is now optional
Added 2 more battery styles (Big circle and Big dotted circle)
Added option to enable/disable dual tone battery meter (it only works on icon portrait mode)
Added option to enable/disable showing the number of unread messages on status bar notifications
Added option for QS Quick pulldown with one finger (options are off, drag from the top left and drag from the top right)
Enable Game Overlay for all Pixels by default (although, if something goes wrong while playing games, you can disable this feature)
Added 8 new fonts overlays
Fix lag on camera if navbar his completely hidden
Added option to enable/disable left shortcut on Lock screen
Added option to enable/disable camera shortcut on Lock screen
Force Google Sans system-wide is still optional but it's enabled by default (I like it that way, so yeah...bummer. You'll still be able to disable it, so no problem whatsoever)
Removed battery percentage option on system settings (since we can now change it on ROM Control app, it didn't make much sense to leave it there. Besides, it wasn't doing anything...)
Updated Rom Control app
Hope you may enjoy this.
Cheers!
Link for SystemUI V7 has been updated on the OP.
AOD is now fixed!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
What is this?
These are two Magisk modules that adds the following cool features to any Pixel 3, 4, 5 and 6 device running Android 12:
Enable/Disable Google Sans font system wide
Adds Icon Styles and Icon Shapes overlays from Android 11
Fonts options
Enable/Disable Combined signal icons
Pixel 6 Wallpapers
Adds 2 button mode navigation (it was removed on Android 11 but I think some users like that navigation mode, so I add it)
Adaptive sound options
Navigation bar options (reduce keyboard bottom space size, completely remove NavBar)
SystemUI Tuner options
Enable Game Overlay for all Pixels by default (although, if something goes wrong while playing games, you can disable this feature)
Enable/disable dual tone battery meter (it only works on icon portrait mode)
Enable/disable showing the number of unread messages on status bar notifications
Reduce Status bar height (and option to correct left padding on devices with the notch on the left)
Option to enable/disable more themed icons on launcher (some apps don't have a themed icon so it won't work for all apps)
Enable/Disable left shortcut on Lock screen
Enable/Disable camera shortcut on Lock screen
------------------//------------------------
Enable/Disable Wifi + Cell QS Tiles instead of single Internet QS Tile *
Battery Styles *
Clock Customization *
Network Traffic Indicators (on Pixel 5, Pixel 6 and Pixel 6 Pro devices they only work on QS Header) *
QS Battery percentage independent options (show estimate time remaining or just percentage) *
Dual tone Light/Dark themes for QuickSettings Panel and Power Menu *
Album art on lock screen options *
Music visualizer options (requires Visualizer fix module) *
QS Quick pulldown with one finger (options are off, drag from the top left and drag from the top right) *
Rom Control app (to setup all these options)
* -> These features are only available if "SystemUI module" is installed.
Downloads:
Addon_Features_for_Pixel_Visualizer_Fix.zip -> Install this module first (if you haven't installed it before). Afterwards, reboot your device and wait for about 1 minute before doing anything else. Really, I'm not joking, install, reboot and just wait. You see, this "Visualizer fix" module is only needed in order to add a missing permission to SystemUI. It only has to be installed once (obviously, if in the future you clean flash the ROM, you'll have to flash it again or you'll be missing that required permission). And, since it's only needed once, this module is deleted from the system after doing what it has to do. So, it's normal that you won't see it as installed after installing everything.
Android_12_Addon_Features_for_Pixel_V8.zip -> "Harmless" module that works on any Pixel device running on STOCK ROM, The features marked with an * above options, on Rom Control app, won't do anything if the SystemUI module, shared next, isn't installed.
Android_12_Pixel_3_SystemUI_for_Addon_Features_V7.zip -> This is "THE" module! This module adds all xml and smali changes into SystemUI and framework-res. Without this module the "exclusive features" won't work. Also, this module could be responsible for breaking boot if it fails to work at your end. I've ran several tests on my device (a Pixel 4a) and didn't face any issues but, since this module replaces stock SystemUI and framework-res for modded ones, you could run into problems if some other module tries to do the same or it's simply incompatible with it.
Android_12_Fixes_for_Pixel_3.zip -> This module is an extra and it's only for Pixel 3 devices. It enables the rounded corners on windows, as well as, AOD screen lights on/off animations.
Notes regarding the "exclusive version" for Pixel devices:
DO NOT, I'll repeat, DO NOT flash "SystemUI module" zip on any other ROM besides stock Pixel. It won't work! If you want those extra features on your current ROM you will have to port them yourself. I explain how to later on this post.
Make sure that you're able to run adb shell as root before rebooting your device.
If something goes wrong after flashing "SystemUI module", like if your device doesn't boot or something stupid, connect your phone to your PC during boot and run this:
Code:
adb shell
Code:
su
Code:
rm -rf /data/adb/modules/Modded_SystemUI && reboot
If you forgot to enable the ability to run adb shell as root, and if your device is on a "non-boot" state, the only way you can fix that is to remove all Magisk modules you have installed. That can be achieved by running the following commands during boot:
Code:
adb shell
Code:
magisk --remove-modules
If none of the above methods work to get your device booting, then you have to boot into safe mode. By doing so, Magisk will disable all modules for you (it doesn't uninstall them, just disables them). To force a boot into safe mode all you need to do is to keep pressing volume down button during boot animation. After the system boots into safe mode you can reboot your device to boot up normally (since all modules will be disabled). If you get stuck during boot animation again, just force another reboot (I've had to do that during my tests).
When a new OTA update comes please don't flash the "SystemUI module" until I say it's ok to do so. I mean, me or any other member who may have tested it. Why? Because Google may change things on stock SystemUI and/or framework-res between builds. When that happens, I have to recreate the module again to adapt those changes. Rest assured that I'll always test the module with new builds and update as necessary.
The SystemUI module is different on Pixel 6 devices! For those I had to make a new module, since Pixel 6 SystemUI is different from all other Pixels.
In case your device gets caught in a bootloop, please provide me a logcat so I may try and look if anything can be done about it. To do so, during boot connect your device to your PC and grab a logcat with this adb command:
Code:
adb logcat > log.txt
After grabbing the log, please open the txt file and search for "FATAL". Afterwards post here the lines where the "Fatal error occurred".
I've made these modules for my personal use and just decided to share with all XDA community. Having this in mind, there's no need for donations (although I won't refuse them if you want to buy me a beer). As for requests or whatever, I can only add more stuff when, and if, I have time for it. I'm a really busy man in real life so I can't promise anything nor ETAs.
Requirements:
Unlocked bootloader
Magisk Root | Magisk Manager
Suggestion:
Uninstall all other modules you may have installed before installing SystemUI module zip. They could be incompatible with the "SystemUI module" thus making the device get caught in a bootloop. You may install them afterwards, one by one, just to make sure everything is ok.
If you're up to it, instead of disabling/removing modules, I recommend you to flash latest stock build through fastboot using flash_all.bat. In order to retain your data, remove the "-w" flag from the update command on flash-all script.
How to install?
Flash the "SytemUI" Magisk Module
Reboot device
If it booted ok, flash "Addon Features" Magisk Module
Reboot device
Have fun!
Faced a black screen after flashing the "SystemUI MOD"? Then try this:
(This usually happens when an error about "TensorFlow lib" is shown on the logcat, if it's any other error, don't do this. Share the log instead so I may take a look)
Enable 2 button, or 3 button, navigation mode on System Settings
Install "SytemUI" Magisk Module
Reboot device
Have fun!
If you're still having issues or if you want to fix that "TensorFlow lib stupid bug", which is responsible for not being able to use stock gestures navigation, then you'll have to do this:
Uninstall all previous Magisk modules you had installed
Completely uninstall Magisk (using the option on Magisk Manager app)
Reboot device
Flash latest stock ROM build through fastboot using flash_all.bat (remember to remove the -w flag inside the bat file if you want to keep your data)
Root the device again using latest Magisk Canary (stable version works for the time being but latest Magisk Canary is more compatible with Android 12)
Flash these two modules, and only these just to make sure no other module is causing conflicts
Reboot device
Hopefully it will work, so enjoy!
Video:
Check all Rom Control (with exclusive features) options HERE.
Note that this video was recorded when I've made this for Android 11. Some features may not be present (yet) for Android 12. The video is here only for those, who have never tried this on Android 11, may understand what to expect.
How's these "exclusive features" even possible?
All features that you see on Pixel Devices "SystemUI module" were reverse engineered from Proton AOSP and Evolution X ROM source code. The source code is available on the links bellow shown on the credits. This means that I've been practicing some hard core "old school" Android smali edition in order to get this working. So, yes, I have some credits about this but, if it weren't for the original developers and it's public source code, none of this would be possible. Thank them for this!
Smali, and xml, edition wasn't enough to get this working. After decompiling, changing/adapt the code and recompiling everything again, I had to find a way to make it bootable without messing with the original apk signature. And here is where VR Theme logic came in handy. So thanks for the original dev who brought us this feature.
As for ROM Control app....this was/is a project created by daxgirl and wubydax back in 2015! So yeah, I'm not bringing anything new here, I just followed their instructions in order to get the features working after editing smali/xml with the source code taken from PAOSP and Evolution X. The original app source code is also available on the link shared on the credits.
I've just combined all of the above into a Magisk Module and shared here so that we can get the best of both worlds....a stock ROM with custom features included.
Rom Control with "exclusive features" source code:
https://github.com/ElTifo/CustomSettingsForDevs/tree/Pixel4a_Android12
Want to port the "exclusive features" to your Pixel device running on other ROM? Here's how:
https://github.com/ElTifo/CustomSettingsForDevs/tree/Pixel4a_Android12/app/src/mods
Credits:
Proton AOSP ROM team, specially @kdrag0n for all his work on Dual tone light/dark themes and other Proton AOSP helpfull commits.
EvolutionX ROM team, specially @joeyhuab
@daxgirl and @Wuby986 for ROM Control project and source code.
@Tulsadiver for showing me how to adapt VR Theme logic originally used on 3Minit Battery Mod by @gharrington.
@Ticklefish for Tickle My Android
@topjohnwu for Magisk
@Freak07 for Adaptive Audio
@trzpro for More themed icons on launcher mod
Cheers and enjoy!
Hello!
Both modules have been updated to Version 5 and the links are now available on the OP.
What changed?
Added Android 11 Icon Styles and Icon Shapes overlays
Added ProtonAOSP Fonts overlays
Option to enable/disable Wifi and Data separate Tiles, instead of Internet Tile
Reduced screenshot overlay PIP time after taking a screenshot
Added more themed icons
Updated Rom Control app
Hope you may enjoy this.
Heads up:
The icons and fonts overlays gets disabled after a reboot or a SystemUI restart. Don't know why. So, after a reboot you'll have to change those options again.
The icon shapes, sometimes, require us to disable theme icons and enable it again after choosing our desired shape. Don't know why as well...
Yeah, this kind'a sucks... but, if I find a solution, I'll fix it on next version.
Cheers!
Hello!
Both modules have been updated to Version 6 and the links are now available on the OP.
What changed?
Added Album art on lock screen options
Added Music visualizer options (requires Addon_Features_for_Pixel_Visualizer_Fix.zip)
Force Google Sans system-wide is now optional
Enable/disable combined signal icons on status bar
Added center clock fix to the right (for Pixel 3a models)
Updated Rom Control app
Heads up:
I still wasn't able to understand what causes the fonts, icons and icon shapes overlays get reset upon reboot or SystemUI restart
Install Addon_Features_for_Pixel_Visualizer_Fix.zip first. Afterwards, reboot and wait for about 1 minute before doing anything else. Really, I'm not joking, install, reboot and just wait. Afterwards you may install the other 2 modules and reboot
The visualizer fix is deleted from the system after doing what it has to do. So it's normal that you won't see it as installed after finishing all this. That fix is only there to add a missing permission to SystemUI. It only has to be installed once (obviously if on the future you clean flash the ROM, you'll have to do it again)
Anyway, hope you may enjoy this.
Cheers!
Can i reflash latest zip on old one without removing it.
Amigo porque no funcionan los gestos de pantalla, siempre que los activo, me reinicia el cel y queda una pantalla negra, solo pasa con los gestos.
Tasneem khan said:
Can i reflash latest zip on old one without removing it.
Click to expand...
Click to collapse
Yes.
Hello!
Both modules have been updated to Version 7 and the links are now available on the OP.
What changed?
Fix fonts, icons and icon shapes overlays get reset upon reboot or SystemUI restart
Light theme QS Header is now optional
Added 2 more battery styles (Big circle and Big dotted circle)
Added option to enable/disable dual tone battery meter (it only works on icon portrait mode)
Added option to enable/disable showing the number of unread messages on status bar notifications
Added option for QS Quick pulldown with one finger (options are off, drag from the top left and drag from the top right)
Enable Game Overlay for all Pixels by default (although, if something goes wrong while playing games, you can disable this feature)
Added 8 new fonts overlays
Fix lag on camera if navbar his completely hidden
Added option to enable/disable left shortcut on Lock screen
Added option to enable/disable camera shortcut on Lock screen
Force Google Sans system-wide is still optional but it's enabled by default (I like it that way, so yeah...bummer. You'll still be able to disable it, so no problem whatsoever)
Removed battery percentage option on system settings (since we can now change it on ROM Control app, it didn't make much sense to leave it there. Besides, it wasn't doing anything...)
Updated Rom Control app
Hope you may enjoy this.
Cheers!
Hello!
Addon features module has been updated to Version 8 and the link is now available on the OP.
What changed?
Added a fix to get rid of the TensorFlow lib stupid bug once and for all
Hope you may enjoy this.
Cheers!
Sorry for disturbing but I found the thread in Pixel 6 Forum which provides much newer versions of this and I installed it. However my Pixel 3 **booted twice** which means it doesn’t support the full version of the latest module according to the thread and I noticed that the github page says “from 3a to 6” but I don’t know if Pixel 3 is included. The question is I have no idea whether it was because Pixel 3 is not supported by the latest version that my installation fell back to lite version, or some other factors led to that. I wonder if Pixel 3 is supported, and if not, what the last version that supports Pixel 3 is as V8 mentioned in this post doesn’t work property on my device (The centralized time is not at the exact center of the status bar).
Best regards!
Masellum said:
Sorry for disturbing but I found the thread in Pixel 6 Forum which provides much newer versions of this and I installed it. However my Pixel 3 **booted twice** which means it doesn’t support the full version of the latest module according to the thread and I noticed that the github page says “from 3a to 6” but I don’t know if Pixel 3 is included. The question is I have no idea whether it was because Pixel 3 is not supported by the latest version that my installation fell back to lite version, or some other factors led to that. I wonder if Pixel 3 is supported, and if not, what the last version that supports Pixel 3 is as V8 mentioned in this post doesn’t work property on my device (The centralized time is not at the exact center of the status bar).
Best regards!
Click to expand...
Click to collapse
I'm sorry but the mods haven't been updated for Pixel 3 and 3 XL since these devices haven't got the same SystemUI as all other Pixels on newer Android 12 builds.
You must use the version shared here, if you want to use this MOD.
Blame Google...
Typhus_ said:
I'm sorry but the mods haven't been updated for Pixel 3 and 3 XL since these devices haven't got the same SystemUI as all other Pixels on newer Android 12 builds.
You must use the version shared here, if you want to use this MOD.
Blame Google...
Click to expand...
Click to collapse
oh.. that’s a pity Thank you!
is this works on pixelexperience rom?
fauziakhmad said:
is this works on pixelexperience rom?
Click to expand...
Click to collapse
No.
Well, the "FULL" mods don't. Only Addon features single zip on the OP might work.
Cheers!
can we just disabled mod from magisk?
fauziakhmadd said:
can we just disabled mod from magisk?
Click to expand...
Click to collapse
Yes disable or remove, either one works.
From this day on, Addon Features Module will no longer receive any updates. It's the EOL for it.
BUT....
I'm pretty sure you all noticed that @siavash79 has been working with me for some time now and we've teamed up to come up with a module that will try to, not only have everything Addon Features had, but MORE.
HOW!?
By creating a new project, called "AOSP Mods".
That project will be a mix between a Magisk module and Xposed module (using Lsposed zygisk version).
For now, the 2 projects are still separated (Addon Features and AOSP Mods) but the final objective is to merge them into a single module.
So, you may still use Addon Features V21 LITE version module zip but, in order to have some of the "exclusive features", that were present on FULL version, working, you'll need to flash AOSP Mods as well.
So, let's all just move on to the new AOSP Mods thread and start to have fun together, shall we?
See you guys "on the other side".
Cheers!