sameer wrote:hi i did some research and found out something.please have a look at it and tell me.
Log Report Before =ad recovery->wipe data/factory reset
- Code: Select all
http://speedy.sh/U8gBV/recovery.log
After Wipe data/Factory rest
- Code: Select all
http://speedy.sh/Tys6R/recovery1.log
Hope i get some good advice..thanks sameer
Not sure what the question is..

In any event, your device definitely has some bad blocks so increasing the system partition size is more than likely required:
- Code: Select all
Formatting /data...
mtd: erase failure at 0x03640000
mtd: not erasing bad block at 0x0af40000
mtd: not erasing bad block at 0x0af60000
mtd: not erasing bad block at 0x0d640000
mtd: not erasing bad block at 0x1c500000
These blocks are showing up in the /data partition but I do not see a format of the /system partition in your log so we simply don't know what may be there. The HD2 is manufactured with 2 different NAND-Flash ROM chipset types. You can determine the type used in yours while in the tri-color boot mode. If you see
PB81120 SS-B3 in the first line - that means NAND-Flash ROM from Samsung - KBY00U00VM
If you have
PB1120 HX-B3 in the first line - that means NAND-Flash ROM from Hynix - h8BFS0WU0MCR
After a year or so use the Samsung chipset usually has a dozen bad clusters, maybe more. Hynix normally has none of them or just a couple.
The other problem showing in the log is the fact that you do not have an sd-ext partition.
- Code: Select all
mount: mounting /dev/block/mmcblk0p2 on /sd-ext failed: No such file or directory
Formatting /sd-ext...
I:Formatting unknown device.
Skipping format of /sd-ext.
Now, I don't know if you wanted to have one or not but it is required if you want to use the DataOnEXT installation method. If you need help creating and formatting the ext4 partition take a look at
this post. You can use Minitool or Paragon or a number of other programs, many linked in my thread for you.