android notes

root shell:  adb shell
upload file: adb remount
             adb push c:111 /sdcard/
download file: adb pull /sdcard/xxx c:
install app: adb install [-s] xxx.apk      # -s: to sdcard
uninstall app: adb uninstall [-k] xxx.apk  # -k: keep data
get serialno: adb get-serialno

发表评论

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / 更改 )

Twitter picture

You are commenting using your Twitter account. Log Out / 更改 )

Facebook photo

You are commenting using your Facebook account. Log Out / 更改 )

Connecting to %s


加关注

Get every new post delivered to your Inbox.