[MOD][MAGISK][ANDROID 11] Addon Features for Pixel Devices - Pixel 4 Thread

Search This thread

Typhus_

Senior Member
Addon_Features_For_Pixel_Devices.png


So what is this? This is a Magisk module that adds the following features to any Pixel 3, 4 or 5 device running on Android 11:

  • Forces Google Sans font system wide
  • 63 Accent colors
  • 12 Icon shapes
  • 22 Fonts
  • Wallpapers Breel 2019; 2020 & 2020a
  • 9 different Dark Styles
  • Adds 2 button mode navigation (it was removed on Android 11 but I think some users like that navigation mode, so I add it)
  • Background Blur options
  • Blur Intensity options
  • Adaptive sound options
  • Navigation bar options (hide pill, reduce keyboard bottom space size, hide assist handles)
  • SystemUI Tuner options
  • Rounded corner options
  • QS Rows x Columns options
  • QS Footer Drag Handle options (Default, Accent based, Hidden)
  • Option to show more icon notifications on staus bar
  • Forces Basic Attestation thus making ctsProfile true by just enabling Magisk Hide
  • Rom Control app (to setup all options available that you cannot using just Styles & Wallpapers)

Everything can be controlled using Styles & Wallpapers and also Rom Control app.

This MOD will probably work on any AOSP, or close to it, ROMs.


Get it here: Android_11_Addon_Features_for_Pixel_V8.zip


Just a note, this module already includes a SafetyNet fix, so if you're using another module for SafetyNet, please remove it since I don't know if that couldn't cause issues.


For all users already running Android 12 please go to THIS THREAD.



Addon Features EXCLUSIVE for Pixel Devices running on STOCK Android 11 ROM:

These exclusive and specific for Pixel Devices running on STOCK Android 11 ROM Magisk modules that you'll see next adds all of the features stated above but with extra goodies!

"Exclusive features" included:

  • Battery Bar
  • Battery Styles
  • Clock Customization
  • Corrected lock screen icons not changing after applying different theme
  • "Disco Dingo" the QS (just a funny name for the option to apply random colors on QS toggles)
  • Hide QS Labels
  • Lock screen album art customization
  • Lock screen camera shortcut (enable/disable)
  • Lock screen custom clock faces
  • Network Traffic Indicators (unfortunately, on redfin, it only works on QS Header and not on status bar)
  • QS Battery percentage independent options
  • QS Header opacity level control
  • QS Headers styles
  • QS Panel opacity level control
  • QS Tiles styles
  • QS Data usage info
  • QS Rows x Columns options (both on portrait and landscape modes)
  • Reduce Status bar height (and correct left padding on devices with the notch on the left)
  • Removed side assist handles from lock screen
  • Status bar Quick Pulldown (Never, Right pulldown, Left pulldown, Always)
  • Switch styles
  • Touch QS Labels to add or remove on QS customize panel (just didn't bothered to translate "Tap or Drag Tiles..." strings, so you'll continue to see "Drag Tiles..." but the feature is there, try it.)

Exclusive features downloads:

Android_11_Addon_Features_For_Pixel_V13.zip
-> "Harmless" module that works on any Pixel device running on STOCK ROM, much like the "universal mod" shared above, but with a Rom Control app version that has more options. The "exclusive features" options won't do anything if the SystemUI module, shared next, isn't installed. If your going to try these exclusive features module, install this one and not the one shared above. The SaftetyNet is also included on this module, so once again, don't try to use any other SafetyNet module since it could break things.


Android_11_
SystemUI_for_Addon_Features_V10.zip -> This is "THE" module! This module adds all xml and smali changes into SystemUI. 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 for a modded SystemUI, you could run into problems if some other module tries to do the same or it's simply incompatible with it. This module was updated to match latest Android 11 October 2021 build.


