Question few questions about root and more - Xiaomi Mi 11 Lite 5G

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

Related

Can we uninstall system apps/programs on a T-Mobile V30?

I know there are threads on using ADB to hide/disable unwanted programs or app, but if i'm correct I uninstalled apps rather than hiding them using this command: pm uninstall -k --user 0. followed by whatever app it was. In the apps list in the system menu it shows several apps as uninstalled. Looking at my apps list, I replaced LG contacts with google contacts.....in the list it shows LG contacts as not installed, same with Facebook installer/manager/LG Keyboard/LG mobile switch. All of these apps, I used the above command to get rid of them or replace them. To set this up I went and downloaded team androids windows platform tools and googles usb drivers. I then enabled debugging, authorized my computer, opened up power shell with admin rights and proceeded to remove apps. Oh, I also used package name viewer from the play store to get the name of the app. So is it possible I DID uninstall these apps rather than hiding them?
They will show back up with a factory reset. So technically no.
JWnSC said:
They will show back up with a factory reset. So technically no.
Click to expand...
Click to collapse
A factory reset resets the phone to its factory default state... So technically these apps are uninstalled.
Sent from my LG-H931 using Tapatalk
Uninstalled for the specific user.. Basically disabled. If truly uninstalled a factory reset would not bring them back. They are still taking up space in /system/apps, /system/priv-app
JWnSC said:
Uninstalled for the specific user.. Basically disabled. If truly uninstalled a factory reset would not bring them back. They are still taking up space in /system/apps, /system/priv-app
Click to expand...
Click to collapse
And as someone mentioned in another thread (maybe you?), it's only affecting the apps in the system partition, not the user partition.
So, without root removing these apps via ADB isn't really saving any space that can be re-used.
Sent from my official open market LG US998 V30+
If you had a model where apps are added after the setup, like the H933, where carrier bloat is pushed as soon as you sign in to the Play Store on the device. With the T-Mobile variant though, the carrier bloat is contained within the system image. You can remove the apps from being installed but they will reinstall with the next update. You will need something to tell you the app names to remove them with ADB. If you have the drivers installed and the correct files. All you have to do is open command prompt in the folder where the ADB files are stored, type "adb shell" and use the "pm uninstall -k --user 0 (app file name)" to remove it from being currently installed. The following two commands I used to remove the Facebook garbage and some other bloat from both of my devices.
pm uninstall -k --user 0 com.facebook.system
pm uninstall -k --user 0 com.facebook.appmanager
pm uninstall -k --user 0 com.lge.ime
pm uninstall -k --user 0 com.android.gallery3d
pm uninstall -k --user 0 com.google.android.videos
pm uninstall -k --user 0 com.google.android.music
pm uninstall -k --user 0 com.instagram.android
pm uninstall -k --user 0 com.google.android.apps.maps
pm uninstall -k --user 0 com.google.android.apps.photos
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.docs.editors.docs
pm uninstall -k --user 0 com.google.android.youtube
pm uninstall -k --user 0 com.google.android.apps.docs
pm uninstall -k --user 0 com.nextradioapp.nextradio
pm uninstall -k --user 0 com.lge.lifetracker

Uninstall system apps without root (vivo bloatware)

