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've just finally done the dmesg | grep mmc0 code and it reports a good input just with a few values different then the ones prinny copy pasted into this thread, but NO errors.
What would happen if I loaded the system.img to the root of a 4GB sd card and then did the dd=/if command and dd'd it onto the correct system partition? Or is it too big to apply? It's 814mb's.
22? I thought it was block 23 according to the cyanogenmod port project partition map. I checked partition 23 using the command adb shell then e2fsck -c /dev/block/mmcblk0p23 and that returned atleast 300 errors that it asked me to fix each one. End result is I have about 50 megabytes of corrupted blocks and I need to delete the partition completely and recreate it for the system to be installed on. The guide I got this idea from is located here An easy guide to relocate faulty partition for super-brick Notewhat was the output?
you could try that. however,if other means of installing something to the /system partition have failed,i wouldnt have much hope for that working either.
get your system image to the sd card,then:
dd if=/sdcard2/imagename of=/dev/block/mmcblk0p22
shell@android:/ # [COLOR="Red"]cat /proc/emmc[/COLOR]
cat /proc/emmc
dev: size erasesize name
mmcblk0p32: 000ffa00 00000200 "misc"
mmcblk0p21: 00fffc00 00000200 "recovery"
mmcblk0p20: 01000000 00000200 "boot"
mmcblk0p22: 31fffc00 00000200 "system"
mmcblk0p24: 077f5c00 00000200 "cache"
mmcblk0p23: 4aabc400 00000200 "userdata"
mmcblk0p28: 01400000 00000200 "devlog"
mmcblk0p30: 00040000 00000200 "pdata"
mmcblk0p25: 00008000 00000200 "extra"
mmcblk0p17: 02800000 00000200 "radio"
mmcblk0p19: 01000000 00000200 "adsp"
mmcblk0p18: 007ffa00 00000200 "radio_config"
mmcblk0p26: 00400000 00000200 "modem_st1"
mmcblk0p27: 00400000 00000200 "modem_st2"
shell@android:/ #
Please lock this thread, no longer needed.![]()
Then why would running the commands I ran earlier fill up the system and not the data partition like it should? On this page if you scroll down you can see that mmcblk0p23 is system but i'm confused, lol. I tried running cat /dev/zero on the system partition I thought was 23 and it deleted it so in recovery after I rebooted to it it went into safe mode and told me that system was not accessible and needed to be formatted. Same thing that happens to cache when you change the hboot. So I format it, and it's the same as before. Every time I format after I run that command to check for bad blocks, it deletes whatever data is put in there. So I'd run the command again and all the bad block errors are back. Strange huh? I'm not worried about Snapdragon 3 powered phones, i'm worried about this phone specifically the Evo V. To my understanding, from that page to the Cyanogenmod official project, said 23 is the block for system and my errors in recovery prove it.
Either way, I am certain I need to remove the partition and redo it.
It was this EXACT RUU that fixed it. I believe all the other ones I have been linked to were corrupted somehow, because each and every one were different sized and this one was the largest I believe. But I have confirmed that I tried about 4 other RUU's and none of them worked except this one.Here is the ruu pg86img
http://db.tt/3zVol
Rename it pg86img
Make sure its the only pg86img.zip on your SD
I know it works
Its helped several folks
Good luck
It was this EXACT RUU that fixed it. I believe all the other ones I have been linked to were corrupted somehow, because each and every one were different sized and this one was the largest I believe. But I have confirmed that I tried about 4 other RUU's and none of them worked except this one.