Hide Navbar and/or Statusbar, via adb (no-root) - Sony Xperia XZ1 Guides, News, & Discussion

Hello All,
Not sure if this has been covered here or not so if any mod deems it necessary to delete this post, by all means
Some of you might recall the workaround that was posted a couple of years ago on how to enable full immersive mode re; auto-hiding the navbar and/or status bar via 'adb' shell and without any root privileges. It was originally posted as a Samsung specific thing for the GS 8, 9 etc BUT the commands do work for most if not all android Nougat/Oreo/Pie phones. Now, I have done this on many phones and while it works, the swipe up/down to restore the navbar/statusbar is not always very responsive on some phones BUT I was happy to see that it works very smoothly on XZ1. It really helps with real estate space especially for writing/reading and the swiping to restore the navbar/status bar is really fluid.
The adb commands are as follows
If you want to hide ONLY the status bar:
adb shell settings put global policy_control immersive.status=*
If you want to hide ONLY the navigation bar:
adb shell settings put global policy_control immersive.navigation=*
If you want to hide BOTH the status and navbar:
adb shell settings put global policy_control immersive.full=*
If you want to UNDO any of these changes:
adb shell settings put global policy_control null*

gilnfld said:
Hello All,
Not sure if this has been covered here or not so if any mod deems it necessary to delete this post, by all means
Some of you might recall the workaround that was posted a couple of years ago on how to enable full immersive mode re; auto-hiding the navbar and/or status bar via 'adb' shell and without any root privileges. It was originally posted as a Samsung specific thing for the GS 8, 9 etc BUT the commands do work for most if not all android Nougat/Oreo/Pie phones. Now, I have done this on many phones and while it works, the swipe up/down to restore the navbar/statusbar is not always very responsive on some phones BUT I was happy to see that it works very smoothly on XZ1. It really helps with real estate space especially for writing/reading and the swiping to restore the navbar/status bar is really fluid.
The adb commands are as follows
If you want to hide ONLY the status bar:
adb shell settings put global policy_control immersive.status=*
If you want to hide ONLY the navigation bar:
adb shell settings put global policy_control immersive.navigation=*
If you want to hide BOTH the status and navbar:
adb shell settings put global policy_control immersive.full=*
If you want to UNDO any of these changes:
adb shell settings put global policy_control null*
Click to expand...
Click to collapse
thanks work s like a charm

Related

[Q] NAVBAR not dimming (WIDGETLOCKER)

Running Paranoid Android 2.12 JB
I have already posted on widgetlocekr site, basically there is no option on widgetlocker ROOT to hid navbar.. and ive asked before but no response so far, so ive been looking at alternate methods
i managed to use sqlite to disable the navbar using (but the systemUI wont update instantly like when you change it in the settings):
sqlite3 /data/data/com.android.providers.settings/databases/settings.db "update system set value = '0' where name = 'nav_bar_status';"
i know this disables the navbar but do you know how to make the system scan for changes in system.db and update the navbar to be hidden
my plan is to write a shell script and exectute with tasker to hide navbar and then show when unlocked
thanks guys

[HOW-TO] Hide status bar icon without app

