Question Remove bottom navigation bar with root? - Google Pixel 6

Hi everyone,
Can someone tell me how I can remove the bottom navigation bar using root? Seems like everything I find is geared towards "without root" but nothing that says how to do it with root.
Thanks.

biglo said:
Hi everyone,
Can someone tell me how I can remove the bottom navigation bar using root? Seems like everything I find is geared towards "without root" but nothing that says how to do it with root.
Thanks.
Click to expand...
Click to collapse
A few of mods you can use:
[MOD][MAGISK][ANDROID 12] Addon Features for Pixel Devices - Pixel 6 Thread
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...
forum.xda-developers.com
Stand alone Clock, Navbargone, etc. Mods
Statusbar 7 Notification is baked into most of these mods. Flash in Magisk App. For most part, these cannot be flashed together. An exception is the Navbar Remover. You would need to flash that one second (after you have already flashed and...
forum.xda-developers.com
GitHub - Magisk-Modules-Repo/HideNavBar
Contribute to Magisk-Modules-Repo/HideNavBar development by creating an account on GitHub.
github.com
This one doesn't have that option yet (I don't think), but believe he is going to try to implement it...
[MOD] RENOVATE ICE 7.0 - raven & oriole - Android 12L
First off hi to everyone on the Pixel forums. I have been around quite some time. Firstly HTC, then Samsung, OnePlus and now Google :). Hopefully my work will be as popular and appreciated here as it was on previous devices. RENOVATE ICE is...
forum.xda-developers.com

Lughnasadh said:
A few of mods you can use:
[MOD][MAGISK][ANDROID 12] Addon Features for Pixel Devices - Pixel 6 Thread
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...
forum.xda-developers.com
Stand alone Clock, Navbargone, etc. Mods
Statusbar 7 Notification is baked into most of these mods. Flash in Magisk App. For most part, these cannot be flashed together. An exception is the Navbar Remover. You would need to flash that one second (after you have already flashed and...
forum.xda-developers.com
GitHub - Magisk-Modules-Repo/HideNavBar
Contribute to Magisk-Modules-Repo/HideNavBar development by creating an account on GitHub.
github.com
This one doesn't have that option yet (I don't think), but believe he is going to try to implement it...
[MOD] RENOVATE ICE 7.0 - raven & oriole - Android 12L
First off hi to everyone on the Pixel forums. I have been around quite some time. Firstly HTC, then Samsung, OnePlus and now Google :). Hopefully my work will be as popular and appreciated here as it was on previous devices. RENOVATE ICE is...
forum.xda-developers.com
Click to expand...
Click to collapse
Thank you very much for the quick response!

biglo said:
Thank you very much for the quick response!
Click to expand...
Click to collapse
No problem. You can also just look in the Themes/Apps/Mods tab of the Pixel 6 forums, for future reference
Google Pixel 6
The Google Pixel 6 is a 6.4" phone with a 1080x2400 resolution display. The Google Tensor chipset is paired with 8GB of RAM and 128/256GB of storage. The main camera is 50+12MP and the selfie camera is 8MP. The battery has a 4614mAh capacity.
forum.xda-developers.com

Lughnasadh said:
No problem. You can also just look in the Themes/Apps/Mods tab of the Pixel 6 forums, for future reference
Google Pixel 6
The Google Pixel 6 is a 6.4" phone with a 1080x2400 resolution display. The Google Tensor chipset is paired with 8GB of RAM and 128/256GB of storage. The main camera is 50+12MP and the selfie camera is 8MP. The battery has a 4614mAh capacity.
forum.xda-developers.com
Click to expand...
Click to collapse
Thanks, I'm just getting reacquainted with the forums again. It's been a while since I've been active and a ton of stuff has changed.

All you have to do is :
Install Magisk Hide Props Config
su (gain root access)
props (open the hideprops menu)
5 (Add/edit prop values)
n (New custom prop)
qemu.hw.mainkeys (the build prop for whether to include softkey navbar)
1 (sets the build prop to disable the softkey navbar)
y (yes to continue with defaults)
y (yes to reboot)
It works on stock and even on custom ROMS.
No more Navbar and you can use fluid or vivid

biglo said:
Thanks, I'm just getting reacquainted with the forums again. It's been a while since I've been active and a ton of stuff has changed.
Click to expand...
Click to collapse
I do miss the old forum layout. That was so easy and clean looking. If only we had a way to "root" that problem. lol

roaduardo said:
I do miss the old forum layout. That was so easy and clean looking. If only we had a way to "root" that problem. lol
roaduardo said:
I do miss the old forum layout. That was so easy and clean looking. If only we had a way to "root" that problem. lol
Click to expand...
Click to collapse
LOL IKR!
Click to expand...
Click to collapse

