System UI Tuner - Huawei P20 Pro Questions & Answers

Hi
Can anyone help - I want to access the System UI tuner on P20 pro, to remove icons like Bluetooth and NFC from the status bar.
I found a tutorial (link below) which gives me access to the System UI menu - however the options don't seem to have any effect and there is no option to turn off the NFC icon - can anyone help?
https://www.youtube.com/watch?v=gm8PEYKrjrw
This was so easy on my Oneplus.....not sure why Huawei make it so difficult!
Thanks

Don't bother with the tuner. Simply use adb:
adb shell settings put secure icon_blacklist nfc,bluetooth ... then reboot.
Or if you're rooted, just... settings put secure icon_blacklist nfc,bluetooth in a terminal emulator on the phone, then reboot
Full guide here... https://forum.xda-developers.com/htc-10/how-to/remove-nfc-icon-root-adb-t3507739 It's for the HTC10, but works for the P20 Pro

Thanks however I don't have access to a desktop. Only my phone or an iPad
colthekid said:
Don't bother with the tuner. Simply use adb:
adb shell settings put secure icon_blacklist nfc,bluetooth ... then reboot.
Or if you're rooted, just... settings put secure icon_blacklist nfc,bluetooth in a terminal emulator on the phone, then reboot
Full guide here... https://forum.xda-developers.com/htc-10/how-to/remove-nfc-icon-root-adb-t3507739 It's for the HTC10, but works for the P20 Pro
Click to expand...
Click to collapse

rob2005 said:
Thanks however I don't have access to a desktop. Only my phone or an iPad
Click to expand...
Click to collapse
Not possible without either root or adb AFAIK.
The inbuilt System UI Tuner (Demo Mode) doesn't work properly for me either and, as you said, doesn't have NFC as an option anyway.

Related

Nougat Plugins for Tasker

