Debloating Bloatware - Samsung Galaxy Note 10 Guides, News, & Discussion

Fun, fun, fun...got Bixby out and that's enough for tonight:

mzsquared said:
Fun, fun, fun...got Bixby out and that's enough for tonight:
Click to expand...
Click to collapse
What are you using? Does package disabler pro work on the Note 10? Used it on the Note 8 but just got mine late last night. Also wondering if Synergy and Substratum lite are working, don't want to break a $1200.00 phone on the first day.
https://forum.xda-developers.com/showpost.php?p=76687505&postcount=9
EDIT:
Don't use Package Disabler Pro, doesn't work, won't uninstall and locks your phone up - already had to do a FDR because of it.

Would also like to know.

ggrant3876 said:
What are you using? Does package disabler pro work on the Note 10? Used it on the Note 8 but just got mine late last night. Also wondering if Synergy and Substratum lite are working, don't want to break a $1200.00 phone on the first day.
https://forum.xda-developers.com/showpost.php?p=76687505&postcount=9
EDIT:
Don't use Package Disabler Pro, doesn't work, won't uninstall and locks your phone up - already had to do a FDR because of it.
Click to expand...
Click to collapse
Am just taking it slow, manually, don't want to mess things up on this shiny new phone. I use ADB shell commands to get into app packages, not every samsung package is showing up when trying to look for them by association (E.g:" adb shell pm list packages -f<package name> ") Some are easy like facebook, kids apps, netflix, chrome and a few others. The whole list of packages is 8 pages long, I printed it, so i can compare all lines to XDA tutorials for S10 to find the most obvious and safe pkgs to remove.
Here is a link to useful adb shell commands. When you are already in the "adb shell" state, you can just start the command line with "pm" right after $, skip typing the "adb shell" - much easier.
http://adbshell.com/commands/adb-shell-pm-list-packages

Anyone know how to remove Facebook? I can only disable it eh. I hate facecrap. I already hate facecrap bought oculus. So sad eh.
Anyways if anyone would be kind enough to upload a screenshot of it then that would be greatly appreciated.

Zionator said:
Anyone know how to remove Facebook? I can only disable it eh. I hate facecrap. I already hate facecrap bought oculus. So sad eh.
Anyways if anyone would be kind enough to upload a screenshot of it then that would be greatly appreciated.
Click to expand...
Click to collapse
Exynos w. root can do it, not an option on Snapdragon. I think I found and disabled all fb instances and it's going to last until the next OTA Q update.
Here is what they are(fb related):
C:\Program Files (x86)\Minimal ADB and Fastboot>adb shell
d2q:/ $ pm list packages -f facebook
package:/system/priv-app/FBServices/FBServices.apk=com.facebook.services
package:/system/app/Facebook_stub/Facebook_stub.apk=com.facebook.katana
package:/system/priv-app/FBInstaller_NS/FBInstaller_NS.apk=com.facebook.system
package:/system/app/FBAppManager_NS/FBAppManager_NS.apk=com.facebook.appmanager
d2q:/ $ pm disable-user --user 0 com.facebook.services
Package com.facebook.services new state: disabled-user
d2q:/ $ pm disable-user --user 0 com.facebook.katana
Package com.facebook.katana new state: disabled-user
d2q:/ $ pm disable-user --user 0 com.facebook.system
Package com.facebook.system new state: disabled-user
d2q:/ $ pm disable-user --user 0 com.facebook.appmanager
Package com.facebook.appmanager new state: disabled-user
d2q:/ $==================

mzsquared said:
Exynos w. root can do it, not an option on Snapdragon. I think I found and disabled all fb instances and it's going to last until the next OTA Q update.
Here is what they are(fb related):
C:\Program Files (x86)\Minimal ADB and Fastboot>adb shell
d2q:/ $ pm list packages -f facebook
package:/system/priv-app/FBServices/FBServices.apk=com.facebook.services
package:/system/app/Facebook_stub/Facebook_stub.apk=com.facebook.katana
package:/system/priv-app/FBInstaller_NS/FBInstaller_NS.apk=com.facebook.system
package:/system/app/FBAppManager_NS/FBAppManager_NS.apk=com.facebook.appmanager
d2q:/ $ pm disable-user --user 0 com.facebook.services
Package com.facebook.services new state: disabled-user
d2q:/ $ pm disable-user --user 0 com.facebook.katana
Package com.facebook.katana new state: disabled-user
d2q:/ $ pm disable-user --user 0 com.facebook.system
Package com.facebook.system new state: disabled-user
d2q:/ $ pm disable-user --user 0 com.facebook.appmanager
Package com.facebook.appmanager new state: disabled-user
d2q:/ $==================
Click to expand...
Click to collapse
Well I wont be rooting my note 10 just yet. My note 9 is rooted with custom rom and I am keeping it as backup.
Would like note 10 non rooted so I can use banking apps and samsung pay and so on.
So with the above adb commands I cannot remove Facebook?
I mean disable I can just do on the phone without the need for adb terminal. I would like to completely delete it from my phone and keep it non rooted.
And em I have not messed around with adb for years so I think I need to install it on pc if the deletion can be done unrooted...

mzsquared said:
Am just taking it slow, manually, don't want to mess things up on this shiny new phone. I use ADB shell commands to get into app packages, not every samsung package is showing up when trying to look for them by association (E.g:" adb shell pm list packages -f<package name> ") Some are easy like facebook, kids apps, netflix, chrome and a few others. The whole list of packages is 8 pages long, I printed it, so i can compare all lines to XDA tutorials for S10 to find the most obvious and safe pkgs to remove.
Here is a link to useful adb shell commands. When you are already in the "adb shell" state, you can just start the command line with "pm" right after $, skip typing the "adb shell" - much easier.
http://adbshell.com/commands/adb-shell-pm-list-packages
Click to expand...
Click to collapse
I guess that's the route I'll go. Installed Franciso Franco's Nap Time and had to use a couple of ADB commands, see if it will help the battery.

Yep started debloating yesterday. I refuse to buy package disabled pro as every time samsung makes a change he releases it as a new version and expects you to pay again as the old version stops working. So switched to CCSWE and it just works, bit by likewise was the first thing to go

In case anyone is looking to remove Netflix
pm uninstall -k --user 0 com.netflix.mediaclient
pm uninstall -k --user 0 com.netflix.partner.activation
Few more useless things associated with browser
pm uninstall -k --user 0 com.android.providers.partnerbookmarks
pm uninstall -k --user 0 com.android.bookmarkprovider
And this is in case you remove stock launcher. Even if you dont use it, you still need it for "recent apps" key
adb shell cmd package install-existing com.sec.android.app.launcher

mzsquared said:
Fun, fun, fun...got Bixby out and that's enough for tonight:
Click to expand...
Click to collapse
hi, just want to confirm before execute it, does disabling all bixby not causing any problem?
because i heard disabling some samsung app (i.e. store) make your phone bootloop
thanks

svanonima said:
hi, just want to confirm before execute it, does disabling all bixby not causing any problem?
because i heard disabling some samsung app (i.e. store) make your phone bootloop
thanks
Click to expand...
Click to collapse
Yes, you have to be careful with de-bloat, they have extended tutorials in Galaxy S10/10+:
https://forum.xda-developers.com/galaxy-s10/how-to/galaxy-s10-s10-debloat-bloatware-t3912073

Some ANT stuff
pm uninstall -k --user 0 com.dsi.ant.plugins.antplus
pm uninstall -k --user 0 com.dsi.ant.server
pm uninstall -k --user 0 com.dsi.ant.sample.acquirechannels

thering1975 said:
Yep started debloating yesterday. I refuse to buy package disabled pro as every time samsung makes a change he releases it as a new version and expects you to pay again as the old version stops working. So switched to CCSWE and it just works, bit by likewise was the first thing to go
Click to expand...
Click to collapse
What's CCSWE....I'm having a brain fart?
Sent from my SM-N975U using Tapatalk

akordboy said:
What's CCSWE....I'm having a brain fart?
Click to expand...
Click to collapse
That's what I use also to disable all the bloatware. You can look it up in play store. That's pro version feature.

BabeAn said:
That's what I use also to disable all the bloatware. You can look it up in play store. That's pro version feature.
Click to expand...
Click to collapse
Thanks....figured it out after I posted

ggrant3876 said:
What are you using? Does package disabler pro work on the Note 10? Used it on the Note 8 but just got mine late last night. Also wondering if Synergy and Substratum lite are working, don't want to break a $1200.00 phone on the first day.
https://forum.xda-developers.com/showpost.php?p=76687505&postcount=9
EDIT:
Don't use Package Disabler Pro, doesn't work, won't uninstall and locks your phone up - already had to do a FDR because of it.
Click to expand...
Click to collapse
Strange it works great on my Note 10. It's rooted now and on Android 11 but worked fine on my Note 10 with Android 10 before I rooted.

Related

[NO-ROOT][SCRIPT]Nokia Debloater, An universal script that works on all Nokia phones.

