25 окт. 2020 г.

Uninstall bloatware on Samsung J7, Samsung J5 without root via adb

  1. On phone: install App Inspector (669 kB) from Play Store
  2. On phone: with the help of App Inspector find package names of apps you want to uninstall
  3. On phone: enable USB debugging. Settings -> About phone -> Software information -> Tap on "Build number" seven times. Then Settings -> Developer options -> enable "USB debugging". Documentation
  4. On computer: download and install Android SDK Platform Tools
  5. Connect the phone to the computer with a USB cable, allow USB debugging
  6. On computer: adb devices should show connected phone
  7. adb shell pm list packages -f should show all installed packages
  8. 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