View Single Post
Old 06-19-2011, 11:41 PM   #100
mr_ed
Connoisseur
mr_ed began at the beginning.
 
Posts: 53
Karma: 10
Join Date: Apr 2009
Location: Denver, CO, USA
Device: been e-reading since Handspring's first PDA
Quote:
Originally Posted by vicinc View Post
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
mr_ed is offline   Reply With Quote