Can you please describe exactly what you did?
How do I delete it from the "/system/app"
Thanks.
Edit:
I have connected my nook (2.5 from nook devs) through adb (usb). Im able to write adb shell, and it stays within the shell, even though It doesnt write anything when I use the command "devices".
I tried the command "rm -r /system/app/com.nookdevs.library"
and more simple just to uninstall "com.nookdevs.library" but nothing happens.
simply just writes rm failed for /system/app/com...., no such file or directory
what should I do diffrent?
Edit2:
I succeed.
I connected by adb over usb.
got to system/app by writing
cd System
cd app
Deleted the apk file by writing
rm nookLibrary.apk
Last edited by sblop; 01-09-2011 at 07:43 AM.
|