码迷,mamicode.com
首页 > 数据库 > 详细

常用的adb命令

时间:2014-08-26 19:51:27      阅读:216      评论:0      收藏:0      [点我收藏+]

标签:android

adb kill-server

adb start-server

adb devices

adb shell

adb busybox(shell格式里支持busybox命令)

adb install -r xxx.apk(强制安装apk)

adb shell -- 

    

   busybox ifconfig eth0 down
   busybox ifconfig eth0 hw ether 36:20:C5:45:30:97
   busybox ifconfig eth0 up

(更换eth0mac地址,要先卸载网卡,但是如果只是用网线连接devices,后面两步就是空话了,所以只要要连接USB接口/串口)


常用的adb命令

标签:android

原文地址:http://9076120.blog.51cto.com/9066120/1545325

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!