Here is an universal script that should work on every Nokia device right from the first gen devices upto Nokia 9 Pureview.
Exert from my Github readme.md -
Nokia-Debloater
A simple noob-friendly script that debloats your phone from the evenwell apps and soon, Google Apps.
What is evenwell and why should I care?
Evenwell/FiH is chinese company. Specifically, They are a subsidary of the massive Foxxconn group that manufactures consumer electronics for sale around the world. This Evewell group were a business partner of Nokia/HMD and they were responsible for manufacturing and building the software on these phones. We all know the second generation devices from Nokia i.e Nokia 6.1, Nokia 6.1 Plus, Nokia 7 Plus etc are android one devices which are supposed to come with clean software and no bloat. On the surface, These devices have no bloat, But when you go digging deeper into settings and the system, You will encounter them evenwell apps.
What do these apps do?
These apps are supposedly to maintain system stability and protect battery among various other services/features. There are also telemetry apps that send data to the chinese. This is the reason I've decided to create this script.
Nokia has supposedly stopped using the evenwell services/apps, Why would you uninstall them?
Simple, Because
1. I do not want any dead app that previously had an history of snooping in my system.
2. They are not supposed to be there in the first place.
Convinced yet? Get the script from here and you can start.
Enable usb debugging and connect to PC, Put the .bat file in the same folder as your ADB and run the script. Profit.
More info - Nokia Debloater Github
Reserved
Typo in the second partnerbrowsercustomizAtions
Thanks for your work
jojlse said:
Typo in the second partnerbrowsercustomizAtions
Thanks for your work
Click to expand...
Click to collapse
Okay thanks! Ill fix it.
New release coming today with Improved Android 10 Compatibility:fingers-crossed:
Update - New release?
Is it script safe to use for locked bl user? I mean is it update gonna mess with the script?
LuminousMazim said:
Is it script safe to use for locked bl user? I mean is it update gonna mess with the script?
Click to expand...
Click to collapse
No worries, This script is safe for users with locked bootloaders and you will not have issues with updates at all.
Read my F.A.Q here to know more.
CarbonGTR said:
No worries, This script is safe for users with locked bootloaders and you will not have issues with updates at all.
Read my F.A.Q here to know more.
Click to expand...
Click to collapse
Thanks! btw any idea this is universal or some specific region thing? I kinda look into the script in the bat file, and found out some line is end with "ww" like,
evenwell.powersaving.g3.overlay.base.s600ww
evenwell.dataagent.overlay.base.s600ww
in my device i still have that but end with id:
evenwell.powersaving.g3.overlay.base.s600id
evenwell.dataagent.overlay.base.s600id
my country is Indonesia, so i suspect that is my region code. I Have some failed line when running .bat file too, something like
failed "app not found or 0 app not installed"
I don't know the exact it just too fast and at first didn't think much of it. Or it just some app that didn't intend to be deleted.
LuminousMazim said:
Thanks! btw any idea this is universal or some specific region thing? I kinda look into the script in the bat file, and found out some line is end with "ww" like,
evenwell.powersaving.g3.overlay.base.s600ww
evenwell.dataagent.overlay.base.s600ww
in my device i still have that but end with id:
evenwell.powersaving.g3.overlay.base.s600id
evenwell.dataagent.overlay.base.s600id
Click to expand...
Click to collapse
It's region specific. ID stands for Indonesia, WW stands for Worldwide and there is one more, I guess its RR or something that is for the russian region.
Thanks for the heads up, I will update the script with other Regions also:good:
my country is Indonesia, so i suspect that is my region code. I Have some failed line when running .bat file too, something like
failed "app not found or 0 app not installed"
I don't know the exact it just too fast and at first didn't think much of it. Or it just some app that didn't intend to be deleted.
Click to expand...
Click to collapse
Failed here just means that the app was not found and hence not deleted. The script will never touch the other apps other then ones I've added.
CarbonGTR said:
It's region specific. ID stands for Indonesia, WW stands for Worldwide and there is one more, I guess its RR or something that is for the russian region.
Thanks for the heads up, I will update the script with other Regions also:good:
Failed here just means that the app was not found and hence not deleted. The script will never touch the other apps other then ones I've added.
Click to expand...
Click to collapse
Thanks! Can you add clear cache/dalvik after using script for the next update? I think is logical thing to do after removing bunch of app. Or it need root/unlock?
LuminousMazim said:
Thanks! Can you add clear cache/dalvik after using script for the next update? I think is logical thing to do after removing bunch of app. Or it need root/unlock?
Click to expand...
Click to collapse
Clearing Dalvik Cache and Cache data is not possible on Treble devices. Google Did away with caches because of the A/B system this phone uses.
I'll look into what I can do.
BTW, Region specific Apps can now be debloated, Uploading to Git soon
@luminousMazin A feature to remove cache data has been added to the latest release.
CarbonGTR said:
Clearing Dalvik Cache and Cache data is not possible on Treble devices. Google Did away with caches because of the A/B system this phone uses.
I'll look into what I can do.
BTW, Region specific Apps can now be debloated, Uploading to Git soon
@luminousMazin A feature to remove cache data has been added to the latest release.
Click to expand...
Click to collapse
Thanks for the script! Working in Nokia 6 2017.:good::good:
How to confirm this script is working?
I already run this script when I was still on Pie and leave it..
After Android 10 update, I checked evenwell apps still remains on my device, I found it through battery optimization settings (screenshot attached), there's so many of them...
Or is it reinstalled after 10 upgrade??
Can I reuse this script on 10?
R324D said:
How to confirm this script is working?
I already run this script when I was still on Pie and leave it..
After Android 10 update, I checked evenwell apps still remains on my device, I found it through battery optimization settings (screenshot attached), there's so many of them...
Click to expand...
Click to collapse
You should see a Uninstalled for user 0 caption message under the apps
Or is it reinstalled after 10 upgrade??
Can I reuse this script on 10?
Click to expand...
Click to collapse
Yes you can.
Some apps changed name in android10:
adb shell pm uninstall --user 0 com.evenwell.AprUploadService.data.overlay.base
adb shell pm uninstall --user 0 com.evenwell.autoregistration.overlay.base
adb shell pm uninstall --user 0 com.evenwell.autoregistration.overlay.d.base.s600ww
adb shell pm uninstall --user 0 com.evenwell.batteryprotect.overlay.base
adb shell pm uninstall --user 0 com.evenwell.CPClient.overlay.base
adb shell pm uninstall --user 0 com.evenwell.custmanager.data.overlay.base
adb shell pm uninstall --user 0 com.evenwell.dataagent.overlay.base
adb shell pm uninstall --user 0 com.evenwell.DbgCfgTool.overlay.base
adb shell pm uninstall --user 0 com.evenwell.DeviceMonitorControl.data.overlay.base
adb shell pm uninstall --user 0 com.evenwell.managedprovisioning.overlay.base
adb shell pm uninstall --user 0 com.evenwell.nps.overlay.base
adb shell pm uninstall --user 0 com.evenwell.partnerbrowsercustomizations.overlay.base
adb shell pm uninstall --user 0 com.evenwell.PowerMonitor.overlay.base
adb shell pm uninstall --user 0 com.evenwell.pushagent.overlay.base
adb shell pm uninstall --user 0 com.evenwell.retaildemoapp.overlay.base
adb shell pm uninstall --user 0 com.evenwell.stbmonitor.data.overlay.base
adb shell pm uninstall --user 0 com.evenwell.telecom.data.overlay.base
I use linux adb, so no .exe
jojlse said:
Some apps changed name in android10:
adb shell pm uninstall --user 0 com.evenwell.AprUploadService.data.overlay.base
adb shell pm uninstall --user 0 com.evenwell.autoregistration.overlay.base
adb shell pm uninstall --user 0 com.evenwell.autoregistration.overlay.d.base.s600ww
adb shell pm uninstall --user 0 com.evenwell.batteryprotect.overlay.base
adb shell pm uninstall --user 0 com.evenwell.CPClient.overlay.base
adb shell pm uninstall --user 0 com.evenwell.custmanager.data.overlay.base
adb shell pm uninstall --user 0 com.evenwell.dataagent.overlay.base
adb shell pm uninstall --user 0 com.evenwell.DbgCfgTool.overlay.base
adb shell pm uninstall --user 0 com.evenwell.DeviceMonitorControl.data.overlay.base
adb shell pm uninstall --user 0 com.evenwell.managedprovisioning.overlay.base
adb shell pm uninstall --user 0 com.evenwell.nps.overlay.base
adb shell pm uninstall --user 0 com.evenwell.partnerbrowsercustomizations.overlay.base
adb shell pm uninstall --user 0 com.evenwell.PowerMonitor.overlay.base
adb shell pm uninstall --user 0 com.evenwell.pushagent.overlay.base
adb shell pm uninstall --user 0 com.evenwell.retaildemoapp.overlay.base
adb shell pm uninstall --user 0 com.evenwell.stbmonitor.data.overlay.base
adb shell pm uninstall --user 0 com.evenwell.telecom.data.overlay.base
I use linux adb, so no .exe
Click to expand...
Click to collapse
The script has these new, name changed apps included.
Worked on my Nokia 6.1 Plus. Thanks a ton!
Please help me with the procedure to flash this script, I am using Nokia 6.1 Plus
Thank you!
Arockyfella said:
Please help me with the procedure to flash this script, I am using Nokia 6.1 Plus
Thank you!
Click to expand...
Click to collapse
You're not to flash it.
Do this:
CarbonGTR said:
Enable usb debugging and connect to PC, Put the .bat file in the same folder as your ADB and run the script. Profit.
More info - Nokia Debloater Github
Click to expand...
Click to collapse
Ran the script on Nokia 7 plus. Did not encounter any issues. Battery improved a bit and it appears the screen freeze issue that affects many of the users is gone..
ShapeCharger99 said:
It appears the screen freeze issue that affects many of the users is gone..
Click to expand...
Click to collapse
This is quite interesting, I never saw any app or overlay targetting the display.

[ADB] Mi Note 10 Debloat (no root) Global and EU

