[Android] ADB command 應用
收傳資料
1.收device檔案
adb pull /sdcard/xxx /Users/xxxx/ xxx.tx
2.電腦端傳檔案to devices
adb push /Users/xxxx/xxx.txt /sdcard/xxx
2.建立連線
adb tcpip 5555
adb connect "IP"
3.send broadcast
- adb shell
- am broadcast -a com.android.test --es test_string "this is test string" --ei test_int 100 --ez test_boolean true
蓝色为key,红色为alue,
--es 分别为String类型
--ei int类型
--ez boolean类型
4.open app
- adb shell 進入之後
-
adb shell monkey -p com.optoma.DisplayShareReceiver 1
留言
張貼留言