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

adb常用命令

时间:2016-05-31 14:13:45      阅读:257      评论:0      收藏:0      [点我收藏+]

标签:system   机顶盒   local   



cd /adb     ----进入adb
adb kill-server           ---杀死adb服务
adb connect 172.25.27.77:7896   ----连接机顶盒
adb root
adb connetc
adb remount

adb shell ls -l /system/app

adb shell busybox rm -rf /system/app/ooooo.apk
adb push /usr/local/ooo.apk /system/app
adb reboot
---------------------------------------------

adb shell   ---进入到机顶盒内部

system/app/   ----apk所在目录




cd /data/data
rm -rf com.ovicnet.apk
adb push C:\adb\signed_base_test_ky_1119_1542.apk /system/app  ------把应用apk放进机顶盒目录

adb pull  /data/app/com.example.ovicnet-1.apk D:/

adb install C:\adb\signed_base_test_ky_1119_1542.apk       -----安装base的apk安装
adb install com.example.ovicnet-1.apk

adb uninstall com.example.ovicnet     ---卸载apk
adb uninstall com.ovicnet.ovicsmit

am start -n com.ovicnet.base/com.ovicnet.base.MainActivity   -----把base文件放入到机顶盒后,没有立即起来


adb install C:\adb\align_signed_ovimgt.apk        -----安装ovimgt的apk安装
adb




----创维大盒子
busybox ifconfig  -----查看IP
busybox ifconfig eth0 172.25.0.3    ----修改机顶盒IP地址


adb shell  操作创维电视机
su 切换超级用户

adb logcat -s activity1:V   打印
adb shell am start -n com.skyworth.cooface5.mainpage/.SkyHomeCooface5    重置电视机主页键



/ovimgt/store/enweatherimage/n00.png




adb pull /data/data/com.example.ovicnet/databases/ovicnet.db



/usr/ovkdata/apache-tomcat-7.0.7380/webapps/ostv




本文出自 “ghost” 博客,请务必保留此出处http://fangwei009.blog.51cto.com/5234706/1784784

adb常用命令

标签:system   机顶盒   local   

原文地址:http://fangwei009.blog.51cto.com/5234706/1784784

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