0% found this document useful (0 votes)
66 views

Eliminar Apps

This document contains commands to uninstall various apps from a device using the adb shell and pm uninstall commands. Specifically, it uninstalls apps like Google Lens, Mi Cloud Backup, hotword models, email, browsers, video and music players, and payment and drive apps by package name for user 0 to remove most preinstalled Xiaomi and Google apps.

Uploaded by

digna luz rocha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
66 views

Eliminar Apps

This document contains commands to uninstall various apps from a device using the adb shell and pm uninstall commands. Specifically, it uninstalls apps like Google Lens, Mi Cloud Backup, hotword models, email, browsers, video and music players, and payment and drive apps by package name for user 0 to remove most preinstalled Xiaomi and Google apps.

Uploaded by

digna luz rocha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

adb devices

adb shell

pm uninstall -k --user 0 'com.google.ar.lens'


pm uninstall -k --user 0 'com.miui.cloudbackup'
pm uninstall -k --user 0 'com.miui.cloudservice'
pm uninstall -k --user 0 'com.miui.micloudsync'

pm uninstall -k --user 0 'com.android.hotwordenrollment.xgoogle'


pm uninstall -k --user 0 'com.android.hotwordenrollment.okgoogle'
pm uninstall -k --user 0 'com.google.android.googlequicksearchbox'
pm uninstall -k --user 0 'com.android.email'
pm uninstall -k --user 0 'com.miui.huanji'
pm uninstall -k --user 0 'com.mi.health'
pm uninstall -k --user 0 'com.miui.weather2'
pm uninstall -k --user 0 'com.miui.player'
pm uninstall -k --user 0 'com.mi.globalbrowser'
pm uninstall -k --user 0 'com.android.chrome'
pm uninstall -k --user 0 'com.miui.videoplayer'
pm uninstall -k --user 0 'com.xiaomi.payment'
pm uninstall -k --user 0 'com.miui.newmidrive'

You might also like