Nitdroid: Installing Android on the Nokia N810
I'm continually frustrated with Nokia. They make truly excellent hardware but akways seem to produce the most disappointing software. The N95 & the N810 are perfect examples of this. Powerful and innovative computers let down by shoddy software.
So, when I heard that some clever hackers had ported Google's Android OS to the N810, I leapt at the chance to reinvigorate my sadly neglected Internet Tablet..
There are various tutorials on the web, but here's my quick & pain free howto for people running Ubuntu. This is based on the instructions from the Nitdroid Homepage and the InternetTabletTalk forums.
You will need...
- A Nokia N810 (this should also work with the N800 and the N770)
- USB and Charging cables.
- A computer running Ubuntu (or most other flavours of Linux)
- A working Internet connection.
- NERVES OF STEEL! (Not really, it's very simple to reflash the N810 if you do mess up.)
So here's the HOWTO:
- Back up any files you want to keep from your N810. We're going to be wiping it clean.
- Remove any SD cards you've got from the N810.
- Make sure the battery is fully charged.
- Create a folder on your computer called "Nitdroid".
- Download the following files (or newer if available)
- The flasher - this allows you to flash the hardware (you may need a different version if you're running 64bit or PPC).
- The Android filesystem
- The Andoid OS
- Connect your N810 to your computer via USB, switch the N810 on.
- If you haven't got it already, install and run gparted.
- You need to create 3 partitions, the first must be FAT32, the third must be ext3 with a minimum size of 128MB. See the picture for an example.
- Take a note of the device name - in this example, it's /dev/sdb
- We need to mount the ext3 filesystem we've created - go to the command line and type
sudo mount -t ext3 /dev/sdb3 /android
Remember to change /dev/sdb3 to whatever your device is actually called. - We now need to go to the "/android" directory and extract the filesystem to it. At the command line, type
cd /android
Then
sudo tar -xjpvf /home/$USER/Desktop/nitdroid/rootfs-nitdroid.tar.bz
Remember to change $USER to your username - or change the whole path to where you downloaded the nitdroid files. - Once complete, you unmount the filesystem by typing
sudo umount /android
- We're ready to flash! Hurrah!
- Turn off the N810, unplug it from the power and USB cables.
- We need to make the flashing software executable so type
chmod a+x flasher-3.0-static
- Plug the N810 into the USB cable but leave it switched off.
- Run the flashing software (yes, with the N810 turned off) by typing
sudo ./flasher-3.0-static -f -k zImage-nitdroid-n8x0 --enable-rd-mode -R
- You will see the following message
flasher v0.9.0 (Jan 19 2007)
This means that the flashing software is looking for the N810.
Suitable USB device not found, waiting
- On the N810, hold down the "Switch" button (The one which looks like two overlapping squares, just under the camera). With the button held down, push the power button.
- You'll see some messages on your PC's screen indicating that the device is being flashed. Let go of the buttons.
- Wait.
- Wait a little while longer.
- Have a biscuit to calm your nerves.
- It should be over and done with in less than a minute.
- Once it's complete, unplug the N810. Power it off, then on again. You should see this screen.
- It takes about 5 minutes for the first boot to complete. If it takes substantially longer than that, read the troubleshooting section.
- TADA! You now have Android on your N810.WiFi works - as do the keyboard and touchscreen. At the moment, sound, BlueTooth & GPS don't. There are a few random crashes, and the performance leaves a little to be desired. Much like the original Maemo software!
Troubleshooting.
If it all goes wrong, here's how to get your N810 back to the latest official firmware.
- Download the latest official firmware from http://tablets-dev.nokia.com/nokia_N810.php
- Plug the N810 into the USB cable but leave it switched off.
- Run the flashing software (yes, with the N810 turned off) by typing
sudo ./flasher-3.0 -F RX-44_DIABLO_5.2008.43-7_PR_COMBINED_MR0_ARM.bin -f -R
Remember to replace "RX-44...." with the name of the latest software.
- You will see the following message
flasher v0.9.0 (Jan 19 2007)
This means that the flashing software is looking for the N810.
Suitable USB device not found, waiting
- On the N810, hold down the "Switch" button (The one which looks like two overlapping squares, just under the camera). With the button held down, push the power button.
- Wait. You will have a factory fresh N810 in a matter of minutes.
Enjoy!
Matt Lacey says:
I really like the N810, but I wouldn't describe it as excellent hardware. The touchscreen is dreadful and really lets down an otherwise great device.
Or maybe I'm just upset that my screen got scratched and means that the onscreen keyboard is now unusable as it is constantly detecting extra screen presses. I've not known that happen to a screen on any device in more than 5 years.
Jan says:
How long does it take to install onced flashed i followed the directions but its still the android screen
Terence Eden says:
It should take around 5 - 10 minutes for the first boot. It will be significantly quicker after that. If after 10 minutes nothing has happened, I'd try to flash it again.
Andre says:
"’m continually frustrated with Nokia. They make truly excellent hardware but akways seem to produce the most disappointing software. The N95 & the N810 are perfect examples of this. Powerful and innovative computers let down by shoddy software."
What were your gripes with the Maemo software? Does the hacked Android software work better for you with the n810?
Terence Eden says:
I find Maemo a little clunky - the usability is typical Nokia (low!). Most of the power of the device requires you to gain root access.
Android is by no means a replacement - yet. At the moment it's just a proof of concept. Stick with the latest Maemo for day-to-day use.
Jay says:
I did everything by the book but my n800 won't connect to wifi. It sees the AP but wont get an IP address from it. says unsuccessful
ramonite says:
hmmm do i really need an Ubuntu for this? My laptops are running on Vista..
though my netbook runs on Xandros linux... would that work?
Terence Eden says:
Any Linux should work. I'm not sure if there are any Windows tools which will format into Linux filesystems.
brie987 says:
Can I use a Live CD of Ubuntu to format the the SD card?
Terence Eden says:
Yes, booting your PC from a live CD will allow you to format the SD card.
brie987 says:
Any new updates to this? I had the n770 when it came out but it got stolen and I gave up on it but this sounds fun so Im looking for a cheap n800/810 and definitely going to try this.
Terence Eden says:
There's not been any more work on it as far as I'm aware. But it is open source - so anyone can pick it up.
kourun says:
hi,i really interested..but how to reflash it if i mess up? and how fast does it take to boot up? does this support flash 10?? thanks..
Terence Eden says:
Hi, The end of this post contains instructions on how to reflash if it goes wrong. After the first boot, it only takes a minute or so to boot up. It doesn't support any form of Adobe Flash.
T
Ankit says:
does this have android market?
Terence Eden says:
No. Only officially licensed Android devices have access to Google's marketplace.
Valentina Muñoz Porras says:
We did install it but many apps didn't work and it crashed like every 10 minutes :S. The main reason we wanted android was because we wanted google apps. So we're back on maemo.
Thanks for your instructions.
Andrew says:
Suitable USB device not found, waiting USB device found found at bus 001, device address 006 Error claiming USB interface: Operation not permitted
any help please?
Adnan says:
Hello Does this work on N73??
Terence Eden says:
No, the N73 doesn't support Linux. You can update to the latest version of Symbian by visiting http://europe.nokia.com/support/download-software/device-software-update
Shivaji says:
Hello! Can it Support to Nokia X2?
Terence Eden says:
No. Sorry.
Gordon says:
Is there a way to do this procedure using windows? i use windows 7 on my laptop. i am wanting to upgrade the software as i have never really liked the bog standard OS on the N810
thanks
GaNgStA says:
I can tell an easy way for nokia to look like and android.. go to http://www.mobile9.com select your phone model go to softwares download the software "vhome" (Its free) install it in your nokia phone... ta daaaaaaa !!!!!! v r done..
Maaz says:
Terence Eden says:
Maaz - no, this only works for Nokia Internet Tablets.
Jay says:
Will it work on Nokia 5800 and N97 ?? Sorry if it's a joke..!!
Terence Eden says:
No.
Jay says:
thanks bro
anu says:
hey mate i wanted to ask where you say type the command in the command line -- where is that and how to go to the directory and everything iam not soo good with programming and was just following your instructions it'll be better if you had a video but no worries please tell me i was also having problems while creating file systems on my nokia n97 ! help please!!! :/
Terence Eden says:
Hi,
This won't work on the N97. Sorry. It only works on the Nokia tablets listed above.
T
SHRAVAN says:
HI DOES IT WORKS ON NOKIA N85 ANY OTHER VER OF ANDRIOD.......... PLZ HELP I LOVE ANDRIOD.
Terence Eden says:
No. Please read the article. If you love Android, buy an Android phone.
poker says:
does it work on nokia c6?? plz inform me
Terence Eden says:
No. N800, N810, N900 only.
Wendell Leon says:
Amigo, sou Brasileiro, Meu nome é Wendell. Adorei a postagem. Isso de mudar o sistema de um aparelho é fantastico, gostaria muito que vocês conceguicem uma forma de mudar o sistema tambem do aparelho Nokia N97.
É um aparelho Lindo, porem seu sistema Mata qualquer um de raiva. Ja imaginou um telefone desses com sistema Android, seria maravilhoso.
Tentem por favor! Obrgado.
Terence Eden says:
It doesn't work on the N97 - sorry.
Wendell Leon says:
Obrigado amigo.
Sharanya Amburay says:
Can Android be installed on Nokia N97 mini? If so, what is the procedure?
Terence Eden says:
The procedure is very simple.
eos says:
Hello:
Any news of the wireless working ? If it works , which Anroid and Tablet have you used ? I have a N770
Thanks !!!
Felipe says:
is to install on nokia c3?
Terence Eden says:
No. Buy an Android phone.
Duka says:
Hello! This tutorial will work for nokia 5530?
Terence Eden says:
Yes. 1) Sell your 5530. 2) Buy an Android phone.
hari says:
can i install Android to Nokia5233...????
Terence Eden says:
No you cannot.
kaushik says:
hey will it work on nokia x7
Terence Eden says:
Is the x7 the n810?
Sofie says:
Is still doesn't work on N97?
Terence Eden says:
Yes it doesn't.
Bruno says:
Hi Terence, thanks for the job, i'm don't know how to use linux, i have a windows 7 on my notebook, and received a N810, and i read all post but the links are down, can you please re-upload it?
Terence Eden says:
This is a very old post. You might try this link http://phandroid.com/2008/07/07/install-android-on-your-nokia-n810-tablet/ Other than that, I'm not able to help. Sorry.
Emir says:
Hi, I just read this post. I'm interested in modifying my n95's operating system. it's possible ? thank you
@edent says:
Thank you for commenting on this decade old post. If you send me your N95 I will send you an Android phone, how about that? 🙂