Is there any way to move the navigation bar at the top?

biglo said:
Hi everyone,
Can someone tell me how I can remove the bottom navigation bar using root? Seems like everything I find is geared towards "without root" but nothing that says how to do it with root.
Thanks.
Click to expand...
Click to collapse
For new visitors to this post, it looks like the stock firmware now supports this, to some degree.

Do you guys have a screenshot of what of the result of removing navigation bar? Thanks

Related

[Mod][Xposed] Google Search Bar Destroyer

Here's a quick Xposed module I whipped up to get rid of that unsightly Google Search Bar on the homescreen. I use a very generic hook point, so the search bar may also disappear in Google Now among many other possible places. I purposely do this for longevity of the patch (only one update since Sept '15). Thanks to theknut/GEL's Xposed module for providing some early hints on hook points.
(This module is not specific to the Axon, but it is my current device for testing)
http://repo.xposed.info/module/com.none.gsb_destroyer
jeboo said:
Here's a quick Xposed module I whipped up to get rid of that unsightly Google Search Bar on the homescreen. I use a very generic hook point, so the search bar may also disappear in Google Now among many other possible places. I purposely do this for longevity of the patch (only one update since Sept '15). Thanks to theknut/GEL's Xposed module for providing some early hints on hook points.
(This module is not specific to the Axon, but it is my current device for testing)
http://repo.xposed.info/module/com.none.gsb_destroyer
Click to expand...
Click to collapse
Does it make the space usable also? In Google now launcher, when removing the search bar, does the space become usable?
Thanks
maximuns said:
Does it make the space usable also? In Google now launcher, when removing the search bar, does the space become usable?
Thanks
Click to expand...
Click to collapse
I'm not sure that you can reclaim that space, as the Remove/Uninstall drop-shortcuts are there as well.
jeboo said:
I'm not sure that you can reclaim that space, as the Remove/Uninstall drop-shortcuts are there as well.
Click to expand...
Click to collapse
Just installed the module yesterday, I can't use that space (as jeboo said, the remove/uninstall-icons are there). I'm using a Aquaris X5 Plus, Android 6.0.1.
But, hey, that ugly search bar is..."destroyed"! ...wonderful!
Thank you jeboo (and also to theknut, even if XGels can't hide the bar within the latest Search version)!
jeboo said:
Here's a quick Xposed module I whipped up to get rid of that unsightly Google Search Bar on the homescreen. I use a very generic hook point, so the search bar may also disappear in Google Now among many other possible places. I purposely do this for longevity of the patch (only one update since Sept '15). Thanks to theknut/GEL's Xposed module for providing some early hints on hook points.
(This module is not specific to the Axon, but it is my current device for testing)
http://repo.xposed.info/module/com.none.gsb_destroyer
Click to expand...
Click to collapse
This module is amazing. Take my money.
I would like to support development to see the space where the search bar used to be as usable space where widgets and icons can now be placed.
لم ي
I think it'll go away if you just delete velvet from priv-app.
I got rid of it somehow but I dont remember exactly how.
Error parsing packge on zte blade a110 Android 5.1
R1SC said:
Error parsing packge on zte blade a110 Android 5.1
Click to expand...
Click to collapse
Only tested on Marshmallow, sorry.
It doesnt work on Resurrection Remix 5.8.5 (Nougat 7.1) for Samsung Note 3.
Osc69 said:
It doesnt work on Resurrection Remix 5.8.5 (Nougat 7.1) for Samsung Note 3.
Click to expand...
Click to collapse
It's hard to say what the conflict could be without more information. Do they modify any Google apks as part of their mods? I've not heard any other bug reports, of course I'm only testing on the ZTE Axon 7 and Moto X Pure.
Do people have this working on Oreo 8.1? I'm on a Google PixleI 2 and can't get it to work. Other Xposed applications are working just fine.
Any ideas?
Notnilc said:
Do people have this working on Oreo 8.1? I'm on a Google PixleI 2 and can't get it to work. Other Xposed applications are working just fine.
Any ideas?
Click to expand...
Click to collapse
Potentially stupid question, but why not just use another launcher? Nova Launcher let's you remove the search bar, in addition to adding about a million other features.
Certainly not a stupid option. I was using Nova on my Pixel 1 when I didn't have Xposed. I'll most likely go back to that solution.
Notnilc said:
Do people have this working on Oreo 8.1? I'm on a Google PixleI 2 and can't get it to work. Other Xposed applications are working just fine.
Any ideas?
Click to expand...
Click to collapse
I'll take a look once the axon7 Oreo build is released.
Any updates on this? I'm also on a Pixel 2 XL and the xposed module doesn't work. I'm also running oreo 8.1.
Thank you
superzanti said:
Any updates on this? I'm also on a Pixel 2 XL and the xposed module doesn't work. I'm also running oreo 8.1.
Click to expand...
Click to collapse
I was hoping Oreo would be out by now. If I get a chance to flash an unofficial build, maybe I can update the module before the official release.
That would be so awesome! Thanks.
Error parsing packge android 4.1.2

