Quote:
Originally Posted by curtiscr87
Ok so i just rooted my phone method: http://forum.ppcgeeks.com/showpost.p...&postcount=792
im just making sure i have everything right:
my software information
firmware version-2.1-update 1
baseband version 1.39.00.04.26 (updated from http://geekfor.me/evo/radio/radio139000531/)
kernel version- 2.6.29-a2443432
build number- 1.32.651.6 CL171253
software number- 1.32.651.6
I just put the regular sprint rom ( http://geekfor.me/evo/21/ota1326516/ ) on it for now. i have the wifi tether working.
Does Everything look right as far as the root goes? im just making sure i have done everything right.
Also im wanting to delete some of the apps off of my phone like the sprint ones is there anyway i can do that?
and what is a good rom to use other than this regular sprint rooted rom?
|
Looks good as far as rooting goes. Good job.
Root explorer works or you can just use rm at the adb shell to get rid of them... look around and you will find a few different methods to remove the bloatware.
Code:
adb remount
adb shell
cd /system/app
ls
rm NameOfapp.apk
rm NameOfapp.odex <--if it has one
BTW, 2 posts and you got everything done. Good job, can tell you actually took some time to read and figure out whats going on. props.
.