I am trying to do the same thing. I have a fastboot bootloader on my G1. Everytime, I tried fastboot flash /dev/mtd/mtd3 or fastboot flash / dev/block/mtdblock3 or fastboot flash /system, the sending part is OKAY but writing failed because partition does not exist. Will try to telnet in and flash system.img from /sdcard. However, my friend told me that the phone stucked with Android robot and home screen never show up when he write his own system.img to G1. We really need an official Howto to create update.zip so that we can flash our own image to the phone. Thanks,
Jinjun On Dec 19, 4:00 pm, Tomei Ningen <[email protected]> wrote: > Disconnect, thanks a lot for your help > > > Why would you screw up the bootloader? > > I was a bit paranoid that I may accidentally type the wrong command > and kill the phone. As I know, there are 6 MTD parts: > > $ cat /proc/mtd > dev: size erasesize name > mtd0: 00040000 00020000 "misc" > mtd1: 00500000 00020000 "recovery" > mtd2: 00280000 00020000 "boot" > mtd3: 04380000 00020000 "system" > mtd4: 04380000 00020000 "cache" > mtd5: 04ac0000 00020000 "userdata" > > (1) If I build from the GIT source code, should I just replace the > MTD3 (system) with the one that I created? > > (2) Is it nececessary to replace userdata? > > (3) If I reflash "system" by the "flash_image system /data/local/ > system.img" command, is there any chance that other MTD parts will be > damaged. I mean, is there any flakiness in the flash program or the > flash memory that would give me a really bad day? > > (4) If I typed the wrong command (say "flash_image recovery /data/ > local/system.img), will my phone be completely hosed? > > Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

