[android-developers] Re: Official HOWTO for reflashing Dev 1 system image

2008-12-19 Thread Tomei Ningen
Oh, I didn't notice that such a group exists (although I did post to it in the past :-) May I suggest making a link to android-platform on http://code.google.com/android/groups.html? Thanks On Dec 19, 5:30 pm, "Dianne Hackborn" wrote: > Hi, this would be better off asked in android-platform. >

[android-developers] Re: Official HOWTO for reflashing Dev 1 system image

2008-12-19 Thread Jinjun
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

[android-developers] Re: Official HOWTO for reflashing Dev 1 system image

2008-12-19 Thread Dianne Hackborn
Hi, this would be better off asked in android-platform. On Thu, Dec 18, 2008 at 10:39 AM, Tomei Ningen wrote: > > Hello, > > I just got my Dev 1 phone and can't want to load my own system image > on it. I found some pages on XDA developer's site about flashing the > system image, but is there an

[android-developers] Re: Official HOWTO for reflashing Dev 1 system image

2008-12-19 Thread Tomei Ningen
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: 0004 0002 "misc"

[android-developers] Re: Official HOWTO for reflashing Dev 1 system image

2008-12-19 Thread szeldon
On Dec 19, 8:42 pm, Tomei Ningen wrote: > One more questions: how to create an update.zip for recovery? I have > dumped all the MTD sections from the Dev 1 phone into separate files. How did you done this? > What's the official method of combining them into an update.zip so > that in any case

[android-developers] Re: Official HOWTO for reflashing Dev 1 system image

2008-12-19 Thread Disconnect
Why would you screw up the bootloader? Flash from SD requires the recovery image, and getting that on requires the bootloader. Check out http://www.gotontheinter.net/content/android-dev-phone-1-software-image for a premade update.zip (signed with the test keys) for ADP1. On Fri, Dec 19, 2008 at 2

[android-developers] Re: Official HOWTO for reflashing Dev 1 system image

2008-12-19 Thread Tomei Ningen
One more questions: how to create an update.zip for recovery? I have dumped all the MTD sections from the Dev 1 phone into separate files. What's the official method of combining them into an update.zip so that in any case I screw up the boot loader, I can reflash the phone from the SDCARD? Thank