Introduction
Hi everyone, I wanted to share with you this useful tips with you.
This tips remove selected status bar icons without using overlay apps or status bar app.
Like here on the top : View attachment 4398029
Battery icon is Battery Meter Overlay
How to do that with root directly on my phone (easy way)
- First you need to be rooted.
-Install any terminal app if you don't have already one.
-Tip
Code:
su
than enter.
Code:
settings put secure icon_blacklist
than what you want to hide.
Here is an exemple :
Code:
settings put secure icon_blacklist volume,bluetooth
you need to put a comma "," without space between each icon you want to hide like in the exemple.
Here is the list of Samsung icons name
Code:
power_saver
rotate
headset
hotspot
location
gps
wearable_gear
bluetooth
nfc
zen
volume
wifi
data_connection
phone_signal
battery
alarm_clock
clock
private_mode
How to do that on my unrooted phone
- You need adb shell on your computer for the operation
-The codes are the same
ENJOY and don't forget to press thanks bouton
Crédit
Crédit
thank you, maybe it is possible as well to change the position of the icons without root acces?
libracez said:
thank you, maybe it is possible as well to change the position of the icons without root acces?
Click to expand...
Click to collapse
I've look for that but no result...
Regards
What would voice over LTE be?
Thanks for the tip. Phone signal doesn't work though.
@Ayh4n It worked perfect but how to get the items back. Changing "put" to remove didnt worked. Im rooted.
Regards!
twinko said:
@Ayh4n It worked perfect but how to get the items back. Changing "put" to remove didnt worked. Im rooted.
Regards!
Click to expand...
Click to collapse
Hello, just rewrite the same code but let blank where you put item name
could U give full list of icons can be hidden?!
tks much!
Hi
It was working with your instructions on S9+ but just recently I'm getting this message "Failure calling service setting: Failed transaction " after running the command. Any clue why?
Ayh4n said:
Introduction
Hi everyone, I wanted to share with you this useful tips with you.
This tips remove selected status bar icons without using overlay apps or status bar app.
Like here on the top : View attachment 4398029
Battery icon is Battery Meter Overlay
How to do that with root directly on my phone (easy way)
- First you need to be rooted.
-Install any terminal app if you don't have already one.
-Tip
Code:
su
than enter.
Code:
settings put secure icon_blacklist
than what you want to hide.
Here is an exemple :
Code:
settings put secure icon_blacklist volume,bluetooth
you need to put a comma "," without space between each icon you want to hide like in the exemple.
Here is the list of Samsung icons name
Code:
power_saver
rotate
headset
hotspot
location
gps
wearable_gear
bluetooth
nfc
zen
volume
wifi
data_connection
phone_signal
battery
alarm_clock
clock
private_mode
How to do that on my unrooted phone
- You need adb shell on your computer for the operation
-The codes are the same
ENJOY and don't forget to press thanks bouton
Crédit
Crédit
Click to expand...
Click to collapse
this is only for the s8?
i want to try that on the s7, it will work?
---------- Post added at 09:32 AM ---------- Previous post was at 09:31 AM ----------
hey this will work on the s7? and what is the vpn icon name? (the key icon)
Damn, doesn't work on my galaxy note 4
How to hide volte icon
Ayh4n said:
Introduction
Hi everyone, I wanted to share with you this useful tips with you.
This tips remove selected status bar icons without using overlay apps or status bar app.
Like here on the top : View attachment 4398029
Battery icon is Battery Meter Overlay
How to do that with root directly on my phone (easy way)
- First you need to be rooted.
-Install any terminal app if you don't have already one.
-Tip
Code:
su
than enter.
Code:
settings put secure icon_blacklist
than what you want to hide.
Here is an exemple :
Code:
settings put secure icon_blacklist volume,bluetooth
you need to put a comma "," without space between each icon you want to hide like in the exemple.
Here is the list of Samsung icons name
Code:
power_saver
rotate
headset
hotspot
location
gps
wearable_gear
bluetooth
nfc
zen
volume
wifi
data_connection
phone_signal
battery
alarm_clock
clock
private_mode
How to do that on my unrooted phone
- You need adb shell on your computer for the operation
-The codes are the same
ENJOY and don't forget to press thanks bouton
Crédit
Crédit
Click to expand...
Click to collapse
good an intereseting
I guess you forgot how to enable the icon back is it with:
settings put secure icon_whitelist ICONNAME

[curtana] Big collection of patches for xiaomi.eu 11.0.10.0 (stable)