[MOD][Xposed][8.1] ForceDarkModeOreo

Force Dark Mode for Android Oreo (8.1)
Google introduced Android's new WallpaperColors API for Android 8.1 in December 2017.
This module is for bypassing the API by returning always black color values to force system wide dark mode and to save your eyes of the light theme UI. Dark theme is automatically enabled when using dark wallpapers, but the problem is usually live wallpapers which must implement the API as they are dedicated applications and in control of the wallpaper rendering, otherwise system defaults to using light theme.
The module is really simple at first (version 1.0) as there's no options or user interface, but I accept feedback and help for future development when it's needed and/or wanted.
Requirements
Android 8.1 (API 27) or newer
Xposed Framework version 90 or newer
Usage
Download and enable module
Reboot.
Embrace the darkness.
Links
Download APK
Xposed repository
Github repository
Does this enable dark theme in settings too? Or just notification panel?
TENN3R said:
Does this enable dark theme in settings too? Or just notification panel?
Click to expand...
Click to collapse
This module enables global dark mode by fakeing wallpaper color. Every app that observes WallpaperColor API for theming (like System UI) are effected.
Settings app doesn't implement color theming, so it stays white.
I guess this won't work on Oreo 8.0, will it?
If so, do you have any other idea how to get rid of the sunglasses if using my phone in a dark room? Think it's kind of annoying that they switched from dark grey to nearly white
Is it possible to implement the exact opposite? (Option to force light mode when a dark wallpaper is on)?
rickysidhu_ said:
Is it possible to implement the exact opposite? (Option to force light mode when a dark wallpaper is on)?
Click to expand...
Click to collapse
I agree with this man I'm just kinda bored of dark mode and I think white might look quite clean :laugh:
Is it possible to get this to work with Oreo 8.0?
ElChupaNibre said:
Is it possible to get this to work with Oreo 8.0?
Click to expand...
Click to collapse
No, dark theme was implemented on Android 8.1 by original Android developers. I'm not responsible for the actual theme and this module is for force enabling it.
Read the first post.
Edit: You could check if Android Oify has this feature.
CR4IGY_BOY said:
I agree with this man I'm just kinda bored of dark mode and I think white might look quite clean :laugh:
Click to expand...
Click to collapse
I'm working on an option to choose between dark and light mode.
Joas8211 said:
I'm working on an option to choose between dark and light mode.
Click to expand...
Click to collapse
Awesome thankyou
Is there any way to choose which color you want to force? Like be able to force green or orange for example. Nice work so far.
rvarma01 said:
Is there any way to choose which color you want to force? Like be able to force green or orange for example. Nice work so far.
Click to expand...
Click to collapse
There's an app in Playstore which does this. It's called LWP+
All text in the notification from Maps is black on black. Any suggestions how to fix this?
Sorry for my weird question? but i can't download apk for this module?. This link send me to its source code of the app.
Do i have to compile source code to use module?.I don't know how to compile source code to install apk
---------- Post added at 06:08 AM ---------- Previous post was at 06:05 AM ----------
Gouravgamer said:
Sorry for my weird question? but i can't download apk for this module?. This link send me to its source code of the app.
Do i have to compile source code to use module?.I don't know how to compile source code to install apk
Click to expand...
Click to collapse
I got it, link in the exposed module for apk. but still how to compile? Do I have to use pc for this.
Anyway to get this to work on nougat rooted without xposed installed?
Would be very glad or a similar app to theme the whole phone
Substratum seems to give me problems
Hi'yall
First of all thanks for the mod it would be great.
It truly enables the dark mode even on the app drawer. Which is being missed by the next dark theme forcer app. But this makes fb messenger, the full version (orca) crash as soon as i try to open a chat thread. Remove the mod and it is fine... Not enough to disable it...
Have u guys felt this or is it only for me?
Btw i am on:
Xiaomi redmi note 4 mido
Los 15 straight from lineage.
Magisk latest
Xposed sdk 27
I install it and enable it in xposed but my n960f seems nothing happened.
Updates Incoming (some day)
Because of a number of the feature requests in this thread, I'm planning to do a big upgrade and add compability for modern (eg. Android 10) versions in the future. The plan is to add support for users that aren't using Xposed and fix bugs that has risen from Android updates. That would include stock Android users and Magisk users or other mod framework users, if and where possible.
Feature Requests
Don't expect for the upgrade to come too soon, but I promise that I'll continue working on this project when I can. I have really to tight schedule so just hang a bit and submit bug reports and / or feature requests.
For proper tickets visit the GitHub repository's issues page and add the features you want there.
hi there.i sooo much want this module.will it work on alpha omega rom oreo 8.. on the lg v20...pleaseee
serpent android said:
hi there.i sooo much want this module.will it work on alpha omega rom oreo 8.. on the lg v20...pleaseee
Click to expand...
Click to collapse
Well. The module is made for Android Oreo 8.1, so I don't see why it wouldn't work. I haven't tested it with other than stock Nexus 5x, but the changes are made for AOSP.
Report back if you can't get it to work. I'm happy to help if you got any issues. I will not guarantee that I will make any updates since this is kind of forgotten and "left as is" project of mine.

