[MOD][MAGISK][ANDROID 12] Addon Features for Pixel Devices - Pixel 4 Thread - Google Pixel 4 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!

Thanks for this! I got the black screen on installing SystemUI, but since Magisk Hide is removed from Canary, I'm reluctant to install that now. On stable v23.
But, my only reason for wanting the SystemUI-module is to get album art back on lock screen, but it doesn't seem that that's included on the A12 variant for now. At least it's not a mentioned feature. Will it be included in the future?

jadajada said:
Thanks for this! I got the black screen on installing SystemUI, but since Magisk Hide is removed from Canary, I'm reluctant to install that now. On stable v23.
But, my only reason for wanting the SystemUI-module is to get album art back on lock screen, but it doesn't seem that that's included on the A12 variant for now. At least it's not a mentioned feature. Will it be included in the future?
Click to expand...
Click to collapse
I'm trying to implement that feature. For the time being is still unavailable. But, yes, that's a feature that I too really want.
Cheers!

After uninstalling all other magisk modules besides the "safe" module, I've tried installing the SystemUI module with no luck. My phone bootloops, and I boot into SafeMode to uninstall Magisk. Am I missing something? Any suggestions?
Pixel 4, Android 12 Stable (Build: SP1A.211105.002.A1)

usaid.shafqat said:
After uninstalling all other magisk modules besides the "safe" module, I've tried installing the SystemUI module with no luck. My phone bootloops, and I boot into SafeMode to uninstall Magisk. Am I missing something? Any suggestions?
Pixel 4, Android 12 Stable (Build: SP1A.211105.002.A1)
Click to expand...
Click to collapse
Disable gestures navigation and flash the SystemUI module. If it works it means that you're facing the TensorFlow lib issue that I've talked about on the OP.
If that works, which most likely will, to fix it permanently you'll need to reflash stock ROM.
Cheers!

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!