You must downloaded adb, and install the adb drivers
1. enable developer options and turn on usb debugging
2. open command prompt > type
Code:
adb devices
if the device is detected by the computer then the name will appear, if it is written unauthorized then press allow on the popup on android screen
3. type
Code:
adb shell
4. type the command
Code:
pm uninstall -k --user 0 $packagename
example, this will uninstall google duo
Code:
pm uninstall -k --user 0 com.google.android.apps.tachyon
some commands that i've run
Code:
pm uninstall -k --user 0 com.google.android.apps.tachyon
pm uninstall -k --user 0 com.google.android.apps.photos
pm uninstall -k --user 0 com.google.android.videos
pm uninstall -k --user 0 com.google.android.music
pm uninstall -k --user 0 com.google.android.apps.docs
pm uninstall -k --user 0 com.vivo.browser
pm uninstall -k --user 0 com.android.bbkmusic
pm uninstall -k --user 0 com.vivo.appstore
pm uninstall -k --user 0 com.vivo.easyshare
pm uninstall -k --user 0 com.iqoo.secure
pm uninstall -k --user 0 com.vivo.website
pm uninstall -k --user 0 com.vivo.email
application name from top to bottom:
Code:
google duo
google photos
google play movies
google music
google drive
vivo browser
vivo i music
v app store
easyshare
i manager
vivo.com
vivo email
To find out the packagename of the application you can use Package Names Viewer in your android
This is actually not uninstall the apps but just disable from the system and will not prevent you from getting OTA updates
After factory reset that apps will be enabled again
How to enable it back tho?
I accidentally disabled the vivo gallery app.
Can I disable the default keyboard? Or is it going to create problems when entering passwords using secure mode?
yasutakatakumi said:
I accidentally disabled the vivo gallery app.
Click to expand...
Click to collapse
you can restore it via install apk or factory reset
AsherGZ said:
Can I disable the default keyboard? Or is it going to create problems when entering passwords using secure mode?
Click to expand...
Click to collapse
yes you can, it will not create a problems in secure mode
richardyusan said:
You must downloaded adb, and install the adb drivers
1. enable developer options and turn on usb debugging
2. open command prompt > type
Code:
adb devices
if the device is detected by the computer then the name will appear, if it is written unauthorized then press allow on the popup on android screen
3. type
Code:
adb shell
4. type the command
Code:
pm uninstall -k --user 0 $packagename
example, this will uninstall google duo
Code:
pm uninstall -k --user 0 com.google.android.apps.tachyon
some commands that i've run
Code:
pm uninstall -k --user 0 com.google.android.apps.tachyon
pm uninstall -k --user 0 com.google.android.apps.photos
pm uninstall -k --user 0 com.google.android.videos
pm uninstall -k --user 0 com.google.android.music
pm uninstall -k --user 0 com.google.android.apps.docs
pm uninstall -k --user 0 com.vivo.browser
pm uninstall -k --user 0 com.android.bbkmusic
pm uninstall -k --user 0 com.vivo.appstore
pm uninstall -k --user 0 com.vivo.easyshare
pm uninstall -k --user 0 com.iqoo.secure
pm uninstall -k --user 0 com.vivo.website
pm uninstall -k --user 0 com.vivo.email
application name from top to bottom:
Code:
google duo
google photos
google play movies
google music
google drive
vivo browser
vivo i music
v app store
easyshare
i manager
vivo.com
vivo email
To find out the packagename of the application you can use Package Names Viewer in your android
This is actually not uninstall the apps but just disable from the system and will not prevent you from getting OTA updates
After factory reset that apps will be enabled again
Click to expand...
Click to collapse
Do you have a tutorial vieo, I'm afraid there will be an error
Any news or ideas how to root the Vivo v9??
Russel Got stucked said:
Any news or ideas how to root the Vivo v9??
Click to expand...
Click to collapse
forget about it, other phones from vivo even not able to root after 1 year since it's release
****! Made the worst decision buying this phone. Now how the hell do i get rid of it, so frustrated
AsherGZ said:
Can I disable the default keyboard? Or is it going to create problems when entering passwords using secure mode?
Click to expand...
Click to collapse
For that you dont need to try out "adb " commands.
Just download Gboard from playstore. After that Go into
Settings > Language and Input > "Enable" Gboard.
Choose Input method> Gboard - multilingual Typing
Go to "More" under settings> applications > Default app settings > Input method > Gboard
If you like to use "CTRL" "ALT" "Shift" etc type of keyboard, then you can download "Hackers Keyboard" or any other keyboard of your choosing.
I have disabled few apps by this process.
I had disabled vivo store app through this process but now I want to re enable it but I am not able to get it back kindly provide me the latest APK of vivo store or any other process to get it back?
atul0000 said:
I had disabled vivo store app ...
Click to expand...
Click to collapse
I know it might be too late, but better late than never
why uninstalling bloatware hasn't boosted my phone's performance?
thought that uninstalling bloat ware might boost my phone's performance so i ended up uninstalling every app that i dont use ( including creepy wisdom engine and touchpal, replaced with gboard) there's even no RAM consumption in the background . but phone still sucks .......
AsherGZ said:
Can I disable the default keyboard? Or is it going to create problems when entering passwords using secure mode?
Click to expand...
Click to collapse
Yap u can... but batter beware... if some how 3rd party keyboads cresh or stop working then u have to hard reset device so .. this before step..
Hoe to root vivo v9
Thanks, Links for ADB download?
Hi,
Thanks richard yusan for a detailed guide. Am totally new to the Vivo forum. Could you please indicate where to download a good copy of adb drivers for the Vivo from.
Although doing my research I came across this post in another forum https://www.cyanogenmods.org/how-to-install-twrp-and-root-the-vivo-z1-pro/ but didn't want to try it on without knowledge of the systems first.
Additionally, I realised much of the terms used in the Funtouch OS are different, and one wrong choice in the middle of the path somewhere has the potential to leave you stuck (If it doesn't brick the phone).
For example, instead of what the forum lists as
Settings>>System>>About Phone>>Tap on Build Number 7 times. Now you need to go back to Settings>>Advanced Settings>>Developer Options>>enable USB Debugging.
What I could get was the following
Settings>>More Settings>>About Phone>>Tap on Software Version 7 times. Now you need to go back to Settings>>More Settings>>Developer Options>>enable USB Debugging AND ALSO Developer Options
Maybe this is all very intuitive, but like I said, for a Noobie like me, even this is a steep climb in knowledge
richardyusan said:
You must downloaded adb, and install the adb drivers
1. enable developer options and turn on usb debugging
2. open command prompt > type
Code:
adb devices
if the device is detected by the computer then the name will appear, if it is written unauthorized then press allow on the popup on android screen
3. type
Code:
adb shell
4. type the command
Code:
pm uninstall -k --user 0 $packagename
example, this will uninstall google duo
Code:
pm uninstall -k --user 0 com.google.android.apps.tachyon
some commands that i've run
Code:
pm uninstall -k --user 0 com.google.android.apps.tachyon
pm uninstall -k --user 0 com.google.android.apps.photos
pm uninstall -k --user 0 com.google.android.videos
pm uninstall -k --user 0 com.google.android.music
pm uninstall -k --user 0 com.google.android.apps.docs
pm uninstall -k --user 0 com.vivo.browser
pm uninstall -k --user 0 com.android.bbkmusic
pm uninstall -k --user 0 com.vivo.appstore
pm uninstall -k --user 0 com.vivo.easyshare
pm uninstall -k --user 0 com.iqoo.secure
pm uninstall -k --user 0 com.vivo.website
pm uninstall -k --user 0 com.vivo.email
application name from top to bottom:
Code:
google duo
google photos
google play movies
google music
google drive
vivo browser
vivo i music
v app store
easyshare
i manager
vivo.com
vivo email
To find out the packagename of the application you can use Package Names Viewer in your android
This is actually not uninstall the apps but just disable from the system and will not prevent you from getting OTA updates
After factory reset that apps will be enabled again
Click to expand...
Click to collapse
On iQOO phones there's another important app you need to disable to get notifications:
- com.vivo.appfilter
it's a complement of iManager (aka com.iqoo.secure)
Sir list of devices no detected inspite of enabled developer option and usb debugging .
Please help me via email immediately I will wait for your help sir.
---------- Post added at 09:01 PM ---------- Previous post was at 09:00 PM ----------
[/COLOR]
bayron_olaff said:
On iQOO phones there's another important app you need to disable to get notifications:
- com.vivo.appfilter
it's a complement of iManager (aka com.iqoo.secure)
Click to expand...
Click to collapse
Did you run into any bugs after uninstalling this?
device not found on vivo y12
what went wrong ?
tonyjaimy said:
device not found on vivo y12
what went wrong ?
Click to expand...
Click to collapse
That maybe because of missing device drivers.

Mate 20 Pro crashing randomly after update 9.1

I have installed the firmware 9.1 twice per dload, I have done 4 complete formats, install once the firmware by erecovery and two more formats later, everything from scratch, and even then I am having random reboots, suddenly the mobile freezes and I come back to request the unlock code, someone to know what is the problem?
That's what you get when you can't wait...
I guess you Wipe it completely.
Did you turn off developer options you enabled, USB debugging and stuff like these?
Dont restore all apps in playstore. Emui 9.1 is the android 10 update? If this is the case not all apps are compatible or up to date jet.
With version did you dload? You need the right fileS with your region, cust the number in "(....)". Don't use apps that tweak multitasking or things like that. Phone should be perfectly optimized from the day you got it.
I get crashes from time to time but no random reboots or hangups. Start from scratch readd your contacts and then restore the apps you need and look if they are up to date android 9/10 rdy.
Add a logcat so we could iron out what's causing you the problems.
Have a nice day hope I could help you in someway.
Emui 9.1 is Android 9, like emui 9.0, the installation I made it from 0, nothing of restored apps, it was installation by erecovery, that is the version that the same Huawei servers send for my device, the problem is real, that in other forums of the series Mate are also reporting
I have the same problem with that version and I got via Ota.
I restored it using the factory reset and it's the same thing
I regret updating my phone.
Mine is fast fluid and battery life lasts a long time , I installed from hicare , formatted my phone afterwards because of the file system change and set my phone up as new again
Alextm24 said:
I have the same problem with that version and I got via Ota.
I restored it using the factory reset and it's the same thing
I regret updating my phone.
Click to expand...
Click to collapse
I suspect that the problem lies if certain apps are disabled, apparently it's because I disable notepad, but I'm not sure yet
Mine doesn't reboot on its own but my apps crash randomly. Man this 9.1 update is a mess!
jericho246 said:
Mine doesn't reboot on its own but my apps crash randomly. Man this 9.1 update is a mess!
Click to expand...
Click to collapse
Absolutely. My phone is an unlocked device and after 3 without getting any update last week I got it via Ota. But now I really regret getting it. I hate this situation it really sucks
Yes i have the same problem... Made a factory reset but reboots are there....
Has anyone found any solution?
cygnus56 said:
Has anyone found any solution?
Click to expand...
Click to collapse
Try disabling the application NOTEPAD.
The crashes and reboots have stopped. It has been stable at least 8 hours since I disabled it.
I think if it worked for me it should work for anyone
Try it
Alextm24 said:
Try disabling the application NOTEPAD.
The crashes and reboots have stopped. It has been stable at least 8 hours since I disabled it.
I think if it worked for me it should work for anyone
Try it
Click to expand...
Click to collapse
it happens to me when it's disabled
I just did the following process:
-Low level format
-Format by erecovery
-Format cache by erecovery
-Download and restoration of firmware by erecovery
-Format by erecovery
-install only elementary apps, do not disable anything, do not restore any app
After all the previous process, after a few minutes I was crashed again and asked for the password
Alextm24 said:
Try disabling the application NOTEPAD.
The crashes and reboots have stopped. It has been stable at least 8 hours since I disabled it.
I think if it worked for me it should work for anyone
Try it
Click to expand...
Click to collapse
Has it returned to crashing?
I don't have any issues that all you guys are writing about
9.1 has been great for me , in all the features, optimization, battery, etc
Maybe because I did remove like 10+ apps that were bloatware for me ?? : https://forum.xda-developers.com/mate-20-pro/how-to/guide-remove-huawei-bloatware-noob-t3889426
pvillasuso said:
I don't have any issues that all you guys are writing about
9.1 has been great for me , in all the features, optimization, battery, etc
Maybe because I did remove like 10+ apps that were bloatware for me ?? : https://forum.xda-developers.com/mate-20-pro/how-to/guide-remove-huawei-bloatware-noob-t3889426
Click to expand...
Click to collapse
what apps have you specifically removed?
cygnus56 said:
what apps have you specifically removed?
Click to expand...
Click to collapse
almost all of these ( including the home launcher app ) :
pm uninstall -k --user 0 com.google.android.videos
pm uninstall -k --user 0 com.google.android.apps.photos
pm uninstall -k --user 0 com.google.android.music
pm uninstall -k --user 0 com.touchtype.swiftkey
pm uninstall -k --user 0 com.swiftkey.swiftkeyconfigurator
pm uninstall -k --user 0 com.huawei.search
pm uninstall -k --user 0 com.huawei.hwid
pm uninstall -k --user 0 com.huawei.omacp
pm uninstall -k --user 0 com.huawei.KoBackup
pm uninstall -k --user 0 com.huawei.health
pm uninstall -k --user 0 com.hicloud.android.clone
pm uninstall -k --user 0 com.android.hwmirror
pm uninstall -k --user 0 com.microsoft.translator
pm uninstall -k --user 0 com.huawei.android.tips
pm uninstall -k --user 0 com.android.calculator2
pm uninstall -k --user 0 com.android.email
pm uninstall -k --user 0 com.example.android.notepad
pm uninstall -k --user 0 com.huawei.livewallpaper.matetwenty
pm uninstall -k --user 0 com.huawei.gameassistant
pm uninstall -k --user 0 com.huawei.parentcontrol
pm uninstall -k --user 0 com.facebook.services
pm uninstall -k --user 0 com.facebook.system
pm uninstall -k --user 0 com.google.android.apps.tachyon
I have disabled and enabled the notepad and continue the reboots, apparently that is not the problem either
I found the solution, update to firmware 9.1.0.306, using hstool, I did it and the restarts disappeared
Enviado desde mi LYA-L09 mediante Tapatalk
I don't facing any problem or what ever.
After update to 9.1, format userdata and relock the BL, boot normally, setting up the phone and unlock the BL again, rooting and removing the bloatware.
Battery is good , performance very fast and nothing problem.

Debloating Mi 9t

Just to share with you guys, might help someone, I've succefully removed with no issue everything except the listed belows apps, using Xiaomi ADB Fastboot Tools:
https://imgur.com/jRpFAoD
I repeat these are the only app STILL INSTALLED on my Mi9t, im running MIUI Global 11.0.2
you can remove file explorer but it will not show the ringtones like it always does. but you can search it in the system, media ringontes with another explorer
mi drop, every google APP EXCEPT Velvet the google app not sure if still cause bootloops in xiaomi.
this in case people don't have root
after root just uninstall with Link2sd or any other app to remove
pm uninstall -k --user 0 com.mi.android.globalpersonalassistant
pm uninstall -k --user 0 com.xiaomi.mipicks
pm uninstall -k --user 0 com.android.browser
pm uninstall -k --user 0 com.android.chrome
pm uninstall -k --user 0 com.miui.compass
pm uninstall -k --user 0 com.google.android.apps.docs
pm uninstall -k --user 0 com.google.android.apps.tachyon
pm uninstall -k --user 0 com.facebook.katana
pm uninstall -k --user 0 com.google.android.videos
pm uninstall -k --user 0 com.google.android.music
pm uninstall -k --user 0 com.google.android.apps.maps
pm uninstall -k --user 0 com.miui.videoplayer
pm uninstall -k --user 0 com.miui.player
pm uninstall -k --user 0 com.google.android.apps.photos
pm uninstall -k --user 0 com.miui.yellowpage
pm uninstall -k --user 0 com.google.android.youtube
pm uninstall -k --user 0 com.android.stk
pm uninstall -k --user 0 com.google.android.inputmethod.latin (after replace keyboard)
pm uninstall -k --user 0 com.android.cellbroadcastreceiver
pm uninstall -k --user 0 com.android.globalpersonalassistant
pm uninstall -k --user 0 com.xiaomi.glgm
pm uninstall -k --user 0 com.google.android.tts
pm uninstall -k --user 0 com.mipay.wallet.in
What Jctatis says, alternatively you can delete the apps by ADB.
In additional settings open developer options and turn on USB debugging.
Then on your computer type adb devices to see if your computer can connect and adb shell to type commands in your device. Then type the commands Jctatis listed.
Will this affect the software updates later? Just like rooting can cause a phone to stop receiving OTA updates.
tibby87 said:
Will this affect the software updates later? Just like rooting can cause a phone to stop receiving OTA updates.
Click to expand...
Click to collapse
Nah.
I'd keep the stock video player if you want to play HDR videos. It's the only app that I found that can play them properly, it can even play UHD bluray rips. VLC doesn't work as well. It's not a bad app.
Also removing yellowpages disables access to your contacts from the phone app. You probably want that. If not you probably want to replace the phone app as well. You can use google phone, it can be found on xda as apk, not play store.
IMO, just remove the obvious apps and don't touch services and other less obvious things that might be tied to something system related. All of it is reversible so just experiment.
HockeyLan said:
I'd keep the stock video player if you want to play HDR videos. It's the only app that I found that can play them properly, it can even play UHD bluray rips. VLC doesn't work as well. It's not a bad app.
Also removing yellowpages disables access to your contacts from the phone app. You probably want that. If not you probably want to replace the phone app as well. You can use google phone, it can be found on xda as apk, not play store.
IMO, just remove the obvious apps and don't touch services and other less obvious things that might be tied to something system related. All of it is reversible so just experiment.
Click to expand...
Click to collapse
I can access contacts from the phone app anyway. Thank you about the video player tip, didnt know that!
I can confirm that removing yellow pages doesn't break contacts access from phone app
I debloated quite a few apps without any problems.
The only thing that's missing the "Skip Swipe Screen" option and the ability to change lockscreen wallpaper.
Do you guys know which system app needed for these two operations?
Thanks in advance!
raykewl said:
I debloated quite a few apps without any problems.
The only thing that's missing the "Skip Swipe Screen" option and the ability to change lockscreen wallpaper.
Do you guys know which system app needed for these two operations?
Thanks in advance!
Click to expand...
Click to collapse
you can change your lockscreen with the Themes app. Otherwise I believe you need the Mi Wallpaper not uninstalled.
Adding to the already great list!
definitely more bloatware:
pm uninstall -k --user 0 com.facebook.services
pm uninstall -k --user 0 com.facebook.system
pm uninstall -k --user 0 com.facebook.appmanager
not that bloatware but I prefer my f-droid alternatives:
pm uninstall -k --user 0 com.xiaomi.midrop
pm uninstall -k --user 0 com.miui.calculator
pm uninstall -k --user 0 com.miui.weather2
pm uninstall -k --user 0 com.miui.notes
pm uninstall -k --user 0 com.google.ar.lens
pm uninstall -k --user 0 com.android.calendar
I'm down to 228 packages, not great, but at least my drawer isn't cluttered .
malinusss said:
Adding to the already great list!
definitely more bloatware:
pm uninstall -k --user 0 com.facebook.services
pm uninstall -k --user 0 com.facebook.system
pm uninstall -k --user 0 com.facebook.appmanager
not that bloatware but I prefer my f-droid alternatives:
pm uninstall -k --user 0 com.xiaomi.midrop
pm uninstall -k --user 0 com.miui.calculator
pm uninstall -k --user 0 com.miui.weather2
pm uninstall -k --user 0 com.miui.notes
pm uninstall -k --user 0 com.google.ar.lens
pm uninstall -k --user 0 com.android.calendar
I'm down to 228 packages, not great, but at least my drawer isn't cluttered .
Click to expand...
Click to collapse
Not great, not terrible.
Jctatis said:
EXCEPT Velvet the google app not sure if still cause bootloops in xiaomi.
Click to expand...
Click to collapse
I confirm that removing the velvet apk does not create any problems on MIUI Global 10.3.12
Thanks for a great list!
Sent from my Mi 9T using XDA Labs
Does anyone know which APK is the messaging app and if it's safe to remove? I can see extra SMS but it's not it. Also if you check the app's info it says "com.android.mms" but I don't see it in the list. Judging by the name it doesn't seem to be a MiUI file though.
Thanks!
elbagel said:
Does anyone know which APK is the messaging app and if it's safe to remove? I can see extra SMS but it's not it. Also if you check the app's info it says "com.android.mms" but I don't see it in the list. Judging by the name it doesn't seem to be a MiUI file though.
Thanks!
Click to expand...
Click to collapse
I have completly uninstalled the com.android.mms a couple of days ago, and using the google messages app instead. No issues at all.
Edit:
And to answer your question com.android.mms IS the messaging app/sms app, and yes it seems to be safe to remove/replace.
Megabliss said:
I confirm that removing the velvet apk does not create any problems on MIUI Global 10.3.12
Thanks for a great list!
Click to expand...
Click to collapse
Thank for the info oh I remember back miui 9 or 8 when trying to do so bootloop mi 3 and Rn4x
---------- Post added at 05:35 PM ---------- Previous post was at 05:34 PM ----------
shaon121 said:
I can confirm that removing yellow pages doesn't break contacts access from phone app
Click to expand...
Click to collapse
True that I had been removing yellow pages since mi 3, rn4x rn5 rn7 and mi 9t
malinusss said:
I have completly uninstalled the com.android.mms a couple of days ago, and using the google messages app instead. No issues at all.
Edit:
And to answer your question com.android.mms IS the messaging app/sms app, and yes it seems to be safe to remove/replace.
Click to expand...
Click to collapse
Thank you for the reply!
How do you remove com.android.mms? I'm using Xiaomi ADB Fastboot Tools and I don't see it in the list of apps that can be removed.
elbagel said:
Thank you for the reply!
How do you remove com.android.mms? I'm using Xiaomi ADB Fastboot Tools and I don't see it in the list of apps that can be removed.
Click to expand...
Click to collapse
Huh, which MIUI are you on? On my go MIUI global 10.3.11 it was visible and removable trough adb, no root.
Maybe you just missed it, there are like 200+ packages on a phone like this...
Try:
Code:
pm list packages | grep mms
This is my version https://github.com/ramalhovfc/miui10-debloater
HockeyLan said:
I'd keep the stock video player if you want to play HDR videos. It's the only app that I found that can play them properly, it can even play UHD bluray rips. VLC doesn't work as well. It's not a bad app.
Also removing yellowpages disables access to your contacts from the phone app. You probably want that. If not you probably want to replace the phone app as well. You can use google phone, it can be found on xda as apk, not play store.
IMO, just remove the obvious apps and don't touch services and other less obvious things that might be tied to something system related. All of it is reversible so just experiment.
Click to expand...
Click to collapse
What if, I have accidentally debloated the stock video player, is there anyway we can re-install it?

[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).

Categories

Resources