小亨的探险游戏 Rotating Header Image

如何卸载android手机rom里的应用程序

adb shell

# mount -o remount,ro -t yaffs2 /dev/block/mtdblock3 /system
# pm list packages -f (列出apk和包名的对应关系)
# cd /system/app (APK文件所在地)
# rm Teeter.* (rom自带的重力感球)
# exit

adb uninstall com.htc.android.teeter(重力感球的包)

返回Success,就说明卸载成功了

参考资料:
http://www.hiapk.com/bbs/thread-10643-1-1.html

0 Comments on “如何卸载android手机rom里的应用程序”

Leave a Comment