Project

General

Profile

DeprecatedInstallAndroid » History » Version 2

Denis 'GNUtoo' Carikli, 09/17/2009 02:52 PM

1 1 Denis 'GNUtoo' Carikli
== Introduction ==
2
Here's a tutorial that covers the installation of a previously built or downloaded Free Android Image,we will assume that: 
3
 * you don't have the engineering bootloader
4
 * you have root access
5
 * you have a vfat sdcard in your android phone with enough free space
6
7
== Howto ==
8
 * /!\ first backup your curent version...in case something is wrong we need it
9
 * then if you want the proprietary wifi firmware,execute the following command on your computer(/!\ the firmware is proprietary,we don't know what it does and we are not even allowed to redistribute it):
10
{{{
11
 ./adb pull /system/etc/wifi/Fw1251r1c.bin ./
12
}}}
13
 * dowload an image that can flash our Free Android, like cm-recovery-1.4.img for instance (/!\ we didn't check cm-recovery-1.4.img's freedom) 
14
{{{
15
wget http://n0rp.chemlab.org/android/cm-recovery-1.4.img
16
}}}
17 2 Denis 'GNUtoo' Carikli
Then we will boot on the image that will flash our android:
18
 * shutdown your phone if it isn't shut down
19
 * press the camera button first,keep pressing it while pressing the power button...that will give you a screen with skateboarders
20
 * use fastboot to boot:
21 1 Denis 'GNUtoo' Carikli
{{{
22 2 Denis 'GNUtoo' Carikli
./fastboot boot cm-recovery-1.4.img
23 1 Denis 'GNUtoo' Carikli
}}}
24 2 Denis 'GNUtoo' Carikli
 * press on the back button(<-) that is under the menu button at the right of the trackball
25
it will boot
26
 * backup your image selecting "nandroid v2.2 backup"