Help Removing Bloatware
This is a discussion on Help Removing Bloatware within the Droid Hacks forums, part of the Droid Hacking category; To start, I'm running Froyo Rooted.
I want to get rid of the bloatware on my Droid. A couple of these apps include Amazon and ...
-
Help Removing Bloatware
To start, I'm running Froyo Rooted.
I want to get rid of the bloatware on my Droid. A couple of these apps include Amazon and Visual Voicemail. I've tried to use Titanium Back-Up, every kind of task killer, and every kind of file explorer....all with no good result.
Everything i try says either rename failed or object is read only. I tried to use ADB and logged into that as "su" and still the same message. Can someone give me a PROVEN way to get these unwanted programs off this phone? I would prefer a ADB command line.
I'm a novice (kinda) But here's what i used today:
C:\Documents and Settings\Staff\Desktop\Joe Documents\android-sdk_r06-windows\an
droid-sdk-windows\tools>adb shell
$ remove /system/app/com.amazon.mp3.apk
remove /system/app/com.amazon.mp3.apk
remove: permission denied
$ su
su
# rm /system/app/com.amazon.mp3.apk
rm /system/app/com.amazon.mp3.apk
rm failed for /system/app/com.amazon.mp3.apk, Read-only file system
# cd /system/app
cd /system/app
# mount -o rw, remount /system
mount -o rw, remount /system
Usage: mount [-r] [-w] [-o options] [-t type] device directory
# rm -r com.amazon.mp3.apk
rm -r com.amazon.mp3.apk
rm failed for com.amazon.mp3.apk, Read-only file system
# su
su
# mount -o rw,remount /system
mount -o rw,remount /system
Usage: mount [-r] [-w] [-o options] [-t type] device directory
# rm -r com.amazon.mp3.apk
rm -r com.amazon.mp3.apk
rm failed for com.amazon.mp3.apk, Read-only file system
#
Joe Mayfield
2.3 Gingerbread CM7 Nightlies
1.00 Ghz
Choice of 3 Themes

-
-
you need to mount your /system as rw first before you can delete stuff. In a terminal type in
mount -o,remount -t yaffs2 /dev/block/mtdblock4 /system
Then you can use rm to delete whatever you want.
rm /system/app/VVMStub.apk
Some roms also have custom scripts to mount, like mountsys, sysrw, etc. You can also try "adb remount" before shelling in.
-
OP, are you rooted? I'm assuming you are since you are using Titanium and that only works with root.
Do you have Root Explorer? If not you should get it from the Market and you can remove many of these things. Be careful though, some apps may depend on certain things in this "bloatware."
-

Originally Posted by
hookbill
OP, are you rooted? I'm assuming you are since you are using Titanium and that only works with root.
Do you have Root Explorer? If not you should get it from the Market and you can remove many of these things. Be careful though, some apps may depend on certain things in this "bloatware."
root explorer did not work. and i am rooted. superuser app is defintely on my droid. i'm gonna try 2nd poster's suggestion and post results.
Joe Mayfield
2.3 Gingerbread CM7 Nightlies
1.00 Ghz
Choice of 3 Themes

-

Originally Posted by
nphil
you need to mount your /system as rw first before you can delete stuff. In a terminal type in
mount -o,remount -t yaffs2 /dev/block/mtdblock4 /system
Then you can use rm to delete whatever you want.
rm /system/app/VVMStub.apk
Some roms also have custom scripts to mount, like mountsys, sysrw, etc. You can also try "adb remount" before shelling in.
worked like a charm. i totally forgot that the p3 froyo rom is still custom. thank you very much nphil!!!!!!!
Joe Mayfield
2.3 Gingerbread CM7 Nightlies
1.00 Ghz
Choice of 3 Themes

Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
Similar Threads
-
By beckeann in forum Droid General Discussions
Replies: 14
Last Post: 07-14-2010, 03:57 AM
-
By evopb in forum Droid Incredible General Discussions
Replies: 1
Last Post: 06-10-2010, 08:55 AM
-
By BlueSami in forum Hacking Help
Replies: 2
Last Post: 03-24-2010, 09:01 AM
-
By Varelse in forum Droid Hacks
Replies: 7
Last Post: 03-07-2010, 04:14 PM
-
By vm2001 in forum Droid Applications
Replies: 32
Last Post: 01-02-2010, 10:44 AM
Search tags for this page
android rm failed read-only file system
,
droid incredible remove bloatware
,
how to get rid of verizon bloatware
,
how to remove bloatware from droid incredible
,
remove bloatware droid incredible
,
remove bloatware incredible
,
removing bloatware incredible
,
rm failed
,
rm failed for -f, read-only file system
,
rm failed for read only file system
,
rm failed for read-only file system
,
rm failed for read-only file system android
,
rm failed read only file system
,
rm failed read-only file system
,
rm failed read-only file system android
Click on a term to search our site for related topics.