Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I should also add, I updated to 4.08.605.2 using an RUU I found for it somewhere online. It worked fine and I'm still s-off and would also like to update to a stock 4.08.605.15 deoxed I found here:http://dinc.does-it.net/Stock_inc_4.08.605.15_deodexed.zip
So, how can I get back into my recovery, (in order to reflash it? and reflash the superuser, as you said, unless I'm missing something) and then, ultimately, flash the 4.08.605.15 that I found?
hmm is you cant mount your sd,you may have bigger prollems.id start with the easiest to fix,and maybe try a different sd. also,do a full format in the PC to FAT32
im assuming you used the newest unrevoked... if so,try this older one: 322_reflash_package.exe
it has been know to work with this same wierd combo(froyo build/baseband,1.02 hboot)
~ # cat /etc/recovery.fstab
cat /etc/recovery.fstab
# mount point fstype device [device2]
/misc mtd misc
/recovery mtd recovery
/boot mtd boot
/system yaffs2 system
/datadata yaffs2 datadata
/data ext4 /dev/block/mmcblk0p1 NULL ext3
/cache ext4 /dev/block/mmcblk0p2 NULL ext3
/emmc vfat /dev/block/mmcblk0p3
/sdcard vfat /dev/block/mmcblk1p1 /dev/block/mmcblk1
/sd-ext ext4 /dev/block/mmcblk1p2 NULL ext3
~ # cat /proc/partitions
cat /proc/partitions
major minor #blocks name
31 0 640 mtdblock0
31 1 4608 mtdblock1
31 2 3072 mtdblock2
31 3 253952 mtdblock3
31 4 640 mtdblock4
31 5 40960 mtdblock5
31 6 152576 mtdblock6
179 0 15558144 mmcblk0
~ # mount sdcard
mount sdcard
mount: mounting /dev/block/mmcblk1p1 on /sdcard failed: No such file or directory
# mount /dev/block/mtdblock5 /cache
# mount /dev/block/mmcblk0p1 /sdcard
# mount /dev/block/mtdblock6 /data
# mount /dev/block/mtdblock6 /datadata
This won't work on my Inc. I unlocked using HTCDev but it won't flash the CWM recovery.
Can anybody help me?

Schnap. Just figured this out and now have achieved S-OFF!
This thread really helped with my mounting problems: [RECOVERY][18.06.2012] ClockWorkMod Recovery 5.5.0.4 - "v1.5" - Page 39 - xda-developers
For whatever reason, the etc/recovery.fstab file doesn't point to valid mount points on my device. For example, when in Recovery, if I shell into adb using adb shell, here's what recovery.fstab thinks are valid mountpoints:
Code:~ # cat /etc/recovery.fstab cat /etc/recovery.fstab # mount point fstype device [device2] /misc mtd misc /recovery mtd recovery /boot mtd boot /system yaffs2 system /datadata yaffs2 datadata /data ext4 /dev/block/mmcblk0p1 NULL ext3 /cache ext4 /dev/block/mmcblk0p2 NULL ext3 /emmc vfat /dev/block/mmcblk0p3 /sdcard vfat /dev/block/mmcblk1p1 /dev/block/mmcblk1 /sd-ext ext4 /dev/block/mmcblk1p2 NULL ext3
However, when I look at my partitions, some of these mountpoints don't exist. (notice there's no mmcblk1p1):
Code:~ # cat /proc/partitions cat /proc/partitions major minor #blocks name 31 0 640 mtdblock0 31 1 4608 mtdblock1 31 2 3072 mtdblock2 31 3 253952 mtdblock3 31 4 640 mtdblock4 31 5 40960 mtdblock5 31 6 152576 mtdblock6 179 0 15558144 mmcblk0
In fact, my sdcard is actually located at mmcblko. So, if I shell into adb and just try to mount sdcard per what's in fstab, it fails:
Code:~ # mount sdcard mount sdcard mount: mounting /dev/block/mmcblk1p1 on /sdcard failed: No such file or directory
The same is true for /cache, /data, and /datadata - all the mountpoints are incorrect. However, if I mount these myself while in Recovery, they work:
Code:# mount /dev/block/mtdblock5 /cache # mount /dev/block/mmcblk0p1 /sdcard # mount /dev/block/mtdblock6 /data # mount /dev/block/mtdblock6 /datadata
And, of course, now Recovery works! I can take backups, I can install zips from sdcard, etc.
It's not clear to me why I have this problem. I may just edit the recovery.fstab and replace it...
Anyways, problem solved. After I correctly mounted /sdcard, I was able to install unrevoked-forever.zip from your guide and now I have S-OFF!
Hopefully some other folks will find this thread and be helped by it as well.
yup... that will do itOk, sorry. I think I reformatted the SD as just FAT and not FAT32

Yup, install this:So is there any way to load the latest update, 4.08.605.15, after I've rooted? If so, can someone explain? Thanks!
c:\miniadb_inc>adb reboot bootloader
c:\miniadb_inc>fastboot getvar mainver
mainver: 1.22.605.2
finished. total time: 0.001s
c:\miniadb_inc>fastboot erase cache
erasing 'cache'... OKAY [ 0.835s]
finished. total time: 0.836s
c:\miniadb_inc>fastboot oem rebootRUU
... OKAY [ 0.093s]
finished. total time: 0.093s
c:\miniadb_inc>fastboot flash zip PB31IMG.zip
< waiting for device >

Please help! I'm having a problem I haven't seen anyone else run into yet.
I'm on step 4 trying to downgrade to froyo, and my phone appears to have frozen after trying to flash it with the PB31IMG.zip. I followed all the instructions like so:
Command Prompt has been "waiting for device" for almost an hour now, and the phone hasn't changed from the HTC logo in that time. I'm terrified to unplug or close anything. I have very carefully followed all these instructions so far. Is this unusual? Is it safe to unplug the phone and restart step 4?
Please help! I'm leaving my phone plugged into my computer until I get a response.![]()
hello, I'm new to this...
so i'm in fastboot and for some reason my computer does not recognize my phone at all. i've checked all connections, i've re-installed the
"these modified htc drivers from revolutionary"
and it's still not recognizing my phone...any ideas?

wow...
that actually worked. you mind telling me why some ports work because when i did the "adb devices" command it recognized my phone no problem

coolio, anyway thanks again
