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.
whatever is wrong with it prevents unrevoked from running to get s-off. im trying to get it s-off,and get a custom recovery so i might have some more options to figure out what its prollem is.i cant really change anything with an s-on hboot.whatever is wrong with it prevents unrevoked from running to get s-off. im trying to get it s-off,and get a custom recovery so i might have some more options to figure out what its prollem is.
the software on it is 3.26.605.1,wich i believe is the november OTA. i found a 3.21.605.1,wich is a little older,not sure by how much. i assume the 1.xx.xxx.x builds ive come across are eclair...
know of anything older than 3.21.605.1?
Does z4root work?

No,I'm on 3.21.605.1 now. I'm able to use zergrush and rewriting the misc image to go backwards. I took myself down to 3.26.605.1 wen zergrush came out.You have GB on it now right scotty? I wonder what is different about that phone that doesn't allow your other thread to apply?
it seems to function correctly... USB mounting works,and I can read and write to it.No,I'm on 3.21.605.1 now. I'm able to use zergrush and rewriting the misc image to go backwards. I took myself down to 3.26.605.1 wen zergrush came out.
The prollems with running 3.22 or 3.31 are that it forgets its settings on reboot. I have to turn USB debugging back on each time,and even re-sign in and resync with Google. All user apps disappear. Its almost like a factory reset each boot.
It also gives me a weird error message that the SD card has had an unexpected prollem,and is mounted read only. I tap the message in the pull down and it disappears.it seems to function correctly... USB mounting works,and I can read and write to it.
Well, since you're an experimenting type and more than capable, I suggest trying this Scotty:
SOLVED: messed up partitions on internal storage - CyanogenMod Forum
Focus particularly on post #7 of that thread. I've been through this process twice but a long time ago and recovered a few phones that were showing "spiraling death" type sypmptoms. It's the only idea I have left short of calling it a hardware failure which means a non-useful phone anyway.
i had seen that before,and its in fact the only reason im still messing with it... and why im working toward getting s-off and a working recovery,since from post#7 you need these things: Here's what you'll need:
1.Working recovery, basic knowledge of adb & the shell
2.Parted (download here)
3.stock PB31IMG.zip



also tried to rewrite mmcblk0p21 with clockwork,but without unlocking the mmc it just boots to the stock recovery,even tho it looks like it worked 
c:\mini-adb_inc>[COLOR="Red"]adb push psneuter /data/local/[/COLOR]
1429 KB/s (585731 bytes in 0.400s)
c:\mini-adb_inc>[COLOR="red"]adb push busybox /data/local/[/COLOR]
1393 KB/s (1062992 bytes in 0.745s)
c:\mini-adb_inc>[COLOR="red"]adb push recovery.img /data/local[/COLOR]
1593 KB/s (3137536 bytes in 1.923s)
c:\mini-adb_inc>[COLOR="red"]adb shell chmod 777 /data/local/psneuter[/COLOR]
c:\mini-adb_inc>[COLOR="red"]adb shell chmod 777 /data/local/busybox[/COLOR]
c:\mini-adb_inc>[COLOR="red"]adb shell /data/local/psneuter[/COLOR]
property service neutered.
killing adbd. (should restart in a second or two)
c:\mini-adb_inc>[COLOR="Red"]adb shell /data/local/busybox md5sum /data/local/recovery.img[/COLOR]
ea382ca5809cb872d0582aa22741d592 /data/local/recovery.img
c:\mini-adb_inc>[COLOR="red"]adb shell dd if=/data/local/recovery.img of=/dev/block/mmcblk0p21[/COLOR]
6128+0 records in
6128+0 records out
3137536 bytes transferred in 0.078 secs (40224820 bytes/sec)
c:\mini-adb_inc>[COLOR="red"]adb shell /data/local/busybox md5sum /dev/block/mmcblk0p21[/COLOR]
ea382ca5809cb872d0582aa22741d592 /dev/block/mmcblk0p21
c:\mini-adb_inc>[COLOR="red"]adb reboot recovery[/COLOR]