
Android
蓉儿Sharon
临溪流以静对,访草木以素心
展开
-
Android adb 命令
转自:http://www.open-open.com/lib/view/open1422102599859.htmlADB很强大,记住一些ADB命令有助于提高工作效率。 获取序列号: adb get-serialno查看连接计算机的设备: adb devices重启机器: adb reboot重启到bootloader,即刷机模式:转载 2016-04-19 17:07:16 · 355 阅读 · 0 评论 -
Android - how to install a new version of the apk 如何安装apk新版本
The following steps assume you have adb set up and ready to go:adb remountadb shell rm /system/priv-app/ABLauncher.apk to remove the current KidLauncher.apkadb install to install the new ABLa原创 2016-06-13 10:51:21 · 659 阅读 · 0 评论 -
Android testing - How to install adb on Windows / Mac
WindowsDownload & Install Android SDK https://developer.android.com/sdk/index.html#OtherConfigure: https://developer.android.com/sdk/installing/index.html?pkg=toolsMacTested on Mac OS X 10转载 2016-06-13 10:53:44 · 632 阅读 · 0 评论 -
ADB Commands Cheat Sheet
Go to start of metadataCHEAT SHEET*Check if device is recognized by adbadb devices*Kill/Restart (sometimes helps with connection issues)adb kill-serverafter hitting转载 2016-06-13 11:00:15 · 605 阅读 · 0 评论