Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Successful Update To Android 1.5: Here Is How I Did It
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  Messages 1 - 25 of 32 - Collapse all  -  Translate all to Translated (View all originals)   Newer >
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
alopecoid  
View profile  
(2 users)  More options Apr 28, 9:10 am
From: alopecoid <alopec...@gmail.com>
Date: Tue, 28 Apr 2009 06:10:32 -0700 (PDT)
Local: Tues, Apr 28 2009 9:10 am
Subject: Successful Update To Android 1.5: Here Is How I Did It
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.

First, I stumbled across this page, which contains instructions and
links to all the necessary downloads:
http://www.htc.com/www/support/android/adp.html

****************************************************************
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!


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jean-Baptiste Queru  
View profile  
 More options Apr 28, 9:28 am
From: Jean-Baptiste Queru <j...@android.com>
Date: Tue, 28 Apr 2009 06:28:45 -0700
Local: Tues, Apr 28 2009 9:28 am
Subject: Re: Successful Update To Android 1.5: Here Is How I Did It
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

--
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.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Margaret  
View profile  
 More options Apr 28, 11:30 am
From: Margaret <mawei...@gmail.com>
Date: Tue, 28 Apr 2009 23:30:34 +0800
Local: Tues, Apr 28 2009 11:30 am
Subject: Re: Successful Update To Android 1.5: Here Is How I Did It

I update it follow htc.com

adp

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...


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mike  
View profile  
 More options Apr 28, 12:20 pm
From: Mike <mrjohns...@gmail.com>
Date: Tue, 28 Apr 2009 09:20:41 -0700 (PDT)
Local: Tues, Apr 28 2009 12:20 pm
Subject: Re: Successful Update To Android 1.5: Here Is How I Did It
Try running adb as root:
sudo bash
./adb kill-server
./adb devices

Does that help?

On Apr 28, 6:10 am, alopecoid <alopec...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
rjensen  
View profile  
 More options Apr 28, 7:24 pm
From: rjensen <jensen.ra...@gmail.com>
Date: Tue, 28 Apr 2009 16:24:48 -0700 (PDT)
Local: Tues, Apr 28 2009 7:24 pm
Subject: Re: Successful Update To Android 1.5: Here Is How I Did It
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:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Farhad  
View profile  
 More options Apr 28, 10:49 pm
From: Farhad <farhadnoor...@gmail.com>
Date: Tue, 28 Apr 2009 19:49:27 -0700 (PDT)
Local: Tues, Apr 28 2009 10:49 pm
Subject: Re: Successful Update To Android 1.5: Here Is How I Did It
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:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
murray  
View profile  
 More options Apr 29, 2:54 am
From: murray <kmoore...@gmail.com>
Date: Tue, 28 Apr 2009 23:54:30 -0700 (PDT)
Local: Wed, Apr 29 2009 2:54 am
Subject: Re: Successful Update To Android 1.5: Here Is How I Did It
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:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jean-Baptiste Queru  
View profile  
 More options Apr 29, 8:53 am
From: Jean-Baptiste Queru <j...@android.com>
Date: Wed, 29 Apr 2009 05:53:14 -0700
Local: Wed, Apr 29 2009 8:53 am
Subject: Re: Successful Update To Android 1.5: Here Is How I Did It
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

--
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.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chavepeyer Geoffrey  
View profile  
(1 user)  More options Apr 29, 10:03 am
From: Chavepeyer Geoffrey <gchavepe...@gmail.com>
Date: Wed, 29 Apr 2009 07:03:55 -0700 (PDT)
Local: Wed, Apr 29 2009 10:03 am
Subject: Re: Successful Update To Android 1.5: Here Is How I Did It
That worked for me without any problems :)

Thanks !


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
sap  
View profile  
 More options Apr 30, 4:42 pm
From: sap <sapnade...@gmail.com>
Date: Thu, 30 Apr 2009 13:42:58 -0700 (PDT)
Local: Thurs, Apr 30 2009 4:42 pm
Subject: Re: Successful Update To Android 1.5: Here Is How I Did It
HI,

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:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Troy - Purple Oranges  
View profile  
 More options Apr 30, 5:07 pm
From: Troy - Purple Oranges <t...@purpleoranges.com>
Date: Fri, 1 May 2009 07:07:33 +1000
Local: Thurs, Apr 30 2009 5:07 pm
Subject: Re: Successful Update To Android 1.5: Here Is How I Did It
I think a Wiki for all of this is a fantastic idea.

If I host one, are there any people willing to help maintain it?

http://wiki.android-adp.com/

Regards,
Troy Kelly

Purple Oranges Pty Ltd
http://purpleoranges.com/
--
Phone + 61 7  3018 2840
Fax + 61 7 3105 5987

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.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ĝystein Jakobsen  
View profile  
 More options May 2, 4:55 am
From: Ĝystein Jakobsen <oystein.jakob...@gmail.com>
Date: Sat, 2 May 2009 01:55:00 -0700 (PDT)
Subject: Re: Successful Update To Android 1.5: Here Is How I Did It
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


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Srdjan Rosic  
View profile  
 More options May 2, 7:55 am
From: Srdjan Rosic <srdjan.ro...@gmail.com>
Date: Sat, 2 May 2009 13:55:35 +0200
Local: Sat, May 2 2009 7:55 am
Subject: Re: Successful Update To Android 1.5: Here Is How I Did It
Have you tried running cmd as administrator and then adb push ?
Srdjan Rosic

2009/5/2 Ĝystein Jakobsen <oystein.jakob...@gmail.com>:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
rac  
View profile  
 More options May 3, 7:29 am
