Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to delete unwanted built in apps in phone using cmd

enable USB debugging.
attach usb with adb intstalled on your computer.
open cmd at the location of adb.
type adb devices
type adb shell
type pm list packages
type pm list packages | grep 'name of your app'
now lastly type pm uninstall 'package name'
 
PREVIOUS NEXT
Tagged: #delete #unwanted #built #apps #phone #cmd
ADD COMMENT
Topic
Name
6+7 =