pm list packages
pm list pacakges | grep com.abc
adb shell dumpsys deviceidle whitelist -<package_name>
| typedef long jint; | |
| typedef int64_t jlong; | |
| typedef signed char jbyte; | |
| /* | |
| * JNI Types | |
| */ | |
| typedef unsigned char jboolean; | |
| typedef unsigned short jchar; |
| # To get file | |
| adb pull <PATH/TO/FILE/ON/DEVICE> | |
| # To push file | |
| adb push <PATH/TO/FILE> <PATH/TO/DESTINATION> | |
| # To get wifi MAC address | |
| adb shell cat /sys/class/net/wlan0/address | |
| # To get IP Address |
What happens if you tell GitHub it's JSON
{
"hello": "world" // I want my comments!
}Use jsonc as the language instead
| Newsqueak1 | |
| 'LangexplrExperiments' | |
| CurlWriteCallbackNs1 = Alien ( | |
| "Class used to represent arguments of the LibCurl write function." | |
| 'as yet unclassified' | |
| data = ( | |
| ^Alien forPointer: (self unsignedLongAt: 1) | |
| ) |
{