Chinaunix首页 | 论坛 | 博客
  • 博客访问: 190357
  • 博文数量: 47
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 470
  • 用 户 组: 普通用户
  • 注册时间: 2014-06-18 12:09
个人简介

be a happy lazy and fat cat

文章分类
文章存档

2017年(1)

2016年(5)

2015年(22)

2014年(19)

我的朋友

分类: Android平台

2015-01-16 10:27:02

enter fastboot mode
    1.adb reboot bootloader
    2.adb reboot fastboot
write file system
    1.adb root 2.adb remount

exec shell scripts
    adb shell ps -ef|grep mediserver

adb shell stop
adb shell rm -rf
adb shell start

push and pull(must have write access)
adb push  libc.so system/lib/x86
adb pull system/lib/x86/libc.so .

fastboot -w update *.zip

当有多个设备连接时
baopingx@ant:~/workspace/bug$ adb devices
List of devices attached
04aa3ad000453888    device
04ac3ad000453745    device
04aafad000463889    device

可以是使用adb -s 04aa3ad000453888 +操作


阅读(1339) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~