Magisk Module "noneDisplayCutout" (full screen for apps in landscape)

Magisk Module "noneDisplayCutout" activates additional option in DevSettings - https://github.com/Magisk-Modules-Repo/noneDisplayCutout
Pixel 4a screen is blacked out on left side without this mod in the Netflix app. See attached screenshot.
"[Remove display cutout][ROOT] Full screen 21:9 for apps in landscape, incl Netflix" https://forum.xda-developers.com/one-vision/how-to/remove-display-cutout-screen-219-apps-t4057851
I don't have a Pixel 4a yet, but I hope that this mod looks the same as on the Motorola Vision One (see attachment).
cmstlist said:
At the OS level, if your app is not declaring in some way that it is "hole punch / cutout compatible" then it doesn't report those pixels as available to the app. This would be done to ensure that apps do not unwittingly draw a necessary UI element right on top of the hole.
More info here: https://developer.android.com/guide/topics/display-cutout
Presumably what the Magisk module does is force apps to behave in a cutout-allowed manner.
Click to expand...
Click to collapse
SGH-i200 said:
Magisk Module "noneDisplayCutout" activates additional option in DevSettings - https://github.com/Magisk-Modules-Repo/noneDisplayCutout
Screen blacked out on left without this mod see attachment.
Click to expand...
Click to collapse
Dosnt seem to change anything.
kc6wke said:
Dosnt seem to change anything.
Click to expand...
Click to collapse
Does the Magisk module add a new entry (see list before activation of module in screenshot) in the developer settings or not?
SGH-i200 said:
Magisk Module "noneDisplayCutout" activates additional option in DevSettings - https://github.com/Magisk-Modules-Repo/noneDisplayCutout
Pixel 4a screen blacked out on left side without this mod see attachment.
I don't have a Pixel 4a yet.
Click to expand...
Click to collapse
SGH-i200 said:
Does the Magisk module add a new entry (see list before activation of module in screenshot) in the developer settings or not?
Click to expand...
Click to collapse
Yes it does
kc6wke said:
Yes it does
View attachment 5086127
Click to expand...
Click to collapse
But if you select the new entry and restart your Pixel, there is no change at all? Please compare to the picture of the Motorola One Vision I added to the first post.
SGH-i200 said:
But if you select the new entry and restart your Pixel, there is no change at all? Please compare to the picture of the Motorola One Vision I added to the first post.
Click to expand...
Click to collapse
Selected no cutout, rebooted, no change at all
kc6wke said:
Selected no cutout, rebooted, no change at all
Click to expand...
Click to collapse
Thanks for testing! I will try to understand the sources to update the mod, when I have the 4a myself... https://github.com/Magisk-Modules-Repo/noneDisplayCutout
SGH-i200 said:
Thanks for testing! I will try to understand the sources to update the mod, when I have the 4a myself... https://github.com/Magisk-Modules-Repo/noneDisplayCutout
Click to expand...
Click to collapse
Anything I can do to help? would really like to see this work.
I've never done magisk modules but I have done some modding myself
let me know
kc6wke said:
Anything I can do to help?
Click to expand...
Click to collapse
If you are knowledgeable enough to 'reverse engineer' the Magisk module yourself, open the file https://github.com/Magisk-Modules-R...ionNone/DisplayCutoutEmulationNoneOverlay.apk with "JADX" (automatically converts an APK into a readable format, so there isn’t a need to do anything prior. Simply run JADX, open an APK, and analyze away!).
https://www.secplicity.org/2019/10/04/android-apk-reverse-engineering-using-jadx/
If you can't understand what's going on, contact the author of the Magisk module.
Telegram group: Code_Of_MeowCat
I used to use the notch killer option in the magisk module g-visual mod to make this work but this doesn't seem to be working under 11. Hopefully it gets updated...
I suppose it's because Google killed wm-overlay in android 11, but hopefully the dev finds a way to update it for Android 11. If I know that there's a working app to remove the cutout and make the phone more one handable, I'll go with rooting and unlocking bl, that would be my main incentive.
I'm a Pixel 3 XL user, and still have the "no cutout" option available in my developer settings when using Android 11. I do not know if this will work since I'm not a Pixel 4a user, but perhaps someone could give this APK a try with the Magisk module? It's the "no cutout overlay" app from my Pixel 3 XL, and since it comes from an Android 11 installation, perhaps it will work?
maxo_91 said:
I suppose it's because Google killed wm-overlay in android 11, but hopefully the dev finds a way to update it for Android 11. If I know that there's a working app to remove the cutout and make the phone more one handable, I'll go with rooting and unlocking bl, that would be my main incentive.
Click to expand...
Click to collapse
I have a pixel 4a5g, but all the stuff from the pixel 5 works. In the mods section of the p5 forum, there's a mod to fix the statusbar by enabling waterfall cutout in developer settings. I use that on my 5g. Also use a nav delete mod.
There's also a custom adb mod, but it doesn't work on the December update yet. That would let me combine the two mods.
Might be worth a shot if you know how to deal with a magisk induced boot loop just in case.
Thanks. Waterfall on the 4a makes the already narrow screen narrower. This app seems to work at times but a bit kludgy?
Fullscreen Immersive - No Ads, No Root - Apps on Google Play
Fullscreen immersive mode in applications or games
play.google.com
nindustrial said:
Thanks. Waterfall on the 4a makes the already narrow screen narrower. This app seems to work at times but a bit kludgy?
Fullscreen Immersive - No Ads, No Root - Apps on Google Play
Fullscreen immersive mode in applications or games
play.google.com
Click to expand...
Click to collapse
I don't know if you're still looking for something to fix that, but I found this and it's perfect. I used the Pixel 5 display cutout. Everything is full screen in landscape with this. It adjusts for the keyboard using MMS and stuff too. It's been wonderful using this.
Question about games not playing full screen?
I just got the Pixel 5 and I'm curious why some games are showing up full screen but most cut off the left side right under the notch? Is there a way to fix this or is it on the developer? It's odd because on my S20 Plus the same games play full...
forum.xda-developers.com
The Magisk module seems to change something for me but then the time that was next to the notch disappears to the left, only one digit remains visible.

