Search
 
SCRIPT & CODE EXAMPLE
 

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'
Comment

PREVIOUS NEXT
Code Example
Shell :: install puppeteer linux 18.04 
Shell :: msfvenom x64 windows reverse shell 
Shell :: echo variable referenced in variable 
Shell :: Install Caddy on Debian 
Shell :: mark raid drive as removed linux 
Shell :: terminal command history to file 
Shell :: parallel downloading arch 
Shell :: ubuntu uninstall thunderbird 
Shell :: how to install from a Linux terminal 
Shell :: uninstall newrelic amazon linux 
Shell :: meld between two branches 
Shell :: zsh-autosuggestions change key 
Shell :: How To Create Notification Using Batch Script 
Shell :: github save init repository to remote 
Shell :: crontab syntax 
Shell :: git delete all local branches 
Shell :: uninstall packages atom 
Shell :: apache show connections 
Shell :: E: Unable to locate package rvm 
Shell :: how to install brew on jelastic 
Shell :: linux subsystem mount file into windows 
Shell :: linux search string in source recursively 
Shell :: How to install KVM and VirtManager on Kali Linux 
Shell :: bash file properties 
Shell :: delete git local branch 
Shell :: Cannot open: https://centos7.iuscommunity.org/ius-release.rpm. Skipping 
Shell :: remove specific image from docker 
Shell :: chmod using find in bash 
Shell :: unable to load the service index for source https //www.myget.org/f/dotnet-core/api/v3/index.json 
Shell :: turn on wiregurad ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
8+2 =