Hi All
This is the first version of a debloat for the Mi Note 10. I'm not an expert at this, so I've been very cautious (I hope).
Remember: You use this at your own risk. Please read through the batch file to make sure you understand each package and are sure you don't want it.
If you delete something by mistake, you may be able to re-install it from Google Play. If not, you may need to do a factory reset so BACKUP FIRST.
If you don't backup and have to factory reset, please let me know so I can laugh at you
With all the disclaimers out the way, you need to:
1) Enable Developer Options (Settings/About Phone/Keep tapping MIUI Version)
2) Turn on USB Debugging (Settings/Additional Settings/Developer Options/USB Debugging)
3) Make sure ADB is installed on your pc
4) Plug in your phone and it will say "Charging via USB" change this to File Transfer. The first time you do this, you will be asked to authorise USB debugging. Agree this otherwise the batch file won't work and you get an "Unauthorised" message when it tries to uninstall.
5) Read the entire contents of the batch file and make sure it's OK for you to delete all the listed packages
6) Run the batch file
The batch file is attached as a txt file as .bat is not allowed, so just rename it. I've tested the file on my phone and all looks fine so far.
If anyone with more experience than me wants to add to this, please let me know and I'll update the batch file for everyone else.
Cheers
Steve
edit: Changed the name of original file to Global and added an EU debloater
Another slightly nerdy method
(1) Install SDK tools by google. Google it.
(2) On finishing be SURE to check the box and install Android SDK tools, Android SDK build - tools and Android SDK platform tools. Dont forget.
(3) Install the universal ADB drivers (Google it to find...i am not allowed to post links here)
(4) Install phone drivers drivers if needed although I havnt needed them for mi note 10 phone curiously enough
(5) Install app inspector on the android phone (Google play store it)
(6) Enable USB debugging on the android phone after enabling developer options on the phone.
(7) Allow USB debugging when phone is plugged in
(8) Open CMD by typing cmd in search in your windows computer
(9) Type "cd C:\Program Files (x86)\Android\android-sdk\platform-tools" (Or just copy this without the quotes)
(10) Type "adb devices"...You should see a string of random numbers and letters followed by "device." This indicates you can send commands. If you don't see this, try checking your USB cable to ensure it is fully plugged in.
(11) Type "adb shell"
(12) Type "pm uninstall -k --user 0 com.app.name.here" to uninstall the apps, also disable in apps menu later for extra safety. To find out the name of the app - return to Your phone and open App Inspector. Select an app from the list that you wish to remove. Under "Package name," you will find the package name of the app, which you will need. These all are safe to remove. If any app says Not Installed For User 0, It simply means that specific app is not installed in your phone. Simply ignore it.
XIAOMI Mi Note 10 only debloat - simply copy and paste these in the command prompt and press enter. All the below apps will get disabled. Can be enabled from app settings if needed.
pm disable-user --user 0 com.miui.analytics
pm disable-user --user 0 com.google.android.contacts
pm disable-user --user 0 com.google.at.lens
pm disable-user --user 0 com.netflix.partner.activation
pm disable-user --user 0 com.android.browser
pm disable-user --user 0 com.android.printspooler
pm disable-user --user 0 com.android.printspooler
pm disable-user --user 0 com.miui.userguide
pm disable-user --user 0 com.miui.player
pm disable-user --user 0 com.mi.global.shop
pm disable-user --user 0 com.xiaomi.miplay_client
pm disable-user --user 0 com.miui.phrase
pm disable-user --user 0 com.android.cellbroadcastreceiver
pm disable-user --user 0 com.google.android.videos
pm disable-user --user 0 com.xiaomi.payment
pm disable-user --user 0 com.miui.notes
pm disable-user --user 0 com.mi.health
pm disable-user --user 0 com.opera.preinstall
pm disable-user --user 0 com.android.bips
pm disable-user --user 0 com.micredit.in
pm disable-user --user 0 com.android.browser
pm disable-user --user 0 com.miui.calculator
pm disable-user --user 0 com.miui.mishare.connectivity
pm disable-user --user 0 com.microsoft.skydrive
pm disable-user --user 0 com.google.android.tts
pm disable-user --user 0 com.miui.micloudsync
pm disable-user --user 0 com.miui.weather2
pm disable-user --user 0 com.miui.cloudbackup
pm disable-user --user 0 cn.wps.xiaomi.abroad.lite
pm disable-user --user 0 com.android.chrome
pm disable-user --user 0 com.xiaomi.mirecycle
pm disable-user --user 0 com.mipay.wallet.id
pm disable-user --user 0 com.mi.android.globalFileexplorer
pm disable-user --user 0 com.mipay.wallet.in
pm disable-user --user 0 com.miui.cloudservice
pm disable-user --user 0 com.google.android.feedback
pm disable-user --user 0 com.miui.yellowpage
pm disable-user--user 0 com.google.android.apps.tachyon
pm disable-user --user 0 com.miui.videoplayer
pm disable-user --user 0 com.xiaomi.midrop
pm disable-user --user 0 com.miui.cleanmaster
pm disable-user --user 0 com.google.android.apps.youtube.music
pm disable-user --user 0 com.google.ar.lens
pm disable-user --user 0 com.xiaomi.glgm
BONUS - Check out this live wallpaper...its simply gorgeous. Google this term and get it from the apkpure wensite
hacker-matrix-live-wallpaper/hackerlivewallpaper.appseries.com.skynetlabz
Hi @michealbluth thanks for the extra instructions and alternative method.
I've edited the 1st post and renamed the original file to Global as this is the rom it applies to. I've just installed the EU rom (11.04) and had added an extra debloat with an EU suffix. I didn't compare the two, so there may be some duplication.
I've run both of these on my phone and seen no ill effects.
How much does the list differ between global rom and china rom? Can i use the list of k20 pro for example for cc9 pro china rom?
Has anyone with cc9 pro debloated their devices? Please share the debloat list for china rom. Thanks.
Do you think it's safe if i follow the redmi k20 debloat list? As they both are china version of miui11
jamesawn said:
How much does the list differ between global rom and china rom? Can i use the list of k20 pro for example for cc9 pro china rom?
Has anyone with cc9 pro debloated their devices? Please share the debloat list for china rom. Thanks.
Do you think it's safe if i follow the redmi k20 debloat list? As they both are china version of miui11
Click to expand...
Click to collapse
yes i do it on my CC9 Pro but i do it manually by using cmd and i show the package name from the app setting in phone then
Type "adb shell pm uninstall -k --user 0 com.app.name.here"
Sylar82 said:
yes i do it on my CC9 Pro but i do it manually by using cmd and i show the package name from the app setting in phone then
Type "adb shell pm uninstall -k --user 0 com.app.name.here"
Click to expand...
Click to collapse
do you remember what apps are safe to remove in CC9Pro? just ordered mine from China for the 6/128gb version. this is the first time for me using china rom. please help, thanks.
jamesawn said:
do you remember what apps are safe to remove in CC9Pro? just ordered mine from China for the 6/128gb version. this is the first time for me using china rom. please help, thanks.
Click to expand...
Click to collapse
i don"t remember all apps sorry but i remove ( Browser , Compass, Health , Mi Coin , Notes , MI Ai ) and others and the phone work fine
Sylar82 said:
i don"t remember all apps sorry but i remove ( Browser , Compass, Health , Mi Coin , Notes , MI Ai ) and others and the phone work fine
Click to expand...
Click to collapse
Alright, thank you for the reply . Do you mind if i ask something else? It's not so related to debloating, if you don't mind.
I'm pretty new to xiaomi, but if i recall xiaomi has default recovery like twrp right? Does that mean if i brick my phone i can always use the stock recovery? Because i will try to debloat some apps, but I'm scared that i would brick my new phone.
I'm not so experienced in tweaking androids, i only knew twrp and custom rom recently from flashing a custom rom on my Samsung note 5.
Thank you in advance!
Hey guys, I'd really love to do this but does anyone know if it causes any issues with updates, banking apps and Google pay?
I remember doing this on a Galaxy S8 and I recall it complaining about modified system
jamesawn said:
Alright, thank you for the reply . Do you mind if i ask something else? It's not so related to debloating, if you don't mind.
I'm pretty new to xiaomi, but if i recall xiaomi has default recovery like twrp right? Does that mean if i brick my phone i can always use the stock recovery? Because i will try to debloat some apps, but I'm scared that i would brick my new phone.
I'm not so experienced in tweaking androids, i only knew twrp and custom rom recently from flashing a custom rom on my Samsung note 5.
Thank you in advance!
Click to expand...
Click to collapse
there is a fastboot method to flash Rom when phone is brick its not hard and the stock recovery so simple if you brick the phone by stop or delete some app you can do factory reset from recovery
Sylar82 said:
there is a fastboot method to flash Rom when phone is brick its not hard and the stock recovery so simple if you brick the phone by stop or delete some app you can do factory reset from recovery
Click to expand...
Click to collapse
Thank you! Got the device and got the stock recovery ready whenever i do mistakes. anyway do you know how to enable 3rd party launchers? i tried nova launcher and i could not set it to default.
jamesawn said:
Thank you! Got the device and got the stock recovery ready whenever i do mistakes. anyway do you know how to enable 3rd party launchers? i tried nova launcher and i could not set it to default.
Click to expand...
Click to collapse
yes , go to setting >> App>> Manage app >> the three dots in right corner >> default apps>> Launcher >> chose Nova
you can try Poco Launcher too its a very Compatible with MIUI
Sure thing pickitup, much appreciated. Thanks !
Sylar82 said:
yes , go to setting >> App>> Manage app >> the three dots in right corner >> default apps>> Launcher >> chose Nova
you can try Poco Launcher too its a very Compatible with MIUI
Click to expand...
Click to collapse
I got an error saying "as launcher apps from third parties may result in problems like data leak, etc etc". I cannot set nova launcher as my default launcher..
Also, i read in other thread that i can force close "Security app". But it keeps reopening. How can i remove / disable this security app without unlocking my phone?
jamesawn said:
I got an error saying "as launcher apps from third parties may result in problems like data leak, etc etc". I cannot set nova launcher as my default launcher..
Also, i read in other thread that i can force close "Security app". But it keeps reopening. How can i remove / disable this security app without unlocking my phone?
Click to expand...
Click to collapse
its never happen to me i change the launcher without problem
Bash script for de-installing apps
For those on linux, I've put the de-install commands into a bash script and make it loop over an array of apks.. So you can just list the apks you don't want, and then the script will figure out if it's installed as user or system app and delete it. No harm if the app is not installed, as it will just inform about it.
My list gets rid of practically everything in Global, including almost all goggle apps, so please adjust to your needs!
Code:
#!/bin/bash
# list any packages you want to deinstall
apk=(
#xiaomi
com.micredit.in
cn.wps.xiaomi.abroad.lite
com.mi.health
com.mi.global.shop
com.mi.global.bbs
com.xiaomi.glgm
com.xiaomi.mipicks
com.mipay.wallet.in
com.xiaomi.payment
com.xiaomi.midrop
com.xiaomi.joyose
com.miui.weather2
com.miui.yellowpage
com.miui.android.fashiongallery
com.miui.cloudservice
com.miui.cloudbackup
com.miui.msa.global
com.miui.analytics
com.miui.bugreport
com.miui.notes
com.miui.videoplayer
com.miui.player
com.miui.hybrid
com.miui.huanji
com.miui.miservice
com.miui.fm
com.miui.calculator
com.miui.compass
com.miui.gallery
com.miui.screenrecorder
com.miui.aod
com.miui.cleanmaster
#google
com.google.android.apps.docs
com.google.android.videos
com.google.android.apps.tachyon
com.google.android.googlequicksearchbox
com.google.android.gm
com.google.android.apps.maps
com.google.android.youtube
com.google.android.apps.youtube.music
com.google.android.apps.photos
com.google.android.apps.wellbeing
com.google.android.syncadapters.calendar
com.google.android.syncadapters.contacts
com.google.android.tts
com.google.ar.lens
com.google.android.marvin.talkback
com.google.android.inputmethod.latin
com.google.android.projection.gearhead
#android
com.android.browser
com.android.chrome
#3rd party
com.facebook.katana
com.netflix.mediaclient
com.linkedin.android
cn.wps.moffice_eng
com.duokan.phone.remotecontroller.peel.plugin
com.duokan.phone.remotecontroller
com.alibaba.aliexpresshd
com.amazon.mShop.android.shopping
com.ebay.mobile
com.ebay.carrier
com.block.puzzle.game.hippo.mi
com.sukhavati.gotoplaying.bubble.BubbleShooter.mint
com.bubble.free.bubblestory
com.crazy.juicer.xm
com.logame.eliminateintruder3d
com.facebook.appmanager
com.facebook.system
com.facebook.services
com.netflix.partner.activation
com.ucloudlink.cloudsim.xiaomi
)
for m in "${apk[@]}" #loop through the list of packages
do
package=$(adb shell pm path ${m}) #get installation path for each package
if [ -z $package ] #if no path is found
then
echo "Can't find package ${m}" #then notify
else
if [[ $package == *"system"* ]] #else if package is installed in system path
then
echo "Removing system $package:"
adb shell pm uninstall --user 0 ${m} #then remove it as a system app
else #else package is installed in user path
echo "Removing user $package:"
adb shell pm uninstall ${m} #so remove it as an user app
fi
fi
done
Seriously why do you sill use Xiaomi.. They started with this way back in 2011?? Last seen for me 2014.
Same exact **** the same packages, nothing has changed how is it possile that they are still allowed by Google to use Android for their spying purposes and how did they become compliant again from being banned?? Money..
com.miui.compass
com.miui.calculator
com.miui.cleanmaster
com.miui.cloudservice
And so forth..
Hello friends!
I recommend trying my new program for managing applications on android - ADB AppControl.
With it you will forget about the command line. Disable and remove bloatware with an easy-to-use graphical interface. Save disabled apps to a preset and share with others users. Download and install applications. As well as many other cool features, including a convenient console.
I created a preset for ADB AppControl from the list of apps in this thread and you can apply it easily.
You can choose which applications to disable when you load it into the program. If you disable something wrong, you can easily enable it again.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Download ADB AppControl
I just did this on my xiaomi.eu ROM, and it ran into a bootloop when I restarted my phone. Had to do a factory reset to make it usable again. Would recommend to do a full backup or uninstall the packages one-by-one, restarting the phone between each install.
me also got into bootloops using the europe miui 12...on friday I am able to unlock my mi note 10 pro...hope to get a good list which i am about to debloat...

