Quote:
Originally Posted by KingDani
I remember from early Eclair roms of nexus one, that if a program is cooked into the rom, then it is really hard to uninstall it.
any suggestions?
|
I think there's a similar problem here. This softroot image has some of the apps in the system folder, which is a mistake.
If you get the android SDK, you can fix it by hand with adb, by manually deleting the apk from the system folder. After that, nookMarket will handle installing and updating the app properly. I'm not at home, so I can't check the exact command, but it would be something like this:
./adb shell rm /system/app/SomeApp.apk
./adb uninstall com.nookdevs.someapp