[MODULE] N3O No Nonsense Notch Overlay - Magisk

N3O (or Nitrous Oxide i guess )
Who is it for:
devices with punchole or cutout displays
the black bar REALLY annoys you in landscape
clock behind camera annoys you just as much!
What it does:
Uses full screen in landscape mode
respects the cutout in portrait to ensure a normal status bar
Device Support
Preset for Oneplus 8/8T & 8 Pro
Preset for Pixel 5
Other devices via custom config (left/right cutouts, center cutouts experimental)
Custom mode for other left or right cutouts without presets (please share your values)
OS:
13 - Experimental builds (here)
12 - Experemental builds (here)
11 - AOSP based Roms
10 - Currently not supported (can install but bootloops reported)
Nonsense:
The only nonsesne here, is that devices that switch resolution need to have a specific cutout to match it. if you dynamically change resolution using tasker you need to switch overlays when you do so (seems to not affect powersave mode when at full resolution)
For up-to date information on features in the module and how to use it, check the documentation on git here
Where do i get it:
Github Releases: Releases · logmd/N3O-No-Nonsense-Notch-Overlay (github.com)
Here: N3O_v1.4I4Z.003.zip
Recognition
Gnonymous7 for Script base and install logic
Zackptg5 for MMT-Ex template.
topjohnwu Magisk.
All the testers and xda for providing a platform to test on

Thanks, works perfect for my Pixel 5
Only disadvantage is the blurry border ring around the hole punch camera.
Do you have any future plans to fix this?
Greetings

Jojo821 said:
Thanks, works perfect for my Pixel 5
Only disadvantage is the blurry border ring around the hole punch camera.
Do you have any future plans to fix this?
Greetings
Click to expand...
Click to collapse
Yeah think this happens for all "notch killer" ones as well.
Tbh a non root app with just a customizable circle would work to anti Alias the cutout
I could not find any existing ones from a quick search but may create one in the future.

LOGMD said:
Yeah think this happens for all "notch killer" ones as well.
Tbh a non root app with just a customizable circle would work to anti Alias the cutout
I could not find any existing ones from a quick search but may create one in the future.
Click to expand...
Click to collapse
Yeah i tried using the App Energy Ring and it worked when i color it to black.
But i don't need that function

Do you think that we can have an immersive mode on android 11 like it's working on android 10? (Auto hiding status bar to prevent burn in)

Rindmann said:
Do you think that we can have an immersive mode on android 11 like it's working on android 10? (Auto hiding status bar to prevent burn in)
Click to expand...
Click to collapse
Oneplus did something funky with the system UI customisations.
I think immersive doesn't work for the same reason you can't truly change the status bar height.
I tested a module I built to disable as many systemUi overlays by oneplus and the statusbar started reacting correctly (not sure about immersive but it let me change the height properly)
Inadvertently it also caused brightness to stay on max and a bunch of other weird things but hey
Jojo821 said:
Yeah i tried using the App Energy Ring and it worked when i color it to black.
But i don't need that function
Click to expand...
Click to collapse
I tried this and set it to black but it doesn't seem to anti Alias as well as the default cutout option.

LOGMD said:
Oneplus did something funky with the system UI customisations.
I think immersive doesn't work for the same reason you can't truly change the status bar height.
I tested a module I built to disable as many systemUi overlays by oneplus and the statusbar started reacting correctly (not sure about immersive but it let me change the height properly)
Inadvertently it also caused brightness to stay on max and a bunch of other weird things but hey
Click to expand...
Click to collapse
Damn it... So you think that immersive mode and android 11 are an impossible thing?

Rindmann said:
Damn it... So you think that immersive mode and android 11 are an impossible thing?
Click to expand...
Click to collapse
Unlikely not impossible. Just better hope the code doesn't sit in java files because editing smali files are a real pain.
I'm probably gonna do another dump of all files from the latest update at some point and extract all apks etc and do a scan in the contents of all files.
I have a pretty fast 3000mbps ssd so any windows/Linux tools people know for taking advantage while searching let me know