I've recently upgraded to Nougat on my rooted phone and wondered how best to replicate my old Tasker profiles that were reliant on Secure Settings which appears to no longer work on Nougat (it says it cannot find root)/
The main functionality i want is the ability to turn on/off:
Airplane mode
Location Completely (when screen off)
GPS when opening apps that use maps
Mobile data
Can anyone suggest the best way to get this functionality back if its possible?
farquea said:
I've recently upgraded to Nougat on my rooted phone and wondered how best to replicate my old Tasker profiles that were reliant on Secure Settings which appears to no longer work on Nougat (it says it cannot find root)/
The main functionality i want is the ability to turn on/off:
Airplane mode
Location Completely (when screen off)
GPS when opening apps that use maps
Mobile data
Can anyone suggest the best way to get this functionality back if its possible?
Click to expand...
Click to collapse
You could try some of the run shell commands from this thread https://forum.xda-developers.com/u/tasker-tips-tricks/best-run-shell-commands-tasker-t3419204 or use the AutoTools plugin https://play.google.com/store/apps/details?id=com.joaomgcd.autotools
Majority (if not all) of Secure settings stuff is now easily available on AutoTools.
Thanks, just installed it and playing around with it and when i try to run a task it tells me 'No pemission to change settings' i see the adb command being talked about. Do i have to run that even though i'm rooted or do i just have something configured wrong?
farquea said:
Thanks, just installed it and playing around with it and when i try to run a task it tells me 'No pemission to change settings' i see the adb command being talked about. Do i have to run that even though i'm rooted or do i just have something configured wrong?
Click to expand...
Click to collapse
You're gonna have to run that command. It should work fine then.
farquea said:
Thanks, just installed it and playing around with it and when i try to run a task it tells me 'No pemission to change settings' i see the adb command being talked about. Do i have to run that even though i'm rooted or do i just have something configured wrong?
Click to expand...
Click to collapse
What ADB command are you talking about?
farquea said:
I've recently upgraded to Nougat on my rooted phone and wondered how best to replicate my old Tasker profiles that were reliant on Secure Settings which appears to no longer work on Nougat (it says it cannot find root)
Click to expand...
Click to collapse
I'm on Nougat as well and I'm using Secure Settings every day, it works fine for me...
The adb command worked but my bigger problem was that my phone had lost root. All fixed now tho
You can replace Secure Settings with SecureTask plugin. Free and it works great.
kitkat85 said:
You can replace Secure Settings with SecureTask plugin. Free and it works great.
Click to expand...
Click to collapse
Sounds great. Can you please provide a link? Thanks!
AJH101 said:
Sounds great. Can you please provide a link? Thanks!
Click to expand...
Click to collapse
https://play.google.com/store/apps/details?id=com.balda.securetask
kitkat85 said:
https://play.google.com/store/apps/details?id=com.balda.securetask
Click to expand...
Click to collapse
Fantastic, thank you.
---------- Post added at 08:07 AM ---------- Previous post was at 07:25 AM ----------
kitkat85 said:
https://play.google.com/store/apps/details?id=com.balda.securetask
Click to expand...
Click to collapse
Forgive me, is this not very similar to the Auto Tools plug in? [emoji4]
AJH101 said:
Fantastic, thank you.
---------- Post added at 08:07 AM ---------- Previous post was at 07:25 AM ----------
Forgive me, is this not very similar to the Auto Tools plug in? [emoji4]
Click to expand...
Click to collapse
Simply better. First of all it's free. In addition it has a lot of features like sync settings, failed login monitoring, settings monitoring, change pin/password, log information, data usage and much more, nothing comparing to automess.
kitkat85 said:
Simply better. First of all it's free. In addition it has a lot of features like sync settings, failed login monitoring, settings monitoring, change pin/password, log information, data usage and much more, nothing comparing to automess.
Click to expand...
Click to collapse
Thanks. I will start digging!
kitkat85 said:
Simply better. First of all it's free. In addition it has a lot of features like sync settings, failed login monitoring, settings monitoring, change pin/password, log information, data usage and much more, nothing comparing to automess.
Click to expand...
Click to collapse
@automess... I have used both and though autotools is 2.99 I find it more user friendly. But both are equally up to task.
digitalpig82 said:
What ADB command are you talking about?
I'm on Nougat as well and I'm using Secure Settings every day, it works fine for me...
Click to expand...
Click to collapse
Hi, I'm in nougat with a ROM but I can't open tasker. I hope anyone can help
@farquea,::if you want to stick with securesettings in noughat,here is the work around i am using, found the fixfrom superSu forum..
Obviously i am using superSu to give root access for secure settings..
First flash superSu in systemless mode in twrp.
After reboot, using terminal emulataor type the following command
su
echo "BINDSYSTEMXBIN=true" >> /data/.supersu
and reflash superSU from twrp..securesettings will be enabled...
Reference :
1) https://plus.google.com/+Chainfire/posts/N6EARb8LF3d
2) https://forum.xda-developers.com/showpost.php?p=66140836&postcount=5493
This may help you if u want to stick with securesettings
vedhavyga said:
@farquea,::if you want to stick with securesettings in noughat,here is the work around i am using, found the fixfrom superSu forum..
Obviously i am using superSu to give root access for secure settings..
First flash superSu in systemless mode in twrp.
After reboot, using terminal emulataor type the following command
su
echo "BINDSYSTEMXBIN=true" >> /data/.supersu
and reflash superSU from twrp..securesettings will be enabled...
Reference :
1) https://plus.google.com/+Chainfire/posts/N6EARb8LF3d
2) https://forum.xda-developers.com/showpost.php?p=66140836&postcount=5493
This may help you if u want to stick with securesettings
Click to expand...
Click to collapse
You can actually enter that command in TWRP's terminal as well before you flash SuperSU. Saves that one extra reboot.
JRJ442 said:
You can actually enter that command in TWRP's terminal as well before you flash SuperSU. Saves that one extra reboot.
Click to expand...
Click to collapse
i think dat also..but not sure if enter both the values, will supersu install in systemless mode?
JRJ442 said:
You can actually enter that command in TWRP's terminal as well before you flash SuperSU. Saves that one extra reboot.
Click to expand...
Click to collapse
I'm using the Magisk interface and Secure Settings just works with the root method that is built into Magisk,
Also thinks like AndroidPay work with Magisk

