Last night, I successfully updated my Android Dev Phone 1 (ADP1) to
use Android version 1.5. I am new to this process and hit a few snags
along the way, so I figured I would share my experiences in hopes that
they will possibly help others in the same situation.
It might be worth mentioning that I executed these steps on a MacBook
Pro running OS X 10.5.6, though I think these steps will work
regardless.
****************************************************************
What did NOT work (for me):
****************************************************************
After reading the instructions, I downloaded the Android SDK (later I
found that I did NOT need to do this), and decided to go with the
"fastboot method". To make a long story short, no matter what I did,
executing "adb devices" would not list my device. Neither did
"fastboot devices".
****************************************************************
What DID work (for me):
****************************************************************
1. Download the "Radio Image" file (ota-radio-2_22_19_26I.zip) and the
"Recovery Image" file (signed-dream_devphone-ota-147201.zip).
2. Make sure that a MicroSD card is in the phone, and connect it to a
computer via USB (non-Mac users may have to install certain USB
drivers first). Select the USB notification when it appears on the
phone, and when prompted, mount the device.
3. Copy the "Radio Image" file (ota-radio-2_22_19_26I.zip) to the root
directory of the MicroSD card (I simply used Finder to do this) and
rename it to "update.zip". When finished, unmount the USB device (I
used the "eject" button in Finder).
4. Turn off the phone (by holding the "end call" button). While
holding down the "home" button, turn the phone on again (again, by
pressing the "end call" button). When you see the "!" icon, flip out
your keyboard and press the key combination ALT+l (that is a lower
case "L"). When you see the console-based menu appear, press the key
combination ALT+s. When the progress bar completes, press both the
"home" and "back" buttons on the phone at the same time. This reboots
the device, which should eventually bring up Android as normal.
5. Repeat step #2. Delete the "update.zip" file from the MicroSD card
(I did this using Finder).
6. Copy the "Recovery Image" file (signed-dream_devphone-
ota-147201.zip) to the root directory of the MicroSD card (I simply
used Finder to do this) and rename it to "update.zip". When finished,
unmount the USB device (I used the "eject" button in Finder).
7. Repeat step #4. When finished (and after a long initial boot), you
should be running Android 1.5. You can choose to repeat step #5 to
cleanup the unneeded file from the MicroSD card.
These are the steps that worked for me. Take them "with a grain of
salt", as I am not sure that they will work for everyone. One thing to
mention that didn't seem to be stated anywhere, is that this process
kept in tact all of my previous data, settings, and applications.
Again, just be cautious. Just because this worked for me, doesn't
necessarily mean this will work for everyone.
Thanks for the writeup. Those steps look correct. Not being able to
"see" the device with adb or fastboot is odd, but (as you correctly
noticed) it's possible to update a device entirely through the SD
card.
On Tue, Apr 28, 2009 at 6:10 AM, alopecoid <alopec...@gmail.com> wrote:
> Hi,
> Last night, I successfully updated my Android Dev Phone 1 (ADP1) to
> use Android version 1.5. I am new to this process and hit a few snags
> along the way, so I figured I would share my experiences in hopes that
> they will possibly help others in the same situation.
> It might be worth mentioning that I executed these steps on a MacBook
> Pro running OS X 10.5.6, though I think these steps will work
> regardless.
> ****************************************************************
> What did NOT work (for me):
> ****************************************************************
> After reading the instructions, I downloaded the Android SDK (later I
> found that I did NOT need to do this), and decided to go with the
> "fastboot method". To make a long story short, no matter what I did,
> executing "adb devices" would not list my device. Neither did
> "fastboot devices".
> ****************************************************************
> What DID work (for me):
> ****************************************************************
> 1. Download the "Radio Image" file (ota-radio-2_22_19_26I.zip) and the
> "Recovery Image" file (signed-dream_devphone-ota-147201.zip).
> 2. Make sure that a MicroSD card is in the phone, and connect it to a
> computer via USB (non-Mac users may have to install certain USB
> drivers first). Select the USB notification when it appears on the
> phone, and when prompted, mount the device.
> 3. Copy the "Radio Image" file (ota-radio-2_22_19_26I.zip) to the root
> directory of the MicroSD card (I simply used Finder to do this) and
> rename it to "update.zip". When finished, unmount the USB device (I
> used the "eject" button in Finder).
> 4. Turn off the phone (by holding the "end call" button). While
> holding down the "home" button, turn the phone on again (again, by
> pressing the "end call" button). When you see the "!" icon, flip out
> your keyboard and press the key combination ALT+l (that is a lower
> case "L"). When you see the console-based menu appear, press the key
> combination ALT+s. When the progress bar completes, press both the
> "home" and "back" buttons on the phone at the same time. This reboots
> the device, which should eventually bring up Android as normal.
> 5. Repeat step #2. Delete the "update.zip" file from the MicroSD card
> (I did this using Finder).
> 6. Copy the "Recovery Image" file (signed-dream_devphone-
> ota-147201.zip) to the root directory of the MicroSD card (I simply
> used Finder to do this) and rename it to "update.zip". When finished,
> unmount the USB device (I used the "eject" button in Finder).
> 7. Repeat step #4. When finished (and after a long initial boot), you
> should be running Android 1.5. You can choose to repeat step #5 to
> cleanup the unneeded file from the MicroSD card.
> These are the steps that worked for me. Take them "with a grain of
> salt", as I am not sure that they will work for everyone. One thing to
> mention that didn't seem to be stated anywhere, is that this process
> kept in tact all of my previous data, settings, and applications.
> Again, just be cautious. Just because this worked for me, doesn't
> necessarily mean this will work for everyone.
> I hope this was helpful!
-- Jean-Baptiste M. "JBQ" Queru
Android Engineer, Google.
Questions sent directly to me that have no reason for being private
will likely get ignored or forwarded to a public forum with no further
warning.
On Apr 28, 2009 9:28 PM, "Jean-Baptiste Queru" <j...@android.com> wrote:
Thanks for the writeup. Those steps look correct. Not being able to "see" the device with adb or fastboot is odd, but (as you correctly noticed) it's possible to update a device entirely through the SD card.
JBQ
On Tue, Apr 28, 2009 at 6:10 AM, alopecoid <alopec...@gmail.com> wrote: > >
Hi, > > Last night, I s... Jean-Baptiste M. "JBQ" Queru Android Engineer, Google.
Questions sent directly to me that have no reason for being private will likely get ignored or forwarded to a public forum with no further warning.
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are sub...
Thanks for posting this! I had the same problem with the fastboot
process (It also happened when I updated from 1.0 to 1.1). No matter
what I did, adb devices never showed my device. I'm on Ubuntu 9.04.
I think this method should be posted somewhere as an alternative to
the fastboot method.
On Apr 28, 8:10 am, alopecoid <alopec...@gmail.com> wrote:
> Last night, I successfully updated my Android Dev Phone 1 (ADP1) to
> use Android version 1.5. I am new to this process and hit a few snags
> along the way, so I figured I would share my experiences in hopes that
> they will possibly help others in the same situation.
> It might be worth mentioning that I executed these steps on a MacBook
> Pro running OS X 10.5.6, though I think these steps will work
> regardless.
> ****************************************************************
> What did NOT work (for me):
> ****************************************************************
> After reading the instructions, I downloaded the Android SDK (later I
> found that I did NOT need to do this), and decided to go with the
> "fastboot method". To make a long story short, no matter what I did,
> executing "adb devices" would not list my device. Neither did
> "fastboot devices".
> ****************************************************************
> What DID work (for me):
> ****************************************************************
> 1. Download the "Radio Image" file (ota-radio-2_22_19_26I.zip) and the
> "Recovery Image" file (signed-dream_devphone-ota-147201.zip).
> 2. Make sure that a MicroSD card is in the phone, and connect it to a
> computer via USB (non-Mac users may have to install certain USB
> drivers first). Select the USB notification when it appears on the
> phone, and when prompted, mount the device.
> 3. Copy the "Radio Image" file (ota-radio-2_22_19_26I.zip) to the root
> directory of the MicroSD card (I simply used Finder to do this) and
> rename it to "update.zip". When finished, unmount the USB device (I
> used the "eject" button in Finder).
> 4. Turn off the phone (by holding the "end call" button). While
> holding down the "home" button, turn the phone on again (again, by
> pressing the "end call" button). When you see the "!" icon, flip out
> your keyboard and press the key combination ALT+l (that is a lower
> case "L"). When you see the console-based menu appear, press the key
> combination ALT+s. When the progress bar completes, press both the
> "home" and "back" buttons on the phone at the same time. This reboots
> the device, which should eventually bring up Android as normal.
> 5. Repeat step #2. Delete the "update.zip" file from the MicroSD card
> (I did this using Finder).
> 6. Copy the "Recovery Image" file (signed-dream_devphone-
> ota-147201.zip) to the root directory of the MicroSD card (I simply
> used Finder to do this) and rename it to "update.zip". When finished,
> unmount the USB device (I used the "eject" button in Finder).
> 7. Repeat step #4. When finished (and after a long initial boot), you
> should be running Android 1.5. You can choose to repeat step #5 to
> cleanup the unneeded file from the MicroSD card.
> These are the steps that worked for me. Take them "with a grain of
> salt", as I am not sure that they will work for everyone. One thing to
> mention that didn't seem to be stated anywhere, is that this process
> kept in tact all of my previous data, settings, and applications.
> Again, just be cautious. Just because this worked for me, doesn't
> necessarily mean this will work for everyone.
> Thanks for posting this! I had the same problem with the fastboot
> process (It also happened when I updated from 1.0 to 1.1). No matter
> what I did, adb devices never showed my device. I'm on Ubuntu 9.04.
> I think this method should be posted somewhere as an alternative to
> the fastboot method.
> On Apr 28, 8:10 am, alopecoid <alopec...@gmail.com> wrote:
> > Hi,
> > Last night, I successfully updated my Android Dev Phone 1 (ADP1) to
> > use Android version 1.5. I am new to this process and hit a few snags
> > along the way, so I figured I would share my experiences in hopes that
> > they will possibly help others in the same situation.
> > It might be worth mentioning that I executed these steps on a MacBook
> > Pro running OS X 10.5.6, though I think these steps will work
> > regardless.
> > ****************************************************************
> > What did NOT work (for me):
> > ****************************************************************
> > After reading the instructions, I downloaded the Android SDK (later I
> > found that I did NOT need to do this), and decided to go with the
> > "fastboot method". To make a long story short, no matter what I did,
> > executing "adb devices" would not list my device. Neither did
> > "fastboot devices".
> > ****************************************************************
> > What DID work (for me):
> > ****************************************************************
> > 1. Download the "Radio Image" file (ota-radio-2_22_19_26I.zip) and the
> > "Recovery Image" file (signed-dream_devphone-ota-147201.zip).
> > 2. Make sure that a MicroSD card is in the phone, and connect it to a
> > computer via USB (non-Mac users may have to install certain USB
> > drivers first). Select the USB notification when it appears on the
> > phone, and when prompted, mount the device.
> > 3. Copy the "Radio Image" file (ota-radio-2_22_19_26I.zip) to the root
> > directory of the MicroSD card (I simply used Finder to do this) and
> > rename it to "update.zip". When finished, unmount the USB device (I
> > used the "eject" button in Finder).
> > 4. Turn off the phone (by holding the "end call" button). While
> > holding down the "home" button, turn the phone on again (again, by
> > pressing the "end call" button). When you see the "!" icon, flip out
> > your keyboard and press the key combination ALT+l (that is a lower
> > case "L"). When you see the console-based menu appear, press the key
> > combination ALT+s. When the progress bar completes, press both the
> > "home" and "back" buttons on the phone at the same time. This reboots
> > the device, which should eventually bring up Android as normal.
> > 5. Repeat step #2. Delete the "update.zip" file from the MicroSD card
> > (I did this using Finder).
> > 6. Copy the "Recovery Image" file (signed-dream_devphone-
> > ota-147201.zip) to the root directory of the MicroSD card (I simply
> > used Finder to do this) and rename it to "update.zip". When finished,
> > unmount the USB device (I used the "eject" button in Finder).
> > 7. Repeat step #4. When finished (and after a long initial boot), you
> > should be running Android 1.5. You can choose to repeat step #5 to
> > cleanup the unneeded file from the MicroSD card.
> > These are the steps that worked for me. Take them "with a grain of
> > salt", as I am not sure that they will work for everyone. One thing to
> > mention that didn't seem to be stated anywhere, is that this process
> > kept in tact all of my previous data, settings, and applications.
> > Again, just be cautious. Just because this worked for me, doesn't
> > necessarily mean this will work for everyone.
if there are any google/htc engineers monitoring these forums
can you make a effort to periodically update the http://source.android.com/ documentation with the latest finding from these forums.
It would really help!
On Apr 28, 10:49 pm, Farhad <farhadnoor...@gmail.com> wrote:
> I agree. adb devices also wasn't showing my devices. This posting
> helped.
> Thanks!
> On Apr 28, 4:24 pm, rjensen <jensen.ra...@gmail.com> wrote:
> > Thanks for posting this! I had the same problem with the fastboot
> > process (It also happened when I updated from 1.0 to 1.1). No matter
> > what I did, adb devices never showed my device. I'm on Ubuntu 9.04.
> > I think this method should be posted somewhere as an alternative to
> > the fastboot method.
> > On Apr 28, 8:10 am, alopecoid <alopec...@gmail.com> wrote:
> > > Hi,
> > > Last night, I successfully updated my Android Dev Phone 1 (ADP1) to
> > > use Android version 1.5. I am new to this process and hit a few snags
> > > along the way, so I figured I would share my experiences in hopes that
> > > they will possibly help others in the same situation.
> > > It might be worth mentioning that I executed these steps on a MacBook
> > > Pro running OS X 10.5.6, though I think these steps will work
> > > regardless.
> > > ****************************************************************
> > > What did NOT work (for me):
> > > ****************************************************************
> > > After reading the instructions, I downloaded the Android SDK (later I
> > > found that I did NOT need to do this), and decided to go with the
> > > "fastboot method". To make a long story short, no matter what I did,
> > > executing "adb devices" would not list my device. Neither did
> > > "fastboot devices".
> > > ****************************************************************
> > > What DID work (for me):
> > > ****************************************************************
> > > 1. Download the "Radio Image" file (ota-radio-2_22_19_26I.zip) and the
> > > "Recovery Image" file (signed-dream_devphone-ota-147201.zip).
> > > 2. Make sure that a MicroSD card is in the phone, and connect it to a
> > > computer via USB (non-Mac users may have to install certain USB
> > > drivers first). Select the USB notification when it appears on the
> > > phone, and when prompted, mount the device.
> > > 3. Copy the "Radio Image" file (ota-radio-2_22_19_26I.zip) to the root
> > > directory of the MicroSD card (I simply used Finder to do this) and
> > > rename it to "update.zip". When finished, unmount the USB device (I
> > > used the "eject" button in Finder).
> > > 4. Turn off the phone (by holding the "end call" button). While
> > > holding down the "home" button, turn the phone on again (again, by
> > > pressing the "end call" button). When you see the "!" icon, flip out
> > > your keyboard and press the key combination ALT+l (that is a lower
> > > case "L"). When you see the console-based menu appear, press the key
> > > combination ALT+s. When the progress bar completes, press both the
> > > "home" and "back" buttons on the phone at the same time. This reboots
> > > the device, which should eventually bring up Android as normal.
> > > 5. Repeat step #2. Delete the "update.zip" file from the MicroSD card
> > > (I did this using Finder).
> > > 6. Copy the "Recovery Image" file (signed-dream_devphone-
> > > ota-147201.zip) to the root directory of the MicroSD card (I simply
> > > used Finder to do this) and rename it to "update.zip". When finished,
> > > unmount the USB device (I used the "eject" button in Finder).
> > > 7. Repeat step #4. When finished (and after a long initial boot), you
> > > should be running Android 1.5. You can choose to repeat step #5 to
> > > cleanup the unneeded file from the MicroSD card.
> > > These are the steps that worked for me. Take them "with a grain of
> > > salt", as I am not sure that they will work for everyone. One thing to
> > > mention that didn't seem to be stated anywhere, is that this process
> > > kept in tact all of my previous data, settings, and applications.
> > > Again, just be cautious. Just because this worked for me, doesn't
> > > necessarily mean this will work for everyone.
Yup, we're here, and we're aware of the fact that the documentation
about the update process (which is actually on HTC's web site, not at
source.android.com) isn't as clear as it should be, especially as it
doesn't mention all the different ways to put update.zip on the SD
card.
Because there are potentially a lot of variations from one environment
to another, there is also a great opportunity for the community to
maintain e.g. a wiki page somewhere with information about the details
for specific environments/configurations.
On Tue, Apr 28, 2009 at 11:54 PM, murray <kmoore...@gmail.com> wrote:
> Gentlemen,
> I agree,...
> if there are any google/htc engineers monitoring these forums
> can you make a effort to periodically update the http://source.android.com/ > documentation with the latest finding from these forums.
> It would really help!
> On Apr 28, 10:49 pm, Farhad <farhadnoor...@gmail.com> wrote:
>> I agree. adb devices also wasn't showing my devices. This posting
>> helped.
>> Thanks!
>> On Apr 28, 4:24 pm, rjensen <jensen.ra...@gmail.com> wrote:
>> > Thanks for posting this! I had the same problem with the fastboot
>> > process (It also happened when I updated from 1.0 to 1.1). No matter
>> > what I did, adb devices never showed my device. I'm on Ubuntu 9.04.
>> > I think this method should be posted somewhere as an alternative to
>> > the fastboot method.
>> > On Apr 28, 8:10 am, alopecoid <alopec...@gmail.com> wrote:
>> > > Hi,
>> > > Last night, I successfully updated my Android Dev Phone 1 (ADP1) to
>> > > use Android version 1.5. I am new to this process and hit a few snags
>> > > along the way, so I figured I would share my experiences in hopes that
>> > > they will possibly help others in the same situation.
>> > > It might be worth mentioning that I executed these steps on a MacBook
>> > > Pro running OS X 10.5.6, though I think these steps will work
>> > > regardless.
>> > > ****************************************************************
>> > > What did NOT work (for me):
>> > > ****************************************************************
>> > > After reading the instructions, I downloaded the Android SDK (later I
>> > > found that I did NOT need to do this), and decided to go with the
>> > > "fastboot method". To make a long story short, no matter what I did,
>> > > executing "adb devices" would not list my device. Neither did
>> > > "fastboot devices".
>> > > ****************************************************************
>> > > What DID work (for me):
>> > > ****************************************************************
>> > > 1. Download the "Radio Image" file (ota-radio-2_22_19_26I.zip) and the
>> > > "Recovery Image" file (signed-dream_devphone-ota-147201.zip).
>> > > 2. Make sure that a MicroSD card is in the phone, and connect it to a
>> > > computer via USB (non-Mac users may have to install certain USB
>> > > drivers first). Select the USB notification when it appears on the
>> > > phone, and when prompted, mount the device.
>> > > 3. Copy the "Radio Image" file (ota-radio-2_22_19_26I.zip) to the root
>> > > directory of the MicroSD card (I simply used Finder to do this) and
>> > > rename it to "update.zip". When finished, unmount the USB device (I
>> > > used the "eject" button in Finder).
>> > > 4. Turn off the phone (by holding the "end call" button). While
>> > > holding down the "home" button, turn the phone on again (again, by
>> > > pressing the "end call" button). When you see the "!" icon, flip out
>> > > your keyboard and press the key combination ALT+l (that is a lower
>> > > case "L"). When you see the console-based menu appear, press the key
>> > > combination ALT+s. When the progress bar completes, press both the
>> > > "home" and "back" buttons on the phone at the same time. This reboots
>> > > the device, which should eventually bring up Android as normal.
>> > > 5. Repeat step #2. Delete the "update.zip" file from the MicroSD card
>> > > (I did this using Finder).
>> > > 6. Copy the "Recovery Image" file (signed-dream_devphone-
>> > > ota-147201.zip) to the root directory of the MicroSD card (I simply
>> > > used Finder to do this) and rename it to "update.zip". When finished,
>> > > unmount the USB device (I used the "eject" button in Finder).
>> > > 7. Repeat step #4. When finished (and after a long initial boot), you
>> > > should be running Android 1.5. You can choose to repeat step #5 to
>> > > cleanup the unneeded file from the MicroSD card.
>> > > These are the steps that worked for me. Take them "with a grain of
>> > > salt", as I am not sure that they will work for everyone. One thing to
>> > > mention that didn't seem to be stated anywhere, is that this process
>> > > kept in tact all of my previous data, settings, and applications.
>> > > Again, just be cautious. Just because this worked for me, doesn't
>> > > necessarily mean this will work for everyone.
>> > > I hope this was helpful!
-- Jean-Baptiste M. "JBQ" Queru
Android Engineer, Google.
Questions sent directly to me that have no reason for being private
will likely get ignored or forwarded to a public forum with no further
warning.
I followed your procedure. However, I could not proceed further than
trying to load the Radio Image from the Recovery mode. I am using a
Windows environment. I connected the phone with SD card inserted to my
laptop and copied the Radio Image zip file onto the SD card partition
on the hard disk.
I renamed it update.zip. I then unpluged the USB cable from the laptop
to unmount the SD card and then proceeded to put the phone in Recovery
mode by pressing both the home button and the "end call" button at the
same time. When the phone enters Recovery mode, I press ALT+l and ALT
+s. I get a error here saying
E: Can't open /cache/recovery/command
-Install from sdcard
Finding update package
Opening update package
E:can't open /sdcard/update.zip (bad)
Installation aborted.
Can someone tell me what is going on here? I made sure that the zip
file is not read only.
Thanks
Sap.
On Apr 28, 8:10 am, alopecoid <alopec...@gmail.com> wrote:
> Last night, I successfully updated my Android Dev Phone 1 (ADP1) to
> use Android version 1.5. I am new to this process and hit a few snags
> along the way, so I figured I would share my experiences in hopes that
> they will possibly help others in the same situation.
> It might be worth mentioning that I executed these steps on a MacBook
> Pro running OS X 10.5.6, though I think these steps will work
> regardless.
> ****************************************************************
> What did NOT work (for me):
> ****************************************************************
> After reading the instructions, I downloaded the Android SDK (later I
> found that I did NOT need to do this), and decided to go with the
> "fastboot method". To make a long story short, no matter what I did,
> executing "adb devices" would not list my device. Neither did
> "fastboot devices".
> ****************************************************************
> What DID work (for me):
> ****************************************************************
> 1. Download the "Radio Image" file (ota-radio-2_22_19_26I.zip) and the
> "Recovery Image" file (signed-dream_devphone-ota-147201.zip).
> 2. Make sure that a MicroSD card is in the phone, and connect it to a
> computer via USB (non-Mac users may have to install certain USB
> drivers first). Select the USB notification when it appears on the
> phone, and when prompted, mount the device.
> 3. Copy the "Radio Image" file (ota-radio-2_22_19_26I.zip) to the root
> directory of the MicroSD card (I simply used Finder to do this) and
> rename it to "update.zip". When finished, unmount the USB device (I
> used the "eject" button in Finder).
> 4. Turn off the phone (by holding the "end call" button). While
> holding down the "home" button, turn the phone on again (again, by
> pressing the "end call" button). When you see the "!" icon, flip out
> your keyboard and press the key combination ALT+l (that is a lower
> case "L"). When you see the console-based menu appear, press the key
> combination ALT+s. When the progress bar completes, press both the
> "home" and "back" buttons on the phone at the same time. This reboots
> the device, which should eventually bring up Android as normal.
> 5. Repeat step #2. Delete the "update.zip" file from the MicroSD card
> (I did this using Finder).
> 6. Copy the "Recovery Image" file (signed-dream_devphone-
> ota-147201.zip) to the root directory of the MicroSD card (I simply
> used Finder to do this) and rename it to "update.zip". When finished,
> unmount the USB device (I used the "eject" button in Finder).
> 7. Repeat step #4. When finished (and after a long initial boot), you
> should be running Android 1.5. You can choose to repeat step #5 to
> cleanup the unneeded file from the MicroSD card.
> These are the steps that worked for me. Take them "with a grain of
> salt", as I am not sure that they will work for everyone. One thing to
> mention that didn't seem to be stated anywhere, is that this process
> kept in tact all of my previous data, settings, and applications.
> Again, just be cautious. Just because this worked for me, doesn't
> necessarily mean this will work for everyone.
On Wed, Apr 29, 2009 at 22:53, Jean-Baptiste Queru <j...@android.com> wrote:
> Yup, we're here, and we're aware of the fact that the documentation
> about the update process (which is actually on HTC's web site, not at
> source.android.com) isn't as clear as it should be, especially as it
> doesn't mention all the different ways to put update.zip on the SD
> card.
> Because there are potentially a lot of variations from one environment
> to another, there is also a great opportunity for the community to
> maintain e.g. a wiki page somewhere with information about the details
> for specific environments/configurations.
> JBQ
> On Tue, Apr 28, 2009 at 11:54 PM, murray <kmoore...@gmail.com> wrote:
>> Gentlemen,
>> I agree,...
>> if there are any google/htc engineers monitoring these forums
>> can you make a effort to periodically update the http://source.android.com/ >> documentation with the latest finding from these forums.
>> It would really help!
>> On Apr 28, 10:49 pm, Farhad <farhadnoor...@gmail.com> wrote:
>>> I agree. adb devices also wasn't showing my devices. This posting
>>> helped.
>>> Thanks!
>>> On Apr 28, 4:24 pm, rjensen <jensen.ra...@gmail.com> wrote:
>>> > Thanks for posting this! I had the same problem with the fastboot
>>> > process (It also happened when I updated from 1.0 to 1.1). No matter
>>> > what I did, adb devices never showed my device. I'm on Ubuntu 9.04.
>>> > I think this method should be posted somewhere as an alternative to
>>> > the fastboot method.
>>> > On Apr 28, 8:10 am, alopecoid <alopec...@gmail.com> wrote:
>>> > > Hi,
>>> > > Last night, I successfully updated my Android Dev Phone 1 (ADP1) to
>>> > > use Android version 1.5. I am new to this process and hit a few snags
>>> > > along the way, so I figured I would share my experiences in hopes that
>>> > > they will possibly help others in the same situation.
>>> > > It might be worth mentioning that I executed these steps on a MacBook
>>> > > Pro running OS X 10.5.6, though I think these steps will work
>>> > > regardless.
>>> > > ****************************************************************
>>> > > What did NOT work (for me):
>>> > > ****************************************************************
>>> > > After reading the instructions, I downloaded the Android SDK (later I
>>> > > found that I did NOT need to do this), and decided to go with the
>>> > > "fastboot method". To make a long story short, no matter what I did,
>>> > > executing "adb devices" would not list my device. Neither did
>>> > > "fastboot devices".
>>> > > ****************************************************************
>>> > > What DID work (for me):
>>> > > ****************************************************************
>>> > > 1. Download the "Radio Image" file (ota-radio-2_22_19_26I.zip) and the
>>> > > "Recovery Image" file (signed-dream_devphone-ota-147201.zip).
>>> > > 2. Make sure that a MicroSD card is in the phone, and connect it to a
>>> > > computer via USB (non-Mac users may have to install certain USB
>>> > > drivers first). Select the USB notification when it appears on the
>>> > > phone, and when prompted, mount the device.
>>> > > 3. Copy the "Radio Image" file (ota-radio-2_22_19_26I.zip) to the root
>>> > > directory of the MicroSD card (I simply used Finder to do this) and
>>> > > rename it to "update.zip". When finished, unmount the USB device (I
>>> > > used the "eject" button in Finder).
>>> > > 4. Turn off the phone (by holding the "end call" button). While
>>> > > holding down the "home" button, turn the phone on again (again, by
>>> > > pressing the "end call" button). When you see the "!" icon, flip out
>>> > > your keyboard and press the key combination ALT+l (that is a lower
>>> > > case "L"). When you see the console-based menu appear, press the key
>>> > > combination ALT+s. When the progress bar completes, press both the
>>> > > "home" and "back" buttons on the phone at the same time. This reboots
>>> > > the device, which should eventually bring up Android as normal.
>>> > > 5. Repeat step #2. Delete the "update.zip" file from the MicroSD card
>>> > > (I did this using Finder).
>>> > > 6. Copy the "Recovery Image" file (signed-dream_devphone-
>>> > > ota-147201.zip) to the root directory of the MicroSD card (I simply
>>> > > used Finder to do this) and rename it to "update.zip". When finished,
>>> > > unmount the USB device (I used the "eject" button in Finder).
>>> > > 7. Repeat step #4. When finished (and after a long initial boot), you
>>> > > should be running Android 1.5. You can choose to repeat step #5 to
>>> > > cleanup the unneeded file from the MicroSD card.
>>> > > These are the steps that worked for me. Take them "with a grain of
>>> > > salt", as I am not sure that they will work for everyone. One thing to
>>> > > mention that didn't seem to be stated anywhere, is that this process
>>> > > kept in tact all of my previous data, settings, and applications.
>>> > > Again, just be cautious. Just because this worked for me, doesn't
>>> > > necessarily mean this will work for everyone.
> Questions sent directly to me that have no reason for being private
> will likely get ignored or forwarded to a public forum with no further
> warning.
Purple Oranges Pty Ltd (ACN 107 409 263)
SYD +61-2-8231-5785 BNE +61-7-3018-2829 MEL +61-3-8682-0401
New York +1-212-359-1678
http://purpleoranges.com/
Disclaimer - This email and any files transmitted with it should be considered without prejudice and are confidential
and contain privileged or copyright information. You must not present
this message to another party without gaining permission from the
sender. If you are not the intended recipient you must not copy,
distribute or use this email or the information contained in it for any
purpose other than to notify us.
Any views expressed in this message are those of the individual sender,
except where the sender specifically states them to be the views of
Purple Oranges Pty Ltd.
I havent successfully updated the phone yet, here are the steps I've
taken:
First problem was installing the USB drivers on Vista 64bit. Solution
was oading my VMware image of Windows XP and doing everything from
there
Then I got "permission denied" when trying to use the "adb push"
command. Some forums suggested that when I connected the device I
chose "dont mount", but the adb tool then just said "device not
found". However, when connecting the device it pops up as a new drive,
and after reading this post I simply copied the radio package to the
device and renamed it to "update.zip".
I booted the device into recovery mode and tried to update the radio,
but I just get the message
E: Cant't open /sdcard/update.zip
(No such file or directory)
Installation aborted
Just to be sure that it landed on the SDcard and not internal memory
somehow I checked the card through a card reader, and yes - the file
"update.zip" was there, all nice and dandy. Howcome he cant find the
file? I checked and double-checked, yes the file is there and yes its
the ota-radio-2_22_19_26I.zip file... Im running the factory Google
Dev 1 with 1.0 firmware version
> I havent successfully updated the phone yet, here are the steps I've
> taken:
> First problem was installing the USB drivers on Vista 64bit. Solution
> was oading my VMware image of Windows XP and doing everything from
> there
> Then I got "permission denied" when trying to use the "adb push"
> command. Some forums suggested that when I connected the device I
> chose "dont mount", but the adb tool then just said "device not
> found". However, when connecting the device it pops up as a new drive,
> and after reading this post I simply copied the radio package to the
> device and renamed it to "update.zip".
> I booted the device into recovery mode and tried to update the radio,
> but I just get the message
> E: Cant't open /sdcard/update.zip
> (No such file or directory)
> Installation aborted
> Just to be sure that it landed on the SDcard and not internal memory
> somehow I checked the card through a card reader, and yes - the file
> "update.zip" was there, all nice and dandy. Howcome he cant find the
> file? I checked and double-checked, yes the file is there and yes its
> the ota-radio-2_22_19_26I.zip file... Im running the factory Google
> Dev 1 with 1.0 firmware version
To all that have problems with adb not finding the device...
On ubuntu (and on all Linux that havent opened the USB device to all
users) you have to start the server as root... afterwards you can use
adb from your normal user account.
whenever you connect the usb cable (or Android is doing a reconect you
have to run the first adb command as root (eg. sudo adb devices or
sudo bash and then adb devices).
An adb wrapper script would might be helpful that checks if your
device is listed and if not kills running adb server and restarts it
as root...
I did it now! I read in another forum that some people had problems
with the stock SD card that came with the Google Dev 1 device. When I
tried the aforementioned process using another SD card it worked like
a charm! Regular copying of files using Windows Explorer, renaming and
updating.
Ĝystein
On May 2, 1:55 pm, Srdjan Rosic <srdjan.ro...@gmail.com> wrote:
> > I havent successfully updated the phone yet, here are the steps I've
> > taken:
> > First problem was installing the USB drivers on Vista 64bit. Solution
> > was oading my VMware image of Windows XP and doing everything from
> > there
> > Then I got "permission denied" when trying to use the "adb push"
> > command. Some forums suggested that when I connected the device I
> > chose "dont mount", but the adb tool then just said "device not
> > found". However, when connecting the device it pops up as a new drive,
> > and after reading this post I simply copied the radio package to the
> > device and renamed it to "update.zip".
> > I booted the device into recovery mode and tried to update the radio,
> > but I just get the message
> > E: Cant't open /sdcard/update.zip
> > (No such file or directory)
> > Installation aborted
> > Just to be sure that it landed on the SDcard and not internal memory
> > somehow I checked the card through a card reader, and yes - the file
> > "update.zip" was there, all nice and dandy. Howcome he cant find the
> > file? I checked and double-checked, yes the file is there and yes its
> > the ota-radio-2_22_19_26I.zip file... Im running the factory Google
> > Dev 1 with 1.0 firmware version
> To all that have problems with adb not finding the device...
> On ubuntu (and on all Linux that havent opened the USB device to all
> users) you have to start the server as root... afterwards you can use
> adb from your normal user account.
> whenever you connect the usb cable (or Android is doing a reconect you
> have to run the first adb command as root (eg. sudo adb devices or
> sudo bash and then adb devices).
> An adb wrapper script would might be helpful that checks if your
> device is listed and if not kills running adb server and restarts it
> as root...
hi
i tried to copy your advice. my phone at step 4,
i was able to hit alt plus L and S. but then the phone froze and i had
to take the battery out.
i followed the next steps and then
e: cant open/cache/recovery/command
phone locked again and had to remove the battery
i tried to reboot the phone by holding the home and off button but no
change.
when turning off the phone with both buttons i then get a option to go
silent or shut
down. i guess you meant to close down with the power off.
i have set a pin on my sim card. that is the only thing i can think
of.
i have just checked and deleted the update.zip as of your last step.
checked my version but it is still on firmware ver 1.0
can you help?
regards Vincenzo
On Apr 28, 2:10 pm, alopecoid <alopec...@gmail.com> wrote:
> Last night, I successfully updated my Android Dev Phone 1 (ADP1) to
> use Android version 1.5. I am new to this process and hit a few snags
> along the way, so I figured I would share my experiences in hopes that
> they will possibly help others in the same situation.
> It might be worth mentioning that I executed these steps on a MacBook
> Pro running OS X 10.5.6, though I think these steps will work
> regardless.
> ****************************************************************
> What did NOT work (for me):
> ****************************************************************
> After reading the instructions, I downloaded the Android SDK (later I
> found that I did NOT need to do this), and decided to go with the
> "fastboot method". To make a long story short, no matter what I did,
> executing "adb devices" would not list my device. Neither did
> "fastboot devices".
> ****************************************************************
> What DID work (for me):
> ****************************************************************
> 1. Download the "Radio Image" file (ota-radio-2_22_19_26I.zip) and the
> "Recovery Image" file (signed-dream_devphone-ota-147201.zip).
> 2. Make sure that a MicroSD card is in the phone, and connect it to a
> computer via USB (non-Mac users may have to install certain USB
> drivers first). Select the USB notification when it appears on the
> phone, and when prompted, mount the device.
> 3. Copy the "Radio Image" file (ota-radio-2_22_19_26I.zip) to the root
> directory of the MicroSD card (I simply used Finder to do this) and
> rename it to "update.zip". When finished, unmount the USB device (I
> used the "eject" button in Finder).
> 4. Turn off the phone (by holding the "end call" button). While
> holding down the "home" button, turn the phone on again (again, by
> pressing the "end call" button). When you see the "!" icon, flip out
> your keyboard and press the key combination ALT+l (that is a lower
> case "L"). When you see the console-based menu appear, press the key
> combination ALT+s. When the progress bar completes, press both the
> "home" and "back" buttons on the phone at the same time. This reboots
> the device, which should eventually bring up Android as normal.
> 5. Repeat step #2. Delete the "update.zip" file from the MicroSD card
> (I did this using Finder).
> 6. Copy the "Recovery Image" file (signed-dream_devphone-
> ota-147201.zip) to the root directory of the MicroSD card (I simply
> used Finder to do this) and rename it to "update.zip". When finished,
> unmount the USB device (I used the "eject" button in Finder).
> 7. Repeat step #4. When finished (and after a long initial boot), you
> should be running Android 1.5. You can choose to repeat step #5 to
> cleanup the unneeded file from the MicroSD card.
> These are the steps that worked for me. Take them "with a grain of
> salt", as I am not sure that they will work for everyone. One thing to
> mention that didn't seem to be stated anywhere, is that this process
> kept in tact all of my previous data, settings, and applications.
> Again, just be cautious. Just because this worked for me, doesn't
> necessarily mean this will work for everyone.
> I havent successfully updated the phone yet, here are the steps I've
> taken:
> First problem was installing the USB drivers on Vista 64bit. Solution
> was oading my VMware image of Windows XP and doing everything from
> there
> Then I got "permission denied" when trying to use the "adb push"
> command. Some forums suggested that when I connected the device I
> chose "dont mount", but the adb tool then just said "device not
> found". However, when connecting the device it pops up as a new drive,
> and after reading this post I simply copied the radio package to the
> device and renamed it to "update.zip".
> I booted the device into recovery mode and tried to update the radio,
> but I just get the message
> E: Cant't open /sdcard/update.zip
> (No such file or directory)
> Installation aborted
> Just to be sure that it landed on the SDcard and not internal memory
> somehow I checked the card through a card reader, and yes - the file
> "update.zip" was there, all nice and dandy. Howcome he cant find the
> file? I checked and double-checked, yes the file is there and yes its
> the ota-radio-2_22_19_26I.zip file... Im running the factory Google
> Dev 1 with 1.0 firmware version
i have tried putting in the original sd card and now see that i have
both files in the 1meg sd card meta-inf and radio.img
is it that i now rename both the files to update.zip
or ??
On Apr 28, 2:10 pm, alopecoid <alopec...@gmail.com> wrote:
> Last night, I successfully updated my Android Dev Phone 1 (ADP1) to
> use Android version 1.5. I am new to this process and hit a few snags
> along the way, so I figured I would share my experiences in hopes that
> they will possibly help others in the same situation.
> It might be worth mentioning that I executed these steps on a MacBook
> Pro running OS X 10.5.6, though I think these steps will work
> regardless.
> ****************************************************************
> What did NOT work (for me):
> ****************************************************************
> After reading the instructions, I downloaded the Android SDK (later I
> found that I did NOT need to do this), and decided to go with the
> "fastboot method". To make a long story short, no matter what I did,
> executing "adb devices" would not list my device. Neither did
> "fastboot devices".
> ****************************************************************
> What DID work (for me):
> ****************************************************************
> 1. Download the "Radio Image" file (ota-radio-2_22_19_26I.zip) and the
> "Recovery Image" file (signed-dream_devphone-ota-147201.zip).
> 2. Make sure that a MicroSD card is in the phone, and connect it to a
> computer via USB (non-Mac users may have to install certain USB
> drivers first). Select the USB notification when it appears on the
> phone, and when prompted, mount the device.
> 3. Copy the "Radio Image" file (ota-radio-2_22_19_26I.zip) to the root
> directory of the MicroSD card (I simply used Finder to do this) and
> rename it to "update.zip". When finished, unmount the USB device (I
> used the "eject" button in Finder).
> 4. Turn off the phone (by holding the "end call" button). While
> holding down the "home" button, turn the phone on again (again, by
> pressing the "end call" button). When you see the "!" icon, flip out
> your keyboard and press the key combination ALT+l (that is a lower
> case "L"). When you see the console-based menu appear, press the key
> combination ALT+s. When the progress bar completes, press both the
> "home" and "back" buttons on the phone at the same time. This reboots
> the device, which should eventually bring up Android as normal.
> 5. Repeat step #2. Delete the "update.zip" file from the MicroSD card
> (I did this using Finder).
> 6. Copy the "Recovery Image" file (signed-dream_devphone-
> ota-147201.zip) to the root directory of the MicroSD card (I simply
> used Finder to do this) and rename it to "update.zip". When finished,
> unmount the USB device (I used the "eject" button in Finder).
> 7. Repeat step #4. When finished (and after a long initial boot), you
> should be running Android 1.5. You can choose to repeat step #5 to
> cleanup the unneeded file from the MicroSD card.
> These are the steps that worked for me. Take them "with a grain of
> salt", as I am not sure that they will work for everyone. One thing to
> mention that didn't seem to be stated anywhere, is that this process
> kept in tact all of my previous data, settings, and applications.
> Again, just be cautious. Just because this worked for me, doesn't
> necessarily mean this will work for everyone.
You'll have to:
- move radio...zip -> update.zip
- Follow the steps to apply the update in recovery mode
- Let it reboot
- If everything went ok, move signed-dream....zip -> update.zip (you can
delete the previous update.zip file if you want)
- Proceed to go to recovery mode, then apply the update (same process as
with the radio image)
Regards
________________
Jorge A Gallegos
-kad-
On Thu, May 7, 2009 at 11:19 AM, Vinnychoff <vincenzo.iaciof...@gmail.com>wrote:
> i have tried putting in the original sd card and now see that i have
> both files in the 1meg sd card meta-inf and radio.img
> is it that i now rename both the files to update.zip
> or ??
> > Last night, I successfully updated my Android Dev Phone 1 (ADP1) to
> > use Android version 1.5. I am new to this process and hit a few snags
> > along the way, so I figured I would share my experiences in hopes that
> > they will possibly help others in the same situation.
> > It might be worth mentioning that I executed these steps on a MacBook
> > Pro running OS X 10.5.6, though I think these steps will work
> > regardless.
> > ****************************************************************
> > What did NOT work (for me):
> > ****************************************************************
> > After reading the instructions, I downloaded the Android SDK (later I
> > found that I did NOT need to do this), and decided to go with the
> > "fastboot method". To make a long story short, no matter what I did,
> > executing "adb devices" would not list my device. Neither did
> > "fastboot devices".
> > ****************************************************************
> > What DID work (for me):
> > ****************************************************************
> > 1. Download the "Radio Image" file (ota-radio-2_22_19_26I.zip) and the
> > "Recovery Image" file (signed-dream_devphone-ota-147201.zip).
> > 2. Make sure that a MicroSD card is in the phone, and connect it to a
> > computer via USB (non-Mac users may have to install certain USB
> > drivers first). Select the USB notification when it appears on the
> > phone, and when prompted, mount the device.
> > 3. Copy the "Radio Image" file (ota-radio-2_22_19_26I.zip) to the root
> > directory of the MicroSD card (I simply used Finder to do this) and
> > rename it to "update.zip". When finished, unmount the USB device (I
> > used the "eject" button in Finder).
> > 4. Turn off the phone (by holding the "end call" button). While
> > holding down the "home" button, turn the phone on again (again, by
> > pressing the "end call" button). When you see the "!" icon, flip out
> > your keyboard and press the key combination ALT+l (that is a lower
> > case "L"). When you see the console-based menu appear, press the key
> > combination ALT+s. When the progress bar completes, press both the
> > "home" and "back" buttons on the phone at the same time. This reboots
> > the device, which should eventually bring up Android as normal.
> > 5. Repeat step #2. Delete the "update.zip" file from the MicroSD card
> > (I did this using Finder).
> > 6. Copy the "Recovery Image" file (signed-dream_devphone-
> > ota-147201.zip) to the root directory of the MicroSD card (I simply
> > used Finder to do this) and rename it to "update.zip". When finished,
> > unmount the USB device (I used the "eject" button in Finder).
> > 7. Repeat step #4. When finished (and after a long initial boot), you
> > should be running Android 1.5. You can choose to repeat step #5 to
> > cleanup the unneeded file from the MicroSD card.
> > These are the steps that worked for me. Take them "with a grain of
> > salt", as I am not sure that they will work for everyone. One thing to
> > mention that didn't seem to be stated anywhere, is that this process
> > kept in tact all of my previous data, settings, and applications.
> > Again, just be cautious. Just because this worked for me, doesn't
> > necessarily mean this will work for everyone.
i have tried downloading the file to a windows machine, format the card,
creat a new update.zip file, drag and drop both files into it, tried to
reboot phone
same each time
fails to access
same error
E: Can't open /cache/recovery/command
any one know what it is i am doing wrong?
phone has been wiped of data with alt + w
> You'll have to:
> - move radio...zip -> update.zip
> - Follow the steps to apply the update in recovery mode
> - Let it reboot
> - If everything went ok, move signed-dream....zip -> update.zip (you can
> delete the previous update.zip file if you want)
> - Proceed to go to recovery mode, then apply the update (same process as
> with the radio image)
> Regards
> ________________
> Jorge A Gallegos
> -kad-
> On Thu, May 7, 2009 at 11:19 AM, Vinnychoff <vincenzo.iaciof...@gmail.com>wrote:
>> i have tried putting in the original sd card and now see that i have
>> both files in the 1meg sd card meta-inf and radio.img
>> is it that i now rename both the files to update.zip
>> or ??
>> > Last night, I successfully updated my Android Dev Phone 1 (ADP1) to
>> > use Android version 1.5. I am new to this process and hit a few snags
>> > along the way, so I figured I would share my experiences in hopes that
>> > they will possibly help others in the same situation.
>> > It might be worth mentioning that I executed these steps on a MacBook
>> > Pro running OS X 10.5.6, though I think these steps will work
>> > regardless.
>> > ****************************************************************
>> > What did NOT work (for me):
>> > ****************************************************************
>> > After reading the instructions, I downloaded the Android SDK (later I
>> > found that I did NOT need to do this), and decided to go with the
>> > "fastboot method". To make a long story short, no matter what I did,
>> > executing "adb devices" would not list my device. Neither did
>> > "fastboot devices".
>> > ****************************************************************
>> > What DID work (for me):
>> > ****************************************************************
>> > 1. Download the "Radio Image" file (ota-radio-2_22_19_26I.zip) and the
>> > "Recovery Image" file (signed-dream_devphone-ota-147201.zip).
>> > 2. Make sure that a MicroSD card is in the phone, and connect it to a
>> > computer via USB (non-Mac users may have to install certain USB
>> > drivers first). Select the USB notification when it appears on the
>> > phone, and when prompted, mount the device.
>> > 3. Copy the "Radio Image" file (ota-radio-2_22_19_26I.zip) to the root
>> > directory of the MicroSD card (I simply used Finder to do this) and
>> > rename it to "update.zip". When finished, unmount the USB device (I
>> > used the "eject" button in Finder).
>> > 4. Turn off the phone (by holding the "end call" button). While
>> > holding down the "home" button, turn the phone on again (again, by
>> > pressing the "end call" button). When you see the "!" icon, flip out
>> > your keyboard and press the key combination ALT+l (that is a lower
>> > case "L"). When you see the console-based menu appear, press the key
>> > combination ALT+s. When the progress bar completes, press both the
>> > "home" and "back" buttons on the phone at the same time. This reboots
>> > the device, which should eventually bring up Android as normal.
>> > 5. Repeat step #2. Delete the "update.zip" file from the MicroSD card
>> > (I did this using Finder).
>> > 6. Copy the "Recovery Image" file (signed-dream_devphone-
>> > ota-147201.zip) to the root directory of the MicroSD card (I simply
>> > used Finder to do this) and rename it to "update.zip". When finished,
>> > unmount the USB device (I used the "eject" button in Finder).
>> > 7. Repeat step #4. When finished (and after a long initial boot), you
>> > should be running Android 1.5. You can choose to repeat step #5 to
>> > cleanup the unneeded file from the MicroSD card.
>> > These are the steps that worked for me. Take them "with a grain of
>> > salt", as I am not sure that they will work for everyone. One thing to
>> > mention that didn't seem to be stated anywhere, is that this process
>> > kept in tact all of my previous data, settings, and applications.
>> > Again, just be cautious. Just because this worked for me, doesn't
>> > necessarily mean this will work for everyone.
> I do not seem able to move past sd card and files
> i have tried downloading the file to a windows machine, format the card,
> creat a new update.zip file, drag and drop both files into it, tried to
> reboot phone
> same each time
> fails to access
> same error
> E: Can't open /cache/recovery/command
> any one know what it is i am doing wrong?
> phone has been wiped of data with alt + w
> 2009/5/7 Jorge A Gallegos <gallego...@gmail.com>
> You'll have to:
>> - move radio...zip -> update.zip
>> - Follow the steps to apply the update in recovery mode
>> - Let it reboot
>> - If everything went ok, move signed-dream....zip -> update.zip (you can
>> delete the previous update.zip file if you want)
>> - Proceed to go to recovery mode, then apply the update (same process as
>> with the radio image)
>> Regards
>> ________________
>> Jorge A Gallegos
>> -kad-
>> On Thu, May 7, 2009 at 11:19 AM, Vinnychoff <vincenzo.iaciof...@gmail.com
>> > wrote:
>>> i have tried putting in the original sd card and now see that i have
>>> both files in the 1meg sd card meta-inf and radio.img
>>> is it that i now rename both the files to update.zip
>>> or ??
>>> > Last night, I successfully updated my Android Dev Phone 1 (ADP1) to
>>> > use Android version 1.5. I am new to this process and hit a few snags
>>> > along the way, so I figured I would share my experiences in hopes that
>>> > they will possibly help others in the same situation.
>>> > It might be worth mentioning that I executed these steps on a MacBook
>>> > Pro running OS X 10.5.6, though I think these steps will work
>>> > regardless.
>>> > ****************************************************************
>>> > What did NOT work (for me):
>>> > ****************************************************************
>>> > After reading the instructions, I downloaded the Android SDK (later I
>>> > found that I did NOT need to do this), and decided to go with the
>>> > "fastboot method". To make a long story short, no matter what I did,
>>> > executing "adb devices" would not list my device. Neither did
>>> > "fastboot devices".
>>> > ****************************************************************
>>> > What DID work (for me):
>>> > ****************************************************************
>>> > 1. Download the "Radio Image" file (ota-radio-2_22_19_26I.zip) and the
>>> > "Recovery Image" file (signed-dream_devphone-ota-147201.zip).
>>> > 2. Make sure that a MicroSD card is in the phone, and connect it to a
>>> > computer via USB (non-Mac users may have to install certain USB
>>> > drivers first). Select the USB notification when it appears on the
>>> > phone, and when prompted, mount the device.
>>> > 3. Copy the "Radio Image" file (ota-radio-2_22_19_26I.zip) to the root
>>> > directory of the MicroSD card (I simply used Finder to do this) and
>>> > rename it to "update.zip". When finished, unmount the USB device (I
>>> > used the "eject" button in Finder).
>>> > 4. Turn off the phone (by holding the "end call" button). While
>>> > holding down the "home" button, turn the phone on again (again, by
>>> > pressing the "end call" button). When you see the "!" icon, flip out
>>> > your keyboard and press the key combination ALT+l (that is a lower
>>> > case "L"). When you see the console-based menu appear, press the key
>>> > combination ALT+s. When the progress bar completes, press both the
>>> > "home" and "back" buttons on the phone at the same time. This reboots
>>> > the device, which should eventually bring up Android as normal.
>>> > 5. Repeat step #2. Delete the "update.zip" file from the MicroSD card
>>> > (I did this using Finder).
>>> > 6. Copy the "Recovery Image" file (signed-dream_devphone-
>>> > ota-147201.zip) to the root directory of the MicroSD card (I simply
>>> > used Finder to do this) and rename it to "update.zip". When finished,
>>> > unmount the USB device (I used the "eject" button in Finder).
>>> > 7. Repeat step #4. When finished (and after a long initial boot), you
>>> > should be running Android 1.5. You can choose to repeat step #5 to
>>> > cleanup the unneeded file from the MicroSD card.
>>> > These are the steps that worked for me. Take them "with a grain of
>>> > salt", as I am not sure that they will work for everyone. One thing to
>>> > mention that didn't seem to be stated anywhere, is that this process
>>> > kept in tact all of my previous data, settings, and applications.
>>> > Again, just be cautious. Just because this worked for me, doesn't
>>> > necessarily mean this will work for everyone.