LOGMD said:
Unlikely not impossible. Just better hope the code doesn't sit in java files because editing smali files are a real pain.
I'm probably gonna do another dump of all files from the latest update at some point and extract all apks etc and do a scan in the contents of all files.
I have a pretty fast 3000mbps ssd so any windows/Linux tools people know for taking advantage while searching let me know
Click to expand...
Click to collapse
You rock man! Really, the only thing which prevents me from updating my 8 pro to Android 11 is no possible immersive mode. On 10, i can auto hide the status bar and the punch hole gets ignored, too.

Rindmann said:
Do you think that we can have an immersive mode on android 11 like it's working on android 10? (Auto hiding status bar to prevent burn in)
Click to expand...
Click to collapse
You can get it. Just use this module plus use the "Fullscreen/Immersive Gestures (Q/R)" module that's available in the Magisk repo.

Rindmann said:
Damn it... So you think that immersive mode and android 11 are an impossible thing?
Click to expand...
Click to collapse
LOL. Nothing is impossible. I would have replied to this instead of what I did above if I saw it first.
EDIT: You'll need to use gestures instead of navbar buttons to use that module. Never thought to ask what you are using, but gestures is default on 11

xunholyx said:
LOL. Nothing is impossible. I would have replied to this instead of what I did above if I saw it first.
EDIT: You'll need to use gestures instead of navbar buttons to use that module. Never thought to ask what you are using, but gestures is default on 11
Click to expand...
Click to collapse
Hey, I appreciate your help! So, as mentioned from you above, if I use both of those modules,nI can have a working immersive mode on 11? With the statusbar being disabled / autohidden? (Statusbar, not navbar). Best regards

xunholyx said:
LOL. Nothing is impossible. I would have replied to this instead of what I did above if I saw it first.
EDIT: You'll need to use gestures instead of navbar buttons to use that module. Never thought to ask what you are using, but gestures is default on 11
Click to expand...
Click to collapse
Rindmann said:
Hey, I appreciate your help! So, as mentioned from you above, if I use both of those modules,nI can have a working immersive mode on 11? With the statusbar being disabled / autohidden? (Statusbar, not navbar). Best regards
Click to expand...
Click to collapse
It still doesn't rid of the status bar for me though. Navbar goes away like the fullscreen mode

Using a 1px-wide cutout to achieve full landscape in Android 11, neat. Thanks for the inspiration OP!

AndyYan said:
Using a 1px-wide cutout to achieve full landscape in Android 11, neat. Thanks for the inspiration OP!
Click to expand...
Click to collapse
Thanks! Took many hours of tweaking and searching through decompiled apks lol. Let's hope they either fix this issue system wide in android 12 or this mod continues to work

LOGMD said:
It still doesn't rid of the status bar for me though. Navbar goes away like the fullscreen mode
Click to expand...
Click to collapse
Probably you need to be using gestures instead of navbar, but that's just a guess. The mod is made to get rid of the little white line/pill at the bottom of the screen which also creates a small thin black bar when gestures is used.

xunholyx said:
Probably you need to be using gestures instead of navbar, but that's just a guess. The mod is made to get rid of the little white line/pill at the bottom of the screen which also creates a small thin black bar when gestures is used.
Click to expand...
Click to collapse
Ah yeah I use it like this with gesyures. But immersive mode historically came with settings.
No navbar.
No statusbar.
Fullscreen (no status and navbar)
I'm assuming that's what's being considered immersive mode that's broken.

Would it be possible to go full screen in portrait apps as well? Can't we push all status bar elements to the right? (punch hole on the top left)

aVider said:
Would it be possible to go full screen in portrait apps as well? Can't we push all status bar elements to the right? (punch hole on the top left)
Click to expand...
Click to collapse
With the custom setting you can push it as far right as you want.
Oneplus 8 series
However there's no ridding of the statusbar or even changing its size at the moment.
G-visual mod alters the status bar height and yes the content of the statusbar shrinks. But can't move the line below the camera that separates the statusbar from the action bar (this is not normal behaviour)
I've spent countless nights modding this to hell but the only way I got anything to work is remove all the system UI overlays using magisk - but then things like brightness control etc stop working
other devices
you could enable immersive (other mods should be compatible with this)
This mod however just inserts an object to the left which obstructs elements underneath to move, pushing all the content to the right would mean modifying a lot of XML files across different devices and compatibility would be hard (device specific)
What we perceive as the "status bar" is actually not just in one place in android, it consists of, status bar, keyboard status bar, heads up status bar and notification status bar.
My original pre release no nonsense mod was built like this, but I found it was version specific to even minor upgrades and was too volatile causing bootloops etc.
Not that it cannot be done.
sorry for the essay just sharing my findings

