2022년 4월 14일 목요일

샤오미 폰에서 ADB로 시스템 기본 앱 제거/삭제 (ADB-Debloating)

내 기준에서 삭제하는 것만 기록한다.

1) cmd 창에서 adb devices로 디바이스를 잡은 다음에

2) 아래의 명령어를 하나씩 넣고 엔터 쳐서 Success가 나오면 삭제되는 것이다.

*Mi Browser

adb shell pm uninstall --user 0 com.mi.globalbrowser

adb shell pm uninstall --user 0 com.android.browser

*Chrome

adb shell pm uninstall --user 0 com.android.chrome

*Mi Health

adb shell pm uninstall --user 0 com.mi.health

*Email

adb shell pm uninstall --user 0 com.android.email

*Mi Mover

adb shell pm uninstall --user 0 com.miui.huanji

*MIUI Notes

adb shell pm uninstall --user 0 com.miui.notes

*Analytics

adb shell pm uninstall --user 0 com.miui.analytics

*Services & Feedback

adb shell pm uninstall --user 0 com.miui.bugreport

adb shell pm uninstall --user 0 com.miui.miservice

*Mi Pay

adb shell pm uninstall --user 0 com.mipay.wallet.in

*ShareMe

adb shell pm uninstall --user 0 com.xiaomi.midrop

adb shell pm uninstall --user 0 com.miui.mishare.connectivity

아래는 참고 이미지.

0 comments:

댓글 쓰기