Here is a big collection of patches ONLY for Redmi Note 9S (curtana) and ONLY for xiaomi.eu 11.0.10.0 (stable)
GENERAL
Different volume for calls and notifications.
Add a switch to change the notification sound in the pop-up sound window (using the volume buttons)
Full activation of "My Device" (My Device)
Full support for SuperWallpapers at Settings - Wallpaper - Super Wallpapers. [You must download and install the Home and 'Red planet' super wallpapers apps from anywhere].
Full enabled AOD (Always-on display) and add 2 more options:
<> Custom brightness (only for AOD). When you turn the screen on, the brightness will be restored.
<> AUTO close AOD after 15 - 600 seconds.
Change the Themes app with a newer that support Themes, Wallpapers, Fonts, Ringtones, Icons, Always-on, Dynamic.
Added Smart Network. Auto change network type, mobile data, Wi-Fi when you are in call or connected to Wi-Fi or mobile data are disabled or you turn screen off.
Press and hold on the Data button (in the bar with the buttons in the status bar), we go to the network selection.
Backup/Restore ALL your settings (well, some I may have forgotten) for patches. With one click you will have back all the settings related to the patches. [Settings - My device]
The settings are saved in the file <internal_memory>/mySettings<number>.xml
Changes at Security app:
<> You can disable notifications for system apps
<> You can disable system apps (careful with that)
<> Extra info at 'App info' (Data path, User ID, Target SDK version, Open in Play Store, Launch app)
You can update system apps from unofficial sources.
Screenshot settings at Settings - 'Additional settings' - 'Screenshot settings' [Save at external SD, Save folder (DSIM ot Pictures), Quality, Format (Jpeg, Png or WebP)].
Added GetApps - The chinese market from xiaomi.
[*]DISPLAY (Settings - Display)
Full screen (without showing the status bar)
Shake gestures -> 'Clear RAM' or 'Screen off'.
Animation effects when scrolling through lists (with many options).
Show/Hide search bar in Settings.
Exclude apps from Share menu.
Exclude apps from 'Open with' menu.
[*]STATUS BAR (Settings - Display - Notch & status bar)
Number of columns for switches (4-7) for one line and all lines.
Number of rows for switches (2-4).
Colors for switches (and border with color).
Colors for notifications (background and text and border with color).
Show/Hide brightness panel (also color and size/height and border with color).
Show/Hide expand indicator.
Notifications folder (for unimportant notifications to appear in a seperate folder).
Show provider name (with unlocked screen).
Connection refresh rate 500ms - 5000ms (if you have selected 'Show connection speed') and also show incoming and outgoing network speed in 2 lines.
Weather in status bar with temperature and/or icon and too many options.
Blur effect at expanded status bar.
Extra info at expanded status bar:
<> Show analog clock.
<> Show available RAM
<> Show CPU and battery temperature
<> Show notifications log button
<> Show clear memory button
<> Quick status bar header's height
Gestures at status bar:
<> Double tap to lock screen
<> Double tap at left or right side to do any Action (Turn off, Power menu, Volume dialog, Previous app, ..., Launch any app)
<> Long click to change brightness or select an Action (Turn off, Power menu, Volume dialog, Previous app, ..., Launch any app)
<> Swipe to change brighness
[*]HOME SCREEN (Settings - Home screen)
Continuous scrolling on the desktop - It's a bit "weird" with the Smart Assistant.
Home screen with App drawer and ALSO available the swipe up for any Action (Turn off, Power menu, Volume dialog, Previous app, ..., Launch any app).
Create Home screen shortcut (icon) for All Apps.
Number of columns in folders (3 - 5 columns).
Up to 7 icons in the baseline.
Show/Hide text in icons.
Show/Hide shadow on icons.
Reflection in icons on the baseline.
Close the folder after selecting/clicking on an icon.
Hide apps from Recent.
Home screen layout (4x5, 4x6, 5x5, 5x6, ...).
The text in the icons in two (maximum) lines (with micro-adjustment of the vertical distance).
Show/Hide text in baseline icons (with micro-adjustment of vertical spacing)
Gestures:
<> Double tap, double tap at top-left, double tap at top-right => do any Action (Turn off, Power menu, Volume dialog, Previous app, ..., Launch any app).
<> Swipe up or down (with 1 or 2 fingers) => do any Action (Turn off, Power menu, Volume dialog, Previous app, ..., Launch any app).
Blur effect in Recent applications.
Allow all orientations.
[*]BATTERY (Settings - Battery)
I turned on Power settings (Performance or Balanced).
Battery warning levels (Low, Critical and Safe Battery Level).
Battery color (inside).
[*]Notification light (Settings - Additional settings - Notification light)
Some settings here. You check...
[*]BUTTON SHORTCUTS (Settings - Additional settings - Button shortcuts)
Long Press (Menu and/or Home and/or Back) => Run any installed application.
Disable the power menu on the lock screen.
[*]PHONE - CONTACTS
Colors at call logs (this menu is at Settings - Display - 'Colors at call logs').
Home key while ringing - Action if you press Home on call -> Accept/Reject/Mute call or off.
Option for full screen foto in calls.
Show/Hide search bar in Recents and/or Contacts.
Display an icon next to the search bar (in Contacts) that leads to the international dialing codes of all countries.
[*]CAMERA
Various changes by activating features in curtana.xml.
[*]SCREEN LOCK (Settings - Passwords and security)
Disable screen lock for 'Trusted networks'.
Fingerprint actions for Single tap, Long tap and Double tap. Action can be Turn off, Power menu, Volume dialog, Previous app, ..., Launch any app.
Change music tracks with the volume keys (I have not tried it).
Sensitive content on the lock screen.
Some others that I forgot
Download - Installation
Download link 1 - With ThemeManager and SuperWallpapers support. To uninstall check the ***:
yandex: RN9S.curtana.st11.0.10.0(11q)eu.FULLpatches.magisk.zip
Gdrive: RN9S.curtana.st11.0.10.0(11q)eu.FULLpatches.magisk.zip
Download link 2 - With out ThemeManager and SuperWallpapers support. Uninstall working properly:
yandex: RN9S.curtana.st11.0.10.0(11q)eu.NoThemesFULLpatches.magisk.zip
Gdrive: RN9S.curtana.st11.0.10.0(11q)eu.NoThemesFULLpatches.magisk.zip
Because we can NOT change system apps directly, each of the above links is a magisk module. Install it like any other module.
NOTE 1: This is NOT a 'real' module. This is ONLY VALID for version xiaomi.eu 11.0.10.0 (stable). Will NOT work at any other version!!!
NOTE 2: If you update v. 11.0.10.0 you MUST uninstall the module first (most probably will not work with the new version). If you forgot, you can uninstall it after by using one of the methods bellow.
*** If you uninstall the module 'Download link 1', ThemeManager will NOT work. In this case you must dirty re-flast the ROM (no data loss). Sorry for this.
Uninstall
- You can unistall it from Magisk manager.
or
- Install this zip from TWRP:
yandex: UninstallFULLpatchesUserXP.RN9S.curtana.magisk.zip
Gdrive: UninstallFULLpatchesUserXP.RN9S.curtana.magisk.zip
[it will uninstall the module]
or
- You can use any Magisk recovery manager for TWRP and uninstall the module.
*** NOTE: If you have install "Download link 1" and uninstall the module, ThemeManager will NOT work. In this case you must dirty re-flast the ROM (no data loss). Sorry for this.
RN9P
UserXP_ said:
Click to expand...
Click to collapse
Hello. Could you make such module for redmi note 9 pro eu (xiaomi.eu)?
I can feel the lagginess when im using this magisk patch , i really love all the features. How to disable sleep on double tapping the fingerprint button? I found it quite annoying to accidentally lock my phone by double clicking it. Thank you for the mod btw ?
@artiushkin
Do you mean joyeuse?
No, I can not test it.
BUT (the devices are almost same), if this post is correct (I believe it is), and flash the curtana xiaomi.eu ROM 11.0.10.0 to joyeuse, then yes, you can put the above module in joyeuse and will work.
In any case, you can try to install the module, and if joyeuse can not boot, uninstall the module with one of the methods above.
[What is the latest xiaomi.eu version for your device?]
@ShazlieyAzizan
No lag with the patches. Remove any other magisk module.
Yes, fingerprint actions have some "bugs". Just go to Settings - 'Passwords & security' - 'Fingerprint actions' and disable all.
UserXP_ said:
@artiushkin
Do you mean joyeuse?
No, I can not test it.
BUT (the devices are almost same), if this post is correct (I believe it is), and flash the curtana xiaomi.eu ROM 11.0.10.0 to joyeuse, then yes, you can put the above module in joyeuse and will work.
In any case, you can try to install the module, and if joyeuse can not boot, uninstall the module with one of the methods above.
[What is the latest xiaomi.eu version for your device?]
Click to expand...
Click to collapse
yes, joyeuse. But there are some diferences: NFC, 64mp camera, 33watts charging and may be other. And device features xml...
The latest xiaomi.eu version for my device is 11.0.4.0
UserXP_ said:
@artiushkin
Do you mean joyeuse?
No, I can not test it.
BUT (the devices are almost same), if this post is correct (I believe it is), and flash the curtana xiaomi.eu ROM 11.0.10.0 to joyeuse, then yes, you can put the above module in joyeuse and will work.
In any case, you can try to install the module, and if joyeuse can not boot, uninstall the module with one of the methods above.
[What is the latest xiaomi.eu version for your device?]
@ShazlieyAzizan
No lag with the patches. Remove any other magisk module.
Yes, fingerprint actions have some "bugs". Just go to Settings - 'Passwords & security' - 'Fingerprint actions' and disable all.
Click to expand...
Click to collapse
alright it's all fixed , but do you know how to disable slide status bar to edit the brightness? I always hit the slider everytime I want to pull the status bar
@artiushkin
I can update the device features xml for joyeuse. I think the 2 devices share the same code.
If you can/want, try to install the module, and if joyeuse can not boot, uninstall the module with one of the methods above.
I will try tomorrow (if I can) to make blind patches.
@ShazlieyAzizan
Settings - Display - 'Notch & status bar' - 'Swipe status bar to change brightness' => Unchecked.
UserXP_ said:
@artiushkin
I can update the device features xml for joyeuse. I think the 2 devices share the same code.
If you can/want, try to install the module, and if joyeuse can not boot, uninstall the module with one of the methods above.
I will try tomorrow (if I can) to make blind patches.
@ShazlieyAzizan
Settings - Display - 'Notch & status bar' - 'Swipe status bar to change brightness' => Unchecked.
Click to expand...
Click to collapse
Alright got it right, will be testing it for a day or two, thank you ?
UserXP_ said:
@artiushkin
I can update the device features xml for joyeuse. I think the 2 devices share the same code.
If you can/want, try to install the module, and if joyeuse can not boot, uninstall the module with one of the methods above.
I will try tomorrow (if I can) to make blind patches.
Click to expand...
Click to collapse
Thanks a lot for trying. If necessary, I can provide all the necessary files from the firmware.
@artiushkin
I need the file \vendor\etc\device_features\joyeuse.xml (forgot to extract it...).
[I think that if you get it using a root file explorer, your device will NOT reboot (go to fastoboot)]
UserXP_ said:
@artiushkin
I need the file \vendor\etc\device_features\joyeuse.xml (forgot to extract it...).
[I think that if you get it using a root file explorer, your device will NOT reboot (go to fastoboot)]
Click to expand...
Click to collapse
Yes. Device will not boot.
Device_features https://yadi.sk/d/mYmcSVIY3HxXVA
TEST - Blind patches -- ONLY for Redmi Note 9ProEU (joyeuse) and ONLY for xiaomi.eu 11.0.4.0 (stable).
[Just to be clear, I mean this xiaomi.eu version: xiaomi.eu_multi_HMNote9ProEU_V11.0.4.0.QJZMIXM_v11-10.zip]
I think the joyeuse device will boot, but I don't know if an app will crash. In this case... logcat.
Download - Installation
Download link: RN9ProEU.joyeuse.st11.0.4.0(11q)eu.FULLpatches.magisk.zip
Because we can NOT change system apps directly, the above link is a magisk module. Install it like any other module.
NOTE 1: This is NOT a 'real' module. This is ONLY VALID for joyeuse version xiaomi.eu 11.0.4.0 (stable). Will NOT work at any other version!!!
NOTE 2: If you update joyeuse v. 11.0.4.0 you MUST uninstall the module first (most probably will not work with the new version). If you forgot, you can uninstall it after by using one of the methods bellow.
*** NOTE 3: If you uninstall the module, ThemeManager will NOT work. In this case you must dirty re-flast the ROM. Sorry for this.I am trying to correct.
Uninstall
- You can unistall it from Magisk manager.
or
- Install this zip from TWRP UninstallFULLpatchesUserXP.RN9ProEU.joyeuse.magisk.zip
[it will uninstall the module]
or
- You can use any Magisk recovery manager for TWRP and uninstall the module.
*** NOTE: If you uninstall the module, ThemeManager will NOT work. In this case you must dirty re-flast the ROM. Sorry for this.I am trying to correct.
UserXP_ said:
TEST - Blind patches -- ONLY for Redmi Note 9ProEU (joyeuse) and ONLY for xiaomi.eu 11.0.4.0 (stable).
[Just to be clear, I mean this xiaomi.eu version: xiaomi.eu_multi_HMNote9ProEU_V11.0.4.0.QJZMIXM_v11-10.zip]
I think the joyeuse device will boot, but I don't know if an app will crash. In this case... logcat.
Download - Installation
Download link: RN9ProEU.joyeuse.st11.0.4.0(11q)eu.FULLpatches.magisk.zip
Because we can NOT change system apps directly, the above link is a magisk module. Install it like any other module.
NOTE 1: This is NOT a 'real' module. This is ONLY VALID for joyeuse version xiaomi.eu 11.0.4.0 (stable). Will NOT work at any other version!!!
NOTE 2: If you update joyeuse v. 11.0.4.0 you MUST uninstall the module first (most probably will not work with the new version). If you forgot, you can uninstall it after by using one of the methods bellow.
*** NOTE 3: If you uninstall the module, ThemeManager will NOT work. In this case you must dirty re-flast the ROM. Sorry for this.I am trying to correct.
Uninstall
- You can unistall it from Magisk manager.
or
- Install this zip from TWRP UninstallFULLpatchesUserXP.RN9ProEU.joyeuse.magisk.zip
[it will uninstall the module]
or
- You can use any Magisk recovery manager for TWRP and uninstall the module.
*** NOTE: If you uninstall the module, ThemeManager will NOT work. In this case you must dirty re-flast the ROM. Sorry for this.I am trying to correct.
Click to expand...
Click to collapse
everything seems to work. Thank you very much. just didn't see it in the module device_features.
MiUI first check for <device>.xml inside miuisystem.apk and after at folder device_features. Open the miuisystem.apk as zip file and you will find the xml(s).
Could you provide another link than yadi.sk due limited of download now
Added Google Drive links at first post.
First of all, thanks for this patches.
Have flashed it, and is working so far.
Only issue I've noticed since flashing it, the screen goes off during I use the phone.
Then I have to unlock it again.
Don't known if there is a setting somewhere that the screen stays on while I'm using my device? ? Cause normally it should turn off after 15 seconds with NONE usage... ?
EDIT: Okay, seems like deactivating screen with fingerprint was activated right after flashing. After I have been in those setting (where all fingerprint actions were OFF by the way), screen stays on while using.
I guess my "problem" with the screen was cause I touched the fingerprint sensor while working on my phone ?
Never face this kind of problem.
Check the double tap for statusbar action and all Home actions (double tap, swipe).
blowy666 said:
First of all, thanks for this patches.
Have flashed it, and is working so far.
Only issue I've noticed since flashing it, the screen goes off during I use the phone.
Then I have to unlock it again.
Don't known if there is a setting somewhere that the screen stays on while I'm using my device? ? Cause normally it should turn off after 15 seconds with NONE usage... ?
EDIT: Okay, seems like deactivating screen with fingerprint was activated right after flashing. After I have been in those setting (where all fingerprint actions were OFF by the way), screen stays on while using.
I guess my "problem" with the screen was cause I touched the fingerprint sensor while working on my phone ?
Click to expand...
Click to collapse
Same here, you can disable setting an action to fingerprint tap and setting back to "none"
Ok, I will check this (probably bug).

