Quote:
Originally Posted by aman1127
There is no way to remove them unless you flash a new ROM that doesnt have the programs.
|
not completely true....
if you have root ( with /system access ala toast part 1 & 2 )
you can just use adb shell to remove the bloatware...
Code:
adb shell
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
cd /system/app
rm whatever.apk
rm whatever.odex
the "mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system" may not be necessary.