[GUIDE] - Remove Huawei Bloatware Without Root Access - using ADB & USB Debugging

Hy all,
As many users asked me what bloatware i removed from my phone and at @Andrei Morar special request , I decided to create a thread with all the packages and their relative details about how each package listed here works on EMUI system for helping all of you who want to safely slim down the number of not used apps which are running in background alongside with some services preinstalled on phone that are not usable, for me and maybe for some others. I leave it to you to take the final choice about what to do with a package, remove it or not, and if you have other packages that you think it’s worthy to keep or remove, please comment bellow and i’ll add or remove that package.
Remember that those applications truly aren’t being fully uninstalled from the device, they are just being uninstalled for the current user (user 0 is the default / main user of the phone). That’s why, if you omit the “–user 0” and “-k” part of the uninstall command, the command won’t work. These two flags respectively specify that the system app will only be uninstalled for the current user (and not all users, which is something that requires root access) and that the cache / data of the system application will be preserved (which can’t be removed without root access). Therefore, even if you “uninstall” a system application using this method, you can still receive official OTA updates from your carrier or OEM.
If something does go wrong, you can always perform a factory reset to bring things back to the way they were. However, there’s an even easier way to bring back an app you uninstalled as this : open cmd-here.exe from C:\Program Files (x86)\Minimal ADB and Fastboot and enter the following commands: adb shell cmd package install-existing <name of package you wish to reinstall>.
IF you want to remove ads and you have no root or don't wan't to block your VPN or use Blokada, you can use my trick, it works on both WI-FI and mobile networks, as good as Adaway is doing :
Just set: Settings > Wi-Fi & Internet > Private DNS > dns.adguard.com and you are good without any additional app.
Here is the quick & easy guide for all:
1. Download latest Minimal ADB and Fastboot from here - thanks go to @shimp208 for providing this great tool - https://forum.xda-developers.com/showthread.php?t=2317790
2. Enable USB debugging from developer options:
- Step 1: go to Settings
- Step 2: find and open "System" option
- Step 3: select "About phone"
- Step 4: tap "Build number" at least seven times and you will see a prompt with “You are now a Developer “. Then go to developer options and enable USB debugging (it's a MUST DO)
3. Connect your phone to your computer and press YES if it asks you to trust the PC
4. Launch cmd-here.exe from C:\Program Files (x86)\Minimal ADB and Fastboot and enter the following commands followed by Enter:
- adb devices (make sure your device appears in the list)
- adb shell
- pm uninstall -k --user 0 + the app you want to remove from the list below
- for restarting the device after succesfully removed unwanted package, type reboot and hit Enter, then your device will restart and remove the package from user.
For example:
This command will delete Huawei Mobile Services (including Huawei ID) app:
pm uninstall -k --user 0 com.huawei.hwid
My list of removable packages & explanations :
com.google.android.googlequicksearchbox - Google Assistant
com.google.android.apps.books - Google Books
com.google.android.apps.docs.editors.docs – Google Docs
com.google.android.apps.docs.editors.sheets – Google Sheets
com.google.android.apps.docs.editors.slides – Google Slides
com.google.android.apps.cloudprint - Cloud print
com.google.android.apps.docs - Google Drive
com.google.android.apps.mapps - Google Maps app
com.google.android.apps.photos - Google Photos
com.google.android.apps.tachyon - Google Duo
com.google.android.apps.magazines – Google News
com.google.android.feedback – Google Feedback
com.google.android.keep – Google Keep (Notes and Lists)
com.google.android.marvin.talkback – Android Accessibility Suite
com.google.android.music – Google Music
com.google.android.play.games - Google Play Games app
com.google.android.projection.gearhead - Android Auto
com.google.android.talk - Hangouts
com.google.android.videos – Google Play Movies
com.google.android.youtube – Youtube (i use YTB Vanced)
com.google.android.apps.youtube.music - YouTube Musi
com.google.android.googlequicksearchbox - Google Search
com.amazon.appmanager – Amazon app
com.amazon.mShop.android.shopping – Amazon app related
com.booking – Booking app
com.android.email - Stock Huawei Email ( i use Outlook)
com.android.bookmarkprovider – Preseted bookmarks for Chrome
com.android.chrome – Chrome browser (i use Brave Browser)
com.android.hwmirror – Mirror app
com.android.partnerbrowsercustomizations.tmobile – Browser settings T-mobile
com.android.providers.partnerbookmarks – OEM preseted bookmarks for Chrome
com.android.partnerbrowsercustomizations – SIM preseted bookmarks for Chrome
com.android.storagemanager - Is the interface to the systems storage service (i use file explorer)
com.android.stk - SIM Application Toolkit (never used it)
com.baidu.input_huawei - Huawei chinese stock input keyboard
com.huawei.appmarket - Huawei Market app (if you don’t plan to update any Huawei app)
com.huawei.phoneservice - HiCare app
com.huawei.hwid - Huawei Mobile Services (including Huawei ID) app
com.huawei.android.chr - HwChrService
com.huawei.android.hwpay - HuaweiI HiPayment
com.huawei.android.remotecontroller – Remote control
com.huawei.android.tips – Huawei Tips
com.huawei.browser – Huawei Browser
com.huawei.compass – Huawei Compass
com.huawei.contactscamcard – Huawei scan business card
com.huawei.health - Huawei Health app
com.huawei.hwapplet - Huawei system Services
com.huawei.hifolder - Huawei AppAdvisor
com.huawei.KoBackup - Huawei Backup
com.huawei.parentcontrol – Parental controls
com.huawei.search - HiSearch
com.huawei.tips – Huawei Tips
com.huawei.vassistant – Huawei Voice Assistant (i preffer Google)
com.huawei.wallet – Huawei Wallet
com.huawei.himovie.overseas – Huawei movie app (i use VLC)
com.android.soundrecorder – Sound Recorder
com.ironsource.appcloud.oobe.huawei - Download Essential Apps
com.facebook.appmanager - Facebook
com.facebook.system - Facebook
com.facebook.katana - Facebook
com.facebook.services - Facebook
com.hicloud.android.clone – Clone device
com.microsoft.translator – Microsoft Translator
com.swiftkey.swiftkeyconfigurator - SwiftKey factory settings
com.touchtype.swiftkey - SwiftKey Keyboard (i use Gboard)
com.example.android.notepad - Notepad app
com.orange.update - ORANGE APP
com.android.mediacenter - Huawei Stock Music App
com.huawei.appmarket - Huawei Stock Gallery App
com.huawei.android.launcher - removes Huawei launcher app and it seems to disable recent apps (thanks @markvd90 & @KKYASIR for headsup). JUST don’t remove if you don’t have a custom launcher installed allready and you use Recent Apps
settings put secure ui_night_mode 2 - enable system-wide dark mode
settings put secure ui_night_mode 1 – disable system-wide dark mode
And here you have all the apps above with commands to remove through ADB:
pm uninstall -k --user 0 com.google.android.googlequicksearchbox
pm uninstall -k --user 0 com.google.android.apps.books
pm uninstall -k --user 0 com.google.android.apps.docs.editors.docs
pm uninstall -k --user 0 com.google.android.apps.docs.editors.sheets
pm uninstall -k --user 0 com.google.android.apps.docs.editors.slides
pm uninstall -k --user 0 com.google.android.apps.cloudprint
pm uninstall -k --user 0 com.google.android.apps.docs
pm uninstall -k --user 0 com.google.android.apps.mapps
pm uninstall -k --user 0 com.google.android.apps.photos
pm uninstall -k --user 0 com.google.android.apps.tachyon
pm uninstall -k --user 0 com.google.android.apps.magazines
pm uninstall -k --user 0 com.google.android.feedback
pm uninstall -k --user 0 com.google.android.keep
pm uninstall -k --user 0 com.google.android.marvin.talkback
pm uninstall -k --user 0 com.google.android.music
pm uninstall -k --user 0 com.google.android.play.games
pm uninstall -k --user 0 com.google.android.projection.gearhead
pm uninstall -k --user 0 com.google.android.talk
pm uninstall -k --user 0 com.google.android.videos
pm uninstall -k --user 0 com.google.android.youtube
pm uninstall -k --user 0 com.google.android.apps.youtube.music
pm uninstall -k --user 0 com.google.android.googlequicksearchbox
pm uninstall -k --user 0 com.amazon.appmanager
pm uninstall -k --user 0 com.amazon.mShop.android.shopping
pm uninstall -k --user 0 com.booking
pm uninstall -k --user 0 com.android.email
pm uninstall -k --user 0 com.android.bookmarkprovider
pm uninstall -k --user 0 com.android.chrome
pm uninstall -k --user 0 com.android.hwmirror
pm uninstall -k --user 0 com.android.partnerbrowsercustomizations.tmobile
pm uninstall -k --user 0 com.android.providers.partnerbookmarks
pm uninstall -k --user 0 com.android.partnerbrowsercustomizations
pm uninstall -k --user 0 com.android.storagemanager
pm uninstall -k --user 0 com.android.stk
pm uninstall -k --user 0 com.baidu.input_huawei
pm uninstall -k --user 0 com.huawei.appmarket
pm uninstall -k --user 0 com.huawei.phoneservice
pm uninstall -k --user 0 com.huawei.hwid
pm uninstall -k --user 0 com.huawei.android.chr
pm uninstall -k --user 0 com.huawei.android.hwpay
pm uninstall -k --user 0 com.huawei.android.remotecontroller
pm uninstall -k --user 0 com.huawei.android.tips
pm uninstall -k --user 0 com.huawei.browser
pm uninstall -k --user 0 com.huawei.compass
pm uninstall -k --user 0 com.huawei.contactscamcard
pm uninstall -k --user 0 com.huawei.health
pm uninstall -k --user 0 com.huawei.hwapplet
pm uninstall -k --user 0 com.huawei.hifolder
pm uninstall -k --user 0 com.huawei.KoBackup
pm uninstall -k --user 0 com.huawei.parentcontrol
pm uninstall -k --user 0 com.huawei.search
pm uninstall -k --user 0 com.huawei.tips
pm uninstall -k --user 0 com.huawei.vassistant
pm uninstall -k --user 0 com.huawei.wallet
pm uninstall -k --user 0 com.huawei.himovie.overseas
pm uninstall -k --user 0 com.android.soundrecorder
pm uninstall -k --user 0 com.ironsource.appcloud.oobe.huawei
pm uninstall -k --user 0 com.facebook.appmanager
pm uninstall -k --user 0 com.facebook.system
pm uninstall -k --user 0 com.facebook.katana
pm uninstall -k --user 0 com.facebook.services
pm uninstall -k --user 0 com.hicloud.android.clone
pm uninstall -k --user 0 com.microsoft.translator
pm uninstall -k --user 0 com.swiftkey.swiftkeyconfigurator
pm uninstall -k --user 0 com.touchtype.swiftkey
pm uninstall -k --user 0 com.example.android.notepad
pm uninstall -k --user 0 com.orange.update
pm uninstall -k --user 0 com.android.mediacenter
pm uninstall -k --user 0 com.huawei.appmarket
pm uninstall -k --user 0 com.huawei.android.launcher
settings put secure ui_night_mode 2
settings put secure ui_night_mode 1
reboot
This guide has been used by me on Mate 10 Pro, Mate 20 Pro, P20 Pro and P30. Try it out on your device and let me know how it goes in the comments below!
Appreciate my work? Let me know by paypal.me a coffee clicking on Donate to Me or hit Thanks!​
Mine
SilviuO said:
Mine
Click to expand...
Click to collapse
Thank you so much for this little piece of gold of a guide!
I will do this after receiving the stable build of Emui 10. Hopefully this happens in 2019
One quick question: after removing any of the preinstalled apps do they automatically get reinstalled after the first security update? What about major updates like Emui 11?
Andrei Morar said:
Thank you so much for this little piece of gold of a guide!
I will do this after receiving the stable build of Emui 10. Hopefully this happens in 2019
One quick question: after removing any of the preinstalled apps do they automatically get reinstalled after the first security update? What about major updates like Emui 11?
Click to expand...
Click to collapse
NO, they will get back after factory reset or if you manually reinstall any of it
SilviuO said:
NO, they will get back after factory reset or if you manually reinstall any of it
Click to expand...
Click to collapse
How much of an impact on your phone's battery life and performance does removing all the apps in your removal list has? I'm interested to know that if I remove all the preinstalled apps I will get a noticeable improvement in battery life.
Andrei Morar said:
How much of an impact on your phone's battery life and performance does removing all the apps in your removal list has? I'm interested to know that if I remove all the preinstalled apps I will get a noticeable improvement in battery life.
Click to expand...
Click to collapse
I don't know for sure, because i've done this removal every single phone i had right of the box, just after set up . But you will have for sure better battery life because some of those apps can't be set on battery settings (ex. Chrome can't be stopped been used on background and some other apps) to stop using battery in backgroung or start once you restart your device. BUT be aware what you remove, make sure to check if you use any of them before removal.
For YouTube i recommend Youtube vanced (no ads and black interface) and for Messenger and Facebook (both without ads or any other unusefull stuffs) i recommend those apps from here
SilviuO said:
I don't know for sure, because i've done this removal every single phone i had right of the box, just after set up . But you will have for sure better battery life because some of those apps can't be set on battery settings (ex. Chrome can't be stopped been used on background and some other apps) to stop using battery in backgroung or start once you restart your device. BUT be aware what you remove, make sure to check if you use any of them before removal.
For YouTube i recommend Youtube vanced (no ads and black interface) and for Messenger and Facebook (both without ads or any other unusefull stuffs) i recommend those apps from here
Click to expand...
Click to collapse
Already use Youtube vanced. How are the modded Facebook and Messenger apps? Are they lacking any features/options of the official versions? Do they have an OK design?
Andrei Morar said:
Already use Youtube vanced. How are the modded Facebook and Messenger apps? Are they lacking any features/options of the official versions? Do they have an OK design?
Click to expand...
Click to collapse
They are the same, because they are the official ones, just mooded. You can see what is different reading from here List of mods (latest version):.
If you wanna try them, here are the links for latest:
Facebook app - https://androidfilehost.com/?fid=4349826312261622761
Facebook Messenger app - https://androidfilehost.com/?fid=4349826312261642082
SilviuO said:
They are the same, because they are the official ones, just mooded. You can see what is different reading from here List of mods (latest version):.
If you wanna try them, here are the links for latest:
Facebook app - https://androidfilehost.com/?fid=4349826312261622761
Facebook Messenger app - https://androidfilehost.com/?fid=4349826312261642082
Click to expand...
Click to collapse
Big, big thank you! I was really looking forward to a Fb and Messenger variant without ads.
Andrei Morar said:
Big, big thank you! I was really looking forward to a Fb and Messenger variant without ads.
Click to expand...
Click to collapse
As usual , glad i could help you and some others, maybe
SilviuO said:
As usual , glad i could help you and some others, maybe
Click to expand...
Click to collapse
One last question: Will these get replaced by the standard PlayStore versions after an update or they remain as they are now?
Andrei Morar said:
One last question: Will these get replaced by the standard PlayStore versions after an update or they remain as they are now?
Click to expand...
Click to collapse
No, they are separatley signed apk's and in my case (i'm sure yours and others) don't receive PlayStore notifications to update or any other. PlayStore confirms they are installed and give you option to Uninstall just like in my bellow SS. They don't appear on your installed app list from PlayStore
SilviuO said:
No, they are separatley signed apk's and in my case (i'm sure yours and others) don't receive PlayStore notifications to update or any other. PlayStore confirms they are installed and give you option to Uninstall just like in my bellow SS. They don't appear on your installed app list from PlayStore
Click to expand...
Click to collapse
Just perfect!
Andrei Morar said:
Just perfect!
Click to expand...
Click to collapse
Anyway, keep an eye on that thread, evilwombat updates frequently those apps
I used your list, but for some reason my recent apps stopped working. Did you experience anything like this? I'm on EMUI10 if that matters
markvd90 said:
I used your list, but for some reason my recent apps stopped working. Did you experience anything like this? I'm on EMUI10 if that matters
Click to expand...
Click to collapse
Hi m8, it's strange, i don't have an issue with recent apps. Still shows up when slide my finger upwards starting from the bottom of my screen and tested with on screen keys too...
SilviuO said:
Hi m8, it's strange, i don't have an issue with recent apps. Still shows up when slide my finger upwards starting from the bottom of my screen and tested with on screen keys too...
Click to expand...
Click to collapse
You also on EMUI 10?
I think it's because the launcher got disabled.
markvd90 said:
You also on EMUI 10?
I think it's because the launcher got disabled.
Click to expand...
Click to collapse
Yes, i'm on EMUI 10, BUT i have Huawei launcher installed and using. So it seems that uninstalling Huawei launcher also disable recent apps on Huawei. I will post this info in OP. Try reinstalling it through ADB, on EMUI 9.1 worked reinstalling some apps or search it on Huawei apps app if you didn't removed it using ADB.
SilviuO said:
Yes, i'm on EMUI 10, BUT i have Huawei launcher installed and using. So it seems that uninstalling Huawei launcher also disable recent apps on Huawei. I will post this info in OP. Try reinstalling it through ADB, on EMUI 9.1 worked reinstalling some apps or search it on Huawei apps app if you didn't removed it using ADB.
Click to expand...
Click to collapse
Yeah, just did a factory reset.
Can I ask why you use uninstall instead of pm disable?
Is the uninstall more effective?
markvd90 said:
Yeah, just did a factory reset.
Can I ask why you use uninstall instead of pm disable?
Is the uninstall more effective?
Click to expand...
Click to collapse
uninstall also frees up the space used by apps and also it makes sure it won't get auto re-enabled by system. And one more thing, If i just disable them i observed that they are still consuming RAM (according to Developer Options >> Memory).

