Thread: Classic some Qs re rooted firmware
View Single Post
Old 04-13-2011, 03:30 PM   #7
sjkevin
Connoisseur
sjkevin is on a distinguished road
 
Posts: 68
Karma: 66
Join Date: Sep 2010
Device: nook
Quote:
Originally Posted by KingDani View Post
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
sjkevin is offline   Reply With Quote