作者HCCH (HCCH)
看板AndroidDev
标题Fw: [请益] BS 强制停止APP的方法
时间Sun Mar 29 04:00:32 2015
※ [本文转录自 Android 看板 #1L5mWT9f ]
作者: HCCH (HCCH) 看板: Android
标题: [请益] BS 强制停止APP的方法
时间: Sun Mar 29 03:59:22 2015
如题
我想按一个键就可以停止在BS中
运行的钛备份
已经试过用
adb -s emulator-5554 shell am force-stop com.keramidas.TitaniumBackup
但是没有反应
所以只好上来请教各位 有没有好办法呢?
或者是有类似APP可以达成?(希望用BAT来做啦^^)
谢谢!
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 203.70.92.245
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/Android/M.1427572765.A.269.html
※ HCCH:转录至看板 ask 03/29 04:00
※ 发信站: 批踢踢实业坊(ptt.cc)
※ 转录者: HCCH (203.70.92.245), 03/29/2015 04:00:32
1F:推 chiel: am kill 03/29 11:52
cd /d C:\Program Files (x86)\adt-bundle-windows-x86-20130917\sdk\platform-tools
adb -s emulator-5554 kill-server
adb -s emulator-5554 start-server
adb -s emulator-5554 shell am kill com.keramidas.TitaniumBackup
我打成这样一样没用...
※ 编辑: HCCH (203.70.92.245), 03/29/2015 16:54:00