I have my phone rooted now, relatively easy process.
Now I have no idea what to do with my new found power...
Any ideas?
Now I have no idea what to do with my new found power...
Any ideas?
adb remount
adb shell
su
echo 0 > /proc/sys/net/ipv4/tcp_timestamps
reboot
What do you want to do?
First thing is to fix the random slow bug when using wifi -
connect to pc
open command prompt
browse to adb/tools directory
enter the following one line at a time
phone will restart and now wifi will work as advertised.Code:adb remount adb shell su echo 0 > /proc/sys/net/ipv4/tcp_timestamps reboot
should be wherever-you-installed-Android-SDK\tools\
Set up your ROM how you like it.
Reboot into recovery and do a nandroid backup
Wipe data, Install your new ROM, and set it up as you like.
Back it up as well.
You can then easily switch between ROMs using the restore function in recovery.
remount failed: operation not permitted
Yeah, the guides are difficult to follow as most of the time they don't tell you where the program should be installed, where the files should be, etc...
At least, not in a very clear manner. I'm a network engineer and I've written 3 software manuals and I find most of the guides incomplete...but that's probably because they're written in generalizations for multiple handsets.
I Have a few qustions
1.Which ROMs would you recommend for the Sprint Hero and which ones do what?
2.How do you set up Apps2SD?
3.How do you apply themes to the hero?
4.How Do you switch between roms without wiping your data?
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
my mistake. The stock Hero ROM doesn't have adb remount in it. The above will work in it's place.
I guess I am doing something wrong here. Neither this or the original entries are working for me. I am new to this, could you give me a step by step. I have navigated to the tools directory and tried both commands listed and neither works.
http://forum.androidcentral.com/htc...-sprint-hero-condensed-easy-read-version.html
I finally got around to writing something usable. See if this helps you any.
Yeah I did that...great how-to very easy to follow. I still can't get this wifi fix to work though. I don't know enough about these commands for them to make any sense to me. I am sure it is my fault.
adb devices
adb shell
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
echo 0 > /proc/sys/net/ipv4/tcp_timestamps
reboot