Pixel Mods - Hide Apps from the Pixel Launcher! [XPOSED]

[XPOSED] PIXEL MODS​
Pixel Mods is a new module that let you to finally tidy up your messy launcher with style! Long click on the home screen to access its main interface and you will be able to hide the apps you want to (3 apps can be hidden for free, then paying a small amount gives you access to everything).
It also has this functions:
- Enable debug flags in the launcher
All changes happens instantaneously, you won't even notice them!
You need to make a small in-app purchase to unlock all the functions.
FAQ:
Which Pixel Launcher versions are supported?
You can check in the changelog or directly by opening the main app interface. I won't post the list here because it would surely goes out of sync
What is Xposed, EdXposed and LSPosed? Which one should I use?
I strongly suggest to use LSPosed if you can. It is very well made and directly tested by me, if you have an old device you can use the original XPosed. EdXposed works too.
I beg you to accept my translation!
Sorry but I don't accept community translations anymore!
Available languages:
English
Italian
Screenshots:
You can find them on the store!
Known bugs:
Starting a search in some versions of the launcher brings up the app even if they are hidden. This happens because the search is managed by the Google app itself, I have yet to see if it is even humanly possible to prevent this.
Notes:
The app is also available on the old XPosed repo and the new LSPosed one.
Rootless pixel launcher is NOT supported, and never will be.
I want this feature and also that one! Sure please tell me about it. Anyway I won't give you any ETAs nor I am sure that what you ask will even be possible. I'm already digging to find some way to support icon packs but don't know if I will be able to.
Reserved post
great work
not working on pixel 2xl.
Running pixellauncher version 11, with riru and lsopsed. The hide apps options never shows up.
sidd23 said:
not working on pixel 2xl.
Running pixellauncher version 11, with riru and lsopsed. The hide apps options never shows up.
Click to expand...
Click to collapse
Strange it is my device too! Moreover if it fails to add the menu should show you a notification to continue anyway
Troubleshooting:
- module enabled in lsposed? Pixel launcher selected as a target? Device rebooted?
- nothing works? Please disable all other modules, reboot and then see if it works. If not send me the Xposed logcat. I may also need the full logcat of the device (you can use logcat extreme from play store). PM me for these
Thank you
Massi-X said:
Strange it is my device too! Moreover if it fails to add the menu should show you a notification to continue anyway
Troubleshooting:
- module enabled in lsposed? Pixel launcher selected as a target? Device rebooted?
- nothing works? Please disable all other modules, reboot and then see if it works. If not send me the Xposed logcat. I may also need the full logcat of the device (you can use logcat extreme from play store). PM me for these
Thank you
Click to expand...
Click to collapse
Hey man
Sorry for being a little impatient.
Somehow it worked the next day when I rebooted again.
Great work, Thank you so much.
Your mod helped me complete my pixel launcher customization.
Would like to see more features added in the future, like the ones in the 'pixel launcher mods' app for resizing widgets and changing icons. 'Pixel launcher mod' app is very buggy.
Thanks again!
sidd23 said:
Hey man
Sorry for being a little impatient.
Somehow it worked the next day when I rebooted again.
Great work, Thank you so much.
Your mod helped me complete my pixel launcher customization.
Would like to see more features added in the future, like the ones in the 'pixel launcher mods' app for resizing widgets and changing icons. 'Pixel launcher mod' app is very buggy.
Thanks again!
Click to expand...
Click to collapse
Thank you don't worry. I will consider that too (i will look into that app I didn't know it exists) I'm currently working on a way to support custom icon packs, actually I don't know if I will be able to add support for these but let's cross the fingers!
Thank you
Excellent, it works as intended; no flaws. Some features I would like to see: hide icon labels on the home screen -normally, labels are hidden only in the bottom row-. More grid options for the home screen. And folders to have a solid icon instead of a preview of the icons inside of them. Thanks man and keep up the good work
wint1014 said:
Excellent, it works as intended; no flaws. Some features I would like to see: hide icon labels on the home screen -normally, labels are hidden only in the bottom row-. More grid options for the home screen. And folders to have a solid icon instead of a preview of the icons inside of them. Thanks man and keep up the good work
Click to expand...
Click to collapse
Hi thank you for the support and the suggestions! Hide icon label seems a good idea and also an easy one I think I will add it shortly. For the other requests I need to dive deep in the code and this will take some time! I will keep you updated
the app appears to be incompatible with this version of the pixel launcher on beta 4 redfin managed to launch the main activity using activity launcher and tried disabling apps which didn't work.
lacia-chan said:
the app appears to be incompatible with this version of the pixel launcher on beta 4 redfin managed to launch the main activity using activity launcher and tried disabling apps which didn't work.
Click to expand...
Click to collapse
Hi thank you for the feedback. I don't currently have any device to test on Android 12 so it is not supported as of now, anyway I will try to look it into and of you are available as a tester I can send you some apks to try out. PM me if you are interested
Thank you very much for that little but very helpful module. That is exactly what I was looking for my OnePlus 7 Pro with pixel experience Rom. I was disappointed that the pixel launcher doesn't offer such a functionality right out of the box. But one thing I noticed: Some apps (installed from the Playstore) aren't listed and therefore can't be hidden. In my case it is Call Recorder Unlock from Skvalex. It features an option to hide it's icon by itself but doesn't work in the pixel launcher. Pixel Mods doesn't show me the app (the Call Recorder itself can be selected, but not the license unlocker) in the list to hide.
I am using Pixel Launcher 825 (11) on OnePlus 7 Pro running Pixel Experience Plus 11.0-20210717-1555-0FFICIAL
dennisgrue said:
Thank you very much for that little but very helpful module. That is exactly what I was looking for my OnePlus 7 Pro with pixel experience Rom. I was disappointed that the pixel launcher doesn't offer such a functionality right out of the box. But one thing I noticed: Some apps (installed from the Playstore) aren't listed and therefore can't be hidden. In my case it is Call Recorder Unlock from Skvalex. It features an option to hide it's icon by itself but doesn't work in the pixel launcher. Pixel Mods doesn't show me the app (the Call Recorder itself can be selected, but not the license unlocker) in the list to hide.
I am using Pixel Launcher 825 (11) on OnePlus 7 Pro running Pixel Experience Plus 11.0-20210717-1555-0FFICIAL
Click to expand...
Click to collapse
Hi, thank you for your kind review
I will look into your problem in the coming weeks and keep you updated. Thank you again
dennisgrue said:
Thank you very much for that little but very helpful module. That is exactly what I was looking for my OnePlus 7 Pro with pixel experience Rom. I was disappointed that the pixel launcher doesn't offer such a functionality right out of the box. But one thing I noticed: Some apps (installed from the Playstore) aren't listed and therefore can't be hidden. In my case it is Call Recorder Unlock from Skvalex. It features an option to hide it's icon by itself but doesn't work in the pixel launcher. Pixel Mods doesn't show me the app (the Call Recorder itself can be selected, but not the license unlocker) in the list to hide.
I am using Pixel Launcher 825 (11) on OnePlus 7 Pro running Pixel Experience Plus 11.0-20210717-1555-0FFICIAL
Click to expand...
Click to collapse
Now comes to my mind what the problem is. See on Android 10+ it is not possible for apps to hide their icon from the drawer, so if you try to hide it with the call recorder itself it will effectively go away from pmods but not from the launcher. I will take a look at how I can workaround this problem, for now I suggest you too uninstall and reinstall the app and then DON'T use it's option to hide it but directly use pmods
Massi-X said:
Now comes to my mind what the problem is. See on Android 10+ it is not possible for apps to hide their icon from the drawer, so if you try to hide it with the call recorder itself it will effectively go away from pmods but not from the launcher. I will take a look at how I can workaround this problem, for now I suggest you too uninstall and reinstall the app and then DON'T use it's option to hide it but directly use pmods
Click to expand...
Click to collapse
That worked perfectly! Thanks for the quick solution. Yesterday I wrote a review in the Playstore but it seems like it wasn't published / deleted. It's definitely 5 stars worth.
Hey there, Allcast Premium Licence App is not shown in Pixel Mods
Package Name: com.koushikdutta.cast.license
sergejschmal said:
Hey there, Allcast Premium Licence App is not shown in Pixel Mods
Package Name: com.koushikdutta.cast.license
Click to expand...
Click to collapse
It sounds like you have the same problem I had earlier with the license app. Does this app has a function to hide itself? Because if it can hide it's icon it will hide itself from pixel mods. See the devs answer:
Massi-X said:
Now comes to my mind what the problem is. See on Android 10+ it is not possible for apps to hide their icon from the drawer, so if you try to hide it with the call recorder itself it will effectively go away from pmods but not from the launcher. I will take a look at how I can workaround this problem, for now I suggest you too uninstall and reinstall the app and then DON'T use it's option to hide it but directly use pmods
Click to expand...
Click to collapse
sergejschmal said:
Hey there, Allcast Premium Licence App is not shown in Pixel Mods
Package Name: com.koushikdutta.cast.license
Click to expand...
Click to collapse
dennisgrue said:
It sounds like you have the same problem I had earlier with the license app. Does this app has a function to hide itself? Because if it can hide it's icon it will hide itself from pixel mods. See the devs answer:
Click to expand...
Click to collapse
Yeah it sound like this is the same exact problem, but this time the app probably hide itself by default thus making impossible to hide it with pmods. I still have to find a way to reliably fix this but I have some ideas. I hope being able to release an update this or the coming week
Massi-X said:
Yeah it sound like this is the same exact problem, but this time the app probably hide itself by default thus making impossible to hide it with pmods. I still have to find a way to reliably fix this but I have some ideas. I hope being able to release an update this or the coming week
Click to expand...
Click to collapse
it hides from Pixel mods after First Launch of Main App, but If you hide it before it's Not showing up anymore
I get the following error: "This version of the application is not configured for billing through Google Play. Check the help centre for more information."
Edit: Reinstalled and it is now working.