Android_11_
SystemUI_for_Addon_Features_V9.zip -> Use this version ONLY if you're still running any Android 11 build between June and September 2021!


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. 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).

  • The "SystemUI module" requires that your device is already updated to March build!

  • 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 between builds. When that happens, I have to recreate the module again to adapt those changes. For instance, March build was not compatible with the module that was built on top of February build SystemUI. Rest assured that I'll always test the module with new builds and update as necessary.

  • 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

Requirements:

  • Unlocked bootloader
  • Magisk Root | Magisk Manager

Suggestion:

  • Uninstall all other modules you may have installed IF you're going for the "exclusive features". 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, just flash latest stock build through fastboot. If you want to retain your data, remove the "-w" flag from the update command on flash-all script.

How to install? (If you're running a Pixel 5, just install the module...you don't need all these next steps)

  1. Uninstall Device Personalization Services updates
  2. Clear Google Play Store app data and cache
  3. Flash the Magisk Module(s)
  4. Reboot device
  5. Open Google Play Store and update Device Personalization services (or any other Pixel exclusive app you see it needs to update).
  6. Profit!


Video:

Check all Rom Control (with exclusive features) options HERE.



How's these "exclusive features" even possible?

All (well, not all but almost...) features that you see on Pixel Devices "SystemUI module" were reverse engineered from Evolution X ROM source code. The source code is available on the link 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 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



Want to port the "exclusive features" to your Pixel device running on other ROM? Here's how:


https://github.com/ElTifo/CustomSettingsForDevs/tree/Pixel4a/app/src/mods



Credits:

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
@kdrag0n for Safetynet-fix.
@Freak07 for Adaptive Audio



Cheers and enjoy!
 

Attachments

  • 03_More_Live_Wallpapers.png
    03_More_Live_Wallpapers.png
    830 KB · Views: 503
  • 04_Album_Art_Pixel_4a.png
    04_Album_Art_Pixel_4a.png
    1.3 MB · Views: 503
  • 05_QSPanel_Customization_Pixel4a.png
    05_QSPanel_Customization_Pixel4a.png
    310.7 KB · Views: 485
  • 400150200970_183383.jpg
    400150200970_183383.jpg
    34.7 KB · Views: 455
  • QS_Panel.jpg
    QS_Panel.jpg
    48.2 KB · Views: 433
  • Rows_x_Columns.jpg
    Rows_x_Columns.jpg
    29.6 KB · Views: 418
  • 00_Background_Blur.png
    00_Background_Blur.png
    168.1 KB · Views: 433
  • 01_Adaptive_Sound.png
    01_Adaptive_Sound.png
    220.6 KB · Views: 434
  • 02_Pixel5_Wallpapers.png
    02_Pixel5_Wallpapers.png
    668.8 KB · Views: 428
  • Hide_QS_Labels.jpg
    Hide_QS_Labels.jpg
    56 KB · Views: 436
Last edited:

Typhus_

Senior Member
OP has been updated!

New "exclusive features" added:

  • "Disco Dingo the QS" (just a funny name for the option to apply random colors on QS toggles)
  • Lock Screen Camera Shortcut (enable/disable)
  • Status bar reduce height (and option to correct left padding on devices with the notch on the left)
  • Status bar quick QS pulldown (Never, Right pulldown, Left pulldown, Always)

Hope you may enjoy these new features.

Remember, these features needs both "Addon features V10" and "SystemUI V5" modules to be flashed.


Cheers!
 
  • Like
Reactions: 2WildFirE

Typhus_

Senior Member
OP has been updated!

New "exclusive features" added:

  • Status bar reduce height options (Default, Small, Medium)
  • Lock Screen Fluid Custom Clock

Hope you may enjoy these new features.


Remember, these features needs both "Addon features V11" and "SystemUI V6" modules to be flashed.


Cheers!
 

Typhus_

Senior Member
OP has been updated!


