How To Guide How to debloat Redmi Note 11 Pro 5G ♻️ - Redmi Note 11 Pro+ 5G (peux)/POCO X4 Pro 5G (veux)

In this guide we will see step by step how to debloat the RN 11 Pro 5G​
First of all we have to enable: Developer Options
Settings->About tablet->Software information->(tap 7 times)Build number
After that we will enable: OEM Unlocking & USB Debbuging
Settings->Developer Options->OEM Unlocking(ON) & USB Debbuging(ON)
On the next step we need to download & install : ADB & Fastboot tools
Once you install the tools, connect your {Phone} - {PC}
Select: USB Debbuging & Open your: Terminal
We are almost there
Now i will make a short explanation in order to understand what are we doing exactly & how we will do it.
What is ADB?
ADB provides us with commands that can be used to debug Android devices,
installing or uninstalling apps and getting information about a connected device.
adb shell
This command activates the remote shell command console on the connected Android smartphone or tablet.
adb shell pm uninstall -k --user 0
Using this, you can easily uninstall the unwanted system apps. To be able to execute it, you must issue 'adb shell' command first.
You can then use 'pm uninstall -k --user 0' followed by the Android app package name as shown below.
pm uninstall -k --user 0 name.of.the.app.apk
This command can help you if you want to remove all the bloatware from your phone.
Please note that most system apps don't have the 'Uninstall' option on the device but this command works magically.
Now all you need to do is find the app that you want to remove
Tap & Hold -> App info
Click -> Top left (info icon)
& Get the APK Name:
For example, we want to remove Mi Radio.
{Phone} - {PC} We check for any Usb Debug auth messages
We open the Terminal/CMD & we type:
adb devices (to check that we have a connection)
adb shell (to form a connection with the phone)
pm uninstall -k --user 0 com.miui.fm
the radio has been removed.
Thanks for your time ❤​

I'm on Veux MIUI Global 13.0.2 A12 Stable (SKCMIXM)
I have debloated these application:
Google apps:
- Youtube (youtube Vance is used instead),
- Youtube Music
- Google pay,
- Duo,
- Google TV&Movies
- Google One
- Talkback
Mi apps:
- MSA (Mi system Advertiser) - reduce advertising ads
- MiServices (Services & Feedback)
- BugReport
- MiPay
- MiSimActivateService
- MiFileManager (MiXplorer replacement)
- joyose
- Micredits
- Feedback&service
- Analytical
- Downloads
- Yellowpage
- Mipayment
- mirecycle
- ...
- Facebook services:
pm uninstall -k --user 0 com.facebook.appmanager
pm uninstall -k --user 0 com.facebook.services
pm uninstall -k --user 0 com.facebook.system
Notice that, the above method is only to uninstall the app from the system BUT the app *.apk is still there in the /system partition (fully debloat must have ROOTED access), You still can recovery re-install app ( in case of accident uninstalled ) by
Code:
pm list packages -f -u | grep <package name>
You will get the result in this format:
Code:
package:<full path to the apk>=<package name>
Example:
Code:
package:/system/product/app/Youtube/Youtube.apk=com.google.android.youtube
Then,
Code:
pm install -r --user 0 /system/product/app/Youtube/Youtube.apk
In MIUI13, Xiaomi has divide system partition into
- /system/app and /priv-app
- /system-ext/app and /priv-app
- /system/product/app and /priv-app (all google apps are located here)
SO, in the Settings -Apps -Manage apps; there will be triple/ pentadruple of several apps that we do not know what are for & safety for debloat !? such as kai.apk, cit.apk, Filled.apk, Rounded.apk, Sam.apk,...[/code]
Faster way: using XiaomiADBFastbootTools https://github.com/Szaki/XiaomiADBFastbootTools
{
"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"
}

el.tsupaka said:
In this guide we will see step by step how to debloat the RN 11 Pro 5G​
First of all we have to enable: Developer Options
Settings->About tablet->Software information->(tap 7 times)Build number
After that we will enable: OEM Unlocking & USB Debbuging
Settings->Developer Options->OEM Unlocking(ON) & USB Debbuging(ON)
On the next step we need to download & install : ADB & Fastboot tools
Once you install the tools, connect your {Phone} - {PC}
Select: USB Debbuging & Open your: Terminal
We are almost there
Now i will make a short explanation in order to understand what are we doing exactly & how we will do it.
What is ADB?
ADB provides us with commands that can be used to debug Android devices,
installing or uninstalling apps and getting information about a connected device.
adb shell
This command activates the remote shell command console on the connected Android smartphone or tablet.
adb shell pm uninstall -k --user 0
Using this, you can easily uninstall the unwanted system apps. To be able to execute it, you must issue 'adb shell' command first.
You can then use 'pm uninstall -k --user 0' followed by the Android app package name as shown below.
pm uninstall -k --user 0 name.of.the.app.apk
This command can help you if you want to remove all the bloatware from your phone.
Please note that most system apps don't have the 'Uninstall' option on the device but this command works magically.
Now all you need to do is find the app that you want to remove
Tap & Hold -> App info
Click -> Top left (info icon)
& Get the APK Name:
For example, we want to remove Mi Radio.
{Phone} - {PC} We check for any Usb Debug auth messages
We open the Terminal/CMD & we type:
adb devices (to check that we have a connection)
adb shell (to form a connection with the phone)
pm uninstall -k --user 0 com.miui.fm
the radio has been removed.
Thanks for your time ❤​
Click to expand...
Click to collapse
I did all the steps and got rid of majority of bloatware ,everything was working fine until next day my phone stopped appearing in windows file explorer, it does appear in portable devices in device manager and in adb shell but does not appear in file explorer ,please help

Swaggernaut65 said:
I did all the steps and got rid of majority of bloatware ,everything was working fine until next day my phone stopped appearing in windows file explorer, it does appear in portable devices in device manager and in adb shell but does not appear in file explorer ,please help
Click to expand...
Click to collapse
It appears as BLAIR-QRD _SN:3375060E in device manager