Trying to use Tasker Secure Settings to disable volume warning on Samsung S5.

Trying to use Secure Tools to disable volume warning Samsung S5 running Marshmallow. I installed everything and ran adb command. No error, but when I search for Secure Tools it says Not Installed. Then I read this doesn't work on Marshmallow?
My phone is NOT rooted. Any help would be much appreciated.
Thanks - Frankie
Frankie-o said:
Trying to use Secure Tools to disable volume warning Samsung S5 running Marshmallow. I installed everything and ran adb command. No error, but when I search for Secure Tools it says Not Installed. Then I read this doesn't work on Marshmallow?
My phone is NOT rooted. Any help would be much appreciated.
Thanks - Frankie
Click to expand...
Click to collapse
I'm confused. What app are you referring to? "AutoTool's secure settings" or the app "Secure settings" or something else that I'm missing?
TASKER and AUTO TOOLS
I guess I forgot to mention that I'm user Tasker to do this... Thank you.
Be very specific what you are using and what you are trying.
Trying to disable high volume warning on Samsung S5
Using Tasker Auto Tools to run a command on my phone that will allow me to override the Volume High Warning on the Samsung S5 phone. It's supposed to enable WRITE SECURE SETTINGS with this command - and the command runs fine but it's not working for me. But when I go back to the app and look for Secure Settings, it's not there.
adb shell pm grant com.joaomgcd.autotools android.permission.WRITE_SECURE_SETTINGS
Auto tools is a plugin to tasker.
The "adb shell pm grant com.joaomgcd.autotools android.permission.WRITE_SECURE_SETTINGS" is one of two steps required to give the type of system level OS access this tool needs. The first thing that should be done is to enable "allow modify system settings" for AutoTools.
From the AutoTools Secure Settings page:
To use this, AutoTools needs to be granted permission to change secure settings on your device
If you're on Android 6 or above click here to grant AutoTools the first Settings permission
Then follow these steps to grant AutoTools the Secure Settings permission:
Enable Developer Mode: Go to Android Settings -> About Phone and look for the Build Number option. Touch it multiple times until developer mode is enabled.
Enable USB Debugging: Go to Android Settings -> and look for the Developer Options option. In there, enable the USB debugging option.
Install ADB on your PC: Check here for a quick way to do it.
Connect device to PC: Connect your device to a PC and look on your phone. A prompt should show up asking you to allow your phone to be debugged by your PC. Accept this.
Grant permission: Open a command line on your PC and write
adb shell pm grant com.joaomgcd.autotools android.permission.WRITE_SECURE_SETTINGS
Congratulations, AutoTools should now be able to use the "Secure Settings" action!
Click to expand...
Click to collapse
Once those things are done ( I typically reboot for no good reason ☺ ), then go to tasker, add an action in a task, then: plugin -> Auto tools -> secure settings (scroll down the list) you'll end up in a screen where you can configure the AutoTools secure settings action.
WOW! I think I did it.. I just hope I can do it again - this was my "test" phone. I think I was messed up by doing the "search" for secure settings because it said it wasn't installed.. Yet I had looked for the secure settings option and didn't find before - although I had already done all the steps. Somehow I got on to a screen that said the app (I forget the exact words) didn't have permission to change the settings, and to press NO if I wanted to allow the permissions - and I pressed no! I had already created the task to disable the warning - but it's been so long, I'm not sure how I did that - but the bottom line is I think it's working.. I had found several sites that said this wouldn't work with Marshmallow unless the phone was rooted, and my phones are not rooted.. so that makes me skeptical, but I did a reboot, and the warning didn't come back. Thanks a ton for your help.. Let's hope I can re-create on the phone that really needs it.
In case this is found by someone else, many of those "how to use secure settings" posts from lollipop and marshmallow predate the (awareness of the) approach used by AutoTools. People spent a lot of effort trying to force an unsupported, outdated app (the original secure settings) to work in a systemless root environment.
I'm sad to say this did NOT work on my test phone.. It looked like it did, but it didn't.

