adb常用命令

adb pull /storage/sdcard0/DCIM/All.jpg D:\DCIM\
adb push D:\DCIM\All.jpg /storage/sdcard0/DCIM/

adb remount
adb shell chmod 777 /system/xbin/sqlite3
adb shell

你可能感兴趣的:(Android,shell,数据库)