View Single Post
Old April 21st, 2010, 07:02 AM   #26 (permalink)
MJL
Member
 
MJL's Avatar
 
Join Date: Dec 2009
Posts: 252
 
Device(s): Eris Rooted running NonSensikal Froyo 7.0 Blue
Thanks: 4
Thanked 27 Times in 27 Posts
Default

Quote:
Originally Posted by acmeinc View Post
I keep getting read only file system errors when attempting to mess with anything in /system/app. Ideas?:
Code:
# rm -fR com.htc.StockWidget*
rm -fR com.htc.StockWidget*
rm: cannot remove 'com.htc.StockWidget.apk': Read-only file system
rm: cannot remove 'com.htc.StockWidget.odex': Read-only file system
#
You have to mount your system directory for rw privileges. Copy to your cmd line after opening adb shell and setting su:

"mount -o rw,remount /dev/block/mtdblock3 /system"

or go to the unwanted apps thread to learn more.

Quote:
Originally Posted by acmeinc View Post
Perhaps we should compile a list of known apk's which can be removed...as well as any other file locations which need removed to complete the removal. Thanks droidkevlar for the start
There is already a large list in the unwanted apps thread in the root section.
MJL is offline  
Reply With Quote