[HOW-TO] Reset and restore quick setting to default

This is damn useful after doing dirty rom flashes.
I mean normally after you flash a rom without doing wipe, you might miss out new quick setting(wifi, bluetooth, data toggles on swiping down top screen to see notification)
adb shell settings put secure sysui_qs_tiles default
originally found here https://plus.google.com/+KieronQuinn/posts/3ZUzZhGa83s
can confirm this still works on 2020! i'm using miui on redmi note 8 and have no "edit" quick tiles, using this command i can bring back those missing quick tiles. thanks!
Yes thanks this worked for me in 2020 for Xiaomi Mi 10 Pro that was missing the quick setting toggle choices/second page and the edit toggles facility.
ninekaw9 said:
This is damn useful after doing dirty rom flashes.
I mean normally after you flash a rom without doing wipe, you might miss out new quick setting(wifi, bluetooth, data toggles on swiping down top screen to see notification)
adb shell settings put secure sysui_qs_tiles default
originally found here https://plus.google.com/+KieronQuinn/posts/3ZUzZhGa83s
Click to expand...
Click to collapse
I have the same problem: no second page, no edit button for quick toggles.
Unfortunately, the suggested solution with the adb command does not work for me because of some security issu:
Code:
adb shell settings put secure sysui_qs_tiles default
Security exception: Permission denial: writing to settings requires:android.permission.WRITE_SECURE_SETTINGS
java.lang.SecurityException: Permission denial: writing to settings requires:android.permission.WRITE_SECURE_SETTINGS
at com.android.providers.settings.SettingsProvider.enforceWritePermission(SettingsProvider.java:2050)
at com.android.providers.settings.SettingsProvider.mutateSecureSetting(SettingsProvider.java:1570)
at com.android.providers.settings.SettingsProvider.insertSecureSetting(SettingsProvider.java:1530)
at com.android.providers.settings.SettingsProvider.call(SettingsProvider.java:437)
at android.content.ContentProvider.call(ContentProvider.java:2161)
at android.content.ContentProvider$Transport.call(ContentProvider.java:477)
at com.android.providers.settings.SettingsService$MyShellCommand.putForUser(SettingsService.java:375)
at com.android.providers.settings.SettingsService$MyShellCommand.onCommand(SettingsService.java:277)
at android.os.ShellCommand.exec(ShellCommand.java:104)
at com.android.providers.settings.SettingsService.onShellCommand(SettingsService.java:49)
at android.os.Binder.shellCommand(Binder.java:881)
at android.os.Binder.onTransact(Binder.java:765)
at android.os.Binder.execTransactInternal(Binder.java:1021)
at android.os.Binder.execTransact(Binder.java:994)
Any suggestions on how I can make that work?
Edit: My phone is Xiaomi Mi 9T with global ROM, all updates installed.
Solution: "USB debugging (Security settings)" must also be activated. This requires a Mi-Account for the Xiaomi cloud the be entered in the phone settings.
After that, the adb command has worked and has solved the problem:
Code:
adb shell settings put secure sysui_qs_tiles default
Now I have a second page in the quick toggles and I can edit them. (I did not need to reboot the phone.)

Is there an ADB command for no root to swap back and recent on the navbar?

