Skip to content

Instantly share code, notes, and snippets.

View Sushant0999's full-sized avatar
🚩
JAI SHREE RAM

Sushant Raj Sushant0999

🚩
JAI SHREE RAM
View GitHub Profile
@Sushant0999
Sushant0999 / keyevents.json
Created September 3, 2023 14:04 — forked from arjunv/keyevents.json
All Android Key Events for usage with adb shell
{
"key_events": {
"key_unknown": "adb shell input keyevent 0",
"key_soft_left": "adb shell input keyevent 1",
"key_soft_right": "adb shell input keyevent 2",
"key_home": "adb shell input keyevent 3",
"key_back": "adb shell input keyevent 4",
"key_call": "adb shell input keyevent 5",
"key_endcall": "adb shell input keyevent 6",
"key_0": "adb shell input keyevent 7",
@Sushant0999
Sushant0999 / AdbCommands
Created September 3, 2023 14:04 — forked from Pulimet/AdbCommands
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader