简体   繁体   中英

Un-install service/apk from phone

For testing purposes I installed a service on Android Phone from Eclipse ie instead of running from emulator I used my phone.

This service is invoked by Alarm Manager every 5 minutes, creates an entry in a text file in sdcard folder and closes. So most of time its not running and can't be detected by Tools that manage apps.

I know the app/service is running as entries are made to the text file every 5 minstes.

How Can I locate and delete this apk/service from my phone?

C:\Windows\System32>adb devices
List of devices attached
304D191DFA60186E        device


C:\Windows\System32>adb shell
$ adb uninstall com.majeedk.Alarm
adb uninstall com.majeedk.Alarm
adb: not found
$

I tried the above and it didn't work

从命令提示符运行:

 adb uninstall yourpackage 

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM