Quote:
Originally Posted by acmeinc
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
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.