Hello all, I'm used to having my back on the right and recents on the left on the nav bar but for some reason Amazon won't let me swap them in the settings. So I tried to the ADB commands
adb shell settings put secure sysui_nav_bar "STRING"
And
adb shell settings put secure sysui_nav_bar "space,recent;home;back,space"
But the second command gave me an error and it didn't work. Is there something I'm missing or is rooting my only option?
SoapyTaco said:
Hello all, I'm used to having my back on the right and recents on the left on the nav bar but for some reason Amazon won't let me swap them in the settings. So I tried to the ADB commands
adb shell settings put secure sysui_nav_bar "STRING"
And
adb shell settings put secure sysui_nav_bar "space,recent;home;back,space"
But the second command gave me an error and it didn't work. Is there something I'm missing or is rooting my only option?
Click to expand...
Click to collapse
Even with root swapping back/recents is not easy (reliable) in the absence of a custom ROM or Xposed Framework + GravityBox or similar tool.
Davey126 said:
Even with root swapping back/recents is not easy (reliable) in the absence of a custom ROM or Xposed Framework + GravityBox or similar tool.
Click to expand...
Click to collapse
Ah, I see. I guess I can root and install Xposed and try it that way. Bit silly that something so basic isn't just included, I really hate FireOS.
SoapyTaco said:
Ah, I see. I guess I can root and install Xposed and try it that way. Bit silly that something so basic isn't just included, I really hate FireOS.
Click to expand...
Click to collapse
Key swapping isn't an option on most stock ROMs. Xposed likely won't load/run well with FireOS v5 not to mention the challenges of installing via FlashFire in absence of a custom recovery. You best option is to go with a custom ROM augmented with Xposed. Still requires root which can only be achieved with on 5th gen devices running FireOS 5.3.1 or lower.

Debloating more apps, clean up status bar, & removing pesky permanent notifications

