Xiaomi mibox MDZ-20-AA Chinese version to International - Android Stick & Console AMLogic based Computers

Hello Guys my wife bought a xiaomi mibox MDZ-20-AA , chinese language, i know that is possible to root it and change it on international version, i have an old tuto for the MDZ-19-AA, is it the same way for the 20-AA or is there a tutorial for my version.
Thanks for your answers
Yannis

I tried rooting it, but I was worried of bricking it so I went with the safest option.
I know it's not the best option but at least makes it bearable.
Step 1:
Download a third-party launcher, my recommendations are ATV launcher or TVlauncher.
Step 2:
Find Settings (in the new launcher look for system settings)
and install ADB with this guide: https://www.xda-developers.com/install-adb-windows-macos-linux/
Step 3:
Connect via USB or WiFi
1. Connect your PC with a Male-to-Male USB cord. Give the command
Code:
adb devices
in cmd to see if your device has been connected successfully.
2. Connect the devices with the same WiFi and find the IP in the box and give the command in cmd
Code:
adb connect (Your.IP.Address)
Confirm you connection with the command
Code:
adb devices
.
Step 4:
App Store
adb shell pm uninstall --user 0 com.xiaomi.mitv.appstore
Mi Home
adb shell pm uninstall --user 0 com.xiaomi. smarthome.tv
Xiaomi Store
adb shell pm uninstall --user 0 com.xiaomi.mitv.shopXiaomi
Payment
adb shell pm uninstall --user 0 com.xiaomi.mitv.paymentXiaomi
Wallet
adb shell pm uninstall --user 0 com.mipay .wallet.tv
Game center
adb shell pm uninstall --user 0 com.xiaomi.mibox.gamecenterXiaomi
MiTv settings
adb shell pm uninstall --user 0 com.xiaomi.mitv.settings
If you want to see what else is installed on your mibox, just type:
Simple view:
pm list packages
Detailed view:
pm list packages -f
Step 4:
Now all the xiaomi launcher and apps are uninstalled find other apps
Launchers:
1. Atv Launcher(confirmed)
2. TvLauncher(confirmed)
3. HALauncher(confirmed)
4. Top TV Launcher 2(unconfirmed)
Youtube alternatives:
SmartYoutubeTV(confirmed)
Market Store:
1. Aptoide(confirmed)
2. APKPure(needs mouse)(confirmed)
3. F-Doid(needs mouse)(confirmed)
Browsers:
Puffin Browser(confirmed)
DuckDuckGo Browser(unconfirmed)
TVWeb Browser(unconfirmed)
Movies:
1. Stremio
2. PopcornTime
3. PopcornFlix (if u live in the US)
4. Kodi
For more apps check Aptoide tv
Anyways if you want to root anyways you can use this video (Russian language) for reference:
(link to youtube) watch?v=ZqPr6Vq0fUw
files:
(link to google drive) open?id=1Ki7p56otzAh31jYzMV7BKkxNYhjWZCWL
(if it works please tell me)

Screensaver
I am with a problem with the screensaver, when I am watching a movie it keeps working. Somebody know how to stop it?
I removed with "adb shell pm uninstall --user 0 com.xiaomi.mibox.lockscreen" but it continues, maybe is not this

servimo said:
I am with a problem with the screensaver, when I am watching a movie it keeps working. Somebody know how to stop it?
I removed with "adb shell pm uninstall --user 0 com.xiaomi.mibox.lockscreen" but it continues, maybe is not this
Click to expand...
Click to collapse
That happened to me too try "adb shell pm uninstall --user 0 com.xiaomi.mibox.screensaver"
I'm not sure for the package name but anyways try the pm list packages in adb and search for screensaver and remove it.

Mi box 4c saya hard brick
Ada yg tau rom yg bagus buat mi box 4c

Related

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.

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

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

Debloat/Disable System Apps

