- On phone: install App Inspector (669 kB) from Play Store
- On phone: with the help of App Inspector find package names of apps you want to uninstall
- On phone: enable USB debugging. Settings -> About phone -> Software information -> Tap on "Build number" seven times. Then Settings -> Developer options -> enable "USB debugging". Documentation
- On computer: download and install Android SDK Platform Tools
- Connect the phone to the computer with a USB cable, allow USB debugging
- On computer: adb devices should show connected phone
- adb shell pm list packages -f should show all installed packages
- adb shell pm uninstall -k --user 0 <package name from step 2>
Example:
adb shell pm uninstall -k --user 0 com.samsung.ecomm.global.in
25 окт. 2020 г.
Uninstall bloatware on Samsung J7, Samsung J5 without root via adb
Подписаться на:
Комментарии к сообщению (Atom)
https://github.com/farag2/ADB-Debloating
ОтветитьУдалить