bartekpacia / garden

https://garden.pacia.tech
2 stars 1 forks source link

adb goodies #41

Open bartekpacia opened 4 months ago

bartekpacia commented 4 months ago

Get screen size:

adb shell wm size

Show touches:

adb shell settings put system show_touches 1

Show pointer location:

adb shell settings put system pointer_location 1

Start the Files app (on modern-ish Androids):

adb shell am start -n com.google.android.documentsui/com.android.documentsui.files.FilesActivity