LOGMD said:
With the custom setting you can push it as far right as you want.
Oneplus 8 series
However there's no ridding of the statusbar or even changing its size at the moment.
G-visual mod alters the status bar height and yes the content of the statusbar shrinks. But can't move the line below the camera that separates the statusbar from the action bar (this is not normal behaviour)
I've spent countless nights modding this to hell but the only way I got anything to work is remove all the system UI overlays using magisk - but then things like brightness control etc stop working
other devices
you could enable immersive (other mods should be compatible with this)
This mod however just inserts an object to the left which obstructs elements underneath to move, pushing all the content to the right would mean modifying a lot of XML files across different devices and compatibility would be hard (device specific)
What we perceive as the "status bar" is actually not just in one place in android, it consists of, status bar, keyboard status bar, heads up status bar and notification status bar.
My original pre release no nonsense mod was built like this, but I found it was version specific to even minor upgrades and was too volatile causing bootloops etc.
Not that it cannot be done.
sorry for the essay just sharing my findings
Click to expand...
Click to collapse
I appreciate the information you shared. I'm trying to find info on the status bar and possible mods to get rid of the black bar in some games.
I'm actually using an oneplus 8 pro. I tried g-visual mod but it didn't work properly. (There is also a possibility I did something completely wrong).
Adding status bar padding changed nothing. There were elements behind the punch hole.
What custom settings are you referring to?

Related

[Q] Miscellaneous Q&A;Modding PA Halo to Samsung Multi-Windows