Typhus_ said:
Disable gestures navigation and flash the SystemUI module. If it works it means that you're facing the TensorFlow lib issue that I've talked about on the OP.
If that works, which most likely will, to fix it permanently you'll need to reflash stock ROM.
Cheers!
Click to expand...
Click to collapse
Yup, that worked! But as soon as I re-enable gesture navigation, everything breaks and the phone fails to boot instantly (not sure if that's expected?). Do you have a workaround?
Great work with the mod, however!

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!

Thanks! Is the black screen-issue still a thing?

jadajada said:
Thanks! Is the black screen-issue still a thing?
Click to expand...
Click to collapse
Unfortunately, for some, yes it is.
Even I today faced that bug while performing tests for the next version.
I've fixed it just as I've explained on the OP, so no worries.
Cheers!

My only worry is using Magisk Canary since Magisk Hide is gone... I haven't looked into solutions for that yet.

jadajada said:
My only worry is using Magisk Canary since Magisk Hide is gone... I haven't looked into solutions for that yet.
Click to expand...
Click to collapse
Use denylist. For what matters it works just the same.

usaid.shafqat said:
Yup, that worked! But as soon as I re-enable gesture navigation, everything breaks and the phone fails to boot instantly (not sure if that's expected?). Do you have a workaround?
Great work with the mod, however!
Click to expand...
Click to collapse
Just reinstalled and followed the first set of instructions again for V6 (which I did for V5 as well), and everything is working flawlessly with navigation gestures. Not sure what changed or helped.

I installed V6 and got no black screen at boot this time. Everything worked! Thanks!

Spoke too soon. Got black screen after an hour. Did everything fresh as in OP and now it works.
Man, that music visualizer is damn cool!! Thanks

Heads up for anyone wondering, the Dec 2021 pixel update does not seem compatible with this version of system_ui (bootloop on pixel 4). Wait for the module to be updated before flashing. If a log file or any other information will help you update the module let me know.

No need for it. I'm already aware of what I've got to do in order to update it.
I'll share as soon as possible.
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!

Related

[ROM/PORT][AOSP][KK][22/06]**UNOFFICIAL** **C-RoM** -4.4.4- -v7.1...

{
"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"
}
Galaxy S I9000 C-RoM Sources Forked From AOSP Sources, Ported To SGH-T959.
SystemUI FC Fixed.
Theme Engine Fixed.
Wallpapers Fixed.
Added HOVER With All Options.
QuickSettings: Added ProfileTile
Protected App
Dual panel
Show statusbar in expanded desktop
Framework: add compass tile
Framework: add camera tile
Implement ad blocker
Allow disabling of FC dialogs
Expose heads up.
Add time-context headers to the notification header
New UI C-RoM OTA
Base: Allow hiding notification icons
Add option to change size of QS ribbon bar
Add Dialpad key padding
Bring back Density changer to C-RoM
AND MANY MANY MORE...
OLD CHANNEL LOG
3-20-14
Fixed Halo Issue For Real.
SlimPIE Fixes
Active Display Fixes
Dark C-RoM : Fix Dark card call incoming text color
Change SQL to improve performance.
SystemUI: Cleanup and enhance notification drawer header
Better expose 'QS Tiles and layout' function
3-25-14
Moved Halo Icon back to on Statusbar ( Not sure if it works good on HDPI devices).
Launch the msim settings when the new card dialog appears
Disable keyguard widget frame
Don't hide baseband on dual sim devices
Port BatteryBar
Frameworks: Fix linked volume does not persist after reboot.
Change notification background from holo to kitkat grey
Fix possible ANR and navigation bar freeze
Frameworks: do not kill favorite recent apps
Frameworks: fix possible NPE + and missing expandable panel correction
Fixed Recent Clear Butons colors
Don't register methods when there's nothing to register.
Get rid of noise during boot.
InCallUI: Fix potential NPE
Launcher3: Icon pack support
OmniSwitch: added icon pack support
4-3-14
Framework: Notify User Interaction on Unlock
Disable navigation bar camera button if widget carousel is enabled
frameworks/base: Fix the random UI corruption
On-The-Go mode
JFLTE : Added Device Settings Back
Fix LTE tile
SystemUI: Pimp-up Media Tile
Settings: Fix Quiet Hours Tile long press action
Keyguard disable challenge drag down on simpin/simpuk screen
Another minor speed tweak
SlimPie: turn on HA on highEndGfx devices
frameworks/base: forward port DC-HSPAP support
Add Haptic Feedback to quicktiles
Gesture Lockscreen.
Fix Floating window bug
GC: Improve the string parsing for GC parameter setting
Mirroring layout on RTL languages
Lockscreen Notifications: some fixes
Quiet Hours: Add 4 state (off, timed inactive, timed active and forced on) support
Fix Lockscreen Blur Rotation
base: Add theme support to Ringtone and Profile pickers activities
GlobalActions: Fix Airplane Mode on/off issue
Circular Memory indicator for recents panel
MSimNetworkController: fix Quick Settings
Flip to Mute/Reject Call
Add a 45 second timeout option for Screen, Dream and Lock timeouts.
Add "Enable Widgets" option and fix "Make Gesture Visible."
Add Halo Ninja Mode
Flip to Mute/Reject Call
4-10-14
ART Fixed
New Performance Control Instead CM Performance Options.
Battery Saver Mode From Omni.
New Bootanimations by PartimusPrime
FixedBattery Stats Always Awake
Removed HALO Icon From Statusbar
Base: Floating window with multitasking
Implement App circle sidebar
App Circle sidebar (add support floating window)
App Circle sidebar (add support Samsung multiwindow flags)
SystemUI: allow hiding notification icons
Revert "Reimplement PowerSaverManager !" & Revert "Suspend Actions"
(seems to eating battery not saving lol.)
Revert "TeloRadio"
Slim IME settings
Add SmartCover stubs
Base: fix MultiSelectListPreference NPE
base: Fix screen on stats after a boot
Separate Change Encryption Password Entry
Add dock battery support.
Changed PacBusyDialog C-RoM Logo
Changed C-Tool Icon by 972style
Revert "SMS Breath"
Fix Floating window bug
msm8960: Remove duplicate audio firmware type
hammerhead: Make SYSTEM owner of cpu online files
Gallery2 - Add 6.2Mp resolution set
Gallery2: Handled seek to previous frame in case of video trim
Camera: Fix out-of-order operations while setting up the editor
Camera2: if camera HAL does not return valid picture formats do not show wrong defaults
Implement SMS mark for unread
jflte: assert: add jflterefreshspr
jflte: Add missing Permissions for Step Sensor
Add Semaphore_KK_3.4.3v
Bluetooth Headset Problem Still Not Fixed Looking For FIX!
Working On OTA Please Do Not Ask Me Anything About This.
And Many More...
4-11-14
Bluetooth Headset FC seems to fixed.
Add Trebuchet Instead Launcher3.
Add Back Halo Icon.
Add Back Stock Recent.
Add blacklist provider permission.
Add Support Mock SMS
SysUI: Use LocationController from status bar service for GPSTile.
Fixed Battery Saver Tile.
Working On OTA Please Do Not Ask Me Anything About This.
And Many More...
4-20-14
Add C-RoM OTA.
Add New Theme Chooser From CM
DownloadManager: add support pause/resume/stop notifications
Fix vibrator intensity restore on boot
settings: Make mobile settings a first-class citizen
Add New Icons For C-Tool and C-RoM OTA.
fw/base: MOAR misc fixes & enhancements
Memory leaks, NPEs, races and optimizations for fw/base
Location Manager Fixes
SlimRecents: fix sometimes missing first task
assign PowerMenu on longclick Tile Sleep
DocumentsUI: Allow open files instead of URIs
Fix slim recents floating window
Frameworks: SlimRecents: Make expanded layout pretty
Framework: Allow Power Notification Sounds For Wireless
And Many More...
4-21-14
Fixed MMS FC.
Fixed Download Options On Notification [Start/Pause]
Added Neo - Kernel CMA TWRP 23.04
Fixed OTA Color.
And Many More...
4-26-14
Settings: Driving Mode
Fix MSIM Network Settings
SlimRecents: user configurable default expanded mode
Removed HALO Icon!!!
Theme Engine Fixes.
Ad blocker revisited
Dialer: Landscape support (for in-dock use / qwerty sliders)
Don't show "Eject card" if the card is not accessible
Notification long press fix
App sidebar: notify if app is not installed
QuickSettings: fix long press on Network Mode Tile
Bluetooth: pause music player on A2dp service disconnect
Bluetooth: Add Total track number.
SystemUI: Alpha tuning in recents
Increased the amount of document visible in Recent Documents
And Many More...
5-3-14
PEEK
PEEK: configurable pickup timeout
Slims Hardware Key Rebinding
Fix crash when clicking a file from recents or downloads
Added HALO Icon back!!!
Kill floating activities running in the same thread when tapping outside
BatterySaver Fixes
PerformanceControl - add option to force high-end graphics on low memory devices
Volumes in Settings/Sound is slow to start
Total and available fields missing in Settings storage menu
MSIM Fixes
mako: Change the owner of cpu online files
Fix a NPE when putting a null-Bundle in an Intent
StatusHeader: night begins two hours earlier, at least its dark outside
OmniSwitch: quick switcher
And Many More...
5-12-14
New Theme UI
Add old-school (JB like) battery percents style due to its better visibility
resume: fix recents showing up when waking the device with the home button
SlimRecents: development shortcut
SlimRecents: add floating window menu
Halo: allow choose notifications on floating window or not
Peek: adjust timeout and wakelock slightly
Store dialpad showing state
Fix Configurable up to user (LTE or 4G)
Fixed Screenshot Tile delay. ( Options On C-Tool )
Fix for launch app in floating mode from recents
SystemUI: Add LongClick SwitchButton
make LinearColorBar themeable
Data traffic details: use proper string for System UID
KernelTweaker Expose Faux sound settings
KernelTweaker Add DT2W control for Mako (Stratosk's implementation)
KernelTweaker Add Touch Wake Control for Mako
KernelTweaker Add TRDS (Dark-UI)
KernelTweaker add USB OTG option for Mako
And Many More...
5-20-14
PEEK: Beautify bridging layers code
Disable Camera shutter sound
C-Tool - Persistence - Add installer persistence
Theme Engine Fixed
Fixed Slim Recent On Dark C-RoM (Moved Slim/Stock Recent Option into Rambar menu on C-Tool)
Added Launcher3 Instead Trebuchet.
Lockscreen Rotation Optional
Dismiss IME when floating window is dismissed
Fix updating of the status bar header image
On-The-Go: handle display orientation changes
Peek wake timeout
Add CPU boosting hooks
Return: Custom Carrier Label
Smart Pull-Down - Any Notification
Second Clock
CPUFreq Tile
Settings: add "Accept all files" option for incoming files via Bluetooth
And Many More...
CarbonROM
@PartimusPrime For Amazing Bootanimations
CyanogenMod
AOKP
PARANOIDANDROID Team.
PAC-RoM Team
SlimRoms
AICP
Dirty Unicorns
AOSB
droidjam For His Help
@972style for Amazing Images and Icons.
If i Forgot Your Name Please PM Me...
[Thank's Alot]
Freenode : #C-RoM
1. Factory Data reset
2. Wipe Cache/Dalvik
3. Format System/Data
4. Install C-rom.zip from Sdcard
5. Wipe Cache/Dalvik
6.Reboot device
7.boot back into recovery
8.Wipe Cache/Dalvik
9. Flash gapps
10.Wipe Cache/Dalvik
11. Reboot and Enjoy
So you want to do a dirty flash?
You could but i wouldn't recommend it and i wont give support. I like to treat flashing like sex, keep it clean and safe lol.
https://www.mediafire.com/folder/wx82j4w9b7fkb/C-rom
Gapps
http://forum.xda-developers.com/showthread.php?p=34610569 but any 4.4+ gapps will do.
Kernel Source
Rom Source
[ROM][AOSP][KK-4.4.4][22/06] **C-RoM** -4.4.4- -v7.1..., a ROM for the Samsung Galaxy S SGH-T959
Contributors
aways
ROM Kernel: Linux 3.0.x
ROM Firmware Required: Root And Custom Recovery Mod
Based On: AOSP, CyanogenMod, AOKP, PARANOID, CarbonROM
Version Information
Status: Stable
Current Stable Version: 7.1
Created 2013-09-13
Last Updated 2014-06-22
***My personal Thanks***
@aways For allowing me to port C-rom.
@sada23 For allowing me to use Cm11 as base.
​
thanks for update~
waihung0626 said:
thanks for update~
Click to expand...
Click to collapse
your welcome and enjoy the update.
Sent from my Icrap Killer using Tapatalk
Trying this one out on my old Vibrant. So far, performance is smooth and truly full featured when it comes to customization. I once had a little issue with the dialer where the End call button did not want to work, I then turned on Airplane Mode, and when I tried to turn it off, it didn't want to highlight the button although others worked just fine . I proceeded to clean both caches and so far that bug hasn't reappeared. Will keep testing.
nirogu325 said:
Trying this one out on my old Vibrant. So far, performance is smooth and truly full featured when it comes to customization. I once had a little issue with the dialer where the End call button did not want to work, I then turned on Airplane Mode, and when I tried to turn it off, it didn't want to highlight the button although others worked just fine . I proceeded to clean both caches and so far that bug hasn't reappeared. Will keep testing.
Click to expand...
Click to collapse
thats odd i have not had that issue what so ever. did you do a clean install, change kernel, flash any mods, or alter the rom any other way then all the custumization options thats provided? sorry for all the questions just trying to pin point the cause of this.
Sent from my Icrap Killer using Tapatalk
dzee206 said:
thats odd i have not had that issue what so ever. did you do a clean install, change kernel, flash any mods, or alter the rom any other way then all the custumization options thats provided? sorry for all the questions just trying to pin point the cause of this.
Sent from my Icrap Killer using Tapatalk
Click to expand...
Click to collapse
Yes, clean flash (as in wiping all caches and partitions including /system) before flashing. Also nope, no mods or alternate kernels flashed. Oh yeah, and I found that the screen color/gamma settings do not stick after a reboot.
nirogu325 said:
Yes, clean flash (as in wiping all caches and partitions including /system) before flashing. Also nope, no mods or alternate kernels flashed. Oh yeah, and I found that the screen color/gamma settings do not stick after a reboot.
Click to expand...
Click to collapse
thanks for the info i'll look through the og thread that i ported from and see if i can find some answers/solutions for you.
update: sorry couldnt find a answer/solution for those 2 issues your having, i read the last 20 pages of the thread and nothing. this is a port though so some bugs will be present that are not in the I9000 version of C-rom.
dzee206 said:
thanks for the info i'll look through the og thread that i ported from and see if i can find some answers/solutions for you.
update: sorry couldnt find a answer/solution for those 2 issues your having, i read the last 20 pages of the thread and nothing. this is a port though so some bugs will be present that are not in the I9000 version of C-rom.
Click to expand...
Click to collapse
Thanks. Don't worry, things like that happen, I just hope the first one I reported doesn't reappear since the phone's not with me for now and the person's only used to how Jelly Bean (and up) works.
Issue: Videos wouldn't play. Not YouTube, not another video app. Not over cellular data, not over Wi-Fi.
Solution: I found that by changing the kernel to the "v" version of Semaphore instead of the "sv" version solves this problem. Just a heads up.
nirogu325 said:
Issue: Videos wouldn't play. Not YouTube, not another video app. Not over cellular data, not over Wi-Fi.
Solution: I found that by changing the kernel to the "v" version of Semaphore instead of the "sv" version solves this problem. Just a heads up.
Click to expand...
Click to collapse
yeah i was aware of that, its just that i like the performance of "sv" over the "v" version. if yall would prefer a different kernel with this rom just speak on it i' ll take it in to consideration. thanks for pointing that out though im sure some people will run in to that issue and not know what to do, now should be easier for them unless they dont bother reading any pages of the thread lol.
Sent from my Icrap Killer using Tapatalk
C-rom 5.7 in now up, added changes to channel log in op. enjoy folks! as usual report what ever bugs yall may find and i'll try my best to help out with what ever issues may arise.
C-rom 5.8 is up, op updated with changes so enjoy folks. removed semaphore 3.4.3 sv for 3.4.3v instead to resolve video streaming/playing.
5.9 is now up, let me know of any issues that yall may run into.
UPDATE:replace the mms.apk in 5.9 with a previous version or from any other 4.4.2 rom as it will lead to mms crashing after recieving a text, i just ran into this issue after running 5.9 for 3 days straight.
6.0 is now up! mms bug is still present in latest update when receiving a text will make the app crash so i swapped out the apk from 5.8 instead, it was the last release i know of that this problem didn't occur so i hope this helps resolve the issue. changes are in the op so enjoy yall and like usual report what ever issues yall may run into...
LMFAO spamming my own thread haha:laugh: on a serious note, 6.1 is now up updated channel log as well as op enjoy.
Thans U !
waihung0626 said:
Thans U !
Click to expand...
Click to collapse
your'e welcome
Sent from my Half Baked Vibrant using XDA Premium 4 mobile app
I have an issue with Bluetooth. I tried various combination of kernels and modems with no success. Must be a ROM problem.
selmandeli said:
I have an issue with Bluetooth. I tried various combination of kernels and modems with no success. Must be a ROM problem.
Click to expand...
Click to collapse
sorry but yes its the rom. channel log in the the I9000 states it seems to be fixed i'll stop by over there and ask about it cause i dont use bluetooth so i wouldnt know. just to be sure you mean your'e having issues with bluetooth head set? if so can you grab a logcat for me so i can it to the devs attention and see what he says as the issue is out of my hands, if i can think of a way to resolve it i'll report back.
UPDATE: ok i see what you mean now bt wont turn on at all, i'll grab the log and past it on. thank you for bringing it to my attention or else i would have never known.
UPDATE 2: got bluetooth sorted and now C-RoM is powered by a new kernel gonna pull the faulty upload of 6.1 of mine and upload the proper one, give me about an hour or so and i'll have it up gotta run out and do some grocery shopping real quick. sorry for the inconvenience...
UPDATE 3: fixed version of the rom is now up let me know of other issues that may occur.
Sent from my Half Baked Vibrant using XDA Premium 4 mobile app
where did you get the gapp to download?

[ROM][F/I/T/W8]★OZOP★ALL VALUES SET TO STOCK★ADD YOUR OWN MODS★AROMA[v5-OCT-19]

[ROM][F/I/T/W8]★OZOP★ALL VALUES SET TO STOCK★ADD YOUR OWN MODS★AROMA[v5-OCT-19]
{
"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"
}
Just a brief description of my OZOP project.​
Based on Official 925T Edge Marshmallow EPF1 firmware // Knox free
OZOP Control for TOTAL USER control OVER 200 MODS // See Below
On the fly theming // Choose ANY color for a bunch of things!
And the hidden section is the Entire list of all the mods included.
The list is quite large and very boring to read to I've hidden it, but it's there to check if you are looking for something specific.
Multi-Carrier Support // Multi-Device Suppory
Rooted // Zipaligned
Busybox // SuperSU
Wi-Fi Calling [Only For T-Mobile Users]
MMS Over Wi-Fi [Only For T-Mobile Users]
Init.d Support // Floating Feature Tweaks
Deodexed // Optimized and debloated apks & jars
Build.prop, battery, and CSC tweaks // Smooth as silk performance
Modded Dialers // Signature verification disabled
All apps enabled for Multiwindow // All apps NATIVELY enabled!
Music Control // Customizable long press volume skip mod
Phone call and screen recording with toggles!
Auto Call Recording // Custom Dialer Backgrounds
Tons of unlocked settings // blocking mode, etc.
Modified default Animation Scales // Default .25
High volume warning disabled
Scrolling cache disabled
Install older package over newer
Custom Potato statusbar clock
3minit battery/battery bar/text battery
Call/MMS Blocking
Toggles for statusbar icons/charging/notifications and more
Custom Button Key Mappings
Back to kill mod
Custom rotation
Custom quickpanel toggle colors
Expanded from 2 thru 5 viewable notifications on the lockscreen
Lockscreen Clock components colorable
Lockscreen seconds mod
No wake when plugged/unplugged // Toggle included
Additional Quickpanel tTggles Enabled
Fast charging toggle
Toggle Statusbar on/off
Custom Statubar Backgrounds Images and Logo's // Dynamic Statusbar changes colors to match Backgrounds
Network Traffic Meter // Toggle with left or right position and size scaling
Custom Pulldown Backgrounds // Changable On-The_Fly
Data Usage View // Toggle with BG and Text Color Changable On-The_Fly
Multi-user Avatar // Toggle
Data/App Support // Emoji Switcher Options.
Torchlight Option Mod
Working Outdoor Mode // Working Private Mode
Samsung Gear VR Support
Viper4Android Sound Mod
Native Call Recording Mod
Increased Limit Native Tethering
Maximum Status-Bar Brightness
Disabled Signature App Verification
Disabled Package Verifier As Default
5 Way Reboot / Advanced Power Menu
TouchWiz Smooth Scrolling Mod
Messaging App Split-View Mode
Removed Lockscreen Carrier Text
QuickLauncher To QuickConnect Bar Mod
QuickLauncher To Recent App Mod
All Edge Features including, Night Clock, Contacts, Tasks, And Apps Edge Panel Mod
Netflix & Google Play Movies Video Streaming Fix
Enabled Toolbox With Up To 12 Toolbox Apps Mod
Increased Quicksettings Favorites In Rows Of 4 Mod
Device Status Info "Official" Instead Of "Custom" Mod
Disabled SMS, MMS, And Email Log History In Call Logs
Enabled Developer Options By Default In Settings Menu
Install Older Versions Of Apps On Top Of Newer Versions
Added Back Multiwindow And Toolbox Statusbar Toggles
Improved Performance And Enhanced 3D Gaming Experience
Removed Grey Status-Bar When Activating PowerSaving Mode
Increased QuickSettings Maximum Number From 9 To Unlimited
Set Heads Up Notifications Amount Of Time They Are Displayed To Less
Removed Knox And Security Software Version Info In About Device Screen
Enabled Button Select "Only Once / Always" To The "Open With" Task Application Window
Increased Samsung Camera JPEG Image Quality Up For Normal Mode And Burst Shot To 100%
Music Playback Will No Longer Pause During Taking Pictures Or Recording Videos With Samsung Camera
Added More Apps Support in Ultra Power Saving Mode With Unlimited Ultra Power Saving Mode App Count
Disabled/Removed Full Battery, Low Battery Notifications, Mobile Data Toggle Off Warning Dialogue, And USB To PC Connection Deny Allow Alert Dialog Popup
Enabled Data Usage View Under Statusbar Brightness Slider, Dual Dashboard For Samsung SmartManager
Added/Enabled App Lock, Call/Message Blocking, Advanced App Controls, Galaxy Labs, "LTE Only" Mode, Touchkey Light Duration, Emergency Mode, Ethernet, Display Scaling, Outdoor Mode, Auto-Restart, Samsung Keyboard Shortcut Phrase
Increased Lockscreen Notifications, SMS/MMS Max Slide Count, SMS/MMS Recipient Limit, Messages Per Thread.
Modified Stock Camera App With Disabled Camera/Camcorder "Low Battery", "Can't Use Flash", And "Unable To Start While In A Call" Alerts So Now You Can Use Flash/Camera/Camcorder Even When Your Phone's Battery Is Running Low Or During A Phone Call.
Set DualFHD, DualHD, Smooth Motion, UHD, And WQHD Max Record Time To 100 Minutes With 05:00 To 1:00:00 Recording Max Limit Time From UHD, WQHD, DualFHD, And DualHD Recording!
Enabled Floating Air Message, Combine And Forward Message, Chat Settings, CallBack Number, MMS Mobile Data Off,
Sender Information When Forwarding Message, Message Priority/Validity,
MMS Send Delivery Reports, MMS Delivery Time, Add Subject Field,
Manage SD Card Messages, And Copy To SIM/Save To Draft/Reply All/Priority Level In Composing List Mods In Stock Messaging App.
Use The Camera/Camcorder To Take Pictures/Record Videos While On A Call
SMS To MMS Auto Conversion For Long Text Has Been Disabled
SMS To MMS Auto Conversion For Emoji Has Been Disabled
Save And Restore Text Messages Using The Messaging App
Enabled Group Conversations In Stock Messaging App
Custom Shutdown QMG
Enabled Custom Bootanimation zips
And NEXT UPDATE the FULL OZOP AROMA ALL IN ONE ZIP that includes
******ROM INSTALLATION******
Backing up your personal settings and info like call logs and text messages
Wiping just a simple cache wipe or a full front to back
ROM Install with Bloat Builder/ Debloater option (default install Bare Bones TOTALLY Debloated)
Add or Remove ANY APP ANYTIME using my script with over 80 apps (including all resources)
Install ONLY what you use or remove something you don'y need anymore run lean and mean!!
Kernels Chooser from several current kernels - Pick your device and model version
******PRIMARY APPS******
LAUNCHER options like fully customizable Nova to anywhere like LMT Pie
CAMERA option from advanced with lots of adjustment to quick and simple
******SYSTEM TOOLS APPS and MODS******
MUST HAVE APPS like file explorers to Ad Blockers
MODS for changing your model number
RESTORE SETTING from a previous backup for easy setup after you flash this ROM
******MISSING LINK THEME BUILDER******
CUSTOMIZED THEMES with a list of choices and options way to big to list here, but you can hand pick almost every part of you phones,
Like statusbar Icons, Framework themes, Settings Icon BG and sooo much more for you look to fully match your mood that day
TWRP RECOVERY THEMES
BOOT ANIMATION Change the initial Boot up animation
SHUTDOWN ANIMATION Change the short animation during Shutdown
BOOT SPLASH SCREEN CHANGER
Really though, there is just WAY too much to list right now
VIDEO SCREEN RECORDINGS TOO.​
OZOP CONTROL​
,
,
,
INSTANT CUSTOMIZATIONS WITH ON-THE-FLY MODS​OZOP CONTROLS STATUSBAR SECTION ON-THE-FLY​Statusbar Clock and Battery Controls​
Statusbar Signalbars, Data Icon, Statusbar Lock and Traffic Meter Controls​
Statusbar Dynamic Background with Image Controls​
Statusbar Background with Image Controls​
Multi-Layer Pulldown Image and Color Styling Controls​
Animated Pulldown Bar Styles and Colors ON-THE-FLY Controls​
Settings Icon and Icon Background Color Controls​
v5 Main Dialer Background Multi-player Styles with Digit/Text Colors ON-THE-FLY​
Main Dialer Background Styles and Colors with Digits/Text Colors ON-THE-FLY​
Full Notification Panel Background Styles and Colors ON-THE-FLY​
Notification Background Styles and Colors ON-THE-FLY​
Animated Pulldown Bar Styles and Colors ON-THE-FLY​
[/CENTER]
Anyone who runs my ROMS knows that I thoroughly test my work before I even make it available for testing.
I try to release bug free Fully Custom FAR FROM STOCK ROM!!!
How to deal with BUGS and Reporting Issues
Sometimes a small bug or two can make itself present with a different users setup, and I'm sure if that happens you guys will be so happy to point it out and drag it on for 5 pages!!!
I will not respond to ANY KNOW bug issues!!!
Please use the "Search" button
and if you do find a bug give it a title in the subject line like "Bug report xxxxxx" so users who do use the search first will be able t find them faster and not waste value thread post on repeating nonsense!!!
See the "Know Issues" below for the current bug report and solutions.
Thanks you
Confirmed and written by users specific to the device ​920/925 T/W8 - These are the steps (with screenshots) users use and confirmed ZERO issues with "FCs" and "Call not sent" issues, if any other experience the same they can follow those too:
In TWRP recovery:
1) wipe
2) Advanced wipe
3) wipe---> Dalvik/Cache/Data/System
4) Flash the V2 Rom
5) After it boot at setup wizard let the device sit for 5 minutes for Rom to settle. Go thru SETUP WIZARD and see if you get any FCs and test your dialer to see if you can make calls, IF NOT follow the following steps.
6) Reboot into Recovery
7) Download and flash kernel ( the-sickness V4 or ozop kernel aroma zip and choose kernel of your choice)
8) Let device boot and FCs should be gone and now you can make phone calls.
920/925 "F", "I" - The way I installed is as follows.
Reboot to recovery and using TWRP the following
1. Full wipe excluding the internal memory.
2. Flash rom.
3. Flash this incall audio patch.
4. Install hacker kernel version 14
5. Boot rom and setup.
6. Setup ozop control.
Then tested in call audio by talking to my other who is in Spain while I'm In the UK.
v3 INSTALLATION INSTRUCTIONS:
*CLEAN INSTALL FULL WIPE RECOMMENDED(If you dirty flash and have issue DO NOT POST BUG REPORTS!!!)
1) Just install like normal
2) Kernel install is OPTIONAL but should be fine since the zip will not remove or replace your current boot.img
3) be patient!! Boot time is around 12 min, but could take up to 20!
4) IMPORTANT INFO ABOUT SETUP: THE SETUP IS HIT OR MISS DEPENDING ON YOUR SIGNAL CONNECTION, WIFI IS BEST.
THE OPTIONS FOR SETUP ARE AS FOLLOWS:
AS SOON AS THE SETUP SCREEN COMES ON JUST START "SKIPPING", HIT SKIP, SKIP, SKIP ALL THE WAY TO THE END BEFORE THE DATA CONNECTS OR IF YOU WANT TO SETUP AND GET STUCK ON THE "CHECKING CONNECTION FLASH THIS TO REMOVE_SETUP_WIZARD
5) Now you should be on your home screen, time to activate OZOP Control mods! Do this by opening the app and granting super user of course, the app is verifying some files in the system then you will see instant changes to the statusbar, but that's not enough. So firsst open the sections menu by hitting the 3 lines in the top left of the screen, then first open the "All Colors/BG's" sections, then click to open each of the 7 sections within that menu option. That will get most of the mods activated. You can now go and actviate the rest by simply opening, then closing each part of each section.
That's is. ENJOY!!!!
OZOP v5 Installation Instructions, Discussion and Download Link begins here​
INSTRUCTIONS FOR POST INSTALL SET UP OF OZOP CONTROL:
1) CLEAN INSTALL RECOMMENDED BECAUSE OF THE NEW BUILD OF OZOP CONTROL APP
2) SET UP LIKE NORMAL
3) FIRST THING IS GO TO OZOP CONTROL AND GRANT ROOT ACCESS
4) CLICK THE 3 LINES FOR MENUS ON TOP LEFT
5) OPEN EACH SECTION AND each sub section AND THAT WILL ACTIVATE THE MODS AND YOU WILL NOTICE CHANGES INSTANTLY
6) ENJOY
KNOWN ISSUES
Code:
[COLOR="Red"][B]BUG REPORT: [/B][/COLOR]
bug:NONE[URL="http://forum.xda-developers.com/showthread.php?t=2182431"] C Locker[/URL]
I GUESS I HAVE TO INCLUDE THIS MESSAGE NOW SINCE PEOPLE ARE JUST GRABBING FILES, SCRIPTS, IMAGES WHATEVER THEY WANT AND CLAIMING IT ORIGINAL TO THEM!
NO PARTS, AROMA SCRIPTS, FILES IMAGES ARE TO BE USED WITHOUT MY PERMISSION AND PROPER CREDIT GIVEN! I WILL DOWNLOAD AND CHECK IF NEEDED, VIOLATORS WILL BE REPORTED!!!!
Previous downloads
OZOP v4 discussion and download link begins here​OZOP v4 ROM only zip download and discussion starts here!http://forum.xda-developers.com/showpost.php?p=68311170&postcount=149​IF YOU WANT LOCKSCREEN SECURITY UNTIL I UPDATE ROM TO V5 YOU MUST INSTALL ROM FOLLOWING THESE STEPS​OZOP MM v3​OZOP MM v2.1​OZOP MM v2​OZOP MM v1​
Credits:
@tdunham years of awesome advice and his truly wonderful mod thread
@The Sickness sticking together and keeping this place alive
@gharrington for the 3minit battery mod
@daxgirl & @Wuby986 for their work on the wonderful Rom Control App [App][Code project][5.0+]Rom Control app for devs my source code for OZOP Control v2
@Morningstar Notification Panel Lollipop mod
@Martillero @Surghikov lockscreen seconds
@ All the testers,
@My wife for being so cool when I spend countless hours to build and share this stuff
@XDA and the users that continue to support us.
More to come...
XDA:DevDB Information
OZOP MM, ROM for the T-Mobile Samsung Galaxy S6
Contributors
stangdriver44
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.10.x
ROM Firmware Required: Android 6.0.1 full tar odin
Version Information
Status: Stable
Created 2016-05-14
Last Updated 2016-10-19
Extras
OZOP Kernel Chooser v2
choose Kernels for
FLAT - Total stock, Stock Permissive, Custom Twisted v3 HUGE THANKS to @The Sickness for making all these happen!!
EDGE- Total stock, Custom Twisted v3 by The Sickness
flash this fix for call audio for devices other than T/W8. T/W8 do NOT need to flash.
Fix to remove huge ugly icons as result of flashing a certain kernel
Screenshots
BEFORE
AFTER
TWRP 3.0.2-2 flashable zip
Lockscreen_Security_reset_to_Swipe = Fix for setting lockscreen security and on reboot you can't unlock issue, the zip will reset back to swipe without having to restore a backup or anything else. Just flash and reboot
ADD ONS
OZOP_Aroma_Missing_Link_b2
AROMA BOOT/SHUTDOWN ANIMATION PICKER!! OVER 40 BOOT, 26 SHUTDOWN ANIMATIONS and 45 SPLASH IMAGES TO PICK FROM
Aroma_Bootani_1440x2560_v4_MM
ADD YOUR OWN CUSTOM IMAGE WITH THE OZOP CUSTOM BACKGROUND TEMPLATE
1) Download the Custom_BG_Template_OZOP_MM_07.08.2016.zip ATTACHED BELOW and extract the files to your phone or PC.
2) Choose your image and which BG you want to change (image can be a png or jpg, IMPORTANT only that the name matches my template for exact replacement
Now using the extracted zip template move your image that has been renamed to following locations and names
a) Main System BG - stangs_bg.png and stangs_bg_light.png(1080x1920, not as important as the others, it will be resized automatically)
Code:
(template location = vrtheme/system/framework/framework-res.apk/res/drawable-sw360dp-xxxhdpi-v13)
c) Pulldown Notification - pulldown1.jpg, pulldown2.jpg, pulldown3.jpg and so on up to pulldown15.jpg (1080x1920) add up to 15 option that you can instantly toggle with OZOP Control
Code:
(template location = vrtheme/system/priv-app/SystemUI/SystemUI.apk/res/drawable-xxxhdpi)
3) Name your image to match the image you want to change (if it's a png, just name it jpg). The image size may need to be played with to your liking, there are plenty of app in playstore for this
4) place your renamed image in the location I've described above (remove any image from the template you don't want to use)
5) Zip up the files and flash
6) Enjoy and show off your work to the rest of us!!!
NOTE FOR DIALER BG's
Dialers = are all stored in the "ozop" folder in your phones extra storage. Replace any of the images with png or jpg renamed to match EXACTLY. Then use OZOP Control to switch
Added a couple of very rough first addition keyboards.
Chrome edge v2 keyboard fixed for symbols to be visible now IMPORTANT INSTALL DIRECTIONS = Do not flash the keyboard zips, just extract the apk and install it like normal.
Caller_ID for unidentified numbers attached below
Well well well good job bud ! Great to see another rom around here! Can't wait to give this bad boy a spin with my bro kernel of course @The Sickness....
@stangdriver44 good job bud can't wait
---------- Post added at 10:13 PM ---------- Previous post was at 09:51 PM ----------
Downloading now thanks bud
I know what I'll be doing tonight. Thanks @stangdriver44
I'm on firmware EPD1 925T Edge (not flat).
Used TWRP 3.0.2 to full wipe system/data/caches.
Then installed this ROM.
But it does not boot up?
Just get a black screen?
Am I supposed to be flashing a kernel along with this?
Gonna try that now.
CZ Eddie said:
I'm on firmware EPD1 925T Edge (not flat).
Used TWRP 3.0.2 to full wipe system/data/caches.
Then installed this ROM.
But it does not boot up?
Just get a black screen?
Am I supposed to be flashing a kernel along with this?
Gonna try that now.
Click to expand...
Click to collapse
There is NO NEED TO FLASH a Kernel. Your previous kernel will stay as is!
The issue is on my end, the bootanimation isn't working!
Same as ANY MM deodexed rom, patience is the name of the game on the initial boot.
Give it 15 min of the black screen and it will boot.
I will have to post a fix later tonight. Sorry guys...
AGAIN, THE BOOTANIMATION IS BROKEN AND DURING THE 15 MINUTE INITIAL BOOT TIME YOU WILL JUST HAVE A BLACK SCREEN. SORRY...
LoL bad Dev!
I actually flashed your ROM + Twisted kernel back to back and it booted fine.
There was no boot animation there either of course, but I left it alone just as you went and said.
I'm just now logging into the ROM. :good:
Wooo... it looks fancy!
Gonna let it settle for a bit before I start really looking around.
Thanks!
CZ Eddie said:
Wooo... it looks fancy!
Gonna let it settle for a bit before I start really looking around.
Thanks!
Click to expand...
Click to collapse
Until I post the fixed version, go to system/media and delete the bootanimation.zip. that will revert to the stock lame tmo version. I've posted elsewhere the international version or I'm sure if you search you can find others.
Again, my bad guys!!!!
Am I the only one who's wifi keeps disconnecting everytime I reboot the phone? If i connect to my wifi and reboot, i'll be disconnected from it but the wifi toggle is still on. I running this rom with twisted kernel on my W8.
Ill reflash the rom to see if that will help but first im gonna go play with the OZOP control. There's so many options!!
EDIT: redid a clean flash and my wifi still gets disconnected on every reboot
ohh my guess i have to be up whole night to boot for only my device. Good work again bro.
Damn first release already thought you were mia with no hangout messages back
Posting this as a reminder for me to donate, thanks alot Stang
Bug report: Samsung SetupWizard has stopped
At bootup, after boot sequence, I get this error message: "Unfortunately Samsung SetupWizard has stopped"
Anyone else seeing this?
I tried clean flashing on top of stock (rooted) MM EPD1 ROM, using TWRP 3.0
MM13 said:
Am I the only one who's wifi keeps disconnecting everytime I reboot the phone? If i connect to my wifi and reboot, i'll be disconnected from it but the wifi toggle is still on. I running this rom with twisted kernel on my W8.
Ill reflash the rom to see if that will help but first im gonna go play with the OZOP control. There's so many options!!
EDIT: redid a clean flash and my wifi still gets disconnected on every reboot
Click to expand...
Click to collapse
I am having the same issue with my WiFi also.
Is there a stock version of this?
pavanmaverick said:
At bootup, after boot sequence, I get this error message: "Unfortunately Samsung SetupWizard has stopped"
Anyone else seeing this?
I tried clean flashing on top of stock (rooted) MM EPD1 ROM, using TWRP 3.0
Click to expand...
Click to collapse
Haven't seen that one before. New setupwizard in the works now.
AND THANK YOU FOR ACTUALLY READING MY OP ABOUT REPORTING BUGS!
I AM IN ABSOLUTE SHOCK AND HAVE A NEW FOUND GLIMMER OF HOPE FOR THE FUTURE HERE!
AGAIN, THANK YOU
bigtom624 said:
I am having the same issue with my WiFi also.
Click to expand...
Click to collapse
I don't have WiFi so unfortunately it is very difficult for me to test that. Maybe try flashing any option for your device with the Aroma Kernel chooser from post #2 and report back?
I will have to have my family turn on Hotspot tomorrow
theXeffect said:
Is there a stock version of this?
Click to expand...
Click to collapse
Absolutely not, I don't do Stock any any way, shape or form!
What are you looking for?
You might enjoy the controls and customizations OZOP has to offer.
Make a Nandroid of your current romantic and give OZOP MM at least a 3-7 day run and see if you like it.
I say 3-7 days because you really can't even get a glimpse of the capabilities of what's really possible in less time than that!
Once you get a feel for OZOP Control, you won't want anything else...
FOR NOW I'VE PULLED THE INITIAL RELEASE!
WAY TOO MANY ISSUES THAT NEED TO BE WORKED OUT! SORRY.
MM13 said:
Am I the only one who's wifi keeps disconnecting everytime I reboot the phone? If i connect to my wifi and reboot, i'll be disconnected from it but the wifi toggle is still on.
Click to expand...
Click to collapse
stangdriver44 said:
I don't have WiFi so unfortunately it is very difficult for me to test that.
Click to expand...
Click to collapse
You need to edit your build prop. Look for:
ro.securestorage=true
and change it to:
ro.securestorage=false
Then reboot, reenter your password and you will be good to go.
I can't take credit for this, @TheSickness gave me this tip.
Sent from my SM-G925T using Tapatalk
The WiFi issue isn't a big deal for me since I have unlimited data, I just wanted to report that it was the only problem I found. Other than that everything is working great for me. Thanks.
---------- Post added at 03:50 AM ---------- Previous post was at 03:46 AM ----------
I don't have WiFi so unfortunately it is very difficult for me to test that. Maybe try flashing any option for your device with the Aroma Kernel chooser from post #2 and report back?
I will have to have my family turn on Hotspot tomorrow

