Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
ICS on motorola droid 2
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
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
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
 
Mattia Scattolin  
View profile  
 More options May 2 2012, 12:00 pm
From: Mattia Scattolin <mattia.scatto...@gmail.com>
Date: Wed, 2 May 2012 18:00:46 +0200 (CEST)
Local: Wed, May 2 2012 12:00 pm
Subject: ICS on motorola droid 2
Hello everybody,

I own a Motorola Milestone 2 (European edition of droid  2).

I'd like to install Android 4 (ICS) on it.

Can anyone link me to instruction on how to do it.
I can use sight help on doing it but I can't find usefull information on
the web.

Thanks for any help!

Mattia

**Please consider the environment before printing this email**


 
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.
Phil Muir  
View profile  
 More options May 4 2012, 11:15 am
From: "Phil Muir" <i...@accessibilitytraining.co.uk>
Date: Fri, 4 May 2012 16:15:18 +0100
Local: Fri, May 4 2012 11:15 am
Subject: RE: ICS on motorola droid 2
Mattia.  A quick Google search brought up this page:

http://code.google.com/p/cm-milestone2/downloads/list

Not sure which languages these .zips are in.  One says EU next to that so,
maybe that's some kind of European build.  Can't really say.  Think someone
on list, installed ICS on a Droid 2. They may be able to advise further.
Also, you would require the gapps file for ICS.  If you conduct a Google
search for:

gapps-ics-20120317-signed.zip

Then, you should be able to locate the file.  Finally, there is quite a lot
of information on how to install ROM'S using adb and adb shell.  I have
posted on this many times and the same process can be used on a Motorola
Milestone 2 as is used on the Sony Ericsson Xperia Pro.

Regards, Phil Muir
Accessibility Training
Telephone: US (615) 713-2021
UK +44-1747-821-794
Mobile: UK +44-7968-136-246
E-mail:
i...@accessibilitytraining.co.uk
URL:
http://www.accessibilitytraining.co.uk/


 
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.
Phil Muir  
View profile  
 More options May 4 2012, 11:42 am
From: "Phil Muir" <i...@accessibilitytraining.co.uk>
Date: Fri, 4 May 2012 16:42:20 +0100
Local: Fri, May 4 2012 11:42 am
Subject: RE: ICS on motorola droid 2
Hi.  Posted something similar the other day.  However, these instructions
will also format the data  partition and install Talkback.  As always,
thanks to Robbie for supplying the originoal instructions required to do
this.

Installing a new rom ON Motorola Milestone 2.
Note: in order to do this you will require the Android SDK and other files
such as Java etc.  Not going to cover that here as this was covered by Simon
in the Xperia Pro thread.
First, copy the update zip and the gapps zip to the sd card.  You can if you
wish, rename them to short names.  However, you may not need to if you are
using copy and paste to do this as I do.

If you haven't already then, enable USB debugging on the phone.  Plug the
USB cable between your PC and the phone.

We will now use ADB to get a shell on the phone.  In order to do that in
Windows, we need to bring up a command prompt in the directory where adb is.
Tip: if you are doing this on Windows then, you can go to where you have
installed adb.  In my case that's:

C:\Program Files (x86)\Android\android-sdk\platform-tools

Then, shift right click in that directory and choose open command prompt
from the menu.  In the command prompt Window type:

adb shell
You should now have a prompt, which can vary depending on the boot image.
If it ends with "#", then you are root. If it ends with "$", type:
su <enter>
the prompt should change to "#".

Tip: you can copy and paste all of the following entries.  You can do that
by copying all of the text into notepad then, selecting it a line at a time.
Press control C to copy.  Then, when in the command prompt, right click in
that Window and choose Paste from the menu. then, press enter to execute the
text in the window.  Be very careful when selecting text that you only
select the text and no blank space.  Anyway, back to installing the ROM.
We need to create the clockworkmod script to install the ROM.  We can do
that by typing the following:

cat > /cache/recovery/extendedcommand
format("/cache");
format("/system");
format("/data");
install_zip("/sdcard/update.zip");
install_zip("/sdcard/gapps.zip");
Type the keystroke Control D to end the file.
We now need to reboot the phone into recovery mode so that it will continue
with the install and the following commands will do that.
touch /cache/recovery/boot
reboot
After several minutes, install the talkback apk which you can download at
http://code.google.com/p/eyes-free/downloads/detail?name=talkback-v3....
&can=2&q=label%3ATalkBack
Then use the following command to install it:
adb install TalkBack.apk
We now need to reboot the phone into ICS and the following command will do
that.
adb shell reboot.
You should now be able to draw the rectangle on the screen and setup the
phone using talkback.

Regards, Phil Muir
Accessibility Training
Telephone: US (615) 713-2021
UK +44-1747-821-794
Mobile: UK +44-7968-136-246
E-mail:
i...@accessibilitytraining.co.uk
URL:
http://www.accessibilitytraining.co.uk/


 
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.
Su Hai Me  
View profile  
 More options May 4 2012, 12:03 pm
From: Su Hai Me <suhaime...@gmail.com>
Date: Sat, 5 May 2012 00:03:38 +0800
Local: Fri, May 4 2012 12:03 pm
Subject: Re: ICS on motorola droid 2
Oh mine that's a mouthful. Phil, I was just wondering if Sony can make the ICS upgrade quite easily with PC companion, couldn't someone actually write a windows based program using CM9 ROM or is it not as easy as what I thought it to be?

Regards,
Su hai me

On 4 May, 2012, at 11:42 PM, "Phil Muir" <i...@accessibilitytraining.co.uk> wrote:


 
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.
Phil Muir  
View profile  
 More options May 4 2012, 12:10 pm
From: "Phil Muir" <i...@accessibilitytraining.co.uk>
Date: Fri, 4 May 2012 17:10:15 +0100
Local: Fri, May 4 2012 12:10 pm
Subject: RE: ICS on motorola droid 2
Sue, don't think it's quite as easy as that.  Mind you, installing ROM's
isn't' that bad.   Forgot to add that when doing this you will also need to
flash a separate boot.img that's specific to that ROM.  That will be in the
.zip that is downloaded.  Am using a ICS Rom that is also developed for the
Xperia Arc and I am able to use the Google.tts with it. .

Regards, Phil Muir
Accessibility Training
Telephone: US (615) 713-2021
UK +44-1747-821-794
Mobile: UK +44-7968-136-246
E-mail:
i...@accessibilitytraining.co.uk
URL:
http://www.accessibilitytraining.co.uk/


 
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.
End of messages
« Back to Discussions « Newer topic     Older topic »