Re: uninstall Sprint apps on rooted evo? Cant find a Straight Answer
If you are fully rooted it shouldn't be much of an issue to remove the apps. Boot into Recovery Mode ( on your computer, you can click start--> "run"--> and type "c:\evo-recovery\adb-windows reboot recovery" without the quotes. This will boot your phone into recovery.
When your phone has rebooted, click start-->run--> and type
"c:\evo-recovery\adb-windows shell" without quotes and this will bring up a new command screen that will be used to remove the apps.
Next, type these commands:
adb shell
mount /dev/block/mtdblock4 /system
cd /system/app
and you are good to begin removing apps with the "rm -f" command GoodThings2Life mentioned in his reply. I hope this helps!
|