[ROM][N4][7.1.2_r33]★ Pure Nexus ★ Substratum ★[08/16/17]

{
"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"
}
The Pure Nexus Project​
Disclaimer:
We are not responsible for anything that may happen to your phone as a result of installing custom roms and/or kernels. you do so at your own risk and take the responsibility upon yourself.
"This is a user friendly thread. All feature requests will be heard and considered. I am not against anything that doesn't stray too far away from the original idea of the ROM! Helping one another is also encouraged! Please be respectful and you will always be treated the same way, we are all here for a good experience."
About:
The Pure Nexus Project aims to bring stability and features to your Nexus device, while keeping Google's vision in line and not straying too far away from that. If you are looking for a stable ROM with true tested features and minimal bugs, then this is the place to be.
Features:​
Code:
[SIZE="2"][COLOR="#1976D2"]-General[/COLOR]
*Based on AOSP Android 7.1.2_r33
*Busybox, and Init.d support
*Googles Pixel sounds and OEM wallpapers from factory images
*Googles Pixel theme and Pixel navbar animation
*Bug fix's and stability improvements
*UI Improvements (fixed a bunch google forgot to materialize)
*Rootless Substratum OMS Theme Engine support
*ADB enhancements (ADB over wifi, Hide ADB icon, colored logcat "abd logcat -C")
*Enabled Developer settings by default
*Enabled Night mode for all devices
*Enabled App ops
*Custom night light brightness options
*Disabled forced encryption
*Disabled tether provision checks
*Made preselectable item clickable in app picker dialog
*Added download speed in notification
*Added Advanced Reboot menu
*Added Advanced screenshot functionality (longpress tile/power menu for selectable screenshot)
*Added back volume adjust sounds and toggle
*Added advanced rotation control and lockscreen rotation toggle
*Added ability to lock app in landscape via rotation tile
*Added advanced charging sound controls
*Added advanced seekbar style animation controls
*Added Quick setting header Longpress actions
*Added ability to see app version when sideloading app
*Added app package name to app info screen
*Added ability to launch app when touching app icon in app info screen
*Added phone info shortcut to about phone/status on top
*Added dynamic vendor image notification
*Added additional battery saver trigger steps
*Added ability to unlink notification volume from ringer volume
*Added Increasing ringtone option
*Added Proximity Speakerphone and dialer lookup
*Added Group support in contacts
*Removed googles SystemUpdate option
*Removed googles legal information
[COLOR="#1976D2"]-PureNexus Settings[/COLOR]
[COLOR="red"]Lock Screen[/COLOR]
*Lockscreen item option(time, date, alarm text toggles & Clock font style)
*Double tap anywhere to sleep
*Long press power for torch
*Option to disable lockscreen media art
*Option to scramble the pin entry layout
*Option to disable the pin ripple background when entering lockscren pin
*Option to disable fingerprint success vibration
[COLOR="red"]Notification Drawer[/COLOR]
*quick settings pulldown (left,right,always)
*smart pulldown (no ongoing, no dismissable, no notifications)
*advanced quick settings easy toggle
*Brightness slider on/off toggle
*Haptic feedback on quick setting on/off toggle
*ability to disable quick settings on secure lockscreen
*ability to disable the quick settings title text
*ability to change number of quick settings columns
*ability to change the amount of rows in quick settings
*ability to set contexual or custom header images
[COLOR="red"]Recent apps[/COLOR]
*immersive recents
*kill all fab
*kill all fab location
[COLOR="red"]Statusbar[/COLOR]
*Battery customization(percentage/icon style)
*sync battery icon with quick settings tile
*Battery bar options(location, color, style, thickness, animation)
*Carrier Label customization(placement, text)
*Clock customization(show clock, show seconds, alignment, ampm, date, date style, date position, date format)
*Network traffic meter options(enable, display units, update interval, hide arrows, auto hide, inactivity threshold)
*Statusbar icon blacklist
*Double tap on statusbar to sleep
*Status bar brightness control
*Status bar notification count
*Status bar bluetooth battery meter toggle
[COLOR="red"]Navigation Bar[/COLOR]
*Navbar toggle and Height/width options
*Navigation bar tuner
*Pixel navbar animation toggle
*Ability to enable one handed mode
*Ability to enabe double tap to sleep
*longpress back to kill
*configurable longpress back to kill timeout
[COLOR="red"]PowerMenu[/COLOR]
*Option to disable on secure lock
*Add/remove (reboot, screenshot, screen-record, torch, airplane mode, user switcher,settings shortcut, search, voice search, lock now, sound panel)
[COLOR="red"]Volume Rocker[/COLOR]
*Volume keys control media volume
*Volume key wake
*Volume key music control
*Volume key orientation swap
*Volume key keyboard cursor control
*Volume up and power action (screen record/selectable screenshot)
*Volume down to enter do not disturb
*Volume up to exit do not disturb
*Do not disturb volume panel switch
*Volume steps customization
[COLOR="red"]Display[/COLOR]
*expanded desktop options
*option to enable/disable wake on plug
*3 finger swipe for screenshot toggle
*Battery and Notification LED controls
[COLOR="red"]Media & Notifications[/COLOR]
*Ability to turn off vibration when double tapping power button for camera
*Power notification controls
*Peeking notification option(on/off, timeout, snooze length)
*low battery notification toggle
[COLOR="red"]Miscellaneous[/COLOR]
*force enable or disable scrolling cache
*ability to enable app icon on toast
*incall vibration options[/SIZE]
Downloads & Changelog:​
Changelog
Rom builds
Gapps:
Mini Gapps
* OpenGapps are a complete mess(no offense to its dev) and they break stuff, so if you decide to flash them regardless of what I just said, then please don't leave comments in the thread complaining about it.
SuperSU
Latest TWRP (if you don't already have it installed)
==> The installation instructions are there. Click on "Primary (Recommended)" and you'll see the file there.
Kernel Adiutor Mod
Installation instructions:​
Requirements: ROM, Gapps, SuperSU
*** If you start fresh:
1. Reboot into recovery
2. Go to the "Wipe", tap on "Advanced Wipe" and can check all the boxes except for the "Internal storage" one, then simply "Swipe to Wipe"
3. Flash the ROM
4. Flash the Gapps
5. Flash SuperSU
Then reboot to system and you're done.
*** If you're upgrading / "dirty flashing":
1. Reboot into recovery
2. Go to "Advanced Wipe" and check only "Dalvik cache" and "Cache", then "Swipe to Wipe".
3. Flash the ROM
4. Flash SuperSU
4. Do another Cache + Dalvik cache wipe (OPTIONAL)
Then reboot to system.
*** If you're using a custom kernel:
1. Flash the ROM (clean or dirty flash, depending on your choice)
1' flash the Gapps (only for clean ROM installations)
2. Flash your preferred custom kernel
3. THEN flash SuperSU
And reboot to system
*** Moving between custom kernels:
* After flashing the first custom kernel, if you decide to try another one, you MUST either:
>> dirty flash the ROM before changing the kernel. OR
>> extract the "boot.img" file found inside the "...ROM...zip" and flash it in recovery.
>> Then will you be able to safely move to a different kernel.
You also must flash SuperSU AFTER the kernel, otherwise you'll lose the root previleges.
Kernel tweaking tutorials:​
Tutorial 1
Tutorial 2
Credits & Thanks:​
Lead developers: BeansTown106, Dwitherell, Nathan Chance
The Cheeky Bastards - Bajasur, DaveyAnnihalation, Surge1223!!!
The PureNexus Moderators - MicMars, Kris Nelson
The CyanogenMod Community
Dirty Unicorns
SlimRoms
OmniRom
Euphoria-OS
xWasabi
And all other open source Devs i may have missed!
"Revival-basic" source
Here's a nice review made by @MikeTheTechSavvy:
https://www.youtube.com/watch?v=aXjBA7xMg8Q&feature=youtu.be
XDA:DevDB Information
Pure Nexus, ROM for the Google Nexus 4
Contributors
dragos281993, spezi77
Source Code: https://github.com/PureNexusProject
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.4.x
Based On: AOSP
Version Information
Status: Stable
Created 2016-07-24
Last Updated 2017-08-16
Mako exclusive changelog:
--> 17. june. 2017:
* updated to the latest June sources: android_7.1.2_r17
* everything new is the same as what the official PN builds include so check the official changelog for that.
Changelog for older builds
--> 14. may. 2017:
* updated to the latest May sources: android_7.1.2_r8
* Fix nav bar showing always on the left when the device is rotated to 270 degrees
--> Also, fix the order of the buttons so the back button always shows
on the bottom <--
* Prebuilt apps: - sort out and include: Google Dialer, Gboard and Contacts as default (fully functional now)
--> 30. april. 2017:
* Bump up to 7.1.2_r6
* Hide the "No notifications" text in the notification panel
--> When there aren't any notifications to display in the notification panel, a text saying "No notifications" appears there. The thing is, when the notification panel is empty, we already know it's because we didn't receive any notifications, so there's no need for an annoying text to tell us what we already know.
* Added 3 new Google apps: Contacts, Dialer and Messages.
--> 17. feb. 2017:
Restructure no.2
- kernel cleanup
- device tree cleanup
- "battery saver" on-off sequence that made the phone reboot ---> fixed
- battery led fixed and tweaked a bit
- battery "charging slowly" status on the lockscreen ---> fixed
- the automatic brightness for "night light" has been removed because it wasn't working
- other small visual fixes that are not yet present in the official PN builds
--> 1. feb. 2017:
- Complete restructure (but the base is the same, obviously)
- Added some apps:
*--> Camera
*--> Gallery
*--> Clock (deskclock)
- System performance improvements
- Kernel compiled with ubertc 5.4.1 cause 6.x was causing issues.
- Added back "Mpdecision" cause now there are improvements done to have it work nicely and I set it as the default "hotplug" (the standby time is fantastic with it)
- "Smartmax" gone, cause it caused system shutdowns when the phone entered deepsleep mode.
- Other kernel tweaks and improvements which give you a nice experience.
- CAMERA FIXED (Yaaay !!!)
The new restructuring thingy broke the thing that was fixed in the previous build, and that's the native "screen recording" feature.
* Use "Screen Recorder - Free No Ads" by Kimcy929, from the PlayStore and you'll have no issue.
--> 7. jan. 2017:
- Enable "NIght light" (which is fantastic when you're tired and your eyes hurt)
- Add "double-tap-to-sleep on the navbar" (couldn't wait for Nate to add it, so I added it myself)
- Native "Screen record" fixed thanks to our beloved @spezi77 (you can add an option to the Power menu for fast access)
- Maximum fling velocity reduced (there's too much stuff that has to be loaded on the screen with a single swipe, and the CPU is struggling to do that. Fewer things to load when swiping means lower impact on the CPU and a better UX fluidity)
- "Lights with screen on" feature removed (I don't see its purpose so I remove it)
- "Font size" and "Display size" removed from Settings/Accessibility as they're already in "Display" (so bye bye duplicate ! thanks to KreAch3R)
- device tree cleaned up a bit
- kernel compiled with UberTC6.x (gcc 6.1.1)
- some other kernel tweaks and improvements
* Camera WIP
* I pinpointed the led erratic behaviour source. It's caused by the "battery light" (which I didn't remove, for the time being). Turn it off if the rainbow-led-colours bother you.
--> 16. dec. 2016:
- Remove "force expanded notifications" and "smart pulldown" (because they were causing too much stutter in the notification panel)
- Remove power connect/disconnect notification support
- Disable safe headset volume
- Reduce the delay during headset removal
- Add support to manually pause/resume download
- Add download speed, remaining time, and percentage in notification
- Set "interactive" as default governor
- Tune TCP performance (based on CAF values
- Enforcing the minimum delay between notification sounds of an app
- Disable ADB authentication
Next build: -camera fix and other stuff.
NOTE:
* "Revival kernel" is now the default kernel for this ROM cause it offers a decent amount of features without the need of flashing a different kernel. Those who don't feel like doing much tweaking can simply use it as is.
* The stock values in Revival have been set to offer a balance between performance and battery life and this aspect is even more favoured by the fact that it's been compiled with UBERTC-5.4.
* The kernel behaves exactly like all the other stock kernels when it comes to moving between custom kernels. That means you can flash whichever custom kernel you prefer without any problems.
* If you're not satisfied with "Revival", you can easily flash a different kernel. Everyone has a choice.
It's recommended to use Kernel Adiutor Mod for tweaking. You can find it in the Downloads & Changelog" section in the first post.
Quick fix for "ADB - unauthorized":
First of all, you have to make the hidden folders show up (in Windows) by > checking < an option called "Show hidden items".
* In Windows 10 you can activate it like this: Go into a folder (randomly, cause it doesn't matter which one it is). and at the top of the window, search for the "View" tab and click on it. From there, on the right side, check the "Hidden files" option. This applies on a system level so that's why it doesn't matter in which folder you are when you activate it. In other Windows versions, this feature is activated differently, so Google it. On Ubuntu/Linux, right-click on a blank space inside a folder and you'll see there a "Show hidden files" option.
Now, let's get to business:
1. On you computer, navigate to C:\Users"your username"\.android (on Windows) or /Home/.android (on Ubuntu/Linux)
You'll see there 2 files, "adbkey" and adbkey.pub
2. Connect the phone to the computer (make sure you have "USB debugging" activated so you don't have to worry about it later)
3. Copy the "adbkey.pub" file to your phone. Put it in /sdcard/emulated/0 (which is the main sdcard directory, where you see all the main folders like "Pictures, "Music", etc)
4. Disconnect the phone from the computer.
5. Now on your phone, using a terminal app (I prefer "Material terminal" from the Play Store) execute these commands:
- su
- cd /storage/emulated/0
- cat adbkey.pub >> /data/misc/adb/adb_keys
Now "adb_keys" has been created in the location mentioned at the next step.
6. Using a file manager app (eg. Solid Explorer) navigate to /data/misc/adb.
7. Give permissions 666 to the "adb_keys" file (giving permissions differs from a file manager to another)
8. Connect the phone to the computer, run adb devices in the computer terminal and you'll see that adb finally works.
Some differences between Marshmallow and Nougat:
The difference is not that big but the are a few changes.
There's the new visual improvements, like the new notification panel, the way the Settings look or the "Recents panel". When it comes to actual performance, "dose" has been improved and it now works not only when the device is sitting on your table for a long period of time. Also, there's no more "app optimisation" process at boot up, after you wipe the cache partition or clean install a ROM, and that makes things considerably faster, a breeze compared to the previous version of Android. And not to forget, Nougat has a new compiler and you'll see that the apps install a little bit faster. Some apps that used to install in over a minute, now do it in half the time.
From Google developers' page:
*****> In Android 7.0, we've added a Just in Time (JIT) compiler with code profiling to ART, which lets it constantly improve the performance of Android apps as they run. The JIT compiler complements ART's current Ahead of Time (AOT) compiler and helps improve runtime performance, save storage space, and speed up app updates and system updates <*****
FAQ not needed because all the problems can be addressed directly in the thread (I'm very active as you'll see)
Downloading!
Thank you so much!
Awesome, you did it. Thanks for continuing the development of this great ROM. All the best! :good:
Glad you were able to get it working, enjoy the building process!
spezi77 said:
Awesome, you did it. Thanks for continuing the development of this great ROM. All the best! :good:
Click to expand...
Click to collapse
I agree, our Nexus ? is gonna live for a looong time. Btw @spezy77 I was using your HellSpawn with PN for some time and then switched to Revival (clean flashed&wiped everything) as I wanted less tweaks and better stability.
But 3 days ago I had a few reboots and the phone lags too often with no apparent reason, I'm going to clean flash dragos' ROM in these days and will try Revival again hoping that it was a PN problem, or a -75uV issue. If the reboot happens again I'll try to save some logs as soon as the phone boots again and post them in your thread. :good:
Random reboots and lag in general are concerned with the kernel used and not the ROM, right? So I will not post here for these problems.
Thank you @spezy77 and @dragos281993 again!
TheArt. said:
I agree, our Nexus ? is gonna live for a looong time. Btw @spezy77 I was using your HellSpawn with PN for some time and then switched to Revival (clean flashed&wiped everything) as I wanted less tweaks and better stability.
But 3 days ago I had a few reboots and the phone lags too often with no apparent reason, I'm going to clean flash dragos' ROM in these days and will try Revival again hoping that it was a PN problem, or a -75uV issue. If the reboot happens again I'll try to save some logs as soon as the phone boots again and post them in your thread. :good:
Random reboots and lag in general are concerned with the kernel used and not the ROM, right? So I will not post here for these problems.
Thank you @spezy77 and @dragos281993 again!
Click to expand...
Click to collapse
Revival is the stock kernel for PN from now on as it offers great features and stability from the start. I'm still editing this thread so I'll add info regarding that matter. Clean flash the build and use it for a while as is, or try it without UV. Revival will behave exactly like a stock kernel and you'll have to either dirty flash the ROM to flash the "boot.img" file found inside the ROM.zip, before trying a different custom kernel.
spezi77 said:
Awesome, you did it. Thanks for continuing the development of this great ROM. All the best! :good:
Click to expand...
Click to collapse
"WE" did it, my friend.
Just wondering, what version of revival is this rom running. Also great work and thanks for continuing development. People like you guys are the reason our outdated phone is still relevant.
Good job, hope you can still maintain this device
blackbuffalo said:
Good job, hope you can still maintain this device
Click to expand...
Click to collapse
Thanks, buddy ! I definitely will. I'm gonna keep this phone for a little longer so I'll deliver PN for as long as I have it.
Thanks again for all your work. I hope we'll hear from you from time to time.
Sent from my Nexus 4 using Tapatalk
chaostrodamis said:
Just wondering, what version of revival is this rom running. Also great work and thanks for continuing development. People like you guys are the reason our outdated phone is still relevant.
Click to expand...
Click to collapse
It's got the latest version, as shown in the kernel source. It's stable, offers decent battery life and it has a nice list of features for everyone to enjoy.
Sent from my Nexus 4 using Tapatalk
Epic thread #2. Awesome !
Quick question, does it need full wipe or dirty wipe if i have PureNexus r25 build ?
Thanks for the ROM . Question : Which camera application you suggest?
@dragos281993,Hello friend,good morning welcome and good luck.
I was waiting for.
Regards ,Christos
quentin2260 said:
Epic thread #2. Awesome !
Quick question, does it need full wipe or dirty wipe if i have PureNexus r25 build ?
Click to expand...
Click to collapse
Full wipe.
Sent from my Nexus 4 using Tapatalk
Durotan said:
Thanks for the ROM . Question : Which camera application you suggest?
Click to expand...
Click to collapse
I use OpenCamera and it's really good. Maybe the frontal camera need a tweak but it's good
Durotan said:
Thanks for the ROM . Question : Which camera application you suggest?
Click to expand...
Click to collapse
Try "Camera MX" or "Open Camera" as Pac-Man suggested. I personally prefer the first one cause it's got a few very nice features.
Sent from my Nexus 4 using Tapatalk

Themes / Apps / Mods [MOD][MAGISK][ANDROID 12] Addon Features for Pixel Devices - Pixel 5a Thread

{
"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!
Well, today I've received some good news. An user reported that the mod is working without the need to flash a different "SystemUI" module just for Pixel 5 devices.
On Android 11 there was a problem where I could not add the Network Traffic indicators feature showing on status bar. They could only work if set to be on QS header. On Android 12 that happened again on Pixel 6 models. So I thought that Pixel 5 devices required that too.
Fortunately, it isn't and that's just cool.
I've attached some screens here so you may check that for yourselves. I'm going to remove the "Pixel_5_SystemUI" link on the OP since it's no longer required.
Cheers!
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!
Thanks!
So i installed this on my Pixel 4a5g and all went smoth. Everything worked with out issue.
Now i did not uninstall any magisk mods or anything like that which I am aware was in the OP to do, but everything went smotthly.
However when i checked safetynet it failed. So I uninstalled the modules and restarted the phone only to still fail safetynet..
I had safetynet fix 2.1.2 installed. But when i looked after uninstalling this mod, i noticed that safetynet was missing from my active mods list. I re installed it and restarted the phone and was passing saeftynet again.
Not saying this mod removed it. I may have accidently.
My question......
Could this mod inadvertenly remove safetynet fix on install?
rhewins2268 said:
So i installed this on my Pixel 4a5g and all went smoth. Everything worked with out issue.
Now i did not uninstall any magisk mods or anything like that which I am aware was in the OP to do, but everything went smotthly.
However when i checked safetynet it failed. So I uninstalled the modules and restarted the phone only to still fail safetynet..
I had safetynet fix 2.1.2 installed. But when i looked after uninstalling this mod, i noticed that safetynet was missing from my active mods list. I re installed it and restarted the phone and was passing saeftynet again.
Not saying this mod removed it. I may have accidently.
My question......
Could this mod inadvertenly remove safetynet fix on install?
Click to expand...
Click to collapse
No, this module does not touch any other module so it's impossible for them to remove the safetynet modue.
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!
hi, just installed "Fix for Addon Features", and it hasn't deleted itself .. does that mean it hasn't run?
I'm on Canary Magisk Zygisk 5d6d2417 (23015)
Thanks for updating to V7.
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!
Thankyou for your work! Can you update please the mirrors for Android_12_Addon_Features_for_Pixel_V10.zip ? I got OOPS! no mirrors found, when i'm trying to download the addon.
jimmy16 said:
Thankyou for your work! Can you update please the mirrors for Android_12_Addon_Features_for_Pixel_V10.zip ? I got OOPS! no mirrors found, when i'm trying to download the addon.
Click to expand...
Click to collapse
That's an Android File Host issue. It will be ok soon...I hope. In the meantime I'll just share it here as attachment. It's the best I can do for now.
Cheers!
Thankyou, is working like a charm
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!
Do I have to flash the "visualizer fix" after flashing a factory image (the one when you remove the -w, not deleting all data)? And if I don't use the cover art lock screen option, do I have to flash the "visualizer fix" anyhow?

[MOD][MAGISK][ANDROID 12] Addon Features for Pixel Devices - Pixel 5 Thread

{
"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!
Nice, work on aosp (proton12) p5?
orlandozavala said:
Nice, work on aosp (proton12) p5?
Click to expand...
Click to collapse
No.
Well, today I've received some good news. An user reported that the mod is working without the need to flash a different "SystemUI module" just for Pixel 5 devices.
On Android 11 there was a problem where I could not add the Network Traffic indicators feature showing on status bar. They could only work if set to be on QS header. On Android 12 that happened again on Pixel 6 models. So I thought that Pixel 5 devices required that too.
On Pixel 5a a different "SystemUI module" isn't needed. Can anyone confirm that on Pixel 5 it isn't needed as well, so I may remove the "Pixel_5_SystemUI" link on the OP?
I've attached some screens here so you may check, for yourselves, that this is working on a Pixel 5a.
Cheers!
@Typhus_
Thank you for this dude, this is beautiful !!
Using the P5 SystemUi Addon module..getting bootloop on the "regular" SystemUi Addon.
Liranazuz5 said:
@Typhus_
Thank you for this dude, this is beautiful !!
Using the P5 SystemUi Addon module..getting bootloop on the "regular" SystemUi Addon.
Click to expand...
Click to collapse
Could you send me the logcat when trying to use the "normal" one? Just so I may check if the problem is indeed related to network traffic indicators like it happened on Android 11.
Cheers!
Typhus_ said:
Could you send me the logcat when trying to use the "normal" one? Just so I may check if the problem is indeed related to network traffic indicators like it happened on Android 11.
Cheers!
Click to expand...
Click to collapse
Sure bud! as soon as i get home..
Thank you for this once again brother!
Typhus_ said:
Could you send me the logcat when trying to use the "normal" one? Just so I may check if the problem is indeed related to network traffic indicators like it happened on Android 11.
Cheers!
Click to expand...
Click to collapse
Hope i'm doing this right lol, attached txt file of all "fatal" lines..
Liranazuz5 said:
Hope i'm doing this right lol, attached txt file of all "fatal" lines..
Click to expand...
Click to collapse
Err..thank you but unfortunately that log is inconclusive.
I need a log taken upon the (possible) bootloop that you'll (probably will) face after flashing the "normal" SystemUI module.
You can send me the full log, no problem.
Ok, so unfortunately Pixel 5 really requires a different SystemUI module just like it happened on Android 11.
Link for the "normal" SystemUI has been removed from the OP since it won't work.
Cheers!
Liranazuz5 said:
@Typhus_
Thank you for this dude, this is beautiful !!
Using the P5 SystemUi Addon module..getting bootloop on the "regular" SystemUi Addon.
Click to expand...
Click to collapse
Hi,
How did you do to have the two separate tile Wifi and Data ?
Regys said:
Hi,
How did you do to have the two separate tile Wifi and Data ?
Click to expand...
Click to collapse
First:
adb shell settings put global settings_provider_model false
Then go:
adb shell settings put secure sysui_qs_tiles "wifi,cell,$(settings get secure sysui_qs_tiles)"
For wifi toggle i'm using this:
GitHub - rostopira/wifi_qs
Contribute to rostopira/wifi_qs development by creating an account on GitHub.
github.com
Make sure granting the app location access...
Liranazuz5 said:
First:
adb shell settings put global settings_provider_model false
Then go:
adb shell settings put secure sysui_qs_tiles "wifi,cell,$(settings get secure sysui_qs_tiles)"
For wifi toggle i'm using this:
GitHub - rostopira/wifi_qs
Contribute to rostopira/wifi_qs development by creating an account on GitHub.
github.com
Make sure granting the app location access...
Click to expand...
Click to collapse
It works, no need to install wifi_qs, what is it ?
Liranazuz5 said:
First:
adb shell settings put global settings_provider_model false
Then go:
adb shell settings put secure sysui_qs_tiles "wifi,cell,$(settings get secure sysui_qs_tiles)"
For wifi toggle i'm using this:
GitHub - rostopira/wifi_qs
Contribute to rostopira/wifi_qs development by creating an account on GitHub.
github.com
Make sure granting the app location access...
Click to expand...
Click to collapse
You won't need all that on next Addon Features update. ;-)
Cheers!
Typhus_ said:
You won't need all that on next Addon Features update. ;-)
Cheers!
Click to expand...
Click to collapse
I had a problem, I could not post to display my home screen it flash. I had to reinstall my pixel
Something else is it possible to add a wiFi widget on the home screen ?
Regys said:
It works, no need to install wifi_qs, what is it ?
Click to expand...
Click to collapse
Sorry, missed that.
It will just add a wifi on/off toggle in qs panel.
But let's just say that @Typhus_ got us all covered !
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!
Typhus_ said:
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!
Click to expand...
Click to collapse
hope you get the fixes for those issues bro.
and one question, so this mods will not work with full gestures on Pixel 5 GSI. it's fine with 2&3 buttons navbar, but goes into black screen when switch to full gestures.
any idea why?
anyway, thanks for your great work... it's awesome
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!

Categories

Resources