I posted this in the Hacks forum but never got a response. I'm hoping someone here can help. I have the original Droid with 2.2 and rooted (stock ROM and kernel). I have watched videos of people deleting stock .apk files (e.g. Twitter) using Terminal Emulator, but it doesn't work for me. Here is what I'm doing:
$ su (enter)
# mount -o rw,remount /system (enter)
Usage: mount [-r] [-w] [-o options] [-t type] device directory
Don't know what I'm doing wrong in the command line. Obviously, there is something wrong with my command line as the next line is telling me the correct way to use "mount".
If that had worked, the next line would be:
rm -r /system/app/Twitter.apk
I tried entering that line anyways and I get the message that it failed because it's a Read-only file system.
So for some reason, I can't mount and change it to a read-write file.
I know I can use Root Explorer or ADM to accomplish this, but I want to do this using the Emulator (for learning purposes). I also know that I can rename it instead of delete, but it won't allow me to rename it either since it's a read only file.
Any help is appreciated.
$ su (enter)
# mount -o rw,remount /system (enter)
Usage: mount [-r] [-w] [-o options] [-t type] device directory
Don't know what I'm doing wrong in the command line. Obviously, there is something wrong with my command line as the next line is telling me the correct way to use "mount".
If that had worked, the next line would be:
rm -r /system/app/Twitter.apk
I tried entering that line anyways and I get the message that it failed because it's a Read-only file system.
So for some reason, I can't mount and change it to a read-write file.
I know I can use Root Explorer or ADM to accomplish this, but I want to do this using the Emulator (for learning purposes). I also know that I can rename it instead of delete, but it won't allow me to rename it either since it's a read only file.
Any help is appreciated.