Search This Blog

Wednesday 29 June 2011

how to run android on nokia n900

WIKI:
http://wiki.maemo.org/Nitdroid_easy_install_on_EMMC

Files to be downloaded:
You'll have to download the kernel for both versions of Nitdroid.
Nitdroid kernel:
NITDroid-kernel-Mido.Fayad.deb

Nitdroid 0.0.9:
http://downloads.nitdroid.com/e-yes/NITDroid-0.0.9.tar.bz2

OR

Nitdroid Gingerbread:
http://downloads.nitdroid.com/e-yes/gingerbread.tar.bz2
Copy both of these files to:
Code:
/home/user/MyDocs
Installing NITDroid 0.0.9 to the EMMC:
1.Enable all repositories from App manager (Extras-testing, Extras-devel, Extras and the default Nokia repositories)
2.Install Leafpad from the App manager and make sure that you have root access
3.Close App manager, open X Terminal and execute the following commands to download Nitdroid installer package DO NOT RUN IT LATER just install it via this:
Code:
root
apt-get update
apt-get install nitdroid-installer
y
y again if it asks again
4.You know installed the old installer for Nitdroid, DO NOT RUN IT, after the nitdroid-installer package is installed, close X Term.
5.On a new X Terminal window, type the following commands:
Code:
root
cd /home/user/MyDocs
bzip2 -d NITDroid-0.0.9.tar.bz2
cd /home
mkdir /and
cd /
mount /home /and
cd /and
tar xvf /home/user/MyDocs/NITDroid-0.0.9.tar
dpkg -i /home/user/MyDocs/NITDroid-kernel-Mido.Fayad.deb
6. On Xterm:
Code:
leafpad /etc/multiboot.d/1 (then press tab on your touchscreen)
Your .item file shall open under leafpad. Take a look at ITEM_DEVICE
if you're using an mmc be sure that: ITEM_DEVICE:${INT_CARD}p2
OR
if you don't have an mmc be sure that: ITEM_DEVICE:mmcblk0p2
finish and you have done all these steps

No comments:

Post a Comment