Swaggernaut65 said:
My friend first of all im sorry for your problem, i havent encounter something like this before so i do not have a straight answer!
But lets discuss what you can do:
Make sure that you enable the Media transfer protocol, the option to transfer file between [ PC - Android ]
Try to re-install the android drivers
Try to plug your phone in a different PC
Try to restore your phone in a clean state
If none of the above works then you can try to re-install the official ROM in your device
Click to expand...
Click to collapse

I've tried both methods and none of then works for me, because my laptop can't find the device. Am I doing something wrong? Is root necessary? or have I unlock bootloeader previously?

iye81 said:
I've tried both methods and none of then works for me, because my laptop can't find the device. Am I doing something wrong? Is root necessary? or have I unlock bootloeader previously?
Click to expand...
Click to collapse
You have to install all abd drivers, it seems that it's missing driver for pc recognize your device.
And you have to activate USB debugging in developer mode.
No root, no unlocked boot required

coolpixs4 said:
You have to install all abd drivers, it seems that it's missing driver for pc recognize your device.
And you have to activate USB debugging in developer mode.
No root, no unlocked boot required
Click to expand...
Click to collapse
Well said bro, but i think that the problem isnt in PC side the adb drivers are there since he was able to debloat the device and after removing a package the phone's operating system is unable to triger the events when you plug it in, so what i recommend is a clean install of the stock rom.

anyone else succeeded in this? I wish to remove youtube and other crapware. If i do, am i allowed to make VANCED the default for opening youtube links?

GitHub - aakashverma7/Debloat-MIUI: Removes unneccessary bloatware using ADB.
Removes unneccessary bloatware using ADB. Contribute to aakashverma7/Debloat-MIUI development by creating an account on GitHub.
github.com
Here is list of apps that I generally remove on Xiaomi/Poco phones

Is it possible to flash Xiaomi official roms too?

Works with Redmi Note 11 Pro+ . MEDIATEK processor? A thousand thanks

Thanx guys, does this still works?
In my experience, stock rom is faster and smoother then a custom rom.

I just bought this phone, I'm on android 12 (stock)
Does this still works?

CoopZor said:
I just bought this phone, I'm on android 12 (stock)
Does this still works?
Click to expand...
Click to collapse
Yes

Related

Uninstall Any Bloatware from any Android Device [Any Rom]

Recently the Xiaomi devices with MIUI Rom, users facing the ads issue on the devices and for this to solve i found out a easy techniques to solve this.
This technique is also useful if you want to debloat your android device from pre-loaded apps..
Requirements:
-Need to have abd installed on tpc PC.
-Need to enable usb debugging on the android device.
So the method is simple
Just go the adb folder, then open cmd/power shell there by holding the shift key and the right mouse button simultaneously and select Open cmd/PowerShell window here.
Then type these commmands....
adb devices [To check whether the device is connected or not]
adb shell
pm uninstall -k --user 0 <data name here>
exit
For Example :
pm uninstall -k --user 0 com.android.browser
Repeat this command for every apps which needs to uninstall...
for miui ads just switch the region to hong kong and the ads should be gone.

How to remove bloatwares and preloaded apps?