Themes / Apps / Mods Custom Magisk Module Mod Maker-ADB and Zip Installers

The purpose of the ADB installer is to generate for you a custom module that you can flash in Magisk App. The Zip Installer actually installs it for you on the final step and is done thru Magisk app instead of your pc.. Both will have all the mods that you have selected from the installer menu-folders. You need root and of course you need to be attached to your PC. On first installation of systemui base, a pop-up asking to give ADB shell root permission will show. Please do so.
Zip installer is installed from your phone, not your pc. You will install the mods through Magisk app. Unzip the Zip Installer onto your internal sdcard. Like ADB installer, start with a SystemUI base. Do not reboot between selections as Magisk as shows after flashing selections (options are found inside the numbered folders). Hit the back button to make your next selection. Do not reboot thru Magisk until after you are done with your selections and have flashed the "Complete Installation" zip.
Custom clocks (date, etc) and internet speed indicators do not change colors due to light-dark background colors like the statusbar icons do.
I'm also including my Pixel Launcher mod below. Also a ADB Installer. You can change app drawer background-text color (separately for light mode and dark mode). Change the number of hot seat icons on home page (and size) as well as change the number of columns in the app drawer.
ADB and Zip Installer Instructions-Root is required
1. Flash a SystemUI Base First. It provides the necessary smali files and public ID's for everything to work.
The difference between color base and stock base :
Color Base:
You have to flash a color in order to change the color of the QS tiles (default is blue). You have a choice to leave the "OFF" QS tiles as a inverse of "ON" QS color or you can change them to Gray. You also have an option to change lockscreen colors. Color base doesn't always work nicely with light theme. Nothing horible. just some text in places that is not as bright as it needs to be.
Stock Base:
This is the one most people need to use. To change the color of the QS tiles for stock base you go to settings/display/device theme and select the color you want. The "OFF" color tiles remain gray. You have an option to change settings/notification/volume bar backgrounds to black. The background accent also works with Color Base. There is no option to change lockscreen color with Stock Base.
2. FLASH ALL THE MODS YOU WANT. ONCE YOU DONE WITH EVERYTHING, FLASH THE "COMPLETE INSTALLATION" Option. This will create a Magisk App flashable zip in a folder on your sdcard called ozop (for ADB Installer). Flash that to install your selection of mods. Flashing it for Zip Installer will install it as a module and is your final step.
Root required
ADB Instructions.
1. Unzip ADB Mods Installer Files.zip on your PC
2. Run TulsadiverModsInstaller.bat (Give ADB Shell Root Permissions. If missed on first opportunity, turn on in magisk manager, superuser)
3. ADB debugging Enabled
4. Flash the SystemUI Base First. It provides the necessary smali files and public ID's for everything to work
5. Go through the other options selecting what all mods you want. It is generally best to start at the top and work your way down.
6. Once finished with selections, run "Complete Installation" at the bottom. This will generate your mymagisk.zip module in a folder called "ozop" on your sdcard.
Root required
ZIP Instructions.
1. Unzip Zip Installer onto your internal sdcard
2. Flash thru Magisk app. Flash the SystemUI Base First. It provides the necessary smali files and public ID's for everything to work
(Do not reboot between selections as Magisk shows after flashing selections. Hit the back button to make your next selection)
3. Go through the other options selecting the mods you want. It is generally best to start at the top and work your way down.
4. Once finished with selections, flash "Complete Installation" at the top. This will install your selections as a Magisk module.
If you installed the color base version, once installed and working, go to settings/display/Device theme and reselect the QS/accent color you chose from installer menu.
List of MODS Available
Clock Format and Position Mods
Internet Traffic Speed Single Indicator (changes from upload-download) otherwise signals are over/under
Choose Traffic Speed Indicator Up-Down Icon Colors (default is white)
Navbar Height Options
Navbar Swap
Remove NavBar
3 Minit Battery
Battery Bar Mod
One percent custom battery Mods-Several to choose from
One percent custom battery Text-only-Several to choose from
Colored Statusbar-Navbar Icons
Colored Statusbar Icons
Remove Carrier Text Options
Smaller LTE Icon
Animations
Fonts (including Lockscreen clock)
Change QS pulldown circle color
Change Status bar Data Icon to a "cell tower" looking icon (see below)
Change QS data icon to a cell tower icon
Note Added a couple of wifi and data signal options.
WiFi 1 and Cell Tower 1
View attachment 5096921
WiFi 2 Cell Tower 2
View attachment 5096923
WiFi 3 data 3
View attachment 5096925
Includes a batch (.bat), and powershell installers, one for windows, one for linux.
Android 12 comes with a more narrow brightness-volume bar option.
View attachment 5393399
View attachment 5440619
This is a SystemUI mod and might not be compatible with any other SystemUI Mods you may have installed.
-------------------------------
ADB Installer
Android 13
March update
Uploaded 3-26-23
270.21 MB file on MEGA
mega.nz
------------------------------------
ADB Installer
Android 12.1
Uploaded 7-8-22
July update
https://mega.nz/file/oBZEXKhb#eC6YhoF0LwTED_WHe3caxU7i7IS0MODwUvHZsJ6xrX0
Zip Installer
Android 12.1
Uploaded 7-8-22
July update
https://mega.nz/file/xMpymTAS#JmXd35SqEjpFgirpH-W38CCLitnCZmW_g6Rw5Qssavw
--------------------------------
Android 12
Uploaded 2-10-22 February update
ADB Mod Installer FilesPixel612Feb2.zip | by Tulsadiver for Pixel
Download GApps, Roms, Kernels, Themes, Firmware, and more. Free file hosting for all Android developers.
www.androidfilehost.com
-------------------------------------------------
If I helped, hit the Thanks Button!
Feeling generous, send me a beer!
--------------------------------------------------
View attachment 5096921View attachment 5096923View attachment 5096925
--------------------------------------------------------------------------------------
Pixel Launcher Mod
Start by picking a base. Bases come with, or without, a search bar and Hotseat heights The larger number of rows you pick, the lower your hotseat drops on your home screen. If your hotseat comes out too low, try again with a higher base.
Your first time of installing this, you may have to go to settings/styles and wallpapers, select grid style, and apply the custom grid at the far left.
Remove Search Bar
App Drawer background color (Light and Dark Mode)
App Drawer Text Color or remove (Light and Dark Mode)
Home screen App Text Color
Smart-screen Text color
App Icon Sizes 30-50-45-50-56 dip (56 is stock)
Columns (5-6-7)
Rows (5 through 11)
-------------------
Android 13
March update
Uploaded 3-26-23
File on MEGA
mega.nz
---------------------
Android 12.1
ADB Pixel launcher Uploaded 3-31-22
NexusLauncherReleaseADBPixel1212Mar.zip | by Tulsadiver for Pixel
Download GApps, Roms, Kernels, Themes, Firmware, and more. Free file hosting for all Android developers.
www.androidfilehost.com
-------------------
Android 12
ADB Pixel launcher Uploaded 12-17-21
NexusLauncherReleaseADBPixel12.zip | by Tulsadiver for Pixel
Download GApps, Roms, Kernels, Themes, Firmware, and more. Free file hosting for all Android developers.
www.androidfilehost.com
------------------------
If anyone needs more help, here are the steps that worked for me:
1) Make sure device is rooted.
2) Enable USB debugging from Developer options.
3) Plug device into PC.
4) Device should have Android launched and sitting at your home screen.
5) On your PC, open ADB from command prompt, and call "adb kill-server" and "adb start-server".
6) Open on TulsadiverModInstallerStock.bat.
7) Type 1 and press Enter. Select an option and press Enter again. You should see a quick flash of text, which indicates failure in this case. Look at your device and you should see an "Allow USB debugging" prompt, so accept this.
8) You should get a Superuser prompt at some point here on your device. If not, go to Magisk > Superuser and enable "Shell".
9) Retry step 7 and it will work this time. The app will take some time to generate the base file. You can ignore any errors that show up here, as long as the creation process continues.
10) Follow any intermediate steps you want. These will be very quick.
11) Complete the last step. This one will take some time.
12) Go to Magisk > Modules > Install from storage, and install the module that was just created (found in the /storage/ozod folder).
13) Reboot.
Hey, it seems very interresting !
2 quick questions. When using full screen gestures, does removing navbar/set height to 0 break things ?
And is it possible to add things like : Double tap to wake (instead of single) // Double tap to sleep on launcher and lockscreen. Thanx !
Unsure about double tap. In regards to navbar, I don't remove it to 0 dip, but to .5. That seems to eliminate breakage. That being said, I'm currently redoing this mod as I've found multiple bugs.
I've identified an issue that causes the navbar to scroll off-screen when the notification panel is shown. First I turn off my screen by pressing the Power button (but phone still kept unlocked by Smart Lock). This causes the issue to start. Then I select the Lockdown option to lock my phone, and this fixes the issue:
screen-20211101-082000[1]
Watch "screen-20211101-082000[1]" on Streamable.
streamable.com
This creates a problem for many apps that have content which is aligned to the bottom of the screen, as it resizes the app's content. It's especially problematic for list content, since the list scrolls up a bit when this happens and the scroll position stays that way:
screen-20211101-081102
Watch "screen-20211101-081102" on Streamable.
streamable.com
EDIT: Wait, is this a problem with stock Android 12 when not using gesture navigation? It still happens even when I disable the Magisk modules. It doesn't seem to be a situation I can even replicate in emulator.
February update has been uploaded.
A new ADB installer has been uploaded to update the "NavbarGone" option due to the 2nd generation February update. That is the only thing that needed updating. Another option would be to replace the "nav0" folder that is inside the "navbar" folder with the attached.
March update for 12.1 has been uploaded.
Can I use just the nexuslauncher mod to remove searchbar on 12.1 based rom?
Reechings said:
Can I use just the nexuslauncher mod to remove searchbar on 12.1 based rom?
Click to expand...
Click to collapse
I just added one for 12.1
April update for 12.1 has been uploaded.
Used ADB install for RC/battpercentgoneswap and flashed waterfall28.zip separately. Working perfectly and very easy to install. Also works alongside HideNavBar and USNF. I was banging my head trying to stack the standalone mods.
Thank you for the great work, and thank you for being patient with users like me. So glad to have my battery and time looking the way I expect. You never know how much you miss something until it's gone. The mods really make it so much easier to glance that information.
Hung0702 said:
Used ADB install for RC/battpercentgoneswap and flashed waterfall28.zip separately. Working perfectly and very easy to install. Also works alongside HideNavBar and USNF. I was banging my head trying to stack the standalone mods.
Thank you for the great work, and thank you for being patient with users like me. So glad to have my battery and time looking the way I expect. You never know how much you miss something until it's gone. The mods really make it so much easier to glance that information.
Click to expand...
Click to collapse
Glad you tried it and that it worked for you. Also, thank you for your support.
Mods for April update will work on May update.
I uploaded the old firmware. There were some changes, apparently. Please hold off for a while.
The services.jar and SystemUI has changed. It's going to have to be updated.
June update has been uploaded.
June update working and easy install! Think you could incorporate waterfall28 into the ADB installer so it's a one-stop shop? Right now I have to reboot and flash them separately, which is fine. However, I have been using your mod for many months and intend to continue for even more. It would be a nice convenience.
Hung0702 said:
June update working and easy install! Think you could incorporate waterfall28 into the ADB installer so it's a one-stop shop? Right now I have to reboot and flash them separately, which is fine. However, I have been using your mod for many months and intend to continue for even more. It would be a nice convenience.
Click to expand...
Click to collapse
It's in the zip installer now... I forgot to add it to the adb installer.
July update has been uploaded.

Question Is there a way to set custom system accent on OOS12?

Is there a way to change an system accent on OxygenOS 12 via adb or something like?
I mean custom, more pastel color (like Material You colors). I doesnt like included colors, they are very saturated.
I already tried command below, but I doesnt have permissions to do that.
Code:
adb shell
settings put system oem_white_mode_accent_color '#fff44336'

Categories

Resources