Show Menu
Cheatography

ADB Cheat Sheet Cheat Sheet (DRAFT) by

adb commands or something

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Searching

adb shell 'pm list packages -3 | cut -f 2 -d "­:" | sort'
List and sort apps installed by User
pm list packages -f | cut -f 2 -d "­="
List all installed packages
 

Operations with Android Settings

am start -n com.an­dro­id.s­et­tin­gs/.wi­fi.W­if­iSt­atu­sTest
shows WiFi status