Quote:
Originally Posted by vicinc
if you do
adb shell cat /proc/mtd
are you getting as bellow?
|
Yes, with these three differences (but mine is dingo 1.13)
mtd0: 00a00000 00080000 "BBM_reserve1"
mtd1:
00080000 00080000 "bootloader-alt" ... vs. your
00100000
mtd2:
00080000 00080000 "environment-alt" ... vs. your
00100000
mtd3: 00300000 00080000 "kernel-alt"
mtd4:
00400000 00080000 "kernelrecovery-alt" ... vs. your
00300000
mtd5: 02e00000 00080000 "maintenance"
mtd6: f5c00000 00080000 "Android"
mtd7: 06400000 00080000 "MRVL_BBM"
mtd8: 00040000 00010000 "bootloader"
mtd9: 00080000 00010000 "bootcode"
mtd10: 00040000 00010000 "environment"
mtd11: 00300000 00010000 "kernel"
mtd12: 00400000 00010000 "kernelrecovery"
Have you seen this
Android wiki? Look at the page, "
HOWTO: Unpack, Edit, and Re-Pack Boot Images" - you wouldn't have to actually unpack and alter the image, you could maybe just take a good one from somebody and skip to the section, "Flashing your new image back onto the phone."
-- Ed