Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

get all the apps installed on the phone command

List all a package works even without quotes:
adb shell pm list packages -f

Other Commands
adb shell pm list packages (list package names)
adb shell pm list packages -r (list package name + path to apks)
adb shell pm list packages -3 (list third party package names)
adb shell pm list packages -s (list only system packages)
adb shell pm list packages -u (list package names + uninstalled)
adb shell pm dumpsys package packages (list info on all apps)
adb shell pm dump (list info on one package)
adb shell pm path (path to the apk file)
Comment

PREVIOUS NEXT
Code Example
Shell :: Exception: No Linux desktop project configured. See 
Shell :: lubuntu boot customize 
Shell :: nano linenumber 
Shell :: best practices, build multi stage docker image securely 
Shell :: C:Ruby30-x64in uby.exe: Is a directory -- . (LoadError) 
Shell :: Change to drive in batch files 
Shell :: how to append linux to exists flutter project 
Shell :: modify env var linuc 
Shell :: verify dart on linux 
Shell :: piping results as argument linux 
Shell :: solr cloud cluster setup for windows 
Shell :: run same command in different hosts 
Shell :: catch input bash 
Shell :: pass l to psql from linux 
Shell :: Extract your external IP address using dig 
Shell :: obs ubuntu noise reduction 
Shell :: keyboard backlight not working linux 
Shell :: git soundforest 
Shell :: ubuntu add git 
Shell :: git pull multiple repos at once 
Shell :: linux seq leading zero 
Shell :: powershell change windows policy 
Shell :: install ambrella uml ubuntu 
Shell :: how to install .net on pop os 
Shell :: solana get version 
Shell :: redis bitnami/redis kubernetes and docker-compose 
Shell :: linux convert multiple images 
Shell :: docker gnupg, gnupg2 and gnupg1 do not seem to be installed, but one of them is required for this operation 
Shell :: ffmpeg webp to webm 
Shell :: install gem globally windows 
ADD CONTENT
Topic
Content
Source link
Name
4+1 =