From: rac <michel.ra...@gmail.com>
Date: Sun, 3 May 2009 04:29:21 -0700 (PDT)
Local: Sun, May 3 2009 7:29 am
Subject: Re: Successful Update To Android 1.5: Here Is How I Did It
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...


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ĝystein Jakobsen  
View profile  
 More options May 3, 8:25 am
From: Ĝystein Jakobsen <oystein.jakob...@gmail.com>
Date: Sun, 3 May 2009 05:25:07 -0700 (PDT)
Local: Sun, May 3 2009 8:25 am
Subject: Re: Successful Update To Android 1.5: Here Is How I Did It
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:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Emat  
View profile  
 More options May 4, 11:14 pm
From: Emat <eric.matig...@gmail.com>
Date: Mon, 4 May 2009 20:14:12 -0700 (PDT)
Local: Mon, May 4 2009 11:14 pm
Subject: Re: Successful Update To Android 1.5: Here Is How I Did It
Hi,

I went through all the steps but now, my phone hangs in the Android
start screen. I can't go further.

When I relaunch the I have the following message : E:Can't open /cache/
recovery/command

Anything I can do to solve that issue ?

Emat


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Emat  
View profile  
 More options May 4, 11:22 pm
From: Emat <eric.matig...@gmail.com>
Date: Mon, 4 May 2009 20:22:57 -0700 (PDT)
Local: Mon, May 4 2009 11:22 pm
Subject: Re: Successful Update To Android 1.5: Here Is How I Did It

Hi,

I have solved it by reflashing the recovery image and swiping
everything.

I have lost all my data by my phone works now...

Emat


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
rjensen  
View profile  
 More options May 5, 9:49 am
From: rjensen <jensen.ra...@gmail.com>
Date: Tue, 5 May 2009 06:49:45 -0700 (PDT)
Local: Tues, May 5 2009 9:49 am
Subject: Re: Successful Update To Android 1.5: Here Is How I Did It
When I run "sudo adb devices" it says command not found. Any idea why
adb devices works but not with sudo? I'm on Ubuntu 9.04

On May 3, 6:29 am, rac <michel.ra...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Vinnychoff  
View profile  
 More options May 5, 11:34 am
From: Vinnychoff <vincenzo.iaciof...@gmail.com>
Date: Tue, 5 May 2009 08:34:52 -0700 (PDT)
Local: Tues, May 5 2009 11:34 am
Subject: Re: Successful Update To Android 1.5: Here Is How I Did It
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:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jackan  
View profile  
 More options May 5, 4:16 pm
From: Jackan <wjak...@gmail.com>
Date: Tue, 5 May 2009 13:16:14 -0700 (PDT)
Local: Tues, May 5 2009 4:16 pm
Subject: Re: Successful Update To Android 1.5: Here Is How I Did It
Hi!
Where do I get the USB-drivers? I'm using 32-bit Vista, and Android-
DevPhone 1.

Thanks!

On 2 Maj, 10:55, Ĝystein Jakobsen <oystein.jakob...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
jAnO!  
View profile  
 More options May 6, 6:39 am
From: "jAnO!" <j.j.gr...@gmail.com>
Date: Wed, 6 May 2009 03:39:09 -0700 (PDT)
Local: Wed, May 6 2009 6:39 am
Subject: Re: Successful Update To Android 1.5: Here Is How I Did It

On Apr 28, 3:10 pm, alopecoid <alopec...@gmail.com> wrote:

> Hi,

> I hope this was helpful!

It sure was! Easy peasy.. No new usb drivers, no sdk just plain old
win-xp and your instructions,

Thanks!


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Vinnychoff  
View profile  
 More options May 7, 12:19 pm
From: Vinnychoff <vincenzo.iaciof...@gmail.com>
Date: Thu, 7 May 2009 09:19:48 -0700 (PDT)
Local: Thurs, May 7 2009 12:19 pm
Subject: Re: Successful Update To Android 1.5: Here Is How I Did It
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:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jorge A Gallegos  
View profile  
 More options May 7, 12:24 pm
From: Jorge A Gallegos <gallego...@gmail.com>
Date: Thu, 7 May 2009 11:24:31 -0500
Local: Thurs, May 7 2009 12:24 pm
Subject: Re: Successful Update To Android 1.5: Here Is How I Did It

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:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Vincenzo Iaciofano  
View profile  
 More options May 8, 6:52 am
From: Vincenzo Iaciofano <vincenzo.iaciof...@gmail.com>
Date: Fri, 8 May 2009 11:52:02 +0100
Local: Fri, May 8 2009 6:52 am
Subject: Re: Successful Update To Android 1.5: Here Is How I Did It

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>

--
Thanks

http://steelroadbike.blogspot.com/

http://androidphone-vinny.blogspot.com/

http://ducati916bipostowhyiboughtone.blogspot.com/


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Vincenzo Iaciofano  
View profile  
 More options May 8, 9:10 am
From: Vincenzo Iaciofano <vincenzo.iaciof...@gmail.com>
Date: Fri, 8 May 2009 14:10:34 +0100
Local: Fri, May 8 2009 9:10 am
Subject: Re: Successful Update To Android 1.5: Here Is How I Did It

im sorry tried again and the error is
after alt + l
e:cant open /sdcard/update.zip (bad)

2009/5/8 Vincenzo Iaciofano <vincenzo.iaciof...@gmail.com>

--
Thanks

http://steelroadbike.blogspot.com/

http://androidphone-vinny.blogspot.com/

http://ducati916bipostowhyiboughtone.blogspot.com/


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Messages 1 - 25 of 32   Newer >
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google