Debloating more apps, clean up status bar, & removing pesky permanent notifications
Hola
For those of us who are using the non-Chinese variant, meaning no bootloader unlock, we are forced to find other ways to accommodate the following:
1. Removing more bloatware / unneeded apps.
2. Be able to remove most system based icons from the status bar to allow other icons to show up given the limited space we have due to the notch.
3. Be able to remove permanent notifications from the notifications panel.
While using adb can accommodate all of the above, being able to control most of these items from an app is much easier to manage. Most, if not all, of the apps I mention below will cost you a few dollars but in my view are worth every penny and can be used on other devices.
Bloatware removal
App needed: App Freezer
Link: https://play.google.com/store/apps/details?id=com.wakasoftware.appfreezer&hl=en
Basic setup (taken almost verbatim from Play Store info):
1. Make sure you know how to use adb clearly! <- If you don't know to use adb, Google it!
2. Go to [Settings], go [Accounts], then remove All Accounts! <- This is a critical part of the setup!
3. Enable Android Debugging mode of your phone.
4. Run command
- adb shell dpm set-device-owner com.wakasoftware.appfreezer/.receiver.DPMReceiver
5. Reboot your phone, now you can add your accounts back and enjoy this app.
(For detailed instructions: http://wakasoftware.com/app-freezer-setup)
6. For general bloatware / unneeded app removal, I have attached an export from my App Freezer installation. OBVIOUSLY there are apps that I froze that I do not need or use, so go through the list and edit as needed. It is very difficult to find proper information on those com.Huawei.* files.
Status bar icon removal
App needed: SystemUI Tuner
Link: https://play.google.com/store/apps/...ystemuituner&rdid=com.zacharee1.systemuituner
Basic setup (taken almost verbatim from Play Store info):
1. Make sure you know how to use adb clearly! <- If you don't know to use adb, Google it!
2. Enable Android Debugging mode of your phone.
3. Run commands
- adb shell pm grant com.zacharee1.systemuituner android.permission.WRITE_SECURE_SETTINGS
- adb shell pm grant com.zacharee1.systemuituner android.permission.PACKAGE_USAGE_STATS
- adb shell pm grant com.zacharee1.systemuituner android.permission.DUMP
4. Launch app and select which icon you want to remove. Note that unfortunately not all icons can be removed, like the unneeded VoLTE / HD system icon that always shows up unless you manually disable this feature.
5. RESTART your phone to make most of the selected icons removed. REMEMBER THAT SOME ICONS CANNOT BE REMOVED BY THIS APP!
Notification panel clean up
App needed: TidyPanel
Link: https://play.google.com/store/apps/details?id=com.dharmapoudel.tidypanel
Basic setup:
1. Install, buy the Pro version (if you think it is worth it), assign needed permissions.
2. Select which permanent notifications you want removed.
3. Restart to ensure it continues to work after a reboot (though I think you may need the Pro version to enable this feature).
4. I found that some permanent notifications take some fine tuning to be removed by this app in terms of using a custom title or custom text. It is finicky indeed but once you get the hang of it, it works well. The app developer has a XDA thread in the main Apps sub-forum.
Yes, yes, three additional PAID applications to be installed to give us other features that we usually would be able to achieve with simple root or otherwise. Hopefully this helps someone else other there.
sad, but when i try to activate with adb always shows " Not allowed to set the device owner because there are already some accounts on the device"
i removed all accounts, even i removed all device administrator programs
Ricardo_G said:
sad, but when i try to activate with adb always shows " Not allowed to set the device owner because there are already some accounts on the device"
i removed all accounts, even i removed all device administrator programs
Click to expand...
Click to collapse
Hola
Hmm, that is indeed weird, I did not have any issues with this part. But just to confirm did you remove ALL Google and non-Google accounts like WhatsApp, email accounts, anything else listed in the Users and Accounts section?
Sent from my LYA-L0C using Tapatalk
when i try to run adb command…
adb shell dpm set-device-owner com.wakasoftware.appfreezer/.receiver.DPMReceiver
java.lang.IllegalStateException: Not allowed to set the device owner because there are already some accounts on the device
at android.os.Parcel.createException(Parcel.java:1953)
at android.os.Parcel.readException(Parcel.java:1913)
at android.os.Parcel.readException(Parcel.java:1863)
at android.app.admin.IDevicePolicyManager$Stub$Proxy.setDeviceOwner(IDevicePolicyManager.java:5863)
at com.android.commands.dpm.Dpm.runSetDeviceOwner(Dpm.java:176)
at com.android.commands.dpm.Dpm.onRun(Dpm.java:106)
at com.android.internal.os.BaseCommand.run(BaseCommand.java:54)
at com.android.commands.dpm.Dpm.main(Dpm.java:41)
at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:371)
Caused by: android.os.RemoteException: Remote stack trace:
at com.android.server.devicepolicy.DevicePolicyManagerService.enforceCanSetDeviceOwnerLocked(DevicePolicyManagerService.java:8067)
at com.android.server.devicepolicy.DevicePolicyManagerService.setDeviceOwner(DevicePolicyManagerService.java:7352)
at android.app.admin.IDevicePolicyManager$Stub.onTransact(IDevicePolicyManager.java:1095)
at com.android.server.devicepolicy.HwDevicePolicyManagerService.onTransact(HwDevicePolicyManagerService.java:769)
at android.os.Binder.execTransact(Binder.java:739)
Hola
Based on the initial response it is still detecting some other account on your device. Long shot but after removing all accounts try rebooting and try again (assuming you didn't do so already).
Sent from my LYA-L0C using Tapatalk
no works
---------- Post added at 05:13 AM ---------- Previous post was at 05:12 AM ----------
i can note remove find my device and archives, this can not deleted ( both are system app, non removable)
Ricardo_G said:
no works
---------- Post added at 05:13 AM ---------- Previous post was at 05:12 AM ----------
i can note remove find my device and archives, this can not deleted ( both are system app, non removable)
Click to expand...
Click to collapse
Hola
I don't understand, I did not have to remove any apps, just any accounts listed in the Users and Accounts section in Settings. Can you show us a screen capture of your phone of this section?
I don't have any un-needed apps that I can't hide, disable or install, and I don't have any persistent notifications either?
Jonathan-H said:
I don't have any un-needed apps that I can't hide, disable or install, and I don't have any persistent notifications either?
Click to expand...
Click to collapse
Hola
Not sure I understand your comment. If you are simply stating that you have no issues with your Mate 20 Pro, and don't want to remove / disable existing Huawei provided apps then that is absolutely fine, etc. My post is simply to share information on how I was able to get some features that I accustomed to using on other devices. Many us really like the hardware, but man their EMUI skin is a most difficult nut to crack :crying:
Only wish that Substratum can bring support for our device or at least for Android 9 Pie.
QAM said:
Hola
Not sure I understand your comment. If you are simply stating that you have no issues with your Mate 20 Pro, and don't want to remove / disable existing Huawei provided apps then that is absolutely fine, etc. My post is simply to share information on how I was able to get some features that I accustomed to using on other devices. Many us really like the hardware, but man their EMUI skin is a most difficult nut to crack :crying:
Only wish that Substratum can bring support for our device or at least for Android 9 Pie.
Click to expand...
Click to collapse
It´s simple
- i removed all accounts
- I remove all programs grants to accessibility
- I removed all programs grants to device administrator
and doesn´t work neither
Ricardo_G said:
no works
---------- Post added at 05:13 AM ---------- Previous post was at 05:12 AM ----------
i can note remove find my device and archives, this can not deleted ( both are system app, non removable)
Click to expand...
Click to collapse
adb shell
pm list packages
pm uninstall -k --user 0 "package name"
find my device is "com.google.android.apps.adm"
cant see the archives? maybe download an app similar to 'package name viewer' which will give you the package name to delete.
Please be cautious, some things should not be deleted and you may need a factory reset to get it back.
---------- Post added at 06:29 PM ---------- Previous post was at 06:28 PM ----------
Ricardo_G said:
It´s simple
- i removed all accounts
- I remove all programs grants to accessibility
- I removed all programs grants to device administrator
and doesn´t work neither
Click to expand...
Click to collapse
this doesnt make sense either. Did not in any way have anything to do with what was asked.
All worked great for me, thanks
Any benifit of freezing the bloat wares rather than just uninstalling them completely using adb? Just curious
wpy said:
Any benifit of freezing the bloat wares rather than just uninstalling them completely using adb? Just curious
Click to expand...
Click to collapse
If a package that is uninstalled causes issues, you'll need a factory reset to get it back. Otherwise just unfreeze
Cleanup Statusbar
command to remove statusbar icons:
Code:
adb shell settings put secure icon_blacklist [comma separated codes here] && adb reboot
Icons to disable (config_statusBarIcons from Huawei Mate 20 Pro framework_res.apk):
Code:
<string-array name="config_statusBarIcons">
<item>mute</item>
<item>ime</item>
<item>powersavingmode</item>
<item>speakerphone</item>
<item>wifi</item>
<item>cdma_eri</item>
<item>data_connection</item>
<item>phone_evdo_signal</item>
<item>phone_signal</item>
<item>battery</item>
<item>secure</item>
<item>clock</item>
<item>unicom_call</item>
<item>volte_call</item>
<item>vowifi_call</item>
<item>data_saver</item>
<item>tty</item>
<item>managed_profile</item>
<item>cast</item>
<item>sync_failing</item>
<item>sync_active</item>
<item>vpn</item>
<item>earphone</item>
<item>eyes_protect</item>
<item>nfc</item>
<item>alarm_clock</item>
<item>bluetooth</item>
<item>location</item>
<item>zen</item>
<item>volume</item>
</string-array>
command to re-enable the icons:
Code:
adb shell settings delete secure icon_blacklist && adb reboot
command to show disabled icons:
Code:
adb shell settings get secure icon_blacklist
webpatrick said:
command to remove statusbar icons:
Icons to disable (config_statusBarIcons from Huawei Mate 20 Pro framework_res.apk):
command to re-enable the icons:
command to show disabled icons:
Click to expand...
Click to collapse
Thanks for this info. Can confirm this works. But still cannot remove the stupid volte icon :laugh:
QAM said:
Hola
Hmm, that is indeed weird, I did not have any issues with this part. But just to confirm did you remove ALL Google and non-Google accounts like WhatsApp, email accounts, anything else listed in the Users and Accounts section?
Sent from my LYA-L0C using Tapatalk
Click to expand...
Click to collapse
I am also the same problem:哭::哭:
so after a successful cmd promt i get device is managed by your company why
miffymiffy said:
If a package that is uninstalled causes issues, you'll need a factory reset to get it back.
Click to expand...
Click to collapse
You can actually use the following in adb shell to reinstall a package as it is still in the system:
cmd package install-existing <package name>
dominicstg2 said:
so after a successful cmd promt i get device is managed by your company why
Click to expand...
Click to collapse
same with me, anyone can help or explain about this??

Categories

Resources