Question Are there any ROMs that fix the android 12 ugly UI back to something like android 11?

Title says it all, I hate the bubble toggles that take up the entire screen and require multiple taps. I'm familiar with rooting, and flashing just curious what ROMs are available to help fix this. Thank you in advance!
To the best of my recollection, none as the UI elements are baked into the source code. To go back to the Android 11 UI I think you would need to use an Android 11 ROM, none of which exist for the P6.
Aosp mods does but u lose icon name. It's great to have circle icons again
Use Nova launcher and you can change the look of a lot of the elements. No root needed.
weinbers said:
Use Nova launcher and you can change the look of a lot of the elements. No root needed.
Click to expand...
Click to collapse
Except Nova Launcher doesn't work for the toggles in the notification shade, which is what I believe the OP was looking to change.
Strephon Alkhalikoi said:
Except Nova Launcher doesn't work for the toggles in the notification shade, which is what I believe the OP was looking to change.
Click to expand...
Click to collapse
The UI involves more than just the notification shade, which wasn't mentioned. Could have been more specific.
Hope you find a solution.
weinbers said:
The UI involves more than just the notification shade, which wasn't mentioned. Could have been more specific.
Hope you find a solution.
Click to expand...
Click to collapse
Well, the OP did mention bubble toggles in his opening post. Agreed that being more specific would have helped. Thank you for the reminder about what kind of work it takes to mod the UI, as I haven't done it in years, especially with Substratum making it painless.
why couldn't someone build android 11 for the pixel 6? any reason it not possible?
I guess the OP is talking about the ugly quick settings with large tiles that take up space and requires multiple clicks to adjust internet and other settings.
The product design of software is the worst I have seen.
Nova launcher cannot alter the quick settings.
AospMods as said
[MOD][Xposed+Magisk][13 Compatible] AOSP Mods - System modifications for AOSP-based Android 12+
This is a mixed Xposed+Magisk module, which is made to allow customizations that are not originally designed in AOSP (Android Open Source Project). Features: Currently, AOSP Mods offers customizations on different aspects of system framework and...
forum.xda-developers.com
and
RenovateIce https://forum.xda-developers.com/t/mod-renovate-ice-4-0-raven-oriole-android-12l.4386949/
Nemosfate said:
AospMods as said
[MOD][Xposed+Magisk][13 Compatible] AOSP Mods - System modifications for AOSP-based Android 12+
This is a mixed Xposed+Magisk module, which is made to allow customizations that are not originally designed in AOSP (Android Open Source Project). Features: Currently, AOSP Mods offers customizations on different aspects of system framework and...
forum.xda-developers.com
and
RenovateIce https://forum.xda-developers.com/t/mod-renovate-ice-4-0-raven-oriole-android-12l.4386949/
Click to expand...
Click to collapse
Ugh...Xposed.
RenovateIce on the other hand is perfectly fine.
weinbers said:
The UI involves more than just the notification shade, which wasn't mentioned. Could have been more specific.
Hope you find a solution.
Click to expand...
Click to collapse
It was pretty obvious lol
Strephon Alkhalikoi said:
Ugh...Xposed.
RenovateIce on the other hand is perfectly fine.
Click to expand...
Click to collapse
Yeah but....
It's a mix of Rice and Project Themer
Am not on Android 12, but this looks nice, Edit: sorry just seeing the post above me mentioned this.
Project Themer · Android 12⁺ - Apps on Google Play
Customize your Android!
play.google.com
Nemosfate said:
Yeah but....
It's a mix of Rice and Project Themer
Click to expand...
Click to collapse
So long as it doesn't use the cancer that is Xposed it meets with my approval.
TBH I don't have a major issue with the Android 12 toggles except for the behavior of the connection toggles, and I already fixed that with Better Internet Tiles so there you go.
This module has a ton of options for the UI. I used it for a while and it seemed fine but I haven't reinstalled it because I didn't really want the added bloat to change one thing (wifi and mobile data toggles).
[MOD][MAGISK][ANDROID 12] Addon Features for Pixel Devices - Pixel 6 Thread
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...
forum.xda-developers.com
I bet an unofficial 12 ROM without Material You would go over well.
LG made it official...
LG Velvet gets Android 12 in the US w/ new privacy features, no sign of Material You [U]
The LG Velvet is getting its Android 12 update now, starting in South Korea, with a few new features but not much more.
9to5google.com
lackalil said:
This module has a ton of options for the UI. I used it for a while and it seemed fine but I haven't reinstalled it because I didn't really want the added bloat to change one thing (wifi and mobile data toggles).
[MOD][MAGISK][ANDROID 12] Addon Features for Pixel Devices - Pixel 6 Thread
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...
forum.xda-developers.com
Click to expand...
Click to collapse
Pretty sure it's dead and he's working with another dev on AospMods
Following as its the main reason I do not use my pixel 6 and its gathering dust.
The wasted space for notifications is just too much....I find it hard to believe a human being that actually uses the phone approved this. It's some next level mental degeneracy! lol
Phillis said:
Following as its the main reason I do not use my pixel 6 and its gathering dust.
The wasted space for notifications is just too much....I find it hard to believe a human being that actually uses the phone approved this. It's some next level mental degeneracy! lol
Click to expand...
Click to collapse
Well since I use the notification shade as designed - connection toggles excepted - my mind must be going.

Categories

Resources