[MOD][MAGISK][ANDROID 12] Addon Features for Pixel Devices - Pixel 3a Thread - Google Pixel 3a Themes, Apps, and Mods

{
"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!

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!

Hello!
Both modules have been updated to Version 8 and the links are now available on the OP.
What changed?
Added a TensorFlow lib stupid bug fix on the "Addon Features" module zip (from now on, this one really has to be installed first or at the same time as the SystemUI module zip)
Added a workaround for the QS date ugliness when the date is enabled in the clock options
Fix clock being white on light QS after playing media
Updated Rom Control app
Cheers!

Hello!
Both modules have been updated to Version 9 and the links are now available on the OP.
What changed?
Corrected all icon packs overlays so that the WiFi, BT and Hotspot QS Toggles won't cause a SystemUI FC
Cell QS Tile now shows carrier name
Added 3 more fonts
Revamped Screenshot service (it now allows us to delete screenshot as soon as we take it and we can enable/disable screenshot shutter sound)
Updated Rom Control app
Cheers!

Hello!
Both modules have been updated to Version 10 and the links are now available on the OP.
What changed?
Added more custom themed icons
Show/Hide QS edit icon on QS Footer
Show/Hide Quick access Developer options icon on QS Footer
Added one more option for QS Quick pulldown with one finger (now you can drag from anywhere on the top to quickly access brightness bar)
Long press QS footer Settings icon to access Rom Control (since some of you don't see the app icon on the drawer I thought on this solution)
Added option to invert 2 or 3 button navigation modes layout (meaning...now you can swap back and recent apps buttons)
Added option to configure back gesture navigation height (full screen, half screen, one third of the screen or just back down on the screen)
Updated Rom Control app
Hope you may enjoy this!
Cheers!

Hello!
Both modules have been updated to Version 11 and the links are now available on the OP.
What changed?
Added more java date string types on clock date customization
Added signal icons styles (don't know why but when enabling them, Rom Control app crashes...well, whatever... )
Fixed some icons not appearing on lock screen status bar (they can be disabled using SystemUI Tuner for those who don't want them to appear anywhere)
Enable/disable carrier text on lock screen
Added date, clock and battery click actions on QS Header (long click on clock goes to system time settings, simple click opens clock app)
Fix Network Traffic on QS if set to QS header only (now it's only visible if fully expanded and on the top right)
Force user selected font on more UI places
Added Landscape battery style and left battery text option
Use less blur and zoom on lock screen album art
Added QS Tiles animations options
Enable/Disable vibration while touching QS Tiles
Allow overriding feature flags (this allows us to override feature flags manually using setprop persist.sysui.flag."whatever_flag_we_want" command)
Added Voice Access for all Pixels (you can turn it on on Accessibility options and control your device with voice commands)
Updated Rom Control app
Hope you may enjoy this and I wish you all a happy new year!
If you would like to show me your support, please leave a like or follow my band pages or drum covers YouTube channel (the links are on my signature). I would be very grateful if you did.
See you guys in 2022!
Cheers!

Hello!
SystemUI V11 module is compatible with January build, I'm already using it. Addon features is as well, but that one never gets affected when a new build comes out...
Although I noticed some changes on some java files, fact is, it's compatible.
Either way, I'll have to recheck stuff (in case I notice that something gets broken while using it).
Now I just have to wait to see if January build for Pixel 6 devices brings new stuff, or not.
Cheers!

Hello, there's this feature called screen attention that is not available for the 3a and i'm wondering if it could be added or not?

Vanda Suavis said:
Hello, there's this feature called screen attention that is not available for the 3a and i'm wondering if it could be added or not?
Click to expand...
Click to collapse
Hmmm...not sure. Will have to take a look.

Typhus_ said:
Hello!
SystemUI V11 module is compatible with January build, I'm already using it. Addon features is as well, but that one never gets affected when a new build comes out...
Although I noticed some changes on some java files, fact is, it's compatible.
Either way, I'll have to recheck stuff (in case I notice that something gets broken while using it).
Now I just have to wait to see if January build for Pixel 6 devices brings new stuff, or not.
Cheers!
Click to expand...
Click to collapse
ROM control app won't open in January build. Shows only bootscreen.

Geneimplant said:
ROM control app won't open in January build. Shows only bootscreen.
Click to expand...
Click to collapse
Really!? That's odd.
It's not happening at my end...I mean, it's the first time a user reported that. Try to clear it's cache and data...maybe something got "stuck" in the way.
Cheers!

Hello!
Both modules have been updated to Version 12 and the links are now available on the OP.
What changed?
Removed everything Wallpaper related into a separate module (that module includes Pixel 6 static and live wallpapers, as well as several live wallpapers that aren't normally available for download, stuff like Doodle, Conveyer belt, etc.)
Enable/disable gradient effect on QS Tiles and Brightness slider
Hide gestures navbar pill (using transparency)
Colorize gestures navbar pill with dynamic accent color
Bring back the Dark Themes from Android 11 Addon Features
Use 4G instead of LTE option
Resize navbar pill (normal, medium, big)
Smaller landscape battery icon
Tap to add or remove tiles in QS customizer
Added one more icon pack (Oxigen OS)
Added one more icon shape (Leaf)
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
Updated Rom Control app
Hope you may enjoy this.
Cheers!

Any possibility of:
- a battery bar
- customization of the 3-button nav-bar buttons (long-press home to clear notifications, double tab recents to toggle split-window, long press back to kill app)
?

Hello!
Both modules have been updated to Version 13 and the links are now available on the OP.
What changed?
Added option to disable double line clock on lock screen and AOD
Force accent color on ripple animation while unlocking with fingerprint
Added option to disable the circle background on lock screen fingerprint icon (it only does anything on devices that have it, obviously)
Reduced padding between brightness slider and QS Tiles on both QS and QQS
Reduced the gradient effect stroke thickness on brightness slider and icon
Fix battery percent text inside left landscape battery mode
Removed user icon that became always present, on both AOD and lock screen, after V12
Updated Rom Control app
Hope you may enjoy this.
Cheers!

Hello!
Both modules have been updated to Version 14 and the links are now available on the OP.
What changed?
Fix fingerprint icon being white/black on lock screen (now it's accent colored like all other icons/text)
Fix brightness slider icon sometimes being white when it shouldn't be
Added 27 more fonts
Added one more icon pack
Added 5 QS Tiles styles
Use vibrate tick instead of vibrate pattern on QS tiles touches (when the option is enabled, obviously)
Updated Kai icon pack signal icons (added a fix for carriers using 5 bars of signal)
Updated ROM Control app
Hope you may enjoy this.
Notes:
The included QS Tiles styles were taken from A12 QS Panel Themer magisk module created by Sants.
He allowed me to include these 5 styles on Addon Features module, so you may thank him for this. If you want, you can use more styles if you use his module. You may find the module HERE and/or follow his Telegram channel HERE. Please show him your gratitude by supporting his awesome work.
Cheers!

Hello!
Both modules have been updated to Version 15 and the links are now available on the OP.
What Changed?
Corrected QS Themes not being applied, on ROM Control, for some users due to some kind of black voodoo magic curse. Now the curse has been lifted...(I just moved QS Themes into Themes section...nothing more...stupid, right?)
Ported all QS Themes from Android 11 Addon features module.
Added option to choose QS rows number.
Added a dialogue, on clock AM/PM option, so that when a user disables it, asks what's the desired default clock format instead of forcing 24hrs format like before.
Added option to have a thick track on brightness slider. (Thanks to @Liranazuz5)
Added option to have more padding between the brightness slider and QS Tiles. (Seems that some users didn't enjoy the padding reduce I've introduced on last version)
Merged Edge Sense Plus MOD, and option to install the ESP app into SytemUI Addon Features. (unfortunately it only works on Pixel devices that have active edge sensors)
Added Tap Tap as an optional app to be installed. (This is just great for devices without Quick Tap...and even for the ones that have it, more options can be setup now with different taps on different scenarios)
Updated ROM Control app with lots of code changes.
Notes:
Edge Sense Plus MOD was brought to my attention by @trzpro (many thanks brother). It's quite an interesting module, created in 2019 by @j to the 4n, that adds tons of customization into devices that have active edge sensors. For quite some time this module hasn't been updated so, users who enjoyed it in the past, weren't using it nowadays since it required updates into newer stock Pixel ROM builds. Besides that, since the MOD requires modding SystemUI, you wouldn't be able to use it at the same time as Addon Features.
Well, having this in mind, I've decided to take a shot and ported the MOD successfully for all Pixels, that have a January build, and include it inside Addon features already modded SystemUI. Many thanks to @buffal0b1ll for all the tests. They were really helpful.
Since this mod requires an extra app, and since there are some Pixels that don't have active edge sensor, the app installation can be done by an option inside ROM Control. Thought that it wouldn't make much sense to have the app always available for all devices since, for some, it would be just lying there...on the drawer...doing nothing but occupying space.
Anyway, the MOD isn't mine, as I've explained, I've just merged it into Addon Features MOD. I didn't even tested it properly since my device, a Pixel 4a, is one of the unlucky devices that don't have Edge Sense Plus.
For more info about this MOD, please refer to THIS thread. While you're at it, please give proper thanks to it's dev. He totally deserves it.
While porting ESP I remembered Tap Tap app, which is also a must!
Tap Tap was created by @Quinny899 and is still being worked on. This app, not only adds tons of customizations on devices that already have Quick Tap feature but, also, it allows ANY DEVICE to perform custom actions by tapping on the back.
Is this COOL or WHAT!? Just like ESP, I don't have any credit about this. I just thought on adding an option for anyone, using this mod, to install the app, nothing more.
For more info about Tap Tap, can be found on THIS thread. Once again, and while you're at it, please give proper thanks to it's dev. He also totally deserves it.
As for QS Themes. I know, for a fact, that Sants (the dev who allowed me to add 5 of his QS styles on previous version) is creating an awesome MOD that will add a lot of freakin' cool QS themes for Android 12. Anyway, and until then I thought on porting all QS themes from Android 11 AFmodule into Android 12.
The themes are still WIP, since they require some more work to look really cool on all screen and dpi sizes. Anyway, I think they look kind of cool now, on default screen size. Landscape mode is better now as well...but it only looks good on pixel 6 devices, once again thanks to @Liranazuz5.
Regarding ROM Control app update...this one suffered some under the hood changes. Stuff like instead of just showing a dialogue indicating that, for instance, "Requires restart" now it shows a dialogue explaining that the option requires a restart to take effect and asks if the user wants to Restart now.
I hope I didn't forget anything...and that you may enjoy this update.
Cheers!

Hello!
I've managed to add the "update through Magisk Manager" feature into Addon Features and SystemUI modules.
I can't thank @siavash79 enough for all his help regarding this. Really, if it wasn't for him, I'd still be banging my head trying to figure this out.
So what does this mean? It means that when a new version is available, Magisk will show you an "Update" button just like in the old days when Magisk module repository was accessible on Magisk Manager. If the version is already updated, Magisk will show the "Update" button but greydout.
Both modules links have been updated, on the OP, to the versions where this feature already is present. Nothing else has changed, it's still V15 but, if you want, you can flash those versions in order to be able to obtain a new version (when it's available) automatically.
Is this cool or what!?
If you want to test the update feature, instead of flashing V15, available on the OP, flash V14 instead from my GitHub Releases . You may find V14 version HERE.
Just remember, there are 2 SystemUI module versions. One is for all Pixels from 3a to 5a and another is just for Pixel 5, 6 and 6 Pro.
The SystemUI that has "Pixel_5_or_6" on it's name, is the one just for Pixel 5, 6 and 6 pro...as the name indicates...duh. Any other Pixel can flash that one but it will lose network traffic indicators on status bar. That's the only "downside" if you have any other Pixel, rather than those mentioned, and you flash that version. BUT if you have a Pixel 5, 6 or 6 Pro and don't flash the module version for those models, you'll face a boot loop!
So, want to test? Cool. Download and flash both Addon Features + SystemUI V14 module versions you'll find on the shared link (there's no problem whatsoever on flashing V14 on top of current V15). After reboot, open Magisk again and check your installed modules. You should see the update button. Press it, wait for the changelog to appear and...install V15.
Easy.
Hope you may enjoy this.
Cheers!

Related

[ROM] [Tukat4u][4.4.2]GEL-PIE-Xposed-Franco kernel-Optimized Dalvik&Bionic libraries

[ROM] [Tukat4u][4.4.2]GEL-PIE-Xposed-Franco kernel-Optimized Dalvik&Bionic libraries
Tukat4u Stock+ Rom
Update 011214
​
-Rom cooked with dsixda's Android Kitchen (Credit dsixda)
-Built from latest Kit Kat Factory Image KOT49H for nexus 4.
-Working ART. (without xposed)
-Deoxeded.
-Gapps included.
-Added root with SuperSU 1.80.(Credit Chainfire)
-Added Busybox.
-Added /etc/ init.d scripts (busybox run-parts).
-Zipaligned.
-Added host file modified to block ads, malware and trackers(+27600 sites dangerous blocked) New
-Added Greenify 2.0 New (Credit oasisfeng)
-Added Google Experience Launcher 0.10.1.920880(Removed original)
-Added ES File Manager Updated to 3.0.9.1
-Added Franco kernel Updated to r-201 (Credit franciscofranco)
-Added Gravity Box KK. Updated to 2.9.1 (Credit C3C076)
-Added Xposed Mod 2.4.1. (Credits rovo89, Tungstwenty)
-Added XBlast Tools. Updated to 1.7.5 (Credit FemBlack)
-Added XuiMod 2.0.1 (Credit zst123)
-Added Qualcomm-optimized Dalvik & Bionic libraries
(Provides faster memory access and allows faster code execution.)(Thanks kszaq)
-Added Tweaks
*Increased quality of photo and videos.
*Faster streaming videos.
*Increased overall touch responsiveness.
*Modified wifi scan interval for saving battery.
*Net speed increased.
Click to expand...
Click to collapse
Features Gravity Box KK
New on 2.9.1
- Added option for enabling/disabling Battery Percent Text charging animation
- Fixed System UI crash appearing on boot when KitKat battery style is chosen
- Fixed launching of Show Power Menu action
- Suppressed logging of MotoX Signal Cluster related error messages to avoid log flooding
--- CyanogenMod Pie controls
--- Expanded Desktop
--- Statusbar QuickSettings tile management with tile reordering
--- Lockscreen targets
--- Statusbar icon coloring
--- Statusbar Brightness Control
--- Statusbar icon colors
--- Additional QuickSettings tiles:
------- Sync on/off, WiFi AP on/off, GravityBox shortcut, Torch, Network mode (2G/3G/2G+3G switch), Sleep, QuickRecord,
QuickApp, GPS on/off, Ringer mode, Volume tile
--- 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
--- Advanced power-off menu (reboot, recovery)
--- Volume key cursor control
--- Skip tracks by volume key long-press while screen off (thanks to rovo89)
--- More volume levels for music stream
--- Option to control safe headset media volume
--- Button for clearing all recent tasks at once
--- CRT screen off animation
--- Minimal brightness setting
--- Autobrihtness levels adjustment
--- Lockscreen tweaks - show widgets maximized, lockscreen background style (color fill, custom image)
--- Lockscreen rotation
--- Hardware key actions - menu long-press/double-tap, back long-press, home long-press
--- Dithered Holo background
--- Option to use solid black Holo background
--- Expandable volume panel
--- Option to unlink ringtone and notifications volumes
--- Notification drawer style (background color, image for portait/landscape, transparency)
--- Button backlight modes (default, disabled, always on while screen is on)
--- Dialer (Phone) tweaks.
--- Launcher tweaks.
--- Screen recording.
... more to come
Features XBlast Tools
New on 1.7.5
Bug fixes
Fixed double battery bar bug
Updated translations
Provided the stock battery option for battery style
Provided the option to enable/disable notification header
Updated translations
Improved quicksetting text and icon color compatibility with CM and PA roms
Settings icon color bug is fixed
Provided the options to enable or disable the halo mode in appbar
Now appbar is fully compatible with xhalo module now app launches from appbar will be in halo mode if you are using xhalo
Provided the options to choose different toast styles
Provided the options to choose different battery styles like stock, circle and pie battery with or without text
Choose different network speed indicator styles
create identicons for existing contacts without a contact photo in contacts app or phone app
Sets the background of the notification panel header to an image based on the current date and time
you can choose your favorite color for your Clock with out modifying APK files
You can add custom text along with the clock, which will be displayed in status bar and notification bar
You can add color to Date field in notification bar...
You can choose your favorite font for clock & Date field in status bar & notification bar...
You can add your favorite fonts into your /sdcard/fonts/ folder, it will be listed in the app
You can add bar code fonts for clock & Date field in status bar & notification bar..
You can add shadow and color for clock and custom text as you like
You can choose any color for status bar...
You can make full transparent for notification
You can enable 180 rotation of phones(can rotate in all directions)...
You can choose any color for Battery...
You can choose any color for Wifi signal
You can choose any color for Mobile signal
You can change the carrier name in lock-screen and notification...
You can can apply color to carrier name in lock-screen and notification...
Change the carrier name size in lock-screen
You can have Full screen caller picture in your phone
Set default caller image for full-screen caller function
Set any color for name, phone number etc
Hide Am Pm
Complete transparency for status bar
Choose any Notification panel bg image or color
Status bar Center Clock
CRT Screen off effect (No Effect,Horizontal Effect and Vertical Effect)
Enable or disable status bar during the full screen call
Apply any font for name, phone number etc for full screen caller
Ram usage in recent panel
Button to Clear all recent tasks
Notification Pull-down/Pullup Speed
Advanced Power-off menu(Soft Reboot, Reboot, Reboot to recovery, Fast boot & Screenshot)
Choose WiFi and mobile in out color
Mobile Color will be applied to mobile type as well
In full screen caller function... during incoming call glowdots color will be changed...
Choose Ticker text color
Choose Toast text color & Toast bgcolor
Build.prob tweaks
Choose Notification text & content color (this is experimentel)
New Color picker with hex code option
Network speed will be displayed in status bar & Choose color for it
Smart alarm icon option
Backup & Restore Options
Hide Clock
Skip tracks on volume keys long-press while screen is off
Controls cursor using volume keys in text fields
Safe headset media volume
Added New Module For Day dream
Select Day dream background color or image
Select Day dream Clock color
Choose color for alarm icon ,vibrate , Bluetooth,silent
Added Custom text & font options to Day dream
Can change Holo background to any color or image
Added new Gradient Settings for notification panel bg,day dream and holo
Added New Module For navigation bar
Choose any color for primary text
Choose any color for Secondary text
Choose any color for divider line
Choose any color for tile
Added new module appbar aka sidebar
Improved compatibility for Fullscreen caller in kitkat
Choose custom navigation bar from the zip files (VR theme nav bar zip file or Zip themer nav bar zip file)
Choose quicksettings text color
Choose quicksettings icon color
Choose one color or random color for settings app icons
Updated translations
Features XuiMod
•Seconds in StatusBar Clock (eg. 10:59:59am)
(Customizable with SimpleDateFormat, Boldable and Option for Upercase/Lowercase )
•BatteryBar (grabbed from PACman ROM)
•Customizable color for Battery Percentages (20% interval)
•Xylon Transitions Animation (grabbed from Xylon ROM - xylon_grouper_011_12-08-2012.zip to be exact)
•(slightly modified) TN Transitions Animation.
•Xperia Z1 Transitions Animation
•TokoROM Animations
•AOKP Animation Controls
•Custom IME Animations
•ListView Animation (grabbed from RootBox)
•ListView persistent cache (Please experiment with this. Slower phones will have more noticeable effects.)
•Blacklist Apps from using ListView Animation
•Volume Disable in Lockscreen
(Useful for those who have volume wake. Don't want my pocket to change Ring Mode during meetings. Don't want to disable volume wake too, my power button is dying)
•Lockscreen Torch (inspired from mods for Samsung Phones)
•Randomized Quick Settings Tile Color (from TeamBAKED)(for Android 4.2 and above only)
•Classic Recents / Gingerbread App Switcher (from SlimRoms)
How to install
-Make sure you have the latest version of CWM or TWRP custom recovery.
-Reboot into recovery mode.
-Make Dalwik-Wipe Cache, Wipe cache and Wipe data / Factory reset.
-Install Zip.
-At first boot see everything is okay with SuperSU..
-Open Xposed Installer and go to Modules, enable Gravity Box, XBlast Tools and XuiMod.
-Go to Framework select Install / Upgrade and then select Soft Reboot ... Done.
-Now you can use Gravity Box, XBlast Tools and XuiMod and make the changes you want(Some changes need Reboot).​
Click to expand...
Click to collapse
Link​Tukat4u_KOT49H-Deoxeded-Mako​MD5: A2E13480515800C2A4CA819AFC5A2B4D
Optional​
ClockworkMod 6.0.4.3​Bootloader makoz30d​Radio 2.0.1700.98​
well... i am first!
good to see that u manage how to cook your 1st ROM.
good luck with that and... i will download later tonight to check how it works!
cheers! :good:
icyeye said:
well... i am first!
good to see that u manage how to cook your 1st ROM.
good luck with that and... i will download later tonight to check how it works!
cheers! :good:
Click to expand...
Click to collapse
Thanks...Regards
Sent from my Nexus 4 using Tapatalk
Looks interesting,i'll give it try, always nice to see new roms for us to try...Thanks
So ART works with Xposed now?
Flak said:
So ART works with Xposed now?
Click to expand...
Click to collapse
No. Xposed only with DALVIK
Sent from my Nexus 4 using Tapatalk
Added:
ClockworkMod 6.0.4.3
Bootloader makoz30d
Radio 2.0.1700.98
Thanks!
Art isn't all that I tried it on my phone got force closes. and if you YouTube the video for art vs dalvik the are just. .1 seconds away from each other. And are phone are still pretty good spec wise. It is mainly for mid range phones. +art is still in development. Enjoy dalvik until art becomes like JIT (android 2.2) and is nessarry
great ROM BTW.
Sent from my Nexus 4 using Tapatalk
Up!!!
dondadah88 said:
great ROM BTW.
Sent from my Nexus 4 using Tapatalk
Click to expand...
Click to collapse
Thanks,
updated 122613
-Added Tweaks
*Increased quality of photo and videos.
*Faster streaming videos.
*Increased overall touch responsiveness.
*Modified wifi scan interval for saving battery.
*Net speed increased.
-Added Qualcomm-optimized Dalvik & Bionic libraries (Provides faster memory access and allows faster code execution.)
lion2009 said:
Up!!!
Click to expand...
Click to collapse
Thanks dude! Did you like it?
Sent from my Nexus 4 using Tapatalk
Great Work !!
Been using this ROM for two days now... I think this and CM 11 CAFKernel are two of my favourite roms :good:
Great on Battery..
Sent from my Nexus 4 using XDA Premium 4 mobile app
soumyamukherji said:
Been using this ROM for two days now... I think this and CM 11 CAFKernel are two of my favourite roms :good:
Click to expand...
Click to collapse
Knarf The Tank said:
Great on Battery..
Sent from my Nexus 4 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Thanks finally comments about the rom...Regards
the ROM is stable and has the option to customize of the user wants to over all a good ROM thanks man hope you continue the good work thanks. a good user experience
Sent from my Nexus 4 using XDA Premium 4 mobile app
Very good rom......i had few force close of Google search in starting but after reboot all is okay......good job op....greetings
Sent from my Nexus 4 using Tapatalk
Just installed this ROM and I must say that amount of customization are awesome.
I´m sure that I´m gonna use this ROM for a while.
Chears to dev.
Very nice rom. Tnx
Sent from my Nokia 3210
Hi I just wanted to say that I've run the rom properly. It's superb I changed the kernel for matr1x,but that's a personal choice, due to colours. Love the mix of stock and added choice. Plus you built in a lot of stuff I have to add normally, like bionic and X. Runs as smooth as can be.
Thx again and as has been said welcome.
Sent from my Nokia 3210

[ROM][TWRP/CWM][AllianceROM I9300 v2 JB 4.3][XXUGNA5]

{
"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"
}
AllianceROM I9300 v2 JB 4.3 XXUGNA5​
AllianceROM intends to give the user what THEY want. Tired of flashing Roms and having to ask for little changes to suit your taste? Tired of having to manually change colors of the toggles or the battery or move your clock or make statusbar transparent or any of the other multitude of other little color and style tweaks that Android users love? Tired of flashing AROMA installer for every little change you want to make? Tired of having to add your favourite images every time a new rom comes out?
If you answer yes to any of these then AllianceROM is for you! We have a huge array of "on the fly" options for you to play with. Make your phone to YOUR style. YOUR color. YOUR perfection.
Send us your favourite icons for us to add to OTA so they are only a button press away when you install a new version. Remove/Install system apps with ease. Use Rom customizers built in root browser and install and queue zips direct from the app. No more fiddly recovery or manual wiping.
Available in both Stock and AOSP themes selectable on install, the majority of modifications in AllianceROM are OPTIONAL. You can turn them on and off at will. We try not to impose many things on people because we realise that Android is all about INDIVIDUALITY. Make YOUR Rom and YOUR phone how YOU want it and change it on a whim.
.... Designed to be Individual!
I want to take a moment here to say a massive thank you to my beta testers, the screen on my I9300 is smashed and not working so I have been relying solely on them for logs and feedback and they have been amazing so thanks.
Huge credits to Crussader - for the awesome theme he put together, thanks for the hard work Goldieking & Txr33 - for the mods and there help porting them for me, Dikkebas - for testing and helping, Sparky, Ficeto and rest of Alliance Team/Family, Adi Aisiteru Reborn, mirko_ddd, jovy23, dsa, Kryten2k35, didact, Anbech for the bootanimation patch (HERE) and anyone I have missed I am sorry but let me know.
Check the features: HERE
How , what, where , when , why ... FAQ & OTA CONTENT : HERE
Check the look of the ROM: HERE
Download Alliance-ROM_I9300 JB: HERE
How to install go: HERE
​
XDA:DevDB Information
AllianceROM, a ROM for the Samsung Galaxy S III I9300
Contributors
dazznuts2000, Alliance Team
ROM OS Version: 4.3.x Jellybean
Based On: TW
Version Information
Status: Stable
Current Stable Version: AllianceROM I9300 v2
Stable Release Date: 2014-03-09
Created 2014-03-09
Last Updated 2014-03-20
Features
I9300 v2 Android 4.3
Samsung XXUGNA5 4.3 base: built with latest AllianceTools for windows
100% Stock kernel included
Custom Install Engine -
Choose either Stock or Alliance theme
Choose your recovery
Clean build.prop
Choose to install Sammy/Google bloat apps
Alliance ROM Customizer - with root browser and more from ficeto
AllianceOTA - Tons of individual theming options. Pick and choose what you like and send us your favourite stuff to be added!
Revamped Alliance Control - with color preview
Alliance Backup: Backs up custom settings so you can restore all your colors and options after wiping! Great idea man! Thanks T-pip
Alliance Wallpaper: Used to set any picture on dropdown panel. Great work again!
Color Options
Option to link all color options together or color seperately
Color-A-Day Option to let The System Pick Your Main Linked Theme Color randomly everyday at midnight
Option to Set StatusBar Color and/or Gradient Type
Option to Set Notification Color and/or Gradient Type
Option to Set Dropdown Header Color
Option to Set Toggle Color and/or Gradient Type
Option to Set Brightness Slider Background Color
Option to Set Clear button Background Color
Option to Set Notification/Ongoing Headers Color
Option to Set Notification Items Color
Option to Set Drag Bar Handle Background Color
Option to Set Clock Color, Dropdown Clock Color, Date Color
Option to Set Battery Icon Color, Battery Text, BatteryBar Color, Battery Graph Color
Option to Set Wifi Icon Color, Signal Color, Settings Button Color
Option to Set Notification icons Color, Notification Text Color, Ticker Text Color, Carrier Color, Drag Bar Color
Option to Set Ongoing Color, Traffic Color, ASU Color, Brightness icon and text Color
Option to Set Toggle On Color, Toggle Off Color, Toggle Dim Color, Toggle Text Color
Option to Set Phone Text Color, Power Menu Color, OverScroll Color, Dialer Color, CheckBox/Switch Color
Option to Set Spinner/Slider Color, Lockscreen text Color, Toast Text Color, Launcher Text color, Browser url color
Option to color brightness icon and text
Option to color statusbar ticker text
Option to color lockscreen carrier text
Option to color toast popup text
Option to color notification and notif text
Option to color touchwiz launcher text
Option to color browser url text
Clock, Notification Panel, StatusBar, Toggles
Option to Set Clock Position
Option to Set Am/pm Style
Option to Set Day of Week Style
Option to Set Dropdown date shortclick/longclick action
Options to add Aosp Clear Button, Lock Button, Recents Button, Settings Button to Notification Panel
Option to hide Dropdown Header, Brightness Slider, Ongoing Tile, Notifications Tile, No Notifications Tile
Option to Set Custom Carrier Text
Option to Set Custom Image as Notification Panel Background and transparency
Option to select Custom Battery, Custom Charge Battery, Battery Bar, Bar Style, Bar thickness, Bar Anim
Option to hide Ime Icon, Alarm Icon, Bluetooth Icon, Blocking Mode Notification, Nfc Icon, SmartStay Icon, Sound Icon
Option to hide/display Network Speed, Asu Meter
Option to pick number of signal bars used 4, 5, 6
Option to pick Signal Icon Type
Option to enable or disable signal in/out icon
Option to pick Wifi Icon Type
Option to enable or disable wifi in/out icon
Option to Set Custom Image as StatusBar Background and transparency
Option to hide/display toggle text, toggle indicator
Option to set number of toggles in view
Option to auto collapse dropdown after selecting toggle
Option to set Location of toggle Top, Bottom, Off
Option to Hide Battery Image
Extended Power Menu Options
Option to Hide/Show Data Toggle
Option to Hide/Show Airplane Toggle
Option to Hide/Show Accesibility Shortcut
Option to Hide/Show Power Off Shortcut
Option to Hide/Show Restart Menu
Option to Hide/Show Sound Mode Toggles
Option to Hide/Show Screenshot Toggle
Phone Mods
Auto Call Recording For incoming/outgoing calls toggle
Enable/Disable Record Button/Add Call Button In Phone
End Call Delay Timeout Picker
Note 3 Incoming Call Popup Toggle
LockScreen Mods
Option To Select Between Aosp Lockscreen And Galaxy Note Lockscreens
Option to enable/disable Aosp Lockscreen Vibration
Option to turn ink effect on/off
Option to Select Custom Ink Effect Color
Option to Enable Random Ink Effect Color
Option to Enable Quick Pin/Password Unlock
Option to Enable Widgets On Secure Lockscreen
Option to Enable Lockscreen Torch and Timeout value
Option to Enable/Disable Lockscreen Sounds
General Mods
Home Key Double Click Intent Action
Screen off animation option(CRT, Fade, Stock)
LongPress Menu To Kill Toggle
LED with Screen on Toggle
Enable/Disable Low Storage Notification
Enable/Disable Low Battery Popup
Enable/Disable Full Charge Notification
Enable/Disable USB Connect Sound
NFC With Screen off Toggle
Earphone Protection Toggle
LongPress Volume Music Control Options
Scrolling Wallpaper Toggle
Infinite Launcher Scroll Toggle
Launcher Rotation Toggle
Sms/Mms Sent TimeStamp Toggle
Call Button Next To Contact Toggle
Account Icon Next To Contact Toggle
Enable Home Button On Browser Toggle
Enable Exit Button On Browser Toggle
Always on Desktop mode Toggle
Prompt When Exit Browser Toggle
Closing All Tabs Exits Browser Toggle
Option to Enable touchwiz launcher rotation
Option to choose list view animations
Option to choose dialog style - Holo light/dark - TW light/dark
Option to choose Accuweather transparency​
FAQ'S..
Q: Should I wipe? A: Wipe if coming from any ROM to avoid issues.
Q: What if I don't wipe and have issues? A: Re-flash WITH wipe and then come back if you still have issues.
Q: Where are my APN's? A: Just add them manually if they are not there.​
OTA Content
Themes
ThilinaC Elegant Theme ported to Alliance by me - THREAD HERE - Thanks @ThilinaC
SamsungTheme_Stock
AllianceTheme_AOSP
AllianceTheme_AOSP_Black - Black contacts and dialler.********
BlackGlass Theme
BlueGlass Theme
RedGlass Theme
*******For AOSP Black theme you NEED to be on AOSP theme or it will not look right, this is to get rid of the white dialler and contacts.
Bootanims
AllianceROM_S3_bootanimation.zip (ROM Original) & AllianceROM_S3_2_bootanimation.zip - THREAD HERE
AllianceS3_Logo_bootanimation.zip - THREAD HERE
AllianceBinary_S3_v1_bootanimation.zip - THREAD HERE
AllianceROM_SGS3_bootanim_CWM.zip - THREAD HERE
AllianceS3_TwistedDroids_bootanimation.zip - THREAD HERE
Various Bootanims added - THREAD HERE
Backgrounds
Alliance black leather
Black
Blue BrushedMetal
Blue Deep-V
Blue Droplets
Brushed alu
Companion
Denim Jeans
Guy Fawkes
Ingress
Ironman
Leather
Updates
Update Pack 1 - Fixes for Alliance backup and theme & Torch toggle
Note 2 Camera - (Thanks @Jeshuuu)
Note 3 keyboard - (Thanks @_Sale_)
Omni Switch - (Thanks OmniROM)
Recoveries
TWRP - 2.6.3.1
TWRP - 2.7.0.0
Philz Touch CWM - 6.15.4
CWM Touch - 6.0.3.2
Kernels
Boeffla v5.1 .tar
Devil2 v2.3.2 Dual boot .tar
Googy Max2 v2.1.7 .tar
Googy Max2 v2.1.9 .tar
LiteGX v3.5.0 .tar
AGNi pureSTOCK v3.5.2 SELINUX Disabled .tar
AGNi pureSTOCK v3.5.2 SELINUX Disabled .zip
Thanks also to all users who have suggested/tested these before release ​

			
				
AllianceROM I9300 JB 4.3 Downloads
NOT FOLLOWING THE GUIDE EQUALS NO DEV SUPPORT!!
Checksum JB XXUGNA5 4.3 :
MD5: 98bf1c61337f8f06296de1e79a82e101
SHA1: 4ec3b2e35e62edb1b09fcf934fa9d9fa6c4b654f
DONT IGNORE CHECKING THE CHECKSUM , JUST DO IT !!
HOW TO FLASH ?
Start with a Hash Check of the ROM-zip you just downloaded you will find the matching MD5/SHA1 checksums with the downloads.
Hash Checker
Coming from a AOSP ROM? Get to a rooted stock TW JB ROM first
Rooted TW ICS/JB ROM?
Flash via ROM-Customizer
Coming from any rooted TW ROM:
1. Put the ROM on your internal storage
2. Open ROM Customizer and choose flash file from SD
3. Ficeto improved the flash config so it works with rom Customizer now. So just choose the ROM from your internal storage and it will present you with the rom config in a pop up window.
4. From this window SELECT WIPE! You MUST! wipe or things will not work (unless coming from AllianceROM EME2).
5. If you currently have MG4 Modem already then UNTICK FLASH MODEM in ROM Customizer to save any hassle or reflashing or restoring efs
Piece of cake!!
Now sit back and enjoy the ride
IF YOU HAVEN'T ALREADY READ FAQ'S: HERE
XXUGNA5 from Dazznuts2000's SourceForge: HERE​​
Enjoy guys
Downloading it right now. Rally looking forward to this ROM, as everybody seemed to praised it's 4.1 version. Keep up the good work. :good:
In my opinion plz try to add improved ripple effects which i seen from this thread http://forum.xda-developers.com/galaxy-s3/themes-apps/theme-mods-blue-theme-s3-t2538505 And http://forum.xda-developers.com/galaxy-s3/themes-apps/mod-inkeffect-choose-custom-color-t2101400 The both thread have provided same improved ripple effects. I tested in my own device, there have great effects much more effective than stock one. If it could be possible then plz just replace old files with these files. Many thanx for your work.
mrjoy said:
In my opinion plz try to add improved ripple effects which i seen from this thread http://forum.xda-developers.com/galaxy-s3/themes-apps/theme-mods-blue-theme-s3-t2538505 And http://forum.xda-developers.com/galaxy-s3/themes-apps/mod-inkeffect-choose-custom-color-t2101400 The both thread have provided same improved ripple effects. I tested in my own device, there have great effects much more effective than stock one. If it could be possible then plz just replace old files with these files. Many thanx for your work.
Click to expand...
Click to collapse
You mean like the improved ripple that originated in this (http://forum.xda-developers.com/showthread.php?t=2471373) thread? Which was done by Goldie and myself when playing with the ripple overlay?
mrjoy said:
In my opinion plz try to add improved ripple effects which i seen from this thread http://forum.xda-developers.com/galaxy-s3/themes-apps/theme-mods-blue-theme-s3-t2538505 And http://forum.xda-developers.com/galaxy-s3/themes-apps/mod-inkeffect-choose-custom-color-t2101400 The both thread have provided same improved ripple effects. I tested in my own device, there have great effects much more effective than stock one. If it could be possible then plz just replace old files with these files. Many thanx for your work.
Click to expand...
Click to collapse
Lol....that improved ripple you ask for came from my guide thread from findings of dazznuts and I. So...its already in as it came from us hahaha
Sent from my GT-I9305 using Tapatalk
Andr3y29 said:
Downloading it right now. Rally looking forward to this ROM, as everybody seemed to praised it's 4.1 version. Keep up the good work. :good:
Click to expand...
Click to collapse
Thanks, always nice to hear people enjoyed the last rom also
Goldie said:
Lol....that improved ripple you ask for came from my guide thread from findings of dazznuts and I. So...its already in as it came from us hahaha
Sent from my GT-I9305 using Tapatalk
Click to expand...
Click to collapse
Strange..... Sorry to say but there's no improved ripple effects, In your mod which i'm using now same as stock effects... Even i love the improved but here's not.
mrjoy said:
Strange..... Sorry to say but there's no improved ripple effects, In your mod which i'm using now same as stock effects... Even i love the improved but here's not.
Click to expand...
Click to collapse
Dont be sorry. I just decompiled the file and its there. What exactly is it you are missing? Please describe what you are expecting to see because one of the links you posted was for ink effect which is here as is watercolor and light effects
Sent from my GT-I9305 using Tapatalk
Goldie said:
Dont be sorry. I just decompiled the file and its there. What exactly is it you are missing? Please describe what you are expecting to see because one of the links you posted was for ink effect which is here as is watercolor and light effects
Sent from my GT-I9305 using Tapatalk
Click to expand...
Click to collapse
There's only expected to see is real effective ripple effects when we touch the screen the water colours shines more & more bright with high watter effects which i was feeling from other thread which i mentioned you. But in this mod there is nothing special improved ripple effects.
mrjoy said:
There's only expected to see is real effective ripple effects when we touch the screen the water colours shines more & more bright with high watter effects which i was feeling from other thread which i mentioned you. But in this mod there is nothing special improved ripple effects.
Click to expand...
Click to collapse
I have no clue what you mean. You did turn on ink and choose a color right?
The simple fact is that the mod they have is the same so any difference is purely your perception
Sent from my GT-I9305 using Tapatalk
Goldie said:
I have no clue what you mean. You did turn on ink and choose a color right?
The simple fact is that the mod they have is the same so any difference is purely your perception
Sent from my GT-I9305 using Tapatalk
Click to expand...
Click to collapse
Ok bro, its ok. just leave about ripple effects. I like your work. Just add more & more tweaks and mods as Jkay did... You are same doing. Than again
This one, really making my Sunday awesome bro, now I have some flashing to do tomorrow. btw, if I flash Note 2 Camera and Note 3 Keyboard, will they work well? Thanx again bro.
Mosh Edd said:
This one, really making my Sunday awesome bro, now I have some flashing to do tomorrow. btw, if I flash Note 2 Camera and Note 3 Keyboard, will they work well? Thanx again bro.
Click to expand...
Click to collapse
honestly not tried as my device met the floor so all this has been remotely doing the rom and passing to testers, not sure any of them tried these, but let me know if they work mate and if people want it i can add to ota
dazznuts2000 said:
honestly not tried as my device met the floor so all this has been remotely doing the rom and passing to testers, not sure any of them tried these, but let me know if they work mate and if people want it i can add to ota
Click to expand...
Click to collapse
too bad to hear that, sorry mate. it will be my pleasure to inform you. but that will be tomorrow. Thanx for giving us this. am soo excited, can't wait for tomorrow.
Thanks for the update guys.
May I ask why you opted for the NA5 base instead of the latter NA7?

[ROM] Sac23_Note 5/S6E port_12/9/2015

Sac23 New Ported Mixed Roms​
*****GUYS THIS IS A CRAZY PORT THIS ROM IS A MIX OF *****
Albe95
Darlord
Alemtro95
*****AND SPECIAL THANKS GOES TO *****
Martillero FOR LETTING ME PORT OVER ROM CONTROL AND FRAMEWORK
ALSO THANKS GOES TO
Albe95
Darlord
Alemtro95
Nana Ayeh
tdunham,
@Goldie
@rompnit
@rlmiller
@Goddly @gharrington for the 3minit battery mod @daxgirl & @Wuby986 for their work on the wonderful Rom Control App
@remuntada78 and all the gang in the GALAXY UNIFIED MODS THREAD
Changelog V1
Fixed Mail error
Fixed wrong color in multiple choice for a number in contacts
Added Fix to People/Apps Edge to right side (thanks to Repulsa)
Fixed wrong layout in People/Apps Edge
Fixed wrong emoji dimension (thanks to vman10)
Translate various apps that I forgot(Air message, NFC,...)
Added various method and smali
Added Edge Plus/Note 5 Launcher with 4x5 by default
Unlocked settings in launcher
Added back white popup in material design style for framework
Fixed missing bubbles in charging while power off
De-link Media and Notification (thanks to JASONRR)
Added latest Adaway
Added Theme Store version with search function
Fixed most of Stagefrigth vulnerability. (Still missing latest 6602 and 3864)
Added Marshmallow 6.0 Permissions manager
Added Round apps style in Recents menu
Fully Fixed GPS at first boot
Change back to stock power profile to prevent lag and problem during charging
Correctly updated Memo icon with latest one
Fixed crash while opening IMEI from the new dialer
Really improved performance and smoothness
Added Yotube and fully fixed 1080p lag without loosing theme support
Rom Control Features
1.- Status bar Mods
a) Battery options:
You can choose between Stock Battery/3Minit Battery/Og Battery.
Toggles to Show/Hide. Show percentage on stock battery inside and outside. Change color of battery percentage.
b) Battery bar: Show/Hide battery bar on top of status bar, choose style, color, animation, etc
c) Custom status bar background color, change the background color of statusbar in apps.
d) Toggle to Double tap status bar to lock.
e) Clock mods (Potato). Choose status bar clock style, position, color, include date, am/pm, custom format, you can use clock with seconds, etc.
f) Traffic meter, you can set 4 different views for traffic metter (in/out traffic), and you can choose traffic possition (left or right).
g) Signal icon changer. 3 Different styles of signal icons to choose (Restart UI to changes take effect).
h) Signal position, to show the signal cluster on the left or the right.
i) Wifi icon changer, to change between big icon without arrows, or stock with arrows.
j) Carrier on status bar. Choose your custom carrier name,set color, toggle on/off.
k) Toggle to on/off ticker on status bar.
l) Toggle to on/off Heads up.
m) Curved recent apps style.
n) Toggle to use dark fonts in launcher and weather widget.
o) Hide status bar elements:
All icons on status bar (clean status bar)
icons: Bluetooth icon and Alarm icon (restart UI to changes take effect)
p) Set 3 virtual keys on status bar. you can toggle then on/off. Recent apps on left/home button in the middle/screen lock on the right.
2.- Dropdown Panel
a) Select the number of toggles in view on dropdown (5-10, but with more icons you can see they will overlap each other).
b) Select the number of toggles to scroll (when you slide horizontally) between 5 to 20.
c) Show/Hide toggles text on dropdown (Restart UI to change take effect).
d) Change your toggles buttons background between 8 styles.
e) Toggle on/off, different elements on dropdown like, the "edit" text for toggles, the user icon.
f) On/Off memory cleaner button on dropdown. Select your desired color to match with your theme.
g) Choose your clock style, toggle between digital style or analog style.
h) Choose your dropdown date style. 4 different styles to choose.
i) Choose your custom carrier in dropdown panel or set it off.
j) Show or Hide CPU stats above the date in dropdown (Cpu in use and governor). Colorize both to much your theme.
k) Toggle to on/off custom background, to use an image on dropdown.
l) Quick panel visibility (the sfinder panel), and select between 3 styles: stock/6 keys/8 keys.
m) Set your notification brightness bar on/off
n) Toggle editor style of android 5.1.1 ported from the great darkera13 systemUI.
3.- General
a) Launcher changer: Select your launcher style between 4x5 grid or 5x5 drawer grid. You can also choose between launcher with badges support, or launcher with hidden settings support (more options, effects, etc). Disabled conflictive options with our device in hidden settings like blur effect/parallax/weather effect.
b) Build.prop changer: As i said in rom control app, Lockscreen effects will work just fine if you use the original s4 device name, but selecting it will result in loosing the widget of weather on lockscreen. so you have to choose what do you prefer. With s6 build.prop you can only use popping colors effect.
c) Keylayout changer: Select the layout you want, original s4/ or the s6 layout.
d) Emoji changer: Select the emoji style you prefer. (google/ios/lollipop/samsung)
e) wifi backup: from here, you can backup/restore your wpa wifi file with your saved pass.
f) Audio gain table: You can choose between 3 different values for your audio sound (High/stock/low)
g) System sounds on/off: enable / disable system sounds like boot sound/charging sound/ and volume bar sound.
4.- Lockscreen
a) On/off Quick unclock - when you set a pin number or pass you can unlock your phone without the need to press the "ok" button.
b) On/Off Lockscreen sound independent of system sound.
c) On/Off Lockscreen Rotation (restart UI to changes take effect).
d) Next alarm on lock. You can enable/disable the visibility of your next configurated alarm. Select the text color you prefer.
e) Device info on lockscreen and dropdown. Will show your phone's info (rom/phone model/android version/memory/battery) at the bottom. You can set it on/off and choose the color you prefer.
f) Custom lockscreen Font style, change between different fonts for the clock (10 styles).
g) Show/Hide camera icon button on lockscreen.
h) Show/Hide all info on lockscreen (all widgets and texts hidded).
i) Show/Hide date on lockscreen.
j) Show/Hide clock on lockscreen.
k) Show/Hide weather on lockscreen.
l) Change lockscreen clock size (2 styles)
m) Show/Hide low battery dialog from lockscreen.
n) Show/Hide charging dialog from lockscreen.
o) Show/Hide "swype to unlock text" dialog from lockscreen.
p) Lockscreen effects chooser. REMEMBER, use effects only if you choose s4 build prop. with the s6 build you can use only popping colors.
q) Ink effect,choose random ink effect or a solid color you prefer.
r) Custom carrier on lockscreen. Select the carrier you want.
s) On/Off charging effects, and select the one you like.
5.- Power menu editor
Toggle on/off power menu elements like:
-Power off
-Data
-Flight Mode
-Restart
-Screenshot
-Flashlight
-Record
-Emergency mode
-Ring Pattern
6.- Phone
a) Set increasing ringtone on/off.
b) Incoming automatic recording.
c) Outgoing automatic recording.
d) End call delay.
7.- Custom Key features
a) Double tap home shortcut, you can launch any app u want with that combination, but make sure you have s4 cam, casue s6 cam "owns" this feature.
b) Home key long press function selectable.
c) Menu key long press function selectable.
d) Back keys long press function selectable.
e) Lockscreen flashlight on lockscreen on/off with volume key.
8.- Advanced menu:
A set of hidden menus from Sammy
(device network, USB settings, satélite viewer,etc)
9.- Useful Apps
-Upsm, you can add or remove aps to ultra power save mode.
-Toolbox, daxgirl app to control stock toolbox app. Will work just the same as stock. You can open it from here or from the toggle on dropdown.
-Shortcut to supersu.
-Samsung development settings.
Changelog RC v4:
NEW FEAURES ADDED
Code:
- Added color picker to all status bar icons,
- Added color picker for traffic network
- Added color picker for custom carrier in lockscreen and dropdown,
- Added color picker for ticker text on status bar.
- Added volume icon toggle for visibility (when in silent mode)
- 3 options to increase your toggles (21 / 26/ 34).
- Added volume sond when usb is plugged toggle.
- Added low battery sound toggle.
- Added 10 shortcuts support for toolbox.
- Removed sound warning with headphones on Player.
- You can put the custom text you want in dropdown above the date instead the cpu stats (you can toggle between them, or use transparency to hide). If you use long line, it will start a maquesine effect, moving from right to left.
- Added mokee listview animations and listview interpolator.
- Added full charge battery notification on dropdown toggle.
- Added calendar widget on lockscreen with toggle.
- Added number of notification change on lockscreen (2,3,4,5)
- Added phone shortcut on lockscreen toggle.
- Added the persistent data icon next to wifi in csc options for those who like it.
- Stagefright libraries can be enabled/disabled for those who cares about stagefright security
- Added new lockscreen clock option (now we will have tiny/small/normal).
- Fixed different clock positions on status bar, so no more icons being pushed away.
- I dont know maybe something more i forgot.
- Rom control reworked, a lot of cosmetic changes, others functional changes. new UI and 60% spanish translations support
V1 - https://mega.nz/#!jVRFACBb!PR7OM0yAXR5oLUjkVNHQ82v_qAcgavsFYxMWouMe66M
1m
rzc
Dear sac23, you are awesome!
link is live enjoy guys
HERE WE GO AGAIN ! ! ! !
I will have mirrors in a few hours...after work
So COOL we still have developers active in the S4 community.
AWESOME WORK SAC
Do you have to be on OH1?
By any chance any one got Wifi to work?
Anyone with LTE? I'm not touching another one of these if LTE isn't working. 0-2 so far
I have a 720T phone and LTE works but no WiFi. ..
i'm keep getting a force reboot going to reflash
I was going to download and flash the 4.6, but decided to do this as well. Upgraded to OH1 (was on OD2), then flashed this. Everything seemed to go well.
I use Freedom Pop.
Bug: When I take a picture, the thumbnail in lower right isn't being updated.
Other than make a call/txt and take a picture, I haven't done much yet.
I haven't flashed a ROM since my HTC Diamond, only doing this one because I wanted my daughter to have the newer features of the latest ROM. Freedom Pop doesn't update their stuff, so I did.
(Technically, Sac23 did, so thanks! )
Does anyone else have WiFi issues.
I was able to connect and use WiFi.
I have a L720 with OH1.
Wow Sac, What did you do. This rom is crazy. I could not believe the features of this rom just kept going and going and going in the op. You out did yourself Sac :good: Thank you for the fantastic support of the s4. Flashing now will report back soon.
Thanks again to all those that made this rom possible. Of course the mastermind himself Sac23 :good:
Where is the adaway app
Sent from my SM-G925P using XDA Free mobile app
WOOOOOOOOwww. This rom is insane. Everything working so far Wifi/lte/3g/Gps/Phone everything. Its the best rom ever put out for the S4 ever. Im shocked by how awesome this rom is Sac. You must have put in so many hours into this. It runs smooth and fast and has so many features im just starting to dig in. Ive tested all the essentials and they all work. Now im going to start testing the extra features.
Do not wait folks install this rom.
I'm thinking you have to be on OH1 or at least the OH1 modem for wifi to work. I' m still on OD1 and mine doesn't work. Looking for the OH1 modem and baseband now and will report back after I flash it.
@BB said:
I'm thinking you have to be on OH1 or at least the OH1 modem for wifi to work. I' m still on OD1 and mine doesn't work. Looking for the OH1 modem and baseband now and will report back after I flash it.
Click to expand...
Click to collapse
Look in wicked x thread. @bilgerryan has a link
Sent from my SM-G925P using XDA Free mobile app
pontif said:
Look in wicked x thread. @bilgerryan has a link
Sent from my SM-G925P using XDA Free mobile app
Click to expand...
Click to collapse
Thanks but that mega link is dead. No luck.

