Skip to content

Instantly share code, notes, and snippets.

View LordParsley's full-sized avatar

Kyle LordParsley

  • South Africa
View GitHub Profile
@LordParsley
LordParsley / huawei-enable-debug-logs.txt
Created November 25, 2019 13:36
Android Logcat only shows logs with log level INFO or higher, and no debug logs, on Huawei devices. This needs to be enabled by dialing a code (like a USSD string).
*#*#2846579#*#*
@LordParsley
LordParsley / adb-screenshot.sh
Last active November 25, 2019 12:48
Using ADB to capture an Android device screenshot (https://stackoverflow.com/a/37191719/1277350)
# ref https://stackoverflow.com/a/37191719/1277350
adb exec-out screencap -p > screen.png