YesDoes we need to be root and install magisk modul to use Addon Features?
YesDoes we need to be root and install magisk modul to use Addon Features?
Which apps are you seeing that have no white line?
Also, are you rooted or unrooted?
I'm currently unrooted, but, I may go back to root just to gain this feature back (that is, if it still works for rooted users).
Off topic (my apologies) .... The other reason I'm likely going back to root is to regain use of all the features of the app SD Maid (Pro). (There is a support thread here in XDA if anyone is interested in that app & it's available in the Google Play Store).
I'm honestly curious, is there a reason to get the one from the Telegram group versus from [MOD][MAGISK][ANDROID 12] Addon Features for Pixel Devices - Pixel 6 Pro Thread?I ended up removing Shizuku and Fabricate Overlays and installed the Addon Features for Pixel Devices and was able to get rid of the pill and hide the navbar in there. Just make sure you get the newest update from the Telegram Group.
It doesn't matter now but when I posted that there was a newer test version on the Telegram Group.I'm honestly curious, is there a reason to get the one from the Telegram group versus from [MOD][MAGISK][ANDROID 12] Addon Features for Pixel Devices - Pixel 6 Pro Thread?
Not anymore unfortunately...
What's the percentage likelihood that hiding the navbar will be a stock feature added in the official Google February patch?
I had to rollback the January update back to November's to enable hiding of the navbarWhy is Google insistent on causing screen burn on the base of my screen and permanently wasting screen space real estate?? It's really not too much to ask that we have the option to turn off the navbar when it's a standard feature across many competing Android phones.
0.00000000000000000000000000000000000000000000000000000001%What's the percentage likelihood that hiding the navbar will be a stock feature added in the official Google February patch?
I had to rollback the January update back to November's to enable hiding of the navbarWhy is Google insistent on causing screen burn on the base of my screen and permanently wasting screen space real estate?? It's really not too much to ask that we have the option to turn off the navbar when it's a standard feature across many competing Android phones.
What's the percentage likelihood that hiding the navbar will be a stock feature added in the official Google February patch?
Google only introducted the api (that FabricateOverlays uses) in Android 12, so it will never work with A11.Pixel 2 XL Android 11 can't install FabricateOverlays app. Please Support for android 11. Thanks
If you set it to 0, there's a weird bug in the Camera app that lag every time you change mode.Why set android:dimen/navigation_bar_height to 1? Setting it to 0 completely hides it
As I recall, it affects the dimensionality of apps. For example, I had issues with Instagram squishing shorts I opened up because of how the screen space is calculated.Why set android:dimen/navigation_bar_height to 1? Setting it to 0 completely hides it
Ohhhh! Yeah the arrows are still there. Andddd I didn't know the camera lagged like hell until now...I am uninstallimg it.When you Swype fromt the sides to go back the back arrows still appear, I just installed any way to get rid of that?
I also notice lag when changing camera modes...
Maybe you should try flashing the latest release : 1.1.0. It's only two weeks old so probably more up to date! If it crashes, you can file an issue on the developer's github page, which I have linked in the OP. Good luck!Fabricated crashes when selecting Android system, I am rooted aswell. Does anyone have a fix? If it's relevant, I am on Android 12L, derpfest rom
Thanks for the great advice. ProtonAOSP ROM wasn't working with hiding the navbar after Jan. Picked up the Vivid Nav one and the module you shared helped without a hitch.How To Hide Navigation bar completely ( To support 3rd party navigation apps )
1. Change navigation to 3 button navigation in Setting --> System --> Gestures --> System navigation
2. Install navigation app ( e.g Fluid navigation gestures or vivid navigation gestures ) and enable and configure it before rebooting the device
3. Flash below magisk module and reboot the device
Now you can use your favourite navigation apps like Fluid navigation gestures or vivid navigation gestures app
adb shell sh /sdcard/Android/data/moe.shizuku.privileged.api/start.sh
Hi, some people on reddit have compiled a spreadsheet. It is incomplete but it's a start: https://docs.google.com/spreadsheets/d/1n3-EbZWS18TzDErelJIB_1lPLtih7eJ5VVx0djHOIFs/edit#gid=0i think the other question is what kind of other good tips/tricks can be done with this apps?
> adb shell
> su
# cmd overlay fabricate --target android --name ChooseYourName1 android:dimen/navigation_bar_frame_height 0x05 0x00
# cmd overlay enable ChooseYourName1
# cmd overlay disable ChooseYourName1
# cmd overlay list
#
# cmd overlay fabricate --target android --name ChooseYourName2 android:dimen/navigation_bar_height 0x05 0x01
# cmd overlay