TL;DR, is it possible and is any dev attempting to mod the PA Halo to Samsung Multi-Windows?
(This probably isn't a question which validates an own thread, but it is something I wanted to know really badly; I suppose this can be a thread in which these miscellaneous questions like this one can be asked)
As we all know recently PA has recently open sourced HALO, for which edits in the rom are made to the following to make it work:
no. mostly systemUI. and one setting in framework.jar. -res contains only androids resources.
Click to expand...
Click to collapse
(source, molesarecoming at this thread:http://forum.xda-developers.com/showthread.php?t=2273074)
Since multi-windows is the only TW feature which really keeps me on TW roms I was wondering whether it was possible to mod the work done by PA, to mimic the multi-windows feature on AOSP(A) roms?
Since I am not a developer I can't really do it myself, I can list what in my opinion needs to be changed to have it function as Multi-windows;
Conditions; HALO now continues to be in front of the app it has been called before (this is also possible without getting a notification from the concerning app by adding this app to the HALO via "HALO)))"(source:https://play.google.com/store/apps/details?id=com.paranoid.halo)). The end behaviour from an app on the front now needs to be changed to some kind of added button. Right now it vanishes when you tap the app it is on top off.
Looks; the app in the background is being blacked out, this also needs to be removed. The size of the app being shown needs to become wider, full screen, by which it loses it 16:9 scale (Google may find this braking app compatibility, just as with cornerstone and CM)
I think these are the most obvious changes to be made to get Multi-Windows on AOSP(A)....
(Another idea maybe is to keep the HALO, the way it is, but made is resizesable and being able to move it around (the darkening of the other already running app still needs to be removed...))

Android 10 - Beta 1 - OnePlus 7 and OnePlus 7 Pro

From the Oneplus site
Hey everyone,
We are very excited to announce that we are ready to roll out the very first Open Beta build based on Android 10 for the OnePlus 7 Series.
Changelog
System
Upgraded to Android 10
Brand new UI design
Enhanced location permissions for privacy
New customization feature in the Settings allowing you to choose icon shapes to be displayed in the Quick Settings
Full Screen Gestures
Added inward swipes from the left or right edge of the screen to go back
Added a bottom navigation bar to allow switching left or right for recent apps
Game Space
New Game Space feature now joins all your favorite games in one place for easier access and better gaming experience
Smart display
Supported intelligent info based on specific times, locations and events for Ambient Display (Settings - Display - Ambient Display - Smart Display)
Message
Now possible to block spam by keywords for Message (Messages - Spam - Settings -Blocking settings)
Known Issues
Application compatibility issues
Low probability of system lag and stability issues
Please note: This instruction is only for OnePlus 7/7 Pro, and please make sure the battery level is above 30% and minimum 3GB of available storage space.
https://forums.oneplus.com/threads/...-for-the-oneplus-7-and-oneplus-7-pro.1099154/
The point of this thread was what exactly? To copy and paste the same exact thing from OnePlus Forums even though everyone knew that the Open Beta dropped yesterday?
TheKnux said:
The point of this thread was what exactly? To copy and paste the same exact thing from OnePlus Forums even though everyone knew that the Open Beta dropped yesterday?
Click to expand...
Click to collapse
Well, I didn't see a thread here related to Beta-1 being available and unless everyone on XDA also reads the OnePlus community forums, it's probable there are people out there who don't know Beta-1 has been released. I also figured this could be a place to discuss bug findings and fixes/workarounds in a forum where, in my opinion, the technical skills of the average poster is higher and that we would see better problem reporting and solutions rather than posts on how to revert back or about when will Q stable be released.
Now, regarding your post, what was your point in posting your comment?
Nic2112 said:
Well, I didn't see a thread here related to Beta-1 being available and unless everyone on XDA also reads the OnePlus community forums, it's probable there are people out there who don't know Beta-1 has been released. I also figured this could be a place to discuss bug findings and fixes/workarounds in a forum where, in my opinion, the technical skills of the average poster is higher and that we would see better problem reporting and solutions rather than posts on how to revert back or about when will Q stable be released.
Now, regarding your post, what was your point in posting your comment?
Click to expand...
Click to collapse
I was just curious. It makes more sense when you put it that way. I just figured @funkwizard is gonna make a post about it soon since he's usually the one that makes official posts about things related to OnePlus. There are already a few other bug posts about the beta so I just don't see a point in having multiple posts about the same thing cause then it just confusing and certain people like to ask the same thing on multiple threads instead of searching and then people have to answer the same questions people ask when they post the same thing all the time.
Navigation bars keeps resetting. And getting network locked message on TMobile to international phone
TheKnux said:
The point of this thread was what exactly? To copy and paste the same exact thing from OnePlus Forums even though everyone knew that the Open Beta dropped yesterday?
Click to expand...
Click to collapse
Dropped what? Nothing dropped as far as I know. Open Beta is still there
giaur said:
Dropped what? Nothing dropped as far as I know. Open Beta is still there
Click to expand...
Click to collapse
Dropped. Meaning as landed, released, came out, etc. ??*
Stating it's for the 7 series is not technically correct as 7 pro 5G is once again left out and not considered or taken seriously
Crazywhitie said:
Navigation bars keeps resetting. And getting network locked message on TMobile to international phone
Click to expand...
Click to collapse
I get that when I try Nova or Lawnchair launchers, it will always revert back to the 3 buttons. I also got stuck while playing Fallout yesterday. I had the gestures turned on and could not get out of the game. Swipe up (home) or swipe up and hold (recent) wouldn't work. I was able to finally go back to the launcher by going nuts tapping randomly on the screen but that was as interesting bug... stuck in a game.
RSA still hasn't bothered updating their token app for Android Q, it still thinks my phone has no network connectivity (cell or WIFI)
Android 10 Encryption :/
Is there a workaround to acces the "/" partition when magisk won't work? Or acces an android q encrypted internal storage?
Nic2112 said:
I get that when I try Nova or Lawnchair launchers, it will always revert back to the 3 buttons. I also got stuck while playing Fallout yesterday. I had the gestures turned on and could not get out of the game. Swipe up (home) or swipe up and hold (recent) wouldn't work. I was able to finally go back to the launcher by going nuts tapping randomly on the screen but that was as interesting bug... stuck in a game.
RSA still hasn't bothered updating their token app for Android Q, it still thinks my phone has no network connectivity (cell or WIFI)
Click to expand...
Click to collapse
Ok I was using lawnchair.. I'll just wait a few days ...
Crazywhitie said:
Ok I was using lawnchair.. I'll just wait a few days ...
Click to expand...
Click to collapse
You can switch back to gestures after setting a new launcher but I'm not sure how stable that it, the OS might want to revert back a few minutes later.
Nic2112 said:
You can switch back to gestures after setting a new launcher but I'm not sure how stable that it, the OS might want to revert back a few minutes later.
Click to expand...
Click to collapse
Yeah that's what it was doing to me. But the network lock (no signal) was the killer
Nic2112 said:
I get that when I try Nova or Lawnchair launchers, it will always revert back to the 3 buttons. I also got stuck while playing Fallout yesterday. I had the gestures turned on and could not get out of the game. Swipe up (home) or swipe up and hold (recent) wouldn't work. I was able to finally go back to the launcher by going nuts tapping randomly on the screen but that was as interesting bug... stuck in a game.
RSA still hasn't bothered updating their token app for Android Q, it still thinks my phone has no network connectivity (cell or WIFI)
Click to expand...
Click to collapse
I believe this has something to do with how the phone handles other launchers. When you are in another app for some time and then go back to home screen, the launcher gets opened which resets the buttons.
Already reported to OnePlus. I think others have also reported this to OnePlus.
If you want to consistently reproduce this issue, Just change the default launcher to OnePlus launcher and back to Nova, you will see the navbars reset
Battery life seems much better than DP5 for me. It has only been 24 hours of course so it's not long enough but I lost 6% battery for 3 hours at work while on DP5 it was closer to 20% for 3 hours of light use.
Nic2112 said:
You can switch back to gestures after setting a new launcher but I'm not sure how stable that it, the OS might want to revert back a few minutes later.
Click to expand...
Click to collapse
Interestingly the gestures now rotate with the phone meaning to exit you must swipe on the horizontal edge.
Does anybody know why we don't get the dark mode? Pixel has it but why don't we? I don't mean the bad "forced" dark mode in developer options.
Zocker1304 said:
Interestingly the gestures now rotate with the phone meaning to exit you must swipe on the horizontal edge.
Does anybody know why we don't get the dark mode? Pixel has it but why don't we? I don't mean the bad "forced" dark mode in developer options.
Click to expand...
Click to collapse
Use force dark ui in dev settings. Although I don't recommend because apps like Facebook and suck don't have dark mode and text will be unreadable
joemossjr said:
Use force dark ui in dev settings. Although I don't recommend because apps like Facebook and suck don't have dark mode and text will be unreadable
Click to expand...
Click to collapse
While I had override force dark on my ambient display became completely gray? I'm guessing it's just a system wide color inverter
Unfortunately the navbar will keep switching back on reboot/launcher change until OP fixes it. "Officially" the gesture navigation should only work with the stock launcher (since elements of the navigation are in the launcher itself), thus changing launchers will kill it (even though it is clear that the navigation works just fine without using the stock launcher). The reset is most likely caused by leftover code that checks if the launcher can provide the navigation gestures + recents, and if it can't, it disables the gestures (then proceeds to load recents + nav gestures from the fallback launcher, which is the stock one, but the reset still happens).
As for when the home gesture doesn't work. Try opening and closing the notification drawer, that usually fixes the nav gesture issues for me.
Zocker1304 said:
Interestingly the gestures now rotate with the phone meaning to exit you must swipe on the horizontal edge.
Does anybody know why we don't get the dark mode? Pixel has it but why don't we? I don't mean the bad "forced" dark mode in developer options.
Click to expand...
Click to collapse
I have the Android 10 beta on my op7 pro and I have dark mode
Sent from my GM1915 using Tapatalk

Few things i noticed after upgrading to Android Q

I made a post after getting pie update and now, here is an in-depth list of features of android Q in ZMP M1
all phones are not getting the same features
removing screen lock /fingerprint doesn't save you from password after update (at least it didn't work for me ) make a backup of everything in case you need to reset
list of things I'll suggest making a backup
WhatsApp chat
google photos
apps with es file explorer or any such file manager
settings + contacts+ call log+ messages from settings backup
notification led :
I like to turn it off all the rime even when charging but in android Q I couldn't find any way to disable it during charging
i was checking my old post about pie
1. Ambient Display : settings>display>advance>Ambient Display
It works only when you get a notification (its dope would like it being enabled always) though Daydream nowhere to be found.
Click to expand...
Click to collapse
so ambient display is gone screensaver is back (edit: its renamed and moved to display lock screen area as new notification toggle)
volume panel:
change volume click more slider button and this is how to devolve UI it shows a big screen covering prompt to show sliders
font in developer settings only two options device default seems better
no third-party launcher supports the new gesture navigation but it is a problem on google's part
left earphone to week? there is audio balance in assessability settings
vibratin and haptic feedback in assessability
not the true dark mode in assessability settings dark theme and color inversion options are nearby enough to test what we could have got for dark mode
dark mode doesn't get turn back to a light mode in live wallpaper
assessability volume key shortcut might come in in handy for some but it makes a notification sound
there is charging sound and vibration in sound settings might want to turn it off, I have seen Samsung charging sound but Asus just makes the phone vibrate with a faint sound might scare people who don't know as it's on by default in android q
I am getting the rotate once button in navbar when autorotate is off I am using two-button navigation and a small circle when using gesture
the lockdown option to prevent unlock by any other means now also prevents notification to show can be enabled in display>lock screen display> show lockdown option
in gesture navigation you can swipe up and continue in an app to make it go smaller beyond it should go
to start android it asks for setup screen lock password it is stepping in the right direction but we should have it in kernel/bios as once entered in recovery mode anyone can reset a phone
QR code to share wifi available
still no way to monitor or block devices connected to your hotspot
default Bluetooth name QCOM-BTD Qualcomm's BLE chip?
widgets to settings shortcut there should be system UI tuner after opening it shows this funny warning message
apps notificatio>notification snoozing useless button more useless because cant see snooze option in youtube notification
battery saver got new auto turn off at 90% feature
battery picture in battery settings seems thick would prefer "ampere app" like stats in later versions
display don't have color temperature adjust
accelerated location something about data storage and data concent
high accuracy, battery saver, etc options for location not available
google play system update is 1 January 2020 please update it
security patch is 5nov 2019
privacy section is great but would like fingerprint prompt in autofill scenario as like for wifi sharing
digital wellbeing well let's skip it as I already have 18 unlocks 1 hr30 mins in the settings app and will have 4hr+ in youtube so let's skip it
verificatin code auto fill in google settings I something nice to have but also worrying
now you can directly launch apps from app info after force stopping
in about phone >emergency info> medical info you can add your profile pic and emergency contacts
dev options> picture color mode sRGB does this option even work any were?
in dark mode theme when searched in settings there is a white padding
dev options> game driver properties I don't know what it does perhaps boost graphics performance
feature flags section in dev options shows nothing except experimental (edit: these were removed in Q beta 3)
system traces have many options like pre CPU buffer and in the category, it has some tick box options and possibly CPU performance after we stop getting updates
swipe up to recent in any navigation option seem a bit too sensitive
audio seems of though I only watched youtube (Linus tech tips) so far that is without headphones
in dev options audio Bluetooth codec shows APTX HD and other option which might make Bluetooth audio great
in dev options profile HWUI seems new but not sure what it is the bars shown on-screen seems familiar
in dev options adaptive notification priority makes no difference and doesn't have any description but a quick google search shows it is supposed to make low notification priority genital
in dev options apps can be installed in external storage option
in dev options force activities resizable doesn't work in split-screen view but I may be doing something wrong
also I hate the lock icon when unlocking also there is no center icon with face/fingerprint or padlock in lock screen
in dev options wifi entending option might help in office or home to extend wifi if it works
in dev options enable freeform windows doesn't work
in dev options forced desktop scant be tested as no video output but wireless display might allow haven't tested
in dev options I enabled bubble notification will add things that can access it
in dev options auto fill section is too vague and I am not getting what anything does
in the last pie post I said
2. icons in overview/multitasking screen
Settings>apps>default apps>home app> quick setup(new name for launcher3)>home screen>home settings>change icon shape >go back to your preferred launcher.
Click to expand...
Click to collapse
it is now in theming in dev options
also ambient display (not to be confused with screensaver) kicks in when getting notification while the screen is off (edit: realized after posting this Asus renamed and moved to it to display> lock screen display> new notification )
widevine changed to L3 its used to stream Amazon Prime Video, BBC, Hulu, Netflix, Spotify, and Disney+ use Widevine DRM to manage the distribution of premium content. as a college student who has no job and already has to spend money on Jio internet I don't have any above-mentioned subscriptions and if you do use any services according to other beta testers you won't be supposably able to access them while in beta.
camera app
in pro mode no shutter speed control option
max iso in pro mode is 1600 like in HMD global camera
auto video encoder is h264
portrait mode has extremely bad edge detection
night mode isn't that good
no fps option for video like 24,25,29.98,30,60 fps etc
no raw support in stock camera app resulting in assumption camera2api isn't enabled by default, though I enabled it in pie and it carried forward maybe so I am not sure.
it is a bit long but if you are reading this then thanks for reading till the end I'll format the whole thing later
{Mod edit: Quoted OP removed for better reading}
There's really no option for notification led,
You get wake display for new notifications in lock screen display
I don't like that either its ugly pie sliders were better.
Is that even important fonts are fonts and generally no aosp thing gets custom font support and Google sans are for pixel things. Idk about which fonts will our phone get.
Third party launchers will work after December android security patch builds.
Dark mode is in display options and works good.
I don't know what dark theme and wallpaper have to do.
The srgb thing works but android or its apps aren't made to use srgb colors default is rgb which is used by most of the web.
Feature flags were removed by Google in beta 3 of Android 10.
Force activities resizable makes apps which don't work or don't allow split screen (insta) are made to be opened in split screen.
Enabling free form works and can be accessed from recent apps screen - click the app icon - open in free form. (don't know how you tested it)
Auto fill helps in password managers to fill in usernames and passwords.
It's in wake display also same to your missing ambient display.
Other things I've left are either too much to explain / really broken / I don't care of those since I don't use it.
Widevine has changed to l3 you didn't notice.
Sound output isn't very great it'll be fixed in next build I've reported that to asus.
There's really no option for notification led,
Click to expand...
Click to collapse
it is named as blink light there is a way to just turn it off but it still lights up when the phone is turned on which previously in the android pie it didn't
You get wake display for new notifications in lock screen display
Click to expand...
Click to collapse
I realized it too late going to edit it in
I don't like that either its ugly pie sliders were better.
Click to expand...
Click to collapse
the only good news I have is while in a call it shows call slider normally.
Is that even important fonts are fonts and generally no aosp thing gets custom font support and Google sans are for pixel things. Idk about which fonts will our phone get.
Click to expand...
Click to collapse
no it isn't that important but I thought that it's interesting and the options are:
device default.
noto serif/ Source Sans Pro.
Third party launchers will work after December android security patch builds
Click to expand...
Click to collapse
You are talking about gesture navigation, right? Teslacoilapps says this.
Dark mode is in display options and works good.
Click to expand...
Click to collapse
Like the official Reddit app has a dark modeand AMOLED dark mode. the difference is #333943 and #000000. The dark mode is not truly dark but gray.
I don't know what dark theme and wallpaper have to do.
Click to expand...
Click to collapse
In Android pie when you set the theme to dark mode and use live wallpaper it uses auto revert back to light mode now it doesn't.
The srgb thing works but android or its apps aren't made to use srgb colors default is rgb which is used by most of the web.
Click to expand...
Click to collapse
nowadays phones are getting so powerful and people can take great pictures so shouldn't sRGB be enabled by default? like it does help semi-professional photo editing if we get a bit more color accuracy.
Feature flags were removed by Google in beta 3 of Android 10.
Click to expand...
Click to collapse
I didn't know that, but now I do. Thanks for that.
Force activities resizable makes apps which don't work or don't allow split screen (insta) are made to be opened in split screen.
Click to expand...
Click to collapse
My bad, I thought it allowed resizing the split-screen apps like increasing the top window while decreasing the bottom one
Enabling free form works and can be accessed from recent apps screen - click the app icon - open in free form. (don't know how you tested it)
Click to expand...
Click to collapse
Samsung has a float window feature like actual windows pc like windows I thought it was like that feature i tried it as you mentioned but didn't get results i was expected
Auto fill helps in password managers to fill in usernames and passwords.
Click to expand...
Click to collapse
I think this is about this line
in dev options auto fill section is too vague and I am not getting what anything does
Click to expand...
Click to collapse
My question is what is
logging level
off
debug
verbose what does these mean
max request per session (it's just a field to enter a number what does it control)
max visible datasets (it's just a field to enter a number what does it control)
It's in wake display also same to your missing ambient display.
Click to expand...
Click to collapse
I found it after posting this thread and didn’t get a chance to update it.
Other things I've left are either too much to explain / really broken / I don't care of those since I don't use it.
Click to expand...
Click to collapse
things are too much to explain / broken but I like to deeply analyze things and couldn't find an in-depth bug list while thinking whether I should get in beta so after upgrading I made one. it has some errors but I am working on it
Widevine has changed to l3 you didn't notice.
Click to expand...
Click to collapse
that's something related to Netflix i don't have an account so wasn't able to notice it, though I saw it mentioned it in Asus forums
Sound output isn't very great it'll be fixed in next build I've reported that to asus.
Click to expand...
Click to collapse
I saw this problem also mentioned in the forums and I asked my friends if my phone sounds different and didn't got any negative report also I watched youtube for 4hrs on Thursday and didn't heard any difference
Would be interested to know how to turn off the lock screen. Lock screen none does not appear as an option.
Regards.
Gestures are enabled by Google after December security patch nova / most other launchers work with gestures. You can however use 2 button and 3 button navigation perfectly.
About that dark and black mode difference we don't have an amoled or led display it's an lcd so it won't make difference in battery but kind of personal choice. I like dark more than black.
The thing about wallpaper and dark thing - in android 9 dark/light theme was set by wallpaper color so live wallpapers needed to support color picker api to tell the device to keep light or dark theme. (it was half broken by asus as selecting dark theme should've disabled the api completely, but using pixel default live wallpapers they had that api so dark mode worked with them).
That srgb was being considered by Google they dropped it as it broke a lot of the things.
You can resize top and bottom windows just hold the middle line in centre and drag it where you want to put it. (I use 400 dpi so I get more steps).
It's because that feature is intended towards large screen tablets or foldables and Samsung made their own thing, (the free form window thing).
It's for devs making password manager apps or autofill apps those people need it for debugging, the logging levels are to make reports to find bugs, the max request is how many times in one field the autofill will attempt to fill in credentials. The max visible dataset is if you have multiple accounts to one app (take Gmail as example) so while trying to autofill it lists all of available accounts to show (I'm not an expert in this so I maybe wrong if needed confirm that.
About sound issue it is very real and use some good quality earphones or compare side by side with 060 running device.

EdXposed and Gravitybox working on ROG phone 3?

As the title asks, does anyone know if EdXposed amd GravityBox are working on the ASUS ROG Phone 3? If they are working, are there any features that are known to cause problems and should not be used?
Thanks all and stay healthy!
Exposed should work fine (haven't tried it myself though).
I thought GravityBox was for Samsung devices only......?
You can also try SystemUI Tuner - a lot of its tweaks do work.
Hey, thanks for the response. As for GravityBox, as far as I know (I could certainly be wrong though) it's developer originally designed it for OnePlus phones due to OnePlus's willingness to give out it's android source code to make it easier for users to root it. Later on, the developer decided to add support for other phones as well.
As for SystemUI Tuner, I've never heard of it. Does it require root? (Im asking because obviously root allows far more customization and that is what I'm looking for.) I am a several year GravityBox user and I want to have at least most of the customization features from GravityBox if I am going to be using a different app/piece of software. For example, I would like to still have the feature such as being able to customize the number of rows and columns in quick settings, keeping the screen off when the charger is plugged in and unplugged, changing the carrier text (i.e. instead of "MyCarrier" you can put anything you want), having the network speed & date AND time in the status bar and changing the position of all of the items in the status bar, having right and left arrow keys in the NavBar when the keyboard is showing, amongst other things.

[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