stang5litre Edition 5.0 s7e

Fully Deodexed And De Bloated​
Downloads:
stang5litre Edition 5.0 s7e v3
https://www.androidfilehost.com/?fid=817550096634752267
FlashFire Instructions
1) Install FlashFire if you don't already have it
2) Hit the "+" button and select Wipe (Select System Data, 3rd Party Apps, Dalvik and Cache)
3) Hit the "+" button and select "Flash ZIP or OTA"
4) Add stang5litre Edition 5.0 s7e
5) Leave "Auto-Mount" unchecked and make sure EverRoot is disabled
6) Make sure the order is Wipe, ROM, then press the lighting bolt and hit "OK"
7) Phone will reboot and FlashFire will do its thing
8) Once complete your device will reboot and pause on the stang5litre splash screen for about (10 - 15 mins) before completely booting. So Don't be worried if you think it is taking a while.
Attention All Devs You Are Not Allowed To Take My Work Without My Permission!!!​
Known Issues:
None
Mods v1:
5 Way boot menu
Tether Mod
Call recording unlocked
Menu Message share enabled
notification reminder support added
Scheduled messaging added
Support for unknown URL links added
Volume fade effect added
Message delay sending added
Potential Threat Alert Enabled
Viper added for Audio Boost
Dolby Beats Audio Mod
Msg Reply Changed From 86 to 999 Limit
Gradiant Status Bar Mod Added
3 Minit Battery Mod Added
3 Minit Clock Mod Added
Added a rotate button to the native gallery app.
Added Call button in Call Log
Adjusts several CPU settings, which fixed phone lag and battery life issues.
Disabled "No SIM" popup when no SIM card is present.
Disabled roaming data by default.
Wi-Fi passwords saving issue fixed
Enabled ADB to run as root by default.
Enabled CPU idling/sleeping, which fixes phone heat issues.
Enabled mock GPS locations.
Enabled native Wi-Fi calling feature in the dialer.
Enabled RIL power saving features.
Enabled the camera during calls.
Enables unlimited contact merging.
Raised the contact name length limit to 1,280 characters.
Raised the maximum SMS recipient limit from 10 to 90.
VoLTE Icon Removed
Doze Works Perfectly [emoji14]
Added Screen Capture Toggle
Added WiFI Calling Toggle
New stang5litre Boot Animation
Mods v2
Channel Log stang5litre 5.0 Edition v2
1. Rom Control to adjust everything to your liking
2. Color Owner Info RC
3. Color Notification Settings and Clear Button RC
4. Color Battery Percentage on Status Bar RC
5. Network Traffic Indicator Added RC
6. Color Up Traffic RC
7. Color Down Traffic RC
8. Color Traffic Arrows RC
9. Move Arrows Left or Right RC
10. Enable and Disable Heads Up Notifications RC
11. Device Info Added in Notification Panel RC
12. Color Device Info On Both Sides with Two Colors RC
13. Hide Brightness Slider Panel RC
14. Color Panel Header Settings Divider RC
15. Color Quick Connect And Help Text RC
16. Color Edit Text in Expanded RC
17. Quick Panel Toggles Scroll-able View From 5 to 20 RC
18. Any Image Background For Notification Panel with Gradient and Solid Color RC
19. Battery Bar RC
20. Color Battery Bar RC
21. Color Data Usage in Expanded RC
22. Virtual Lock , Recent , and Home Button on Status Bar RC
23. Change Number of Toggles Shown In a Row RC
24. Switch Data/Wifi from Right to Left RC
25. Toggle Color and Backround RC
26. Signal Cluster Colors , Wifi, Signalbar , Data, LTE/3G, Notification Icons , Volume, Bluetooth Etc. RC
27. Custom Carrier Label RC
28. Color Custom Carrier Label RC
29. Color Bluetooth Connected and Help Text RC
30. Rounded Recent Panels
31. Next Alarm on Lock Screen RC
32. Color Next Alarm RC
33. Expanded View Background Colors RC
34. Color Lock-screen Clock & Date RC
35. Quick Launcher Added in Recents
36. Toolbox Added RC
37. 12 apps Unlocked For Toolbox RC
38. Enabled All Apps In Multi Window
39. Permanent non-removable Notifications into Removable Notification RC
40. Music/Volume Skip with RC
41. Auto Call Record RC
42. USB Pug/Unplug disable Wake up RC
43. High Volume Warning for Headphones RC
44. Signature Disabled
45. Auto Call Record RC
46. Added Screen Shot To Power Menu
47. Added Flashlight To Power Menu
48. Added Screen Record To Power Menu
49. Settings Dashboard Scaling added RC
50. Change the Number of Columns in Settings RC
51. Increased QuickSettings Maximum Number and Duel Settings RC
52. Re-Enabled LED indicator Settings
53. Enabled Touch light Duration in Settings
54. Outdoor Mode Added RC
55. Touchwiz Page Transitions Effects (None,Cascade,Outer,Inner Cube,Carousal,Plain,Conveyor,Card) RC
56. Gesture anywhere on Home Screen, Double Tap , Swipe Up, Swipe Down. 15 Different Actions!! RC
57. Keyboard backlight duration RC
58. White pages / Identify unsaved numbers added
59. Floating Messages Added
60. Capture Icon Added (in pulldown)
61. Multi-Window Icon Added (in pulldown)
62. Toolbox Icon Added (in pulldown)
63. N5 Spen Added
64. N5 Air Command Added
65. All Apps in Multi-Window Added
66. Lock-screen Clock Color RC
67. Lock-screen Date Color RC
68. Lock-screen Seconds Color RC
69. App-Lock Added
70. 3minit battery Toggle on/off RC
71. Stock battery Toggle on/off RC
72. Immersive Mode RC
73. Change Toggle Button Backgrounds, 16 different ones to choose from RC!!
74. Change Notification Panel Custom Carrier Text RC
75. Change Notification Panel Custom Carrier Text Color RC
76. Ram Bar in Recents Panel RC
77. Ram Text Color for Used and Free RC
78. Status Bar Expanded Header Color RC
79. Toggle Color RC
80. Toggle Circle Color RC
81. Custom Notification Background Color RC
82. Text Notification Color RC
83. 2nd Notification Text Color RC
84. Notification Time Color RC
85. Hide Toggle Text RC
86. Color Toggle Text RC
87. Quick Settings Panel Background Color RC
88. Brightness Background Panel Color RC
89. Quick Connect Panel Color RC
90. Expanded Header Icon Color RC
91. Data Usage View Panel Background Color
92. Quick Panel Toggles Scroll-able View 5 to 20 RC
93. Lock-screen Rotation RC
94. Torchlight With Volume Up Button with RC with Timeout Settings
95. Weather On Lock-screen RC
96. Color Every Aspect Of the Weather App Temp,Location,Sunrise,Sunset,etc RC
97. Any Color # or Letter on Phone Dialer RC
98. Add any picture to Phone Dialer RC
99. Gradient Phone Dialer RC
100. Lock-screen Clock Fonts RC
101. Over 1k Fonts added to System
102. Many More Keep Looking Even The Kitchen Sink
Mods v3
Matrix Resents Animation On and Off RC
Matrix Font Color RC
Matrix Background Color RC
Matrix Text Transparency RC
Matrix Text Scaling RC
Matrix Freq RC
Volume Panel Backround Color RC
Volume Panel Text Color RC
Volume Panel Icons Color RC
Volume Panel Thumb Color RC
Volume Panel Progress bar Background Color RC
Volume Panel Progress bar Foreground Color RC
Expand Volume 4 more Volumes to Control
Bluetooth Dialog add to RC
Lockscreen AM/PM hide RC
Locksreeen AM/PM Color RC
Locksceen AM/PM Scaling RC
Locksceen Digital Clock Hide On and Off RC
Lockscreen Analog Clock Hide On and Off RC
Set Barometer Text Color RC
Barometric Pressure View On and OFF RC
Pressure Icon Show On and Off RC
Pressure Scale Test Show On or Off RC
Added Png’s To RC for Toggle Background RC
Brightness Slider Color On and Off RC
Brightness Slider Thumb Color RC
Brightness Progress Bar Color RC
Brightness Custom BG Color RC
Brightness Check Box Color RC
Brightness Icon Color RC
Brightness Text Label Color RC
Brightness Slider On and Off RC
Data Usage Show and Hide RC
Data Usage Text Color RC
Data Usage Left, Center, or Right RC
Data Usage Test Style RC
Full Notification Panel Pull down Top Right On and Off RC
Long Press To Open App Menu On and Off RC
AOD Brightness Scaling RC
LockScreen Numeric Digits Color RC
LockScreen Letters Color RC
LockScreen Ok Button Color RC
LockScreen Theme Override On and Off RC
Nougat Samsung Internet App
Unlocked Secret Mode In Samsung Internet App
Internet Sharing To Computer
UPSM Manager Added Any App
Signature Check Taken Out
Nougat Google Assistant Added
Optimizing Screen Changed
Optimizing Screen Gears Taken Out
Custom stang5litre Img Added
Display Scaling RC
Boot Animation Changed To @gadget! Made one
Power Menu Background Image Choice RC
Power Menu Background Opacity Choice RC
Power Menu Background Scaling Center Crop, Center Inside, and Fit XY Choice RC
Power Menu Background Color Choice RC
Power Menu Background Gradient Color RC
Power Menu Background Gradient Four Different Orientation Choices RC
Power Menu Toggle On And Off RC
Updated Security Patch
TV Shutdown Animation Added
SyScope Taken Out
Device Boots as Offical No Lock Pad!!!
Gmail Subject line Color fix
Launcher Text Color RC
Launcher Widgetes Color RC
App Drawer Icon Text Color RC
Analog Clock Show RC
Analog Clock Hide RC
Didgital Clock Show RC
Didgital Clock Hide RC
Build Prop Edits
-Battery saving without reducing performance**
-Enabled Fast Boot**
-Changed Boot Animations FPS for crisper look and a lot smoother**
-Signal Enhancer**
-Quicker Connection on Dial out. Reduced Time(Rings faster instead of the usual pause)**
New Boot Animation By My Buddy @gadget!
https://www.androidfilehost.com/?fid=385035244224409429
Notes:
-The ROM will not update your Modem
-The Rom will update System to PE1
- Verizon splash screen has been removed
- All Verizon apps removed, Knox, and All Amazon apps etc.
- You will sit on the stang5litre splash screen
- This ROM does not change your bootloader
How To Get Rid Of Double Boot
1st Factory Rest From Recovery
2nd Turn On Usb Debugging And Run Root.bat with only superSU 2.76QC
3rd Flash My Cpu Fixes ONLY DONT FLASH ANY OTHERONES FIXES!!! YOU HAVE BEEN WARNED
stang5ltire Rom Cpu Fixes
https://www.androidfilehost.com/?fid=457095661767126819
superSU 2.76QC
https://www.androidfilehost.com/?fid=457095661767126825
Disclaimer:
This Rom is able to be installed on the Galaxy s7e Using a Flash Fire
I am not responsible for anything that may happen or happens to your phone as a result of this custom firmware/Rom. You are choosing to install this yourself and thus assume any/all risks involved
{
"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"
}
Credits: @Sammy- For Source
@klabit87- For scripts/scripting
@mugsy77 ? For Flashin So Much He Should Have Been Arrested & Testing
@gharrington ? For 3mint Mods
@jrkruse ? Initial Script setup and Root Keep
@svadev ? For DeoDex Tool
@SuperR.- For Kitchen
@Chainfire- For SuperSU & FlashFire
@psouza4- For Orig CPU fixes
@daxgirl - For making Awesome Rom Control
@Wuby986 - For making Awesome Rom Control
@gadget! - For awesome OP picture and Boot Animation
@edzamber - for Analog Clock Mod !!
@yoanf26 - for HIs Awesome Analog Clock He Made
@thereassaad - For Matrix Effect Among Other help!!! Thanks bro!!
Donation Credits:
@zanoli99
@xCHAOSNCx
@lahegry
@Dark_Plasma
@biikman
@jab0207
Screen Shots:
Github
Rom Control Home Thread
Follow Me On:
Twitter: @stang5litre
G+: @stang5litre1
Facebook: @stang5litre
Will this work with the Verizon s7 edge? If so how can I do a nandroid back since our bootloader is lock and can only use flashfire. Thanks can't wait to try
Sent from my SM-G935V using Tapatalk
MOD EDIT: Please do not quote the full OP as that makes it hard for others to read the thread.
Is it possible to enable FM on this rom? If not, would it be possible to enable it somehow?
sent from my customized S7 Edge
orgulloso4202 said:
Will this work with the Verizon s7 edge? If so how can I do a nandroid back since our bootloader is lock and can only use flashfire. Thanks can't wait to try
Sent from my SM-G935V using Tapatalk
Click to expand...
Click to collapse
Yes this is for the Verizon s7edge enjoy and let me know how you like it pls
lahegry said:
Is it possible to enable FM on this rom? If not, would it be possible to enable it somehow?
sent from my customized S7 Edge
Click to expand...
Click to collapse
Our phones don't have that in them. But you can stream music like any other phone can and from apps or what have you:good:
stang5litre said:
Yes this is for the Verizon s7edge enjoy and let me know how you like it pls
Our phones don't have that in them. But you can stream music like any other phone can and from apps or what have you:good:
Click to expand...
Click to collapse
Cool thanks, do you know how we can make an nandroid backup just incase something goes wrong. I have a backup.
Sent from my SM-G935V using Tapatalk
It was a hoot working with the team! We hope you all enjoy a lot of time and effort put into this rom. ROM released just in time before his wife serves him his papers ><
stang5litre said:
Yes this is for the Verizon s7edge enjoy and let me know how you like it pls
Our phones don't have that in them. But you can stream music like any other phone can and from apps or what have you:good:
Click to expand...
Click to collapse
Our phones do have FM receivers in them, Verizon has software disabled it. I tried T-Mobile firmware on the Verizon branded edge and had working. Just can't figure how to edit CSC to get it to work on Verizon firmware. I'm not that technical sadly [emoji20]
sent from my customized S7 Edge
orgulloso4202 said:
Cool thanks, do you know how we can make an nandroid backup just incase something goes wrong. I have a backup.
Sent from my SM-G935V using Tapatalk
Click to expand...
Click to collapse
We dont have a custom recovery but you can make a backup with Flash Fire. So just go into that and make your backup and your good to go.
mugsy77 said:
It was a hoot working with the team! We hope you all enjoy a lot of time and effort put into this rom. ROM released just in time before his wife serves him his papers ><
Click to expand...
Click to collapse
lol Was a long ride
lahegry said:
Our phones do have FM receivers in them, Verizon has software disabled it. I tried T-Mobile firmware on the Verizon branded edge and had working. Just can't figure how to edit CSC to get it to work on Verizon firmware. I'm not that technical sadly [emoji20]
sent from my customized S7 Edge
Click to expand...
Click to collapse
They are already activated ... all you have to do is go here and dl the app http://nextradioapp.com/ :good:
stang5litre said:
We dont have a custom recovery but you can make a backup with Flash Fire. So just go into that and make your backup and your good to go.
lol Was a long ride
I can look more into it but even the international versions that i know don't have it either. But I will look into it. :good:
Click to expand...
Click to collapse
Thanks next stop. Flashing. Will report back
Sent from my SM-G935V using Tapatalk
Sorry to be that guy.... But I am having that huge dilemma. This rom sounds amazing, but I also use Samsung pay all the time. Is it possible to disable root and then use Samsung pay?
itsmikeyj said:
Sorry to be that guy.... But I am having that huge dilemma. This rom sounds amazing, but I also use Samsung pay all the time. Is it possible to disable root and then use Samsung pay?
Click to expand...
Click to collapse
I don't think so, especially because Knox is removed on this rom. Not to mention you will first need to root and samsung pay will notice your phone is modified and samsung pay will not work. You will get this message
Sent from my SM-G935V using Tapatalk
I'm guessing not, but I have to ask...Can this be installed on the flat S7?
Sent from my SM-G930V using Tapatalk
orgulloso4202 said:
I don't think so, especially because Knox is removed on this rom. Not to mention you will first need to root and samsung pay will notice your phone is modified and samsung pay will not work. You will get this message
Sent from my SM-G935V using Tapatalk
Click to expand...
Click to collapse
Not possible. We have a locked bootloader that uses dm-verity. This is a secure boot technique. Changing even one byte on the /system/ partition, and flashing the default kernel, will result in dm-verity checks failing. When this happens, the phone will refuse to boot.
To take advantage of roms, you have to be rooted using the engineering kernel. Sadly, this is not something within our control right now.
Krog18 said:
I'm guessing not, but I have to ask...Can this be installed on the flat S7?
Sent from my SM-G930V using Tapatalk
Click to expand...
Click to collapse
Flat/Edge versions have literally no differences aside from the screen and battery. All roms apply to both Edge/Flat variants.
I'm pretty excited to give this ROM a shot. Has anyone confirmed if VR works? VR doesn't work on my current ROM, and I kind of miss it lol. I've been planning on making a VR enabling zip for ROMs that strip VR, but I've been too busy/lazy to make it lately.
Dameon87 said:
Not possible. We have a locked bootloader that uses dm-verity. This is a secure boot technique. Changing even one byte on the /system/ partition, and flashing the default kernel, will result in dm-verity checks failing. When this happens, the phone will refuse to boot.
To take advantage of roms, you have to be rooted using the engineering kernel. Sadly, this is not something within our control right now.
Click to expand...
Click to collapse
That's what I suspected. Thanks for the info!
Dameon87 said:
Flat/Edge versions have literally no differences aside from the screen and battery. All roms apply to both Edge/Flat variants.
Click to expand...
Click to collapse
Everything appeared to flash just fine on the g930v, but it wouldn't boot. Said custom binary blocked by secure boot.
Odin kept failing when I tried to fix it. Had to use the Verizon repair software.
Is anyone using this successfully on a the Verizon G935V?
Thank you
Bleeds
bleeds said:
Is anyone using this successfully on a the Verizon G935V?
Thank you
Bleeds
Click to expand...
Click to collapse
I just flashed it and I am waiting for first boot I will let you know how it goes once I am up!
Krog18 said:
Everything appeared to flash just fine on the g930v, but it wouldn't boot. Said custom binary blocked by secure boot.
Odin kept failing when I tried to fix it. Had to use the Verizon repair software.
Click to expand...
Click to collapse
Did you flash the engineering kernel for the G930?

