android
adb
Wifi
Ver | Link | Prepare | CMD |
---|---|---|---|
Android 11 (API level 30)+ | https://developer.android.com/tools/adb#wireless-android11-command-line | MIUI: 设置前关悬浮球 | adb pair IP:PORT_Dynamic && adb connect IP:PORT |
Android 10 (API level 29)- | https://developer.android.com/tools/adb#wireless | USB:adb tcpip 5555 && Disconnect | adb connect IP:5555 |
devices
Data Transfer
Debug
https://developer.android.com/studio/command-line/dumpsys.html#meminfo
fastboot
twrp
https://miuiver.com/how-to-flash-twrp/
Apps
SSH Button
Features | key | Lack | Lang | Link |
---|---|---|---|---|
WOL | - | ? | ReactNative | https://github.com/BootBoi/android-app |
- | custom | output | - | https://play.google.com/store/apps/details?id=com.pd7l.sshbutton |
.json | app | ? | JAVA | https://github.com/Skarafaz/mercury |
Automation
selendroid - JAVA
http://selendroid.io/
appium - nodejs
http://appium.io/ https://github.com/appium/sample-code/tree/master/sample-code/examples
Last updated