Question few questions about root and more

Hi, I just root yesterday with the great help of @KevMetal , thank's again for the help, but now I want to delete some apps, so with TB paid, I just try to delete mi and google apps but it can't, certainly because they are not in system/app but in product.. So I tried with mixplorer and in /product or in /system, I can't delete them..So i try to modify to 644 /system folder, but it refuse...I don't want to mess something because the miss of recovery....
and , how upgrade or update the phone, while rooted?? I suppose OTA won't work anymore..
So I have to remove root and dl new rom and flash with 3 dots menu in settings/about??
do it wipe phone or delete internal data???
and to finish with BL unlocked is there still xiaomi optimize in dev settings...because I install aurora store and it say to disable it but can't find it anymore....
thank you...
i am using Xiaomi.eu, it can definitely update by fastboot without format.
ZeroSherd said:
i am using Xiaomi.eu, it can definitely update by fastboot without format.
Click to expand...
Click to collapse
I am on xiaomi.eu beta too. When rom was flashed, I could not start to system, therefore I had to wipe data in recovery. After that it booted. Now I am afraid that same thing happens when I update now with newer fastboot rom.
putti71 said:
I am on xiaomi.eu beta too. When rom was flashed, I could not start to system, therefore I had to wipe data in recovery. After that it booted. Now I am afraid that same thing happens when I update now with newer fastboot rom.
Click to expand...
Click to collapse
i am just run that "update" bat on the zip to update and it did work without crash, i just have to flash magisk again BTW.
xiaomi tool adb do the job to remove somme apps, but system apps are locked due to R/W not accessible on sytem partition....hope TWRP will arrive soon....
rayman95 said:
...hope TWRP will arrive soon....
Click to expand...
Click to collapse
better LINEAGE would come soon on this phone
I would also prefer LINEAGE
tom65824 said:
better LINEAGE would come soon on this phone
Click to expand...
Click to collapse
IJK_CZ said:
I would also prefer LINEAGE
Click to expand...
Click to collapse
And Pixel Experience ROM.
rayman95 said:
Hi, I just root yesterday with the great help of @KevMetal , thank's again for the help, but now I want to delete some apps, so with TB paid, I just try to delete mi and google apps but it can't, certainly because they are not in system/app but in product.. So I tried with mixplorer and in /product or in /system, I can't delete them..So i try to modify to 644 /system folder, but it refuse...I don't want to mess something because the miss of recovery....
and , how upgrade or update the phone, while rooted?? I suppose OTA won't work anymore..
So I have to remove root and dl new rom and flash with 3 dots menu in settings/about??
do it wipe phone or delete internal data???
and to finish with BL unlocked is there still xiaomi optimize in dev settings...because I install aurora store and it say to disable it but can't find it anymore....
thank you...
Click to expand...
Click to collapse
Use adb shell to remove Google apps and more..
pm uninstall -k --user 0 com.google.android.apps.googleassistant
pm uninstall -k --user 0 com.google.android.googlequicksearchbox
pm uninstall -k --user 0 com.google.android.apps.subscriptions.red
pm uninstall -k --user 0 com.xiaomi.midrop
"pm uninstall -k --user 0 com.xiaomi.miplay_client" -> Mi Play. This is an unnecessary process that hasn't really been used for years.
"pm uninstall -k --user 0 cn.wps.xiaomi.abroad.lite" -> WPS Office. Has been flagged for years for malware. This was banned in India for a reason.
"pm uninstall -k --user 0 com.miui.msa.global" -> MSA. This is the main service that displays ads in Xiaomi phones. This is already removed in Xiaomi.EU.
"pm uninstall -k --user 0 com.xiaomi.payment" -> Unless you live in China or India, Xiaomi's own payment service is redundant and unnecessary.
"pm uninstall -k --user 0 com.ebay.carrier" -> In case bloatware from Ebay is installed.
"pm uninstall -k --user 0 com.android.browser" -> Mi Browser. It's a buggy unnecessary mess. Recommend you use other browsers like Chrome.
"pm uninstall -k --user 0 com.mi.globalbrowser" -> Also part of Mi Browser.
"pm uninstall -k --user 0 com.miui.videoplayer" -> Mi Video player. Uninstall if you prefer to use MX Player or VLC that actually support more formats.
"pm uninstall -k --user 0 com.miui.micloudsync" -> Include if you don't use Mi Cloud.
"pm uninstall -k --user 0 com.miui.hybrid" -> Found to be a data mining app that unnecesarily uses your phone's resources.
"pm uninstall -k --user 0 com.miui.hybrid.accessory" -> Also a data mining app. Very recommend that you get rid of this.
"pm uninstall -k --user 0 com.miui.player" -> Include if you don't use Xiaomi's music app.
"pm uninstall -k --user 0 com.facebook.services" -> In case Facebook bloatware was preinstalled.
"pm uninstall -k --user 0 com.facebook.system" -> Also Facebook bloat.
"pm uninstall -k --user 0 com.facebook.appmanager" -> Also Facebook bloat.
"pm uninstall -k --user 0 com.xiaomi.glgm" -> Mi Games. Very unncessary.
"pm uninstall -k --user 0 com.xiaomi.mipicks" -> Very unnecessary. Xiaomi's way to advertise their own apps.
"pm uninstall -k --user 0 com.xiaomi.joyose" -> Junk and safe to remove.
"pm uninstall -k --user 0 com.miui.notes" -> Include if you use other notes apps.
"pm uninstall -k --user 0 com.miui.cleanmaster" -> Together with WPS Office, Cleaner Master was found to be affiliated with Cheetah Mobile, that included spyware and adware in their software.
"pm uninstall -k --user 0 com.miui.weather2" -> Include if you use other apps to get the weather like Google or Yahoo.
"pm uninstall -k --user 0 com.micredit.in" -> Mi Credit. Basically useless if you live outside India.
"pm uninstall -k --user 0 com.mipay.wallet.in" -> Part of Mi Credit.
dwensch said:
Use adb shell to remove Google apps and more..
<...>
Click to expand...
Click to collapse
Thanks for this post, I made a thread from it to make it more visible

