Skip to content

Instantly share code, notes, and snippets.

View tomjegan's full-sized avatar
🌯

Tom Egan tomjegan

🌯
  • Moneybox
  • Nottingham, UK
View GitHub Profile
@tomjegan
tomjegan / keymaps.ahk
Created January 11, 2019 10:33
My Auto Hey Key scripts
^!Left::Send {Home}
^!Right::Send {End}
^!Up::Send {PgUp}
^!Down::Send {PgDn}
^+4::Send {ASC 0163}
@tomjegan
tomjegan / adb_scripts.txt
Created January 11, 2019 09:53
Script containing useful adb commands which I have used in the past. There may be better ways to achieve the same thing and some may be obsolete now
--Find current activity
adb shell dumpsys window windows | grep "mFocusedApp"
--Find running activities
adb shell dumpsys activity activities | grep "run"
-- Find specfic exco running processes (good for fragments)
adb shell dumpsys activity com.excointouch