Color OS preloaded with certain apps. Such apps can't simply uninstall. Its hard coded, , for e.g. App Market. Users need to apply commands from ADB to uninstall preloaded apps.
1. Install ADB and Fastboot
I installed ADB and Fastboot on Ubuntu 18.04 LTS, use following commands on a command terminal to install it,
sudo apt update
sudo apt-get install android-tools-adb android-tools-fastboot
Windows user can install the Windows version of the ADB and Fastboot
2. Enable USB Debugging
Tap on many times (I think seven times) Settings > About Phone > Kernel version.
Go to Settings Additional settings > Developer options > USB Debugging and enable it.
3. Install App Inspector App
This app is helpful to find the exact name of the apps you want to remove.
Install from Google Play Store
4. Login into Realme 5
Connect the phone to PC using USB cable. Apply the following command on command terminal to check the connection,
adb devices
A dialogue window will appear on phone screen, confirm the connection from phone screen.
Enter into ADB shell,
adb shell
5. Apply the commands to remove the apps
Open the App Inspector and find the names of apps to remove,
e.g. Name of the App Market app is com.oppo.market
The command to uninstall the App Market is,
pm uninstall -k --user 0 com.oppo.market
The same way apply the commands to uninstall other unwanted apps available with Color OS 6 on Realme 5.
Information courtesy: Droid Guiding by Jayaprakash
Remove bloatware from Realme 3 Pro
Tried to do the same from adb shell for realme 3 pro
pm uninstall -k .com.coloros.video
Got the following error.....
Failure[Delete_failed_Internal_Error]
Can somebody help ?
somanshumehta said:
Tried to do the same from adb shell for realme 3 pro
pm uninstall -k .com.coloros.video
Got the following error.....
Failure[Delete_failed_Internal_Error]
Can somebody help ?
Click to expand...
Click to collapse
Check again the app name and put correct
excuse me... after i installed adb, turn on usb debugging mode, and open the command prompt, after i put the command (adb devices), there's no devices in list menu. also there's no notif in my phone.
so, am i doing something wrong?
zaouyorae said:
excuse me... after i installed adb, turn on usb debugging mode, and open the command prompt, after i put the command (adb devices), there's no devices in list menu. also there's no notif in my phone.
so, am i doing something wrong?
Click to expand...
Click to collapse
When we connect phone to pc, it will ask for confirmation. Then only pc detect phone.
vimal0212 said:
When we connect phone to pc, it will ask for confirmation. Then only pc detect phone.
Click to expand...
Click to collapse
What kind confirmation when we connect phone to pc? Coz my realme 5 only got some notif whether use usb as mtp or charging only...
zaouyorae said:
What kind confirmation when we connect phone to pc? Coz my realme 5 only got some notif whether use usb as mtp or charging only...
Click to expand...
Click to collapse
When we connect phone to pc, a window will appear phone something like trusted device
zaouyorae said:
excuse me... after i installed adb, turn on usb debugging mode, and open the command prompt, after i put the command (adb devices), there's no devices in list menu. also there's no notif in my phone.
so, am i doing something wrong?
Click to expand...
Click to collapse
This is probably a driver issue. Adb drivers for your device are not getting installed in your computer. Same happened with me on windows7. but drivers got installed automatically on windows 10.
---------- Post added at 02:17 PM ---------- Previous post was at 02:12 PM ----------
vimal0212 said:
Check again the app name and put correct
Click to expand...
Click to collapse
Nope, it's not the problem with package name. Same error is thrown when I try uninstalling the game centre app. It may have something to do with not having proper privileges over adb to remove the app?
anujpatil2 said:
This is probably a driver issue. Adb drivers for your device are not getting installed in your computer. Same happened with me on windows7. but drivers got installed automatically on windows 10.
So how u solve it for win 7 user? Coz my pc also run win 7 too
Click to expand...
Click to collapse
zaouyorae said:
anujpatil2 said:
This is probably a driver issue. Adb drivers for your device are not getting installed in your computer. Same happened with me on windows7. but drivers got installed automatically on windows 10.
So how u solve it for win 7 user? Coz my pc also run win 7 too
Click to expand...
Click to collapse
actually I couldn't solve it. I tried installing drivers and stuff. nothing helped. so connected my phone to another laptop (win 10) and removed the bloatware.
Click to expand...
Click to collapse
It should ask something like"Confirm RSA finger print. Also, to get adb drivers, get driver easy(free version), get the link for drivers and install manually in win 7
friedcheese said:
It should ask something like"Confirm RSA finger print. Also, to get adb drivers, get driver easy(free version), get the link for drivers and install manually in win 7
Click to expand...
Click to collapse
Can u tell me the name of the driver? So i can search n find it in search engine.
RealMe5 (not Pro)
Is it safe to get software update after doing this without factory reset.?
---------- Post added at 08:10 AM ---------- Previous post was at 08:06 AM ----------
I already did this and succeeded, but my device have software update available, is it safe to get the update without factory resetting my device?
zaouyorae said:
Can u tell me the name of the driver? So i can search n find it in search engine.
Click to expand...
Click to collapse
Just Google realme 5 adb driver, and download from the romprovider website.
Also, the same website provides instructions to do it too:
https://romprovider.com/2017/03/adb-fastboot-driver-install-window-html/
You can list apps with:
pm list packages -s (list system packages only with -s)
and running ones:
ps -ef
Oppo market app (save to uninstall if google play works well)
RMX1911:/ $ pm uninstall -k --user 0 com.oppo.market
Success
Oroaming (Settings ->Dual Sim & Cellular Network => you will see Oroaming Not installed
pm uninstall -k --user 0 com.redteamobile.roaming
pm uninstall -k --user 0 com.redteamobile.roaming.daemon
Google Play Movies & TV (I dont use it)
pm uninstall -k --user 0 com.google.android.videos
Google Music (also bloatware - prefer simpe players)
pm uninstall -k --user 0 com.google.android.music
Never used Facebook apps in phone (just browser)
Facebook services:
pm uninstall –k ––user 0 com.facebook.appmanager
pm uninstall –k ––user 0 com.facebook.services
pm uninstall –k ––user 0 com.facebook.system
Talkback (screen reader - not needed if you have good eyes)
pm uninstall –k ––user 0 com.google.android.marvin.talkback
Theme Store
pm uninstall –k ––user 0 com.nearme.themestore
Delete_failed_internal_error
RMX1851:/ $ pm uninstall -k --user 0 com.oppo.market
Failure [DELETE_FAILED_INTERNAL_ERROR]
Still getting this error - any solution?
I was able to remove a few but these 3 are giving this error:
App Market - com.oppo.market
Game Center - com.nearme.gamecenter
Theme Store - com.nearme.themestore
Hello sir,
I tried your methods, but it gives me this error message when trying it on Game Center...
"255|RMX1911:/ $ pm uninstall -k --user 0 com.oppo.market
pm uninstall -k --user 0 com.oppo.market
Failure [DELETE_FAILED_INTERNAL_ERROR]"
Unable to remove app market. Throws an error
vimal0212 said:
Color OS preloaded with certain apps. Such apps can't simply uninstall. Its hard coded, , for e.g. App Market. Users need to apply commands from ADB to uninstall preloaded apps.
1. Install ADB and Fastboot
I installed ADB and Fastboot on Ubuntu 18.04 LTS, use following commands on a command terminal to install it,
sudo apt update
sudo apt-get install android-tools-adb android-tools-fastboot
Windows user can install the Windows version of the ADB and Fastboot
2. Enable USB Debugging
Tap on many times (I think seven times) Settings > About Phone > Kernel version.
Go to Settings Additional settings > Developer options > USB Debugging and enable it.
3. Install App Inspector App
This app is helpful to find the exact name of the apps you want to remove.
Install from Google Play Store
4. Login into Realme 5
Connect the phone to PC using USB cable. Apply the following command on command terminal to check the connection,
adb devices
A dialogue window will appear on phone screen, confirm the connection from phone screen.
Enter into ADB shell,
adb shell
5. Apply the commands to remove the apps
Open the App Inspector and find the names of apps to remove,
e.g. Name of the App Market app is com.oppo.market
The command to uninstall the App Market is,
pm uninstall -k --user 0 com.oppo.market
The same way apply the commands to uninstall other unwanted apps available with Color OS 6 on Realme 5.
Information courtesy: Droid Guiding by Jayaprakash
Click to expand...
Click to collapse
I'm getting error message -
error: device unauthorized.
This adb server's $ADB_VENDOR_KEYS is not set
Try 'adb kill-server' if that seems wrong.
Otherwise check for a confirmation dialog on your device.
vimal0212 said:
Color OS preloaded with certain apps. Such apps can't simply uninstall. Its hard coded, , for e.g. App Market. Users need to apply commands from ADB to uninstall preloaded apps.
1. Install ADB and Fastboot
I installed ADB and Fastboot on Ubuntu 18.04 LTS, use following commands on a command terminal to install it,
sudo apt update
sudo apt-get install android-tools-adb android-tools-fastboot
Windows user can install the Windows version of the ADB and Fastboot
2. Enable USB Debugging
Tap on many times (I think seven times) Settings > About Phone > Kernel version.
Go to Settings Additional settings > Developer options > USB Debugging and enable it.
3. Install App Inspector App
This app is helpful to find the exact name of the apps you want to remove.
Install from Google Play Store
4. Login into Realme 5
Connect the phone to PC using USB cable. Apply the following command on command terminal to check the connection,
adb devices
A dialogue window will appear on phone screen, confirm the connection from phone screen.
Enter into ADB shell,
adb shell
5. Apply the commands to remove the apps
Open the App Inspector and find the names of apps to remove,
e.g. Name of the App Market app is com.oppo.market
The command to uninstall the App Market is,
pm uninstall -k --user 0 com.oppo.market
The same way apply the commands to uninstall other unwanted apps available with Color OS 6 on Realme 5.
Information courtesy: Droid Guiding by Jayaprakash
Click to expand...
Click to collapse
Remove bloatware from Realme x2
Tried to do the same from adb shell for realme X2
pm uninstall -k --user 0 com.heytap.market
Got the following error.....
Failure[Delete_failed_Internal_Error]
Can somebody help ?

Google discover feed, how can I enable it?

Hi folks, I have just got my Find X2 Pro today and so far I am loving it, however one feature is missing for me. On my old Mate 20 Pro, I had the google discover feed if I did swipe right....is there anyway to enable this on the Oppo phone. All I currently have is the smart assistant which does work but its not ideal.
Blackwatch said:
Hi folks, I have just got my Find X2 Pro today and so far I am loving it, however one feature is missing for me. On my old Mate 20 Pro, I had the google discover feed if I did swipe right....is there anyway to enable this on the Oppo phone. All I currently have is the smart assistant which does work but its not ideal.
Click to expand...
Click to collapse
Only on some oppo find x2 pros others don't have it, there's allot of things missing , the theme store to doesn't work for most people
Sent from my AC2003 using Tapatalk
kevinireland11 said:
Only on some oppo find x2 pros others don't have it, there's allot of things missing , the theme store to doesn't work for most people
Sent from my AC2003 using Tapatalk
Click to expand...
Click to collapse
Err i dont think i have the theme store on my device..
Blackwatch said:
Err i dont think i have the theme store on my device..
Click to expand...
Click to collapse
It's all questions with oppo and no answers , never had so much trouble with a phone in my life
Sent from my AC2003 using Tapatalk
Not sure if you figured this out, I was going to do a guide but decided just to post here:
All you need to do to get the discover feed (only tested on ColorOS 11), is to remove the Oppo smart assistant app (what you currently get when swiping left on the home screen).
You need to force the app off with ADB, reboot your phone and as long as you have the Google app installed, you'll have the discover feed!
The ADB command to run is:
adb shell pm uninstall -k --user 0 com.coloros.assistantscreen
If for some reason you want to reinstall, you can do so with this command:
adb shell cmd package install-existing com.coloros.assistantscreen
If you don't know how to get and use ADB, here's a quick guide.....
You can download Platform Tools directly from the Android developer here: https://developer.android.com/studio/releases/platform-tools
There are loads of more detailed guides on how to use ADB, but basic steps are:
Download the platform tools from the link above and extract to somewhere on your PC, e.g. C:/platform-tools
Open a command prompt on your PC (type cmd in the Windows search bar) and right click on it then run as Administrator
Change the directory to where your 'platform-tools' folder (so something like 'cd C:/platform-tools')
On your phone, USB debugging needs to be enabled, so:
Enable developer options by going to settings > About Phone > Version and clicking on Build number several times
Under Additional Settings > Developer Options, enable 'USB Debugging'
Plug your phone into a USB port on the PC
Make sure your phone is on 'Transfer Files / Android Auto' mode (the default is 'Charge only' mode)
Once set, you should get a popup on your phone to ask to Allow USB debugging, click 'Allow'.
Back in the command prompt, type 'adb devices' and hit return (you should see the serial number of your phone if connected)
Now you can get deleting - run the command mentioned above to remove the smart assistant app.
Note that it doesn't actually delete the app from the phone, it just removes it for the main user, i.e. you.
Done, enjoy!
klanbo78 said:
Not sure if you figured this out, I was going to do a guide but decided just to post here:
All you need to do to get the discover feed (only tested on ColorOS 11), is to remove the Oppo smart assistant app (what you currently get when swiping left on the home screen).
You need to force the app off with ADB, reboot your phone and as long as you have the Google app installed, you'll have the discover feed!
The ADB command to run is:
adb shell pm uninstall -k --user 0 com.coloros.assistantscreen
If for some reason you want to reinstall, you can do so with this command:
adb shell cmd package install-existing com.coloros.assistantscreen
If you don't know how to get and use ADB, here's a quick guide.....
You can download Platform Tools directly from the Android developer here: https://developer.android.com/studio/releases/platform-tools
There are loads of more detailed guides on how to use ADB, but basic steps are:
Download the platform tools from the link above and extract to somewhere on your PC, e.g. C:/platform-tools
Open a command prompt on your PC (type cmd in the Windows search bar) and right click on it then run as Administrator
Change the directory to where your 'platform-tools' folder (so something like 'cd C:/platform-tools')
On your phone, USB debugging needs to be enabled, so:
Enable developer options by going to settings > About Phone > Version and clicking on Build number several times
Under Additional Settings > Developer Options, enable 'USB Debugging'
Plug your phone into a USB port on the PC
Make sure your phone is on 'Transfer Files / Android Auto' mode (the default is 'Charge only' mode)
Once set, you should get a popup on your phone to ask to Allow USB debugging, click 'Allow'.
Back in the command prompt, type 'adb devices' and hit return (you should see the serial number of your phone if connected)
Now you can get deleting - run the command mentioned above to remove the smart assistant app.
Note that it doesn't actually delete the app from the phone, it just removes it for the main user, i.e. you.
Done, enjoy!
Click to expand...
Click to collapse
Perfect! Thank you for this guide.
klanbo78 said:
Not sure if you figured this out, I was going to do a guide but decided just to post here:
All you need to do to get the discover feed (only tested on ColorOS 11), is to remove the Oppo smart assistant app (what you currently get when swiping left on the home screen).
You need to force the app off with ADB, reboot your phone and as long as you have the Google app installed, you'll have the discover feed!
The ADB command to run is:
adb shell pm uninstall -k --user 0 com.coloros.assistantscreen
If for some reason you want to reinstall, you can do so with this command:
adb shell cmd package install-existing com.coloros.assistantscreen
If you don't know how to get and use ADB, here's a quick guide.....
You can download Platform Tools directly from the Android developer here: https://developer.android.com/studio/releases/platform-tools
There are loads of more detailed guides on how to use ADB, but basic steps are:
Download the platform tools from the link above and extract to somewhere on your PC, e.g. C:/platform-tools
Open a command prompt on your PC (type cmd in the Windows search bar) and right click on it then run as Administrator
Change the directory to where your 'platform-tools' folder (so something like 'cd C:/platform-tools')
On your phone, USB debugging needs to be enabled, so:
Enable developer options by going to settings > About Phone > Version and clicking on Build number several times
Under Additional Settings > Developer Options, enable 'USB Debugging'
Plug your phone into a USB port on the PC
Make sure your phone is on 'Transfer Files / Android Auto' mode (the default is 'Charge only' mode)
Once set, you should get a popup on your phone to ask to Allow USB debugging, click 'Allow'.
Back in the command prompt, type 'adb devices' and hit return (you should see the serial number of your phone if connected)
Now you can get deleting - run the command mentioned above to remove the smart assistant app.
Note that it doesn't actually delete the app from the phone, it just removes it for the main user, i.e. you.
Done, enjoy!
Click to expand...
Click to collapse
Works perfectly on my Find X2 Lite (ColorOS 11 too). Thank you so much for the wonderful guide! I just received the April 2021 update (by using a VPN to France). and without adding back Oppo Smart Assistant, it appears to work just fine. Also worth noting that the annoying Smart Assistant did not come back from this update.
So it seems (to me at least) that you don't need to bring back Smart Assistant before every update. But still, I would recommend doing so just anyways, especially when the Android 12 update comes around.
klanbo78 said:
Not sure if you figured this out, I was going to do a guide but decided just to post here:
All you need to do to get the discover feed (only tested on ColorOS 11), is to remove the Oppo smart assistant app (what you currently get when swiping left on the home screen).
You need to force the app off with ADB, reboot your phone and as long as you have the Google app installed, you'll have the discover feed!
The ADB command to run is:
adb shell pm uninstall -k --user 0 com.coloros.assistantscreen
If for some reason you want to reinstall, you can do so with this command:
adb shell cmd package install-existing com.coloros.assistantscreen
If you don't know how to get and use ADB, here's a quick guide.....
You can download Platform Tools directly from the Android developer here: https://developer.android.com/studio/releases/platform-tools
There are loads of more detailed guides on how to use ADB, but basic steps are:
Download the platform tools from the link above and extract to somewhere on your PC, e.g. C:/platform-tools
Open a command prompt on your PC (type cmd in the Windows search bar) and right click on it then run as Administrator
Change the directory to where your 'platform-tools' folder (so something like 'cd C:/platform-tools')
On your phone, USB debugging needs to be enabled, so:
Enable developer options by going to settings > About Phone > Version and clicking on Build number several times
Under Additional Settings > Developer Options, enable 'USB Debugging'
Plug your phone into a USB port on the PC
Make sure your phone is on 'Transfer Files / Android Auto' mode (the default is 'Charge only' mode)
Once set, you should get a popup on your phone to ask to Allow USB debugging, click 'Allow'.
Back in the command prompt, type 'adb devices' and hit return (you should see the serial number of your phone if connected)
Now you can get deleting - run the command mentioned above to remove the smart assistant app.
Note that it doesn't actually delete the app from the phone, it just removes it for the main user, i.e. you.
Done, enjoy!
Click to expand...
Click to collapse
Worked perfectly on Find X2 Pro, first time ever using ADB! Thank you so much!
klanbo78 said:
Not sure if you figured this out, I was going to do a guide but decided just to post here:
All you need to do to get the discover feed (only tested on ColorOS 11), is to remove the Oppo smart assistant app (what you currently get when swiping left on the home screen).
You need to force the app off with ADB, reboot your phone and as long as you have the Google app installed, you'll have the discover feed!
The ADB command to run is:
adb shell pm uninstall -k --user 0 com.coloros.assistantscreen
If for some reason you want to reinstall, you can do so with this command:
adb shell cmd package install-existing com.coloros.assistantscreen
If you don't know how to get and use ADB, here's a quick guide.....
You can download Platform Tools directly from the Android developer here: https://developer.android.com/studio/releases/platform-tools
There are loads of more detailed guides on how to use ADB, but basic steps are:
Download the platform tools from the link above and extract to somewhere on your PC, e.g. C:/platform-tools
Open a command prompt on your PC (type cmd in the Windows search bar) and right click on it then run as Administrator
Change the directory to where your 'platform-tools' folder (so something like 'cd C:/platform-tools')
On your phone, USB debugging needs to be enabled, so:
Enable developer options by going to settings > About Phone > Version and clicking on Build number several times
Under Additional Settings > Developer Options, enable 'USB Debugging'
Plug your phone into a USB port on the PC
Make sure your phone is on 'Transfer Files / Android Auto' mode (the default is 'Charge only' mode)
Once set, you should get a popup on your phone to ask to Allow USB debugging, click 'Allow'.
Back in the command prompt, type 'adb devices' and hit return (you should see the serial number of your phone if connected)
Now you can get deleting - run the command mentioned above to remove the smart assistant app.
Note that it doesn't actually delete the app from the phone, it just removes it for the main user, i.e. you.
Done, enjoy!
Click to expand...
Click to collapse
Hi
Working fine on my Oppo Find X2 Pro ColorOS 11
klanbo78 said:
Not sure if you figured this out, I was going to do a guide but decided just to post here:
All you need to do to get the discover feed (only tested on ColorOS 11), is to remove the Oppo smart assistant app (what you currently get when swiping left on the home screen).
You need to force the app off with ADB, reboot your phone and as long as you have the Google app installed, you'll have the discover feed!
The ADB command to run is:
adb shell pm uninstall -k --user 0 com.coloros.assistantscreen
If for some reason you want to reinstall, you can do so with this command:
adb shell cmd package install-existing com.coloros.assistantscreen
If you don't know how to get and use ADB, here's a quick guide.....
You can download Platform Tools directly from the Android developer here: https://developer.android.com/studio/releases/platform-tools
There are loads of more detailed guides on how to use ADB, but basic steps are:
Download the platform tools from the link above and extract to somewhere on your PC, e.g. C:/platform-tools
Open a command prompt on your PC (type cmd in the Windows search bar) and right click on it then run as Administrator
Change the directory to where your 'platform-tools' folder (so something like 'cd C:/platform-tools')
On your phone, USB debugging needs to be enabled, so:
Enable developer options by going to settings > About Phone > Version and clicking on Build number several times
Under Additional Settings > Developer Options, enable 'USB Debugging'
Plug your phone into a USB port on the PC
Make sure your phone is on 'Transfer Files / Android Auto' mode (the default is 'Charge only' mode)
Once set, you should get a popup on your phone to ask to Allow USB debugging, click 'Allow'.
Back in the command prompt, type 'adb devices' and hit return (you should see the serial number of your phone if connected)
Now you can get deleting - run the command mentioned above to remove the smart assistant app.
Note that it doesn't actually delete the app from the phone, it just removes it for the main user, i.e. you.
Done, enjoy!
Click to expand...
Click to collapse
it Woked Perfect ...Thanks buddy
Nomsam86 said:
it Woked Perfect ...Thanks buddy
Click to expand...
Click to collapse
Have you tried it on Android 12? Thanks
klanbo78 said:
Not sure if you figured this out, I was going to do a guide but decided just to post here:
All you need to do to get the discover feed (only tested on ColorOS 11), is to remove the Oppo smart assistant app (what you currently get when swiping left on the home screen).
You need to force the app off with ADB, reboot your phone and as long as you have the Google app installed, you'll have the discover feed!
The ADB command to run is:
adb shell pm uninstall -k --user 0 com.coloros.assistantscreen
If for some reason you want to reinstall, you can do so with this command:
adb shell cmd package install-existing com.coloros.assistantscreen
If you don't know how to get and use ADB, here's a quick guide.....
You can download Platform Tools directly from the Android developer here: https://developer.android.com/studio/releases/platform-tools
There are loads of more detailed guides on how to use ADB, but basic steps are:
Download the platform tools from the link above and extract to somewhere on your PC, e.g. C:/platform-tools
Open a command prompt on your PC (type cmd in the Windows search bar) and right click on it then run as Administrator
Change the directory to where your 'platform-tools' folder (so something like 'cd C:/platform-tools')
On your phone, USB debugging needs to be enabled, so:
Enable developer options by going to settings > About Phone > Version and clicking on Build number several times
Under Additional Settings > Developer Options, enable 'USB Debugging'
Plug your phone into a USB port on the PC
Make sure your phone is on 'Transfer Files / Android Auto' mode (the default is 'Charge only' mode)
Once set, you should get a popup on your phone to ask to Allow USB debugging, click 'Allow'.
Back in the command prompt, type 'adb devices' and hit return (you should see the serial number of your phone if connected)
Now you can get deleting - run the command mentioned above to remove the smart assistant app.
Note that it doesn't actually delete the app from the phone, it just removes it for the main user, i.e. you.
Done, enjoy!
Click to expand...
Click to collapse
Can someone advise if this process works on the Oppo Find X2 Pro running Color0S 12.1?
Cura96 said:
Can someone advise if this process works on the Oppo Find X2 Pro running Color0S 12.1?
Click to expand...
Click to collapse
I just tried it and, at least in my case, worked only the first swipe and then it disappeared.
I'm on a Find X2 Pro (ColorOS 12 - CPH2025_11_F.13)
However I found out that it worked by updating the stock laucher. I don't know if I can share here the apk, but you can find it online: com.android.launcher_12.0.50-12050_minAPI30(arm64-v8a,armeabi,armeabi-v7a)(nodpi).apk
With this, after the uninstall od the OPPO Assistant via ABD, you'll have Google feed discover working on ColorOS 12
Anyone got this working for ColorOS 13?
When I run:
adb shell pm uninstall -k --user 0 com.coloros.assistantscreen
I get a message saying the package can't be found???
klanbo78 said:
Not sure if you figured this out, I was going to do a guide but decided just to post here:
All you need to do to get the discover feed (only tested on ColorOS 11), is to remove the Oppo smart assistant app (what you currently get when swiping left on the home screen).
You need to force the app off with ADB, reboot your phone and as long as you have the Google app installed, you'll have the discover feed!
The ADB command to run is:
adb shell pm uninstall -k --user 0 com.coloros.assistantscreen
If for some reason you want to reinstall, you can do so with this command:
adb shell cmd package install-existing com.coloros.assistantscreen
If you don't know how to get and use ADB, here's a quick guide.....
You can download Platform Tools directly from the Android developer here: https://developer.android.com/studio/releases/platform-tools
There are loads of more detailed guides on how to use ADB, but basic steps are:
Download the platform tools from the link above and extract to somewhere on your PC, e.g. C:/platform-tools
Open a command prompt on your PC (type cmd in the Windows search bar) and right click on it then run as Administrator
Change the directory to where your 'platform-tools' folder (so something like 'cd C:/platform-tools')
On your phone, USB debugging needs to be enabled, so:
Enable developer options by going to settings > About Phone > Version and clicking on Build number several times
Under Additional Settings > Developer Options, enable 'USB Debugging'
Plug your phone into a USB port on the PC
Make sure your phone is on 'Transfer Files / Android Auto' mode (the default is 'Charge only' mode)
Once set, you should get a popup on your phone to ask to Allow USB debugging, click 'Allow'.
Back in the command prompt, type 'adb devices' and hit return (you should see the serial number of your phone if connected)
Now you can get deleting - run the command mentioned above to remove the smart assistant app.
Note that it doesn't actually delete the app from the phone, it just removes it for the main user, i.e. you.
Done, enjoy!
Click to expand...
Click to collapse
I purposely registered an account to thank you.
Thank you for your detailed explanation

[UNLOCK bootloader, and flash ROM with ROOT] Huawei MediaPad M5 Pro - EMUI 9.1 - 2021

Intro:
- As usual, following this guide is by your own risk and responsability
- After hours searching the web I have painfully seen how the scene seems to be so spread and freak these days. Plus there are lots of scams and **** webs floating everywhere, more even than space debris.
- I have not found any good guide to root the Huawei Mediapad M5 Pro. Most of them are old + bad.
- My model is CMR-AL19, C432 with EMUI 9.1
Instructions:
1. unlock bootloader
1.1. Check PotatoNV wiki to get the unlock bootloader code:
Download PotatoNV (or download from the link below)
Install HUAWEI USB COM drivers: (download from the link below, or this link)
Install ADB (from google or also download from the link below)
1.2 Remove the cover from the device: heat it with a hairdryer and carefully peel cover around the perimeter using a plastic card (video)
Turn off the device and unplug the USB cable
Short test point and iron shield on the motherboard
Connect the device to the computer, after a couple of seconds jumper can be removed
Make sure there’s nothing on the device’s screen if a charging animation appears go to step 4
1.3 Launch PotatoNV and select HUAWEI USB COM 1.0 in the device list (should be filled automatically)
Select bootloader: kirin 960
Unlock code - this is the future bootloader code. copy and keep it for later.
Press the Start button. Let PotatoNV to finish
1.2. unlock bootloader with fastboot
adb devices
adb reboot bootloader
wait until the tablet reboots in recovery mode
fastboot devices
fastboot oem unlock <unlock code from PotatoNV>
2. flash treble ROM (https://github.com/phhusson/treble_experimentations/wiki/Huawei-MediaPad-M5-Pro)
2.1. download treble ROM:
Android 10: https://github.com/phhusson/treble_...nload/v222/system-quack-arm64-ab-gapps.img.xz
Android 9: https://github.com/phhusson/treble_...download/v123/system-arm64-ab-gapps-su.img.xz
2.2 factory reset
Perform a factory reset on your device: Settings -> System -> Reset -> Reset tablet
Optionally: Reboot to your device’s stock recovery using either a button combination when booting or issuing the following ADB command when booted in Android:
adb reboot recovery
Once here, use the volume keys to navigate and the power button to select the factory reset option.
2.3 Flash ROM
Once your device has been factory reset, reboot to your device’s bootloader using either a button combination when booting or issuing the following ADB command when booted in Android:
adb reboot bootloader
With your device connected to your PC, open up a command prompt or terminal window in the same directory where you downloaded your GSI of choice.
fastboot devices
fastboot erase system
Enter a command in the following format:
fastboot --unbuffered flash system system-quack-arm64-ab-gapps.img
Allow the image to flash, will take 2 minutes. Once it has completed, reboot your device either manually via power key or by entering:
fastboot reboot
3. skip all configuration. ignore any error. reboot in recovery mode
adb reboot recovery
4. wipe cache and, again, factory reset. Configure as usual. Be sure to add the SIM when asked.
enjoy
Thanks for doing this. But I wonder: will this procedure work on a wifi-only model SHT-W09 running on EMUI 8.0.0?
goattee said:
Thanks for doing this. But I wonder: will this procedure work on a wifi-only model SHT-W09 running on EMUI 8.0.0?
Click to expand...
Click to collapse
I don't know
You can try to get the unlock code with PotatoNV (step 1.1), which is harmless and then decide. Also the old guides are probably good for your EMUI version.
Thanks for the guide, just unlocked my CMR-W09. I can confirm that the CM AL19 build does work for the W09 with a couple modifications
Hi!
I was trying to follow your guide, but opening the cover was too hard for me.
Originally my motivation to unlock the bootloader was to install Lineage OS, and then to install Google Services.
I have tried numerous methods to do so, but somehow they did not work for MediaPad M5 Pro, due to EMUI version or recent security patches.
However, I have managed to install Google services by accident.
I almost gave up, and decided to install at least a decent browser (Brave).
I found it on APKPure.
It is a kind of a third party package manager.
To install Brave I needed to install the package manager first.
APKPure APK Downloader for Android Wear, Phones, Tablets, TV
Download and update the latest Android™ Apps apk in APKPure, the best free Android APK Downloader online right at apkpure.com. Come and join APKPure's clan.
m.apkpure.com
Brave got installed, but to my surprise I could also find Youtube app on APKPure.
When I installed Youtube, APKPure package manager have installed Google Play Store as well!
With Google Play I could install all the other apps, I needed.
goattee said:
Thanks for doing this. But I wonder: will this procedure work on a wifi-only model SHT-W09 running on EMUI 8.0.0?
Click to expand...
Click to collapse
Hi, just wondering did you have any luck with this PotatoNV method for SHT-W09?
I can confirm that this works for the CMR-AL09 also.
The only problem I had, was with opening up the device.
I had to use a thin metal object to get under the screen at first.
Oh, and then I had to search around to find out why I could not find my device using ADB...
REMEMBER TO ACTIVATE USB DEBUGGING in Developer options
I'm want to use this method on my M5 SHT-W09 8.4” I've got the screen off, that wasn't too hard, but I can't find the testpoint. I've searched the web but can't find a good image for this particular device. Does anyone know where the testpoint is for this device?
jb231 said:
I'm want to use this method on my M5 SHT-W09 8.4” I've got the screen off, that wasn't too hard, but I can't find the testpoint. I've searched the web but can't find a good image for this particular device. Does anyone know where the testpoint is for this device?
Click to expand...
Click to collapse
I guess this is the testpoint on your device, as it looks different than on mine: Huawei-MediaPad-M5-SHT-AL09-SHT-W09-Testpoint.jpg
SnowmanDK said:
I guess this is the testpoint on your device, as it looks different than on mine: Huawei-MediaPad-M5-SHT-AL09-SHT-W09-Testpoint.jpg
Click to expand...
Click to collapse
thanks, I've seen that one, that is not at all what my device look like inside
Hello !
Thanks for the tutorial, it worked great for my CMR W09 which was running these specs :
Code:
dir>fastboot oem get-bootinfo
(bootloader) unlocked
dir>fastboot oem get-product-model
(bootloader) CMR-W09
dir>fastboot oem get-build-number
(bootloader) :CMR-W09 9.1.0.360(C432E6R1P3)
dir>fastboot oem oeminforead-SYSTEM_VERSION
(bootloader) :CMR-W09 9.0.1.160(C432E3R1P3)
dir>fastboot getvar vendorcountry
vendorcountry: hw/eu
I installed the Android 9 version then the Android 10, worked perfectly fine for both. I indeed inputed the commands suggested by thorgan3. For those who have wondered when and how to input such commands, I followed the steps 1 and 2 and then I turned usb debugging ON and enterred the following instructions :
Code:
dir>adb shell pm uninstall -k --user 0 com.android.phone
dir>adb shell pm uninstall -k --user 0 com.android.providers.blockednumber
dir>adb shell pm uninstall -k --user 0 com.android.bookmarkprovider
dir>adb shell pm uninstall -k --user 0 com.android.calllogbackup
dir>adb shell pm uninstall -k --user 0 com.android.carrierdefaultapp
dir>adb shell pm uninstall -k --user 0 com.android.emergency
dir>adb shell pm uninstall -k --user 0 com.android.providers.userdictionary
though I still had to uninstall com.android.phone through SDmaid
You can also finish cleaning up the ROM for the Wifi only models by putting :
Code:
dir>adb shell pm uninstall -k --user 0 com.android.server.telecom
dir>adb shell pm uninstall -k --user 0 com.android.providers.telephony
And after all that I finally prompted the next line to pursue tutorial with step 3 :
Code:
dir>adb reboot recovery
I strongly suggest that anyone tempting this maneuver should download an official stock ROM of the model and region of his device. To do so, as huawei revoked access to any of those, I factory reseted my tablet beforehand and connected it to the mobile hotspot of my computer. Using Wireshark I was able to snif the wifi my computer was connected to and hence get back the url (which was beginning with
Spoiler
"http://update.dbankcdn.com/download....."
I hope everyone succeed in their attempt.
It says root in the title, but I couldn't find any further explanation.
Is an up to date version of Magisk included in one of these GSIs?
The ROM themselves are rooted
Hi!
Is this guide still valid today for a SHT-W09 EMUI 8.0.0 (C567) with bootloader unlocked? (I still have the unlock code).
Thanks!
Custom kernel
Telegram: Contact @Hi3660
t.me
Hey, did anyone manage to solve the issue with formatting a sd-card as extended phone storage? For me its quite necessary to use my sd-card for that (netflix, spotify and so on) and it doesnt work. The issue is already described here: https://github.com/phhusson/treble_experimentations/issues/1638, for now there is no solution.
Thanks in advance!
Hi,
i have an CMR-AL19 here. but unfortunately the google accoount (FRP) is blocked and USB debugging is not activated. Can I use this method to remove the FRP and flash a stock rom again?
Thank you
Did someone managed to get netflix working?
air32 said:
Did someone managed to get netflix working?
Click to expand...
Click to collapse
Netflix and a lot of other streaming apps will NOT work on rooted devices.
They block them as you can actually record the streams on rooted devices.
air32 said:
Hey, did anyone manage to solve the issue with formatting a sd-card as extended phone storage? For me its quite necessary to use my sd-card for that (netflix, spotify and so on) and it doesnt work. The issue is already described here: https://github.com/phhusson/treble_experimentations/issues/1638, for now there is no solution.
Thanks in advance!
Click to expand...
Click to collapse
I have the same problem. What did u do????

Help with ADB

Can somebody please help me with a simple ADB command. I have ADB installed on Windows 7. I have USB debugging enabled on my phone which is Android 10. I have my connection setting set to USB tethering I can make a connection with ADB to my phone from the computer. I can list all programs that are installed on the phone. And then I type,
pm uninstall -k --user 0 com.tct.onetouchbooster
And it just returns to a blinking cursor, no success message. I've listed the program on the phone so I know the program's there I know ADB is working and recognizes my device but for some reason I can't uninstall this program. In fact I can't install other programs either I tried another one and same thing.
Please help!

Categories

Resources