How To Guide [MEGA-GUIDE] TWEAKS and DE-BLOAT for NON-ROOTED ROMS.

Hello,
There are some settings tweaks for NON-ROOT users.
Setedit app tweaks :
Download and Install the "SetEdit" app from playstore.
Open the app and make sure you are at system table
press Add new setting and type "wifi.supplicant_scan_interval" and set it's value at "200"
Press Add new setting and type "pm.sleep_mode" and set it's value as "1"
Scroll down and find "wifi_auto_disable" and set its value as "1"
To set Refresh Rate at 90Hz : (only works for MIUI ROMS)
Set your refresh rate first to 120hz in MIUI settings.
then open setedit app
find "user_refresh_rate" and press the line, choose edit value in popup, and set it to "90"
save changes and Enjoy the 90hz Refresh Rate ( better for battery but still smooth enough ).
Setup Naptime (by @franciscofranco ) using adb shell (NO ROOT REQ) :
Download Naptime app from Playstore
go to miui settings -> About phone -> keep tapping on MIUI version (to enable developer settigns) -> go back to main settings view -> additional settings -> Developer options,
in Developer options scroll down to debugging section and enable USB debugging and enable 1) Install via USB 2) USB debugging (security settings) 3) Enable Viewing attributes ( Screenshot attached).
NOTE : while enabling the above settings you will get warnings, accept them and move on.
now we grant permissions required for naptime :
connect your device to PC and install adb drivers ( you can find many articles online how to setup adb)
now check whether adb was installed, open cmd and type adb , if it installed correctly then you will get a list of commands
now connect your phone with usb cable and type adb devices to check whether your device is connected
then grant permissions to naptime using adb -d shell pm grant com.franco.doze android.permission.DUMP then hit enter,
now type adb -d shell pm grant com.franco.doze android.permission.WRITE_SECURE_SETTINGS hit enter once more.
Now Naptime should open and work as expected, if so disconnect the device from USB and turn off USB debugging and developer options. ( better to close them after the work is done)
now open Naptime and enable all the options at the end, below the heading "OPTIONS" (Screenshot attached)
ENJOY BETTER PHONE STANDBY ! ( NAPTIME makes the phone enter Doze faster within minutes of screen off).
To Disable ZRAM :
Connect to pc and enable dev options as done above for naptime
open cmd ( hoping you have set up adb already ) and type adb -d shell pm grant by4a.setedit22 android.permission.WRITE_SECURE_SETTINGS
now open setedit app and choose global table from above
scroll to the last line
set the value of "zram_enabled" to "0" (default is "1"). (no quotation marks obviously)
DONE !!
De-Bloat your ROM using adb shell :
ADB is needed with USB debugging enabled in dev settings,
use the following in cmd window to remove useless system apps after connecting phone to pc :
Facebook services (they come preinstalled even when you dont have facebook)
adb shell pm uninstall -k --user 0 com.facebook.appmanager
adb shell pm uninstall -k --user 0 com.facebook.services
adb shell pm uninstall -k --user 0 com.facebook.system
Google Chrome
adb shell pm uninstall -k --user 0 com.android.chrome
OK google
adb shell pm uninstall -k --user 0 com.android.hotwordenrollment.okgoogle
Google Quick Search
adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox
Google Assistant
adb shell pm uninstall -k --user 0 com.google.android.apps.assistant
Google location history
adb shell pm uninstall -k --user 0 com.google.android.gms.location.history
MIUI Bloat
adb shell pm uninstall -k --user 0 com.mi.health
adb shell pm uninstall -k --user 0 com.mi.android.globalpersonalassistant
MI wallet
adb shell pm uninstall -k --user 0 com.mipay.wallet.id
MI wallet for india
adb shell pm uninstall -k --user 0 com.mipay.wallet.in
Other MIUI stuff
adb shell pm uninstall -k --user 0 com.miui.analytics
adb shell pm uninstall -k --user 0 com.miui.bugreport
adb shell pm uninstall -k --user 0 com.miui.cloudbackup
adb shell pm uninstall -k --user 0 com.miui.cloudservice
adb shell pm uninstall -k --user 0 com.miui.cloudservice.sysbase
adb shell pm uninstall -k --user 0 com.miui.hybrid
adb shell pm uninstall -k --user 0 com.miui.hybrid.accessory
adb shell pm uninstall -k --user 0 com.miui.micloudsync
adb shell pm uninstall -k --user 0 com.miui.miservice
adb shell pm uninstall -k --user 0 com.miui.msa.global
adb shell pm uninstall -k --user 0 com.miui.player
adb shell pm uninstall -k --user 0 com.miui.touchassistant
adb shell pm uninstall -k --user 0 com.miui.videoplayer
adb shell pm uninstall -k --user 0 com.miui.weather2
adb shell pm uninstall -k --user 0 com.miui.yellowpage
adb shell pm uninstall -k --user 0 com.xiaomi.glgm
adb shell pm uninstall -k --user 0 com.xiaomi.joyose
adb shell pm uninstall -k --user 0 com.xiaomi.micloud.sdk
adb shell pm uninstall -k --user 0 com.xiaomi.mipicks
adb shell pm uninstall -k --user 0 com.xiaomi.payment
adb shell pm uninstall -k --user 0 com.miui.cleaner
adb shell pm uninstall -k --user 0 com.miui.mishare.connectivity
adb shell pm uninstall -k --user 0 com.xiaomi.midrop
Remove NFC :
adb shell pm uninstall -k --user 0 com.android.nfc
adb shell pm uninstall -k --user 0 com.android.apps.tag
adb shell pm uninstall -k --user 0 com.miui.nextpay
REMOVE AOSP ROMS BLOATWARE ( Project Elixir/EvolutionX/Pixel-Expirience )
adb shell pm uninstall -k --user 0 com.android.wallpaper.livepicker
adb shell pm uninstall -k --user 0 com.android.managedprovisioning
adb shell pm uninstall -k --user 0 com.android.hotwordenrollment.xgoogle
adb shell pm uninstall -k --user 0 com.google.android.accessibility.soundamplifier
adb shell pm uninstall -k --user 0 com.google.android.apps.diagnosticstool
adb shell pm uninstall -k --user 0 com.google.android.apps.helprtc
adb shell pm uninstall -k --user 0 com.google.android.apps.internal.betterbug
adb shell pm uninstall -k --user 0 com.google.android.apps.wellbeing
adb shell pm uninstall -k --user 0 com.google.android.feedback
adb shell pm uninstall -k --user 0 com.google.android.marvin.talkback
adb shell pm uninstall -k --user 0 com.google.android.printservice.recommendation
adb shell pm uninstall -k --user 0 com.google.android.tag
adb shell pm uninstall -k --user 0 com.google.audio.hearing.visualization.accessibility.scribe
adb shell pm uninstall -k --user 0 com.google.ar.core
adb shell pm uninstall -k --user 0 com.android.chrome (Google Chrome)
adb shell pm uninstall -k --user 0 com.android.hotwordenrollment.okgoogle (OK google)
adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox (Google Quick Search)
adb shell pm uninstall -k --user 0 com.google.android.apps.assistant (Google Assistant)
adb shell pm uninstall -k --user 0 com.google.android.gms.location.history (Google location history)
TO RE-INSTALL ANY APP YOU UNINSTALLED :
adb shell pm install-existing NameOfPackage
(Replace NameOfPackage with the app name as above )
CHANGE WIFI SLEEP POLICY :
With SetEdit app setup as above ( with permissions to write secure settings)
1) Open setedit app
2) go to global table
3) find wifi_sleep_policy
4) edit its value and set as "0" ( or any option from below, default is 2)
- Keep WiFi on during sleep: Always = 2
- Keep WiFi on during sleep: Only When Plugged In = 1
- Keep WiFi on during sleep: Never = 0
5) find wifi_wakeup_enabled and set to 0
More SetEdit Tweaks :
Improve Power Management​Open setedit app ( with permission given from adb as above ), and set the following
if a setting is missing add it and put the value as below.
In global table :
cached_apps_freezer enabled
app_standby_enabled 1
app_restriction_enabled true
hotword_detection_enabled 0
In secure table :
long_press_timeout 250
multi_press_timeout 250
smartspace 0
systemui.google.opa_enabled 0
in system table :
gearhead:driving_mode_settings_enabled 0
Some Recommended settings ( to decrease battery drain ) :
/settings/system/developer options/Background Process limit = "4 processes"
ill Keep Adding more as i find them, Stay Tuned ......
Careful with that axe Eugene...
You can potentially boot loop if you aren't careful with what you change.
If possible find less invasive workarounds.
it would be highly unlikely to boot-loop when these tweaks dont require ROOT.
all the app does is change the settings which manufacturer decided to hide in the settings app.
I've been using them for over 2 weeks without any problems.
actually it is the least invasive workaround.
blackhawk said:
Careful with that axe Eugene...
You can potentially boot loop if you aren't careful with what you change.
If possible find less invasive workarounds.
Click to expand...
Click to collapse
See link...
if someone messes around like that putting non acceptable values specially on display resolution scales and similar options can cause problems.
I'm just sharing tried and tested tweaks.
you wont ever bootloop from my settings.
if you are still worried enable usb debugging and if you run into problems you can uninstall an app using adb (connected to pc) uninstalling the app resets the value on reboot.
asad007 said:
if someone messes around like that putting non acceptable values specially on display resolution scales and similar options can cause problems.
I'm just sharing tried and tested tweaks.
you wont ever bootloop from my settings.
if you are still worried enable usb debugging and if you run into problems you can uninstall an app using adb (connected to pc) uninstalling the app resets the value on reboot.
Click to expand...
Click to collapse
A factory reset works too.
I had it loaded on my N10+ at one time. Wasn't really that useful for me.
Keep a log of what you change...
Post Updated with instruction on how to use Naptime by @franciscofranco using ADB shell (NO ROOT NEEDED).
Also added a way to disable ZRAM ( to squeeze out more juice from battery).
battery stats attached, with moderate usage (browsing, camera, videos, lots of social media,etc).
with battery saver disabled.
Total standby - 24hrs
SOT - 7hrs (screen on time)
PS whats your SOT and total standby ?
Added a few system apps that you can remove to DEBLOAT the MIUI ROM using ADB shell,
Removing them do not cause any issues and can be safely removed.
If you use a certain app, dont remove it (eg Weather app or Chrome ).
asad007 said:
Post Updated with instruction on how to use Naptime by @franciscofranco using ADB shell (NO ROOT NEEDED).
Also added a way to disable ZRAM ( to squeeze out more juice from battery).
battery stats attached, with moderate usage (browsing, camera, videos, lots of social media,etc).
with battery saver disabled.
Total standby - 24hrs
SOT - 7hrs (screen on time)
PS whats your SOT and total standby ?
Click to expand...
Click to collapse
The standby time 24 hours? Even with a simple AOD clock in always on mode it should 4X that.
It should have more efficient chipsets and has a 5Ah battery. This is what my optimized N10+ is doing with a degraded battery (3700mAh at best)...
The none existant standby time is a sure indicator that crap is running in the background constantly.
The S22U should be able to easily beat the N10+ in standby mode (no cloudware ruuning).
Always on AOD, simple clock >1%@hr
Tapp on AOD >.5%@hr
Keep working on it...
blackhawk said:
The standby time 24 hours? Even with a simple AOD clock in always on mode it should 4X that.
It should have more efficient chipsets and has a 5Ah battery. This is what my optimized N10+ is doing with a degraded battery (3700mAh at best)...
View attachment 5662205
The none existant standby time is a sure indicator that crap is running in the background constantly.
The S22U should be able to easily beat the N10+ in standby mode (no cloudware ruuning).
Always on AOD, simple clock >1%@hr
Tapp on AOD >.5%@hr
Keep working on it...
Click to expand...
Click to collapse
Yeah, the stand-by time is something i am trying to get right.... although SD888 is power hungry but its stand-by should be better.
NOTE the Battery is ~4500 mah (not 5000)
i have debloated a lot of apps now lets see what happens (ill post an update after i charge to 100%)
If still nothing works i might need to compile a custom kernel for this phone (which i want to avoid as this is my daily driver and cant do too much testing on it)
Note 10 + has 60 hz display so i think my SOT is fine that is 7hrs @ 90hz. (it would approx 8-9hrs at 60hz )
do you have double tap to wake enabled ??
maybe the digitizer being always on is causing the standby drain which i need to test. wish i had more inputs from other peeps using the same phone that would help a lot.
asad007 said:
Yeah, the stand-by time is something i am trying to get right.... although SD888 is power hungry but its stand-by should be better.
NOTE the Battery is ~4500 mah (not 5000)
i have debloated a lot of apps now lets see what happens (ill post an update after i charge to 100%)
If still nothing works i might need to compile a custom kernel for this phone (which i want to avoid as this is my daily driver and cant do too much testing on it)
Note 10 + has 60 hz display so i think my SOT is fine that is 7hrs @ 90hz. (it would approx 8-9hrs at 60hz )
do you have double tap to wake enabled ??
maybe the digitizer being always on is causing the standby drain which i need to test. wish i had more inputs from other peeps using the same phone that would help a lot.
Click to expand...
Click to collapse
No screen lock, double tap on/off.
With a 4500 battery at 60hz I like to see at least 12hrs for vids, more for surfing the web.
The N10+ has less efficient ram (about 20% less), and a 7vs4 nm chipset so wtf? When not running full bore it should grease the [email protected] easy in battery run times. It's taking a hit with scoped storage but not sure how much. I hope you can tweak better battery performance out of it...
Cloud apps are the first suspect for excessive standby drain.
Try temporarily disabling Google play Services before retiring at night and see what happens.
Gmail, Playstore and Backup Transport are some of its dependencies. However disabling Google play Services may not fully stop the Backup Transport drain.
Go from there.
Apps power usage can be misreported and attributed to another app. Keep this in mind if you see a disabled app still using battery.
blackhawk said:
No screen lock, double tap on/off.
With a 4500 battery at 60hz I like to see at least 12hrs for vids, more for surfing the web.
The N10+ has less efficient ram (about 20% less), and a 7vs4 nm chipset so wtf? When not running full bore it should grease the [email protected] easy in battery run times. It's taking a hit with scoped storage but not sure how much. I hope you can tweak better battery performance out of it...
Cloud apps are the first suspect for excessive standby drain.
Try temporarily disabling Google play Services before retiring at night and see what happens.
Gmail, Playstore and Backup Transport are some of its dependencies. However disabling Google play Services may not fully stop the Backup Transport drain.
Go from there.
Apps power usage can be misreported and attributed to another app. Keep this in mind if you see a disabled app still using battery.
Click to expand...
Click to collapse
I am not disabling apps, i have uninstalled them from system using adb,
and cant do much about Google services as we need them anyways.
i tried compiling the kernel but the source is full of compile errors and i wont have enough time to resolve them, sigh!
idk why these OEMS provide a source with so many errors its annoying, i had a hard time back when i was compiling for my old Galaxy S4.
ill use accu-battery for a week to see the estimates like you maybe the stock battery stats aren't accurate.
asad007 said:
I am not disabling apps, i have uninstalled them from system using adb,
and cant do much about Google services as we need them anyways.
i tried compiling the kernel but the source is full of compile errors and i wont have enough time to resolve them, sigh!
idk why these OEMS provide a source with so many errors its annoying, i had a hard time back when i was compiling for my old Galaxy S4.
ill use accu-battery for a week to see the estimates like you maybe the stock battery stats aren't accurate.
Click to expand...
Click to collapse
I just toggle Google play Services on when I need it. It's disabled in settings not by the package disabler. That saves 1-2%@hr.
I think scoped storage is causing a lot of the mess. Needlessly complex and cpu cycle hungry. A good native firewall would have been better.
Found 2 settings in Secure settings table :
1) doze_enabled - Whether the device should doze if configured.
2) doze_always_on - Indicates whether doze should be always on.
i think these are old settings for ambient display (NOT SURE) so can be a missnomer, but doesnt enable the ambient display we used to have in older phones.
both of them were disabled by default (0), i have added a way to enable them (1).
need to test more so added as an experimental tweak in OP.
Cheers.
asad007 said:
Found 2 settings in Secure settings table :
1) doze_enabled - Whether the device should doze if configured.
2) doze_always_on - Indicates whether doze should be always on.
both of them were disabled by default (0), i have added a way to enable them (1).
seems to help me but i need to test more so added as an experimental tweak in OP.
Cheers.
Click to expand...
Click to collapse
I listen to Poweramp on bt with the display off.
A mod like that may cause surprises like the above example. Generally global power management is a disaster. Not sure what that setting does or how? Keep an eye on it.
Well if someone using Mi 11x pro is reading this, i have succesfully compiled a kernel just need to test it thoroughly, DM me if anyone interested to be a tester and doesn't mind flashing his ROM again if the kernel fails to boot.
ill be unlocking my phone as well to flash it but if someone is eager let me know.
PS - your bootloader should be unlocked, (which is a pain to do and sometimes can take weeks ).
OP update, Added Info to debloat AOSP based ROMS ( Elixir, Pixel expirience, evolutionX etc)
OP updated with how to change wifi sleep policy.
Edit : added more setedit tweaks ( some from samsung devices ), enjoy.
OP updated :
Some Recommended settings ( to decrease battery drain ) :
/settings/system/developer options/Background Process limit = "4 processes"
Hey @asad007 I have a big problem with my Mi 11x Pro. I'm from India and I'm currently running the latest stock global stable rom (13.0.3). I'm facing an issue where my wifi automatically turns off at night and I'm losing money because I freelance and I'm missing out on work emails. My phone automatically turns off the wifi connection from 2 or 3 a.m. to around 6 a.m.
I googled before posting here and I found a few recommendations on the internet and on reddit, but none of those recommended things exist in my phone. There is no "Scenarios" in the battery section. There is no "Enable/disable wifi automatically" in the Wifi Assistant section.
From my research, it seems those settings are only available in the EU version of the ROM.
I work from home and really don't give a **** about battery life. All I want is my phone to NOT turn off Wifi at night.
I went through the first post here and I can see that there are two things that might be able to help me.
1. "wifi_auto_disable" and set its value as "1" Although I'm not sure what the value of "1" here actually does.
2. CHANGE WIFI SLEEP POLICY : in SetEdit app.
What would you recommend I do? Any other tweaks that can help improve my QoL?
Thanks a lot in advance for the help

Categories

Resources