[ROM] [OP6/6T] RENOVATE ICE 13.0 | OxygenOS 9.0.6 // 9.0.14 | Tweaks | Stables | SVN

{
"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"
}
Developers: mwilky, baadnewz & tbalden​
Official Testers: tmcnally & rav101​
ROM Details:
Based on OxygenOS 9.065 for OP6 and 9.0.14 for OP6T
Enabled Avengers theme for all device variants not yet in Pie
Various customization throughout the ROM
Option to choose between standard or avengers style clock not yet in Pie
Added back native Always On Display
Added back extended volume panel
Added extra option to all key remaps to kill the foreground app
Added extra option to all key remaps to take screenshot
Added extra option to all key remaps to launch custom app
Added extra option to all key remap to open previous app
Added remap options for long press of fingerprint sensor
ROM side fix error message on boot when using custom kernels
Access to hidden autorun manager
Modified screenshots so they now save as a higher quality PNG
Added option to disable system apps through the native app management
Seperated controls for ambient display/AOD notifications. You can still have notifications showing on the ambient display/AOD even if lockscreen notifications are disabled
Added RiCE tweaks app with various user controllable settings (see below)
None of the placebo claims of massive RAM management/speed improvements, we will let the ROM and custom options do the talking
Pre rooted with latest version magisk built from source
Much more!
RiCE Tweaks:
Home
License Status
ROM Version
Nightly Changelog
Tweaks Version
Useful links in regards to the rom
System UI
-Added an option to enable extended theming. This makes the color of the notification background and text color change to the same colors you set in display settings. not yet in Pie
Option of enabling 180 degree rotation
Option of enabling immersive mode
Option of enabling immersive mode per app (subscription only)
Added qs anim pulldown styles
Added qs anim pulldown duration
Added qs anim pulldown Interpolator
User selectable number of compact quicksetting toggles
User selectable number of quicksetting rows
Option to enable/disable oreo style quicksettings
Option to change the position of brightness slider (Above Quicksettings, default, hidden)
Option to enable/disable quicksetting tile labels
Option of enabling smart pulldown (statusbar will pull straight down to quicksettings depending on current visibile notifications.)
Option of enabling quick quicksettings pulldown (pull from right side to go straight to qs)
Option of enabling a blur effect on the notification panel not yet in Pie
Option of enabling vibration when clicking qs toggles
User selectable number of quicksetting columns
Added option to disable statusbar peek
User selectable statusbar clock position (left, right, hidden)
Added option to show a centered clock in QS pulldown
Added option to swap battery position to left if right clock is enabled
Option of double tap statusbar to put phone to sleep
Option of enabling seconds in the statusbar clock
Option of enabling expanded notifications
Option of hiding keyboard selection notification
Option of custom navbar height
Application
Option of enabling screenshots in secure apps
Option of locking the quicksettings from being pulled down whilst in lockscreen
Option of randomizing the digits of the keypad on lockscreen
Option of hiding the lockscreen time & date
Option of hiding the lockscreen statusbar
Option of hiding the lockscreen album art
Option of hiding the lockscreen shortcuts
Option of disabling access to power menu when on lockscreen
Option of enabling/disabling ambient display notification icons
Option of enabling/disabling thin clock font on default AOD clock style
Always on Display Colors
Option to customize color of AOD clock
Option to customize color of AOD accent
Option to link colors to system accent color
Option to enable transparent background if using analog style clock
Added option for user selectable AOD reposition time offset
Statusbar Colors
Option to customize color of statusbar clock
Option to customize color of statusbar notification icons
Option to customize color of statusbar battery icon
Option to customize color of statusbar battery percentage
Option to customize color of statusbar bluetooth icon
Option to customize color of statusbar location/gps icon
Option to customize color of statusbar volume mode icon
Option to customize color of statusbar Wifi icon
Option to customize color of statusbar Wifi activity icon
Option to customize color of statusbar signal bars
Option to customize color of statusbar mobile data type icon
Option to customize color of statusbar carrier label on lockscreen
Option to customize color of statusbar net speed view
Option to customize color of statusbar icons when on light background
Option to link statusbar icons to system accent color
Always on Display Colors
Option to customize color of quicksettings panel
Misc
Option of higher adaptive brightness values
Autorun manager
Option to enable extended volume panel
Option to customize which items appear in volume panel (subscription only)
Added option remap power key when screen off to toggle flashlight. This includes a proximity check so you can't accidentally enable it in your pocket.
Added option to still wake up the device when toggling the flashlight with power key. This is in case you aren't using fingerprint unlock and will have no way of waking the phone.
---------------------
Option of standard or avengers style clock not yet in Pie
Buttons/Remaps
Option to remap long press power when screen off to torch
Option to automatically turn torch off when waking device
Long press back button custom app (subscription only)
Double press back button custom app (subscription only)
Long press home button custom app (subscription only)
Double press home button custom app (subscription only)
Long press recents button custom app (subscription only)
Double press recents button custom app (subscription only)
Long press fingerprint sensor custom app (subscription only)
High Brightness Mode
Option of enabling high brightness mode
Option of enabling high brightness mode automatically
Option of enabling high brightness mode automatically at boot
Option of setting a custom threshold for HBM to enable
License
License status
Monthly Subscription
2,5 or 10 bucks donation
Settings
Check for app updates
Force English Language
Switch to Black Theme (app theme only, not OxygenOOS theme) [Premium only]
Notify about nightly updates on start
Notify about nightly updates in background
Set the background checking frequency
Release:
RENOVATE ICE OP6 13.0 Magisk Module - Server: GERMANY - 13th June
Only to be used with OxygenOS 9.0.6 for OP6 and OxygenOS 9.0.14 for OP6T. Please flash the module from Magisk Manager, NOT from TWRP!!!
MD5: 97c60f908f9939c5243fe3bd0f6ba5f0
Changelog:
RENOVATE ICE OP6 13.0​
-Rebased on Stable 9.0.6//9.0.14
-Added option to change the position of brightness slider (Above Quicksettings, default, hidden)
-Probably more I have forgotten
Other links:
RENOVATE ICE WEBPAGE
Nightlies
Changelog
How to Flash ROM
How to use SVN
Firmware
Donation
Donators
FAQ
Telegram ROM News Channel
Keep up to date with us. We will link to new firmware and let you know if there is anything new.
Telegram ROM Support Chat [International]
Report bugs & ask whatever you need to know. ROM specific only.
Code:
Please do not take anything without asking us first. We will 99% allow you to use anything, just ask first though.
You cannot use any of our work which hasn't been released in an official ROM release unless given express permission.
We are not responsible for anything that happens to your device while using this ROM.
By using this ROM you agree with the above terms.
XDA:DevDB Information
[ROM] [OP6/6T] RENOVATE ICE 13.0 | OxygenOS 9.0.6 // 9.0.14 | Tweaks | Stables | SVN , ROM for the OnePlus 6T
Contributors
mwilky, baadnewz, tmcnally
ROM OS Version: 9.x Pie
ROM Kernel: Linux 4.x
Version Information
Status: Stable
Current Stable Version: 13.0
Stable Release Date: 2019-06-13
Created 2019-01-24
Last Updated 2019-06-13
Flashing instructions:​​​
Downloads:
OP6 - Full Rom OOS Android Pie Stable 9.0.4
https://otafsg.h2os.com/patch/amazo...lus6Oxygen_22_OTA_029_all_1901231504_6562.zip
OP6T - Full Rom OOS Android Pie Stable 9.0.12
https://otafsg1.h2os.com/patch/amaz...xygen_34_OTA_019_all_1901231347_fb09dd2d4.zip
TWRP:
OP6 - blu_spark
https://github.com/engstk/android_device_oneplus_enchilada/releases
OP6T - Official
https://twrp.me/oneplus/oneplus6t.html
OP6T - Unofficial
https://forum.xda-developers.com/on...overy-unofficial-twrp-touch-recovery-t3861482
Magisk
https://forum.xda-developers.com/ap...k-v7-universal-systemless-t3473445?styleid=21​
Updating OxygenOS for locked bootloaders:
1. Download the Full Zip from above link and move it to the root of your internal storage.
2. Navigate to Settings > System Update > Settings > Local upgrade > Select latest OOS Full Zip
3. Flash the Full Zip
4. Upon Successful Flash > Wipe Cache from Recovery
5. Reboot Recovery Once Done
Device will reboot and your OnePlus 6 or 6T is now running on the latest OxygenOS Firmware & OS based on Android Pie Stable 9.0.4 or 9.0.12
You will then need to install TWRP.
Updating OxygenOS for unlocked bootloaders with TWRP:
Download the necessary files from above and follow instructions below
1. Reboot to TWRP
2. Take a Nandroid of your existing ROM just in case you need it
3. Flash the latest Full OOS Zip
4. Flash the TWRP installer Zip
5. Reboot to RECOVERY to make sure TWRP stays and continue to root
6. Flash official Magisk to maintain root
7. Reboot System and Enjoy the latest firmware without any data loss
Device will reboot and your OnePlus 6 or 6T is now running on the latest OxygenOS Firmware & OS based on Android Pie Stable 9.0.4 or 9.0.12
How to install the ROM module:
1. Reboot to TWRP and flash RenovateICE's magisk module you only have to flash the module first time through TWRP after this you can use the magisk app for further updated modules
2. Reboot system and enjoy![/SIZE]
Previous Changelogs:
RENOVATE ICE OP6 12.1​
-Removed zip from inside zip
-Fixed booting issues
-If flashed through TWRP installation will abort as device detection doesnt work for some reason
RENOVATE ICE OP6 12.0​
-Rebased on OP6 9.0.5 // OP6T 9.0.13
-Re-vdex'd modded framework files for improved performance
-Improved AOD reposition logic
-Added option for user selectable AOD reposition time offset
-Reverted vibration levels back to OxygenOS 9.0.4 levels
-Added option to show a centered clock in QS pulldown
-Updated module template to newest Magisk version
RENOVATE ICE OP6 11.1​
-Readded option for long press power when screen off to toggle torch
-Added option to automatically turn torch off when waking device
-Added option to customize color of quicksetting panel background
-Set maximum number of qs rows when landscape to 2 to avoid graphical issues
-Disabled ART debugging, improved performance throughout the ROM.
-Fixed long press power when screen off and torch mod disabled opening up power menu
-Fixed DnD statusbar icon custom color
RENOVATE ICE OP6 11.0​
Rebased on OxygenOS 9.04 for OP6 and 9.0.12 for OP6T
-Added option for Oreo style QS
-Added option to choose color for AOD clock
-Added option to choose color for AOD clock accent
-Added option to link AOD clock color to system accent color
-Added option to link AOD clock accent color to system accent color
-Added option to use thin clock font on default AOD clock style
-Added option for a transparent clock background if using Analog AOD clock style
-Made AOD reposition more frequently to avoid burn in (every 5th minute change)
-Removed power key torch mod for now
RENOVATE ICE OP6 10.3​
-Added option to hide QS tile labels
-Added option to enable extended volume panel
-Added option to customize which items appear in volume panel (subscription only)
-Fixed missing rotation tweak
-Fixed missing block power menu on keyguard tweak
-Fixed missing secure screenshot tweak
RENOVATE ICE OP6 10.2​
-Fixed boot issues on OP6T
RENOVATE ICE OP6 10.1​
-Added initial support for OP6T
-Re-enabled option for OnePlus native Always on Display
-Added option to disable secure screenshots now OnePlus decided to fix the feature
-Fixed icon overlaying notifications on certain battery position occasions.
-Fixed certain sepolicy denials
RENOVATE ICE OP6 10.0​
-Rebased on Stable 9.0.3
-Added option to link statusbar icon colors to accent color
-Removed need for custom magisk
RENOVATE ICE OP6 9.0​
-Rebased on OB10
-Added option remap power key when screen off to toggle flashlight. This includes a proximity check so you can't accidentally enable it in your pocket.
-Added option to still wake up the device when toggling the flashlight with power key. This is in case you aren't using fingerprint unlock and will have no way of waking the phone.
RENOVATE ICE OP6 8.0​
-Rebased on OB7
-Added option to set custom nav bar height
-Added code to hide lockscreen shortcuts
-Added OP6T live wallpapers
RENOVATE ICE OP6 7.0​
-Rebased on OxygenOS 9.0.2
-Added option to disable statusbar peek
-Added qs anim pulldown styles
-Added qs anim pulldown duration
-Added qs anim pulldown Interpolator
-Added option to swap battery position to left if right clock is enabled
-Allow entry to remap options with gesture navbar enabled
-Removed sysconfig edits as it interferes with google backup
-Fixed statusbar icon colors when hiding notch
-Fixed compact qs icons while in landscape
-Limited number of compact qs icons to 8 so it doesnt break the layout
-Back to odexed to fix lag (this removes extended theming mod)
-Probably more I forgot!
RENOVATE ICE OP6 6.2​
-Reuploaded to include fixed safetynet
RENOVATE ICE OP6 6.1​
-Fixed double clock sometimes showing
-Fixed left battery overlaying carrier label in lockscreen
-Fixed safetynet
RENOVATE ICE OP6 6.0​
-Rebased on Android 9.0 OxygenOS OnePlus6Oxygen_22_1809150101
-All previous mods/tweaks/improvements/awesomeness ported
-Fixed notification icons and app name when using extended theming dark themes
-Fixed opening clock and battery apps when clicking on the views with right clock enabled
-Removed clock option from Settings->Display->Statusbar as we have more control in RiCE
-Under the hood optimizations
-Probably more I forgot!
RENOVATE ICE OP6 5.3​
-Added smart pulldown option - statusbar will pull straight down to quicksettings depending on current visible notifications (configurable in RiCE)
-Added option to disable access to power menu when on lockscreen
-Added "go to previous app" option for all button remaps
-Longpress fingerprint actions now won't function when screen off
RENOVATE ICE OP6 5.2​
-Enabled and fixed OnePlus's pocket mode. Fingerprint unlock will now only work if not in pocket (light sensor covered)
-Added seperate toggle for ambient display/AOD notifications. You can still have notifications showing on the ambient display/AOD even if lockscreen notifications are disabled
-AOD notifications on by default
-Improved AOD support
-Fixed avengers clock option
RENOVATE ICE OP6 5.1​
-Added back missing Always on Display option
RENOVATE ICE OP6 5.0​
-Rebased to OxygenOS 5.1.11
RENOVATE ICE OP6 4.5​
-Added code to hide/show album art on lockscreen
-Added code to hide/show statusbar on lockscreen
-Added code to hide/show keyboard selection notification
-Added code to enable/disable expanded notifications
-Modified screenshots so they now save as a higher quality PNG
RENOVATE ICE OP6 4.4​
-Added an option to enable extended theming. This makes the color of the notification background and text color change to the same colors you set in display settings.
-Readded the ability to disable system apps through the native app manager
RENOVATE ICE OP6 4.3​
-Implemented Sysconfig patcher by @VR25
-Added an option for all other icons color
-Added option to color net speed text
-Added option to color carrier label on lockscreen
-System icons (bluetooth, location etc) are now colored on the lockscreen also
-Clock and battery positions update on lockscreen without needing reboot
-Statusbar icons update on the lockscreen without needing a reboot
-Under the hood optimizations to improve performance
RENOVATE ICE OP6 4.2​
-Apply custom statusbar icon color when hide notch is enabled
RENOVATE ICE OP6 4.1​
-Fixed safetynet and apps crashing due to safetynet
RENOVATE ICE OP6 4.0​
-Rebased files on OxygenOS 5.1.9
-Added option to customize color of statusbar clock
-Added option to customize color of statusbar notification icons
-Added option to customize color of statusbar battery icon
-Added option to customize color of statusbar battery percentage
-Added option to customize color of statusbar bluetooth icon
-Added option to customize color of statusbar location/gps icon
-Added option to customize color of statusbar volume mode icon
-Added option to customize color of statusbar Wifi icon
-Added option to customize color of statusbar Wifi activity icon
-Added option to customize color of statusbar signal bars
-Added option to customize color of statusbar mobile data type icon
-Added option to customize color of statusbar icons when on light background
-Added code to enable/disable avengers style clock without relying on avengers theme to be enabled
-Fixed battery icon overlapping carrier text on lockscreen if right clock is selected
RENOVATE ICE OP6 3.4​
-Enabled avengers theme for all device variants
-Fixed expanded header layout when stock clock position is selected
-Fixed double vibration when killing an app
RENOVATE ICE OP6 3.3​
-Added option to enable/disable screenshots in secure apps
-Added option to enable/disable 180 degree rotation
-Fixed right clock text size
-Battery icon will now switch sides depending on what side the clock is on
-Removed battery bar as notch interferes too much
-Removed keyboard tweak code as not needed anymore
RENOVATE ICE OP6 3.2​
-Added option to remove volume icon from the statusbar icon manager
-Added option for miui stlye battery bar customization
-Added option to add a blur effect to the notification panel background
-Added null pointer checks to SystemUI (should be more substratum friendly)
RENOVATE ICE OP6 3.1​
-Rebased on OxygenOS 5.1.8
-Tweaked optional adaptive brightness values
-Added option for qs toggle vibration
-Added option to launch custom app for all keys
-Fixed not appling call recording patch
RENOVATE ICE OP6 3.0​
-Rebased on OxygenOS 5.1.7 (OnePlus6Oxygen_22_1806100145)
-Added screenshot remap for all hardware buttons
-Added croppable screenshot remap for all hardware buttons
-Added option to change to higher auto brightness values
-Added autorun manager and advanced DnD settings to RiCE
-RiCE stability improvements
RENOVATE ICE OP6 2.1​
-Added back services mods without causing lag
-Added option to hide lockscreen clock and date
-Added option to show seconds in statusbar clock
-Added option to disable system apps in native app management
RENOVATE ICE OP6 2.0​
- Rebased on OxygenOS 5.1.6 (OnePlus6Oxygen_22_OTA_010_all_1806070151_ad8b19ed516e78)
- Removed services.jar mods for now to fix the lag issues
- Fixed crash when clicking on picture in picture screen
RENOVATE ICE OP6 1.0​
Bases on OxygenOS 5.1.5 (OnePlus6Oxygen_22_1805172226)
Added back native Always On Display
Added extra option to all key remaps to kill the foreground app
Added remap options for long press of fingerprint sensor
Added RiCE tweaks app with various user controllable settings (see below)
Removed the 3 dots appearing in the statusbar next to system icons
None of the placebo claims of massive RAM management/speed improvements, we will let the ROM and custom options do the talking
Pre rooted with latest version magisk built from source
Much more!
Please not this is initial release for 6T. I don't own a 6T, @vegetaleb has been testing with me and has it running on his 6T just fine. If people run into issues I will try my best to fix.
please change ROM in title your not providing a rom its a magisk module. this is misleading
killwilli said:
please change ROM in title your not providing a rom its a magisk module. this is misleading
Click to expand...
Click to collapse
It's a oxygen is based custom rom as a magisk module, it isn't hard to figure?
mwilky said:
Please not this is initial release for 6T. I don't own a 6T, @vegetaleb has been testing with me and has it running on his 6T just fine. If people run into issues I will try my best to fix.
Click to expand...
Click to collapse
Happy to helped
And thanks for the last minute gift of AOD!!
mwilky said:
It's a oxygen is based custom rom as a magisk module, it isn't hard to figure?
Click to expand...
Click to collapse
this does not make any sense
killwilli said:
this does not make any sense
Click to expand...
Click to collapse
You need stock rom rooted, preferably OOS 9.0.11 for that magisk rom to work, I think framework and other system files were modified for the mods to apply, so once installed you get a modified rom with plenty of goodies, if anything goes wrong just disable it with twrp mm
killwilli said:
this does not make any sense
Click to expand...
Click to collapse
How does it not make sense? It's got modified system files of OxygenOS to add new features?
vegetaleb said:
if anything goes wrong just disable it with twrp mm
Click to expand...
Click to collapse
How do we disable it?
Thank you devs for this!
mwilky said:
Previous Changelogs:
RENOVATE ICE OP6 10.0
-Rebased on Stable 9.0.3
-Added option to link statusbar icon colors to accent color
-Removed need for custom magisk
RENOVATE ICE OP6 9.0
-Rebased on OB10
-Added option remap power key when screen off to toggle flashlight. This includes a proximity check so you can't accidentally enable it in your pocket.
-Added option to still wake up the device when toggling the flashlight with power key. This is in case you aren't using fingerprint unlock and will have no way of waking the phone.
RENOVATE ICE OP6 8.0
-Rebased on OB7
-Added option to set custom nav bar height
-Added code to hide lockscreen shortcuts
-Added OP6T live wallpapers
RENOVATE ICE OP6 7.0
-Rebased on OxygenOS 9.0.2
-Added option to disable statusbar peek
-Added qs anim pulldown styles
-Added qs anim pulldown duration
-Added qs anim pulldown Interpolator
-Added option to swap battery position to left if right clock is enabled
-Allow entry to remap options with gesture navbar enabled
-Removed sysconfig edits as it interferes with google backup
-Fixed statusbar icon colors when hiding notch
-Fixed compact qs icons while in landscape
-Limited number of compact qs icons to 8 so it doesnt break the layout
-Back to odexed to fix lag (this removes extended theming mod)
-Probably more I forgot!
RENOVATE ICE OP6 6.2
-Reuploaded to include fixed safetynet
RENOVATE ICE OP6 6.1
-Fixed double clock sometimes showing
-Fixed left battery overlaying carrier label in lockscreen
-Fixed safetynet
RENOVATE ICE OP6 6.0
-Rebased on Android 9.0 OxygenOS OnePlus6Oxygen_22_1809150101
-All previous mods/tweaks/improvements/awesomeness ported
-Fixed notification icons and app name when using extended theming dark themes
-Fixed opening clock and battery apps when clicking on the views with right clock enabled
-Removed clock option from Settings->Display->Statusbar as we have more control in RiCE
-Under the hood optimizations
-Probably more I forgot!
RENOVATE ICE OP6 5.3
-Added smart pulldown option - statusbar will pull straight down to quicksettings depending on current visible notifications (configurable in RiCE)
-Added option to disable access to power menu when on lockscreen
-Added "go to previous app" option for all button remaps
-Longpress fingerprint actions now won't function when screen off
RENOVATE ICE OP6 5.2
-Enabled and fixed OnePlus's pocket mode. Fingerprint unlock will now only work if not in pocket (light sensor covered)
-Added seperate toggle for ambient display/AOD notifications. You can still have notifications showing on the ambient display/AOD even if lockscreen notifications are disabled
-AOD notifications on by default
-Improved AOD support
-Fixed avengers clock option
RENOVATE ICE OP6 5.1
-Added back missing Always on Display option
RENOVATE ICE OP6 5.0
-Rebased to OxygenOS 5.1.11
RENOVATE ICE OP6 4.5
-Added code to hide/show album art on lockscreen
-Added code to hide/show statusbar on lockscreen
-Added code to hide/show keyboard selection notification
-Added code to enable/disable expanded notifications
-Modified screenshots so they now save as a higher quality PNG
RENOVATE ICE OP6 4.4
-Added an option to enable extended theming. This makes the color of the notification background and text color change to the same colors you set in display settings.
-Readded the ability to disable system apps through the native app manager
RENOVATE ICE OP6 4.3
-Implemented Sysconfig patcher by @VR25
-Added an option for all other icons color
-Added option to color net speed text
-Added option to color carrier label on lockscreen
-System icons (bluetooth, location etc) are now colored on the lockscreen also
-Clock and battery positions update on lockscreen without needing reboot
-Statusbar icons update on the lockscreen without needing a reboot
-Under the hood optimizations to improve performance
RENOVATE ICE OP6 4.2
-Apply custom statusbar icon color when hide notch is enabled
RENOVATE ICE OP6 4.1
-Fixed safetynet and apps crashing due to safetynet
RENOVATE ICE OP6 4.0
-Rebased files on OxygenOS 5.1.9
-Added option to customize color of statusbar clock
-Added option to customize color of statusbar notification icons
-Added option to customize color of statusbar battery icon
-Added option to customize color of statusbar battery percentage
-Added option to customize color of statusbar bluetooth icon
-Added option to customize color of statusbar location/gps icon
-Added option to customize color of statusbar volume mode icon
-Added option to customize color of statusbar Wifi icon
-Added option to customize color of statusbar Wifi activity icon
-Added option to customize color of statusbar signal bars
-Added option to customize color of statusbar mobile data type icon
-Added option to customize color of statusbar icons when on light background
-Added code to enable/disable avengers style clock without relying on avengers theme to be enabled
-Fixed battery icon overlapping carrier text on lockscreen if right clock is selected
RENOVATE ICE OP6 3.4
-Enabled avengers theme for all device variants
-Fixed expanded header layout when stock clock position is selected
-Fixed double vibration when killing an app
RENOVATE ICE OP6 3.3
-Added option to enable/disable screenshots in secure apps
-Added option to enable/disable 180 degree rotation
-Fixed right clock text size
-Battery icon will now switch sides depending on what side the clock is on
-Removed battery bar as notch interferes too much
-Removed keyboard tweak code as not needed anymore
RENOVATE ICE OP6 3.2
-Added option to remove volume icon from the statusbar icon manager
-Added option for miui stlye battery bar customization
-Added option to add a blur effect to the notification panel background
-Added null pointer checks to SystemUI (should be more substratum friendly)
RENOVATE ICE OP6 3.1
-Rebased on OxygenOS 5.1.8
-Tweaked optional adaptive brightness values
-Added option for qs toggle vibration
-Added option to launch custom app for all keys
-Fixed not appling call recording patch
RENOVATE ICE OP6 3.0
-Rebased on OxygenOS 5.1.7 (OnePlus6Oxygen_22_1806100145)
-Added screenshot remap for all hardware buttons
-Added croppable screenshot remap for all hardware buttons
-Added option to change to higher auto brightness values
-Added autorun manager and advanced DnD settings to RiCE
-RiCE stability improvements
RENOVATE ICE OP6 2.1
-Added back services mods without causing lag
-Added option to hide lockscreen clock and date
-Added option to show seconds in statusbar clock
-Added option to disable system apps in native app management
RENOVATE ICE OP6 2.0
- Rebased on OxygenOS 5.1.6 (OnePlus6Oxygen_22_OTA_010_all_1806070151_ad8b19ed516e78)
- Removed services.jar mods for now to fix the lag issues
- Fixed crash when clicking on picture in picture screen
RENOVATE ICE OP6 1.0
Bases on OxygenOS 5.1.5 (OnePlus6Oxygen_22_1805172226)
Added back native Always On Display
Added extra option to all key remaps to kill the foreground app
Added remap options for long press of fingerprint sensor
Added RiCE tweaks app with various user controllable settings (see below)
Removed the 3 dots appearing in the statusbar next to system icons
None of the placebo claims of massive RAM management/speed improvements, we will let the ROM and custom options do the talking
Pre rooted with latest version magisk built from source
Much more!
Click to expand...
Click to collapse
Nice work, thanks gents
Sent from my OnePlus6T using XDA Labs
nikosrs4 said:
How do we disable it?
Thank you devs for this!
Click to expand...
Click to collapse
If in rom you can in magisk, if it doesn't boot use magisk manager for twrp in twrp terminal
vegetaleb said:
If in rom you can in magisk, if it doesn't boot use magisk manager for twrp in twrp terminal
Click to expand...
Click to collapse
Ah ok.. I thought it was a flashable thing which I wasn't seeing ?
nikosrs4 said:
Ah ok.. I thought it was a flashable thing which I wasn't seeing ?
Click to expand...
Click to collapse
As long as your on OxygenOS 9.0.11 with no other mods or anything installed, there is no reason why it shouldn't boot.
Yep better disable xXx if you are using it before trying Renovate
So it's not a rom? I'm on latest OOS and I can install in twrp to tweak OOS and I won't lose data?
ryanfraser38 said:
So it's not a rom? I'm on latest OOS and I can install in twrp to tweak OOS and I won't lose data?
Click to expand...
Click to collapse
It's a rom, based on oxygenOS. I've made it a magisk module as not every file on your system partition has needed to be modified, so I only included the modified files.
No you wont lose data unless you full wipe,the most of the options can be controlled from inside our tweaks app.
@mwilky thank you so much for adding support for the OP6T!
Sorry, have flashed and module is enabled, where can I find the app to change settings? Can't see in original post

Categories

Resources