So you got your new shiny realme device but you hate bloatware or want to disable system apps so you can use 3rd party apps instead?
Follow the steps below:
THIS DOES NOT REQUIRE ROOT HOWEVER MAKE SURE NOT TO DISABLE IMPORTANT SYSTEM APPS. WIPE DATA/FORMATTING RE-ENABLES ALL SYSTEM APPS. THIS DOES NOT MESS WITH OTAs.
WHAT YOU NEED:-
ADB/Fastboot Drivers
Windows: https://dl.google.com/android/repository/platform-tools-latest-windows.zip
Linux: https://dl.google.com/android/repository/platform-tools-latest-linux.zip
DEBLOAT:-
1. Enable developer options by tapping on the build number 7 times and enable USB Debugging.
2. Plug in your phone.
3. Goto the folder where ADB is installed, hold shift and right click, and click on open command window here(windows).
4. Type
in CMD
Code:
adb devices
in Powershell
Code:
./adb devices
.
5. This should return the ID of your device and show if its authorised. Enable debugging Promt on your Phone if it shows unauthorised (allow this computer).
6. Type
in cmd
Code:
adb shell
in Powershell
Code:
./adb shell
.
7. This should display a prompt, something like RMXxxxx:/ $
8. To uninstall type
Code:
pm uninstall -k --user 0 <name of the package>
To disable type
Code:
pm disable-user --user 0 <name of the package>
eg: pm uninstall -k --user 0 com.heytap.browser / pm disable-user --user 0 com.heytap.browser
9. Done!
To reinstall uninstalled apps type
Code:
pm install-existing <name of the package>
To enable disabled apps type
Code:
pm enable <name of the package>
Some apps do not uninstall such as market and gamecenter, disabling is the only option.
here is a way you can delete system without pc without root

Debloat/Disable System Apps

So you got your new shiny realme device but you hate bloatware or want to disable system apps so you can use 3rd party apps instead?
Follow the steps below:
THIS DOES NOT REQUIRE ROOT HOWEVER MAKE SURE NOT TO DISABLE IMPORTANT SYSTEM APPS. WIPE DATA/FORMATTING RE-ENABLES ALL SYSTEM APPS. THIS DOES NOT MESS WITH OTAs.
WHAT YOU NEED:-
ADB/Fastboot Drivers
Windows: https://dl.google.com/android/repository/platform-tools-latest-windows.zip
Linux: https://dl.google.com/android/repository/platform-tools-latest-linux.zip
DEBLOAT:-
1. Enable developer options by tapping on the build number 7 times and enable USB Debugging.
2. Plug in your phone.
3. Goto the folder where ADB is installed, hold shift and right click, and click on open command window here(windows).
4. Type
in CMD
Code:
adb devices
in Powershell
Code:
./adb devices
.
5. This should return the ID of your device and show if its authorised. Enable debugging Promt on your Phone if it shows unauthorised (allow this computer).
6. Type
in cmd
Code:
adb shell
in Powershell
Code:
./adb shell
.
7. This should display a prompt, something like RMXxxxx:/ $
8. To uninstall type
Code:
pm uninstall -k --user 0 <name of the package>
To disable type
Code:
pm disable-user --user 0 <name of the package>
eg: pm uninstall -k --user 0 com.heytap.browser / pm disable-user --user 0 com.heytap.browser
9. Done!
To reinstall uninstalled apps type
Code:
pm install-existing <name of the package>
To enable disabled apps type
Code:
pm enable <name of the package>
Some apps do not uninstall such as market and gamecenter, disabling is the only option.
thanks. It was much needed.
Won't it be better if you have created list of removable apps? Other than sharing guide which everyone knows

How To Guide [GUIDE][MIUI] How to fix notification delay on MIUI

It work only on MIUI rom.
Method through ADB.
1) Install ADB, there are tons of packages out there
2) connect USB on phone and give permission to your computer access the phone
3) Type
Code:
adb shell pm disable-user --user 0 com.miui.notification

Categories

Resources