*****************I FIGURED IT OUT**********************
Can someone give me the commands to uninstall an unsigned app via adb?
I've installed an unsigned Home++ via these commands:
adb shell
su
mount -o remount,rw /dev/block/mtdblock4 /system
busybox cp /sdcard/launcher.apk /system/app/
mount -o remount,ro /dev/block/mtdblock4 /system
sync
but I can't uninstall it via the phone. (The option is grayed out) I successfully removed the app from /system/app but the application still shows up as installed on the market. I've gone and reinstalled the app via adb again.
Any ideas on how to uninstall the app (rather then removing it and having the market think it's installed)
Can someone give me the commands to uninstall an unsigned app via adb?
I've installed an unsigned Home++ via these commands:
adb shell
su
mount -o remount,rw /dev/block/mtdblock4 /system
busybox cp /sdcard/launcher.apk /system/app/
mount -o remount,ro /dev/block/mtdblock4 /system
sync
but I can't uninstall it via the phone. (The option is grayed out) I successfully removed the app from /system/app but the application still shows up as installed on the market. I've gone and reinstalled the app via adb again.
Any ideas on how to uninstall the app (rather then removing it and having the market think it's installed)