New "exclusive features" added:

  • Bring back status bar footer drag handle (and it's options | Default; Accent based; Hidden)
  • Added option to completely remove the nav bar (it gets removed on any navigation mode but stock gestures will continue to work)
  • Center clock position fix option (it's needed for devices with a left notch using default status bar height)
  • Added Switch styles

Hope you may enjoy these new features.


Remember, these features needs both "Addon features V12" and "SystemUI V7" modules to be flashed.


Notes:

  • The "center clock position fix" is somewhat related to the status bar height and "fix left side padding" options. You may encounter a few weird behaviors if you try to enable/disable/change those 3 features several times on Rom Control. I ran into a weird situation when testing all possible combo options....at the end I choose default status bar height and left clock. To my surprise, the clock ended up behind the notch...WTF!? So, if that, by any chance, happens to you, just try to set on/off all to default values, close ROM Control, open it again and choose your desired combo.

  • The "completely remove navigation bar" option has a warning dialog. I've added a "warning" so that people read it and understand what that option does. Since the text is somewhat long, I've added a timer that only enables the overlay, that removes the nav bar, after 10 secs (so that people have time to read the warning). And so, if you see the warning and just decide to immediately touch OK, you'll notice that the nav bar will only disappear after 10 secs... Having this said, the first a**hole that comes here stating something like "hey man I touch the remove nav bar option and it doesn't disappear...wtf!?...plzzz, halp. I've tried to enable disable several times...it dasn't wark!!!"... will be rewarded with a very nice "F**K *ff!" answer.


Cheers!
 
Last edited:

Typhus_

Senior Member
I've successfully installed it on my pixel 4 (april update), But I couldn't find the adaptive audio settings option, all the rom control stuff works fine. I've installed both addon + modded sys ui.
That option only appears if Device Personalization Services are properly updated to last Pixel 5 version. Make sure to uninstall you current Device Personalization Services update, check that on app settings, afterwards clear Play Store App data and cache and reboot. Upon reboot, go to Play Store and check for updates. You should now see an update to Device Personalization Services. Do it, afterwards go to Rom Control and toggle off/on the adaptive sound service option. The feature should now appear on sound settings.

Cheers!
 

Typhus_

Senior Member
Installed in Pixel 4 and working 100%.
I have a question tho
Is there a way to disable the blur when going to homescreen from an app? Is a little time before the homescreen shows correctly, but no blur setup changed that.
I love this module, I missed so much the Album Cover in lockscreen. Thanks for the work!!!!
No, the module only enables/disables default Android 11 blur that's implemented by Google. Not much else I can do besides that.

Glad you liked the mod.

Cheers!
 
  • Like
Reactions: Guinis
No, the module only enables/disables default Android 11 blur that's implemented by Google. Not much else I can do besides that.

Glad you liked the mod.

Cheers!
After a reboot I managed to restore the stock animation (It seems like when I played with the blur settings of notification/album cover and after rebooting the SystemUI the animation to homescreen bugged), I write if someone got the same experience.
thanks again for the module and the quick answer
 
  • Like
Reactions: yyz71

bbrandis

New member
Feb 7, 2017
3
2
Hello, I guess I'm the first idiot who's managed to break a phone with this mod, and I need some help.

Yesterday, I tried to flash a module named P5Props after flashing both Addon modules (SysUI v7 and v12), to see if that'd work.
But, these two modules don't seem to go together very well, and I got stuck on "Pixel is starting".
So, I removed P5Props using the same rm -rf command you mentioned in your first post, but that just made the phone boot to a black screen.
Then I tried booting into Safe Mode, but that just threw my phone into a reboot loop, where the phone boots up, and the Power off screen shows up immediately.
That was on a March 2021 update. After that, I updated to the April 2021 update, and that fixed the problem. But then I did it again.
I didn't flash P5Props this time, just updated the phone, and re-enabled my Magisk modules (they got disabled when I booted into Safe Mode before updating). Everything was fine, until I used the quick reboot option in Rom Control. That restarted my phone without launching SystemUI, but Pixel launcher worked. So I went to Rom Control again, and restarted SystemUI again.
And that's when my phone started booting to a black screen for the 2nd time. This time, I removed the SystemUI addon, and once again, my phone is now stuck in a reboot loop. I also tried removing all Magisk modules, but that didn't seem to help.
Trying to boot the phone without root doesn't work. It crashes and reboots into fastboot with an error saying "no valid boot slot". Reflashing the factory image doesn't work either, because it's not actually updating Android.

A new update might fix the phone again, but I'd have to wait until next week's Wednesday for that.

I have a logcat log, but I don't know if it has too much, or not enough info.

Thanks for your time and help. I'll attach a video of the reboot loop when it finishes uploading.
(also, the attached logcat doesn't show up for some reason)

Edit: since the phone I'm talking about is my daily driver (Pixel 4), and I couldn't afford to wait 9 more days, I updated it to Android 12 DP3. But could you still look into it? I wanna know what caused all this havoc and it might be helpful for other people as well.
Also, the Android 12 Addon module doesn't work on DP3
 
Last edited:
  • Like
Reactions: yyz71

Typhus_

Senior Member
Well, SystemUI MOD is really not compatible with June update.

Google introduced some changes that requires some lame edition (mainly the IDs are different...which sucks).

It's going to be a dull procedure but I'll try to do it as fast as possible.

Please wait for a new update. As soon as I do it, I'll share.


Cheers!
 
  • Like
Reactions: yyz71

Top Liked Posts

  • There are no posts matching your filters.
  • 6
    Addon_Features_For_Pixel_Devices.png


    So what is this? This is a Magisk module that adds the following features to any Pixel 3, 4 or 5 device running on Android 11:

    • Forces Google Sans font system wide
    • 63 Accent colors
    • 12 Icon shapes
    • 22 Fonts
    • Wallpapers Breel 2019; 2020 & 2020a
    • 9 different Dark Styles
    • Adds 2 button mode navigation (it was removed on Android 11 but I think some users like that navigation mode, so I add it)
    • Background Blur options
    • Blur Intensity options
    • Adaptive sound options
    • Navigation bar options (hide pill, reduce keyboard bottom space size, hide assist handles)
    • SystemUI Tuner options
    • Rounded corner options
    • QS Rows x Columns options
    • QS Footer Drag Handle options (Default, Accent based, Hidden)
    • Option to show more icon notifications on staus bar
    • Forces Basic Attestation thus making ctsProfile true by just enabling Magisk Hide
    • Rom Control app (to setup all options available that you cannot using just Styles & Wallpapers)

    Everything can be controlled using Styles & Wallpapers and also Rom Control app.

    This MOD will probably work on any AOSP, or close to it, ROMs.


    Get it here: Android_11_Addon_Features_for_Pixel_V8.zip


    Just a note, this module already includes a SafetyNet fix, so if you're using another module for SafetyNet, please remove it since I don't know if that couldn't cause issues.


    For all users already running Android 12 please go to THIS THREAD.



    Addon Features EXCLUSIVE for Pixel Devices running on STOCK Android 11 ROM:

    These exclusive and specific for Pixel Devices running on STOCK Android 11 ROM Magisk modules that you'll see next adds all of the features stated above but with extra goodies!

    "Exclusive features" included:

    • Battery Bar
    • Battery Styles
    • Clock Customization
    • Corrected lock screen icons not changing after applying different theme
    • "Disco Dingo" the QS (just a funny name for the option to apply random colors on QS toggles)
    • Hide QS Labels
    • Lock screen album art customization
    • Lock screen camera shortcut (enable/disable)
    • Lock screen custom clock faces
    • Network Traffic Indicators (unfortunately, on redfin, it only works on QS Header and not on status bar)
    • QS Battery percentage independent options
    • QS Header opacity level control
    • QS Headers styles
    • QS Panel opacity level control
    • QS Tiles styles
    • QS Data usage info
    • QS Rows x Columns options (both on portrait and landscape modes)
    • Reduce Status bar height (and correct left padding on devices with the notch on the left)
    • Removed side assist handles from lock screen
    • Status bar Quick Pulldown (Never, Right pulldown, Left pulldown, Always)
    • Switch styles
    • Touch QS Labels to add or remove on QS customize panel (just didn't bothered to translate "Tap or Drag Tiles..." strings, so you'll continue to see "Drag Tiles..." but the feature is there, try it.)

    Exclusive features downloads:

    Android_11_Addon_Features_For_Pixel_V13.zip
    -> "Harmless" module that works on any Pixel device running on STOCK ROM, much like the "universal mod" shared above, but with a Rom Control app version that has more options. The "exclusive features" options won't do anything if the SystemUI module, shared next, isn't installed. If your going to try these exclusive features module, install this one and not the one shared above. The SaftetyNet is also included on this module, so once again, don't try to use any other SafetyNet module since it could break things.


    Android_11_
    SystemUI_for_Addon_Features_V10.zip -> This is "THE" module! This module adds all xml and smali changes into SystemUI. 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 for a modded SystemUI, you could run into problems if some other module tries to do the same or it's simply incompatible with it. This module was updated to match latest Android 11 October 2021 build.


    Android_11_
    SystemUI_for_Addon_Features_V9.zip -> Use this version ONLY if you're still running any Android 11 build between June and September 2021!


    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. 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).

    • The "SystemUI module" requires that your device is already updated to March build!

    • 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 between builds. When that happens, I have to recreate the module again to adapt those changes. For instance, March build was not compatible with the module that was built on top of February build SystemUI. Rest assured that I'll always test the module with new builds and update as necessary.

    • 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

    Requirements:

    • Unlocked bootloader
    • Magisk Root | Magisk Manager

    Suggestion:

    • Uninstall all other modules you may have installed IF you're going for the "exclusive features". 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, just flash latest stock build through fastboot. If you want to retain your data, remove the "-w" flag from the update command on flash-all script.

    How to install? (If you're running a Pixel 5, just install the module...you don't need all these next steps)

    1. Uninstall Device Personalization Services updates
    2. Clear Google Play Store app data and cache
    3. Flash the Magisk Module(s)
    4. Reboot device
    5. Open Google Play Store and update Device Personalization services (or any other Pixel exclusive app you see it needs to update).
    6. Profit!


    Video:

    Check all Rom Control (with exclusive features) options HERE.



    How's these "exclusive features" even possible?

    All (well, not all but almost...) features that you see on Pixel Devices "SystemUI module" were reverse engineered from Evolution X ROM source code. The source code is available on the link 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 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



    Want to port the "exclusive features" to your Pixel device running on other ROM? Here's how:


    https://github.com/ElTifo/CustomSettingsForDevs/tree/Pixel4a/app/src/mods



    Credits:

    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
    @kdrag0n for Safetynet-fix.
    @Freak07 for Adaptive Audio



    Cheers and enjoy!
    3
    Hello!

    SystemUI V8 module has been added on the OP.

    It's already working with May build update.

    Please do not get confused with "Addon features V8", it's SYSTEMUI V8!


    Cheers and enjoy!
    2
    that sounds difficult, this is not like porting the mods to other ROMS, right?
    then I hope you work the extra features for android 12 when the stable version arrives and thanks again for this
    That's my plan. I have a Pixel 4a (sunfish) as my primary device and I did this Mod for my personal use. Just shared here with everyone using a Pixel since I figured out it would work with any Pixel from 3 to 5.

    As soon as a stable Android 12 build comes out and, as soon as custom ROMs start to appear my goal will be to try and port these cool MODs to stock Android 12.

    Cheers!
    2
    Hello!

    Addon Features V13 and SystemUI V9 modules are working with JULY build update.

    Just tested it right now.

    Cheers and enjoy!
    1
    OP has been updated!

    New "exclusive features" added:

    • "Disco Dingo the QS" (just a funny name for the option to apply random colors on QS toggles)
    • Lock Screen Camera Shortcut (enable/disable)
    • Status bar reduce height (and option to correct left padding on devices with the notch on the left)
    • Status bar quick QS pulldown (Never, Right pulldown, Left pulldown, Always)

    Hope you may enjoy these new features.

    Remember, these features needs both "Addon features V10" and "SystemUI V5" modules to be flashed.


    Cheers!