View Single Post
Posts: 9 | Thanked: 1 time | Joined on Jan 2009
#10
EDIT: This reply was actually intended to be posted into this topic: http://talk.maemo.org/showthread.php?p=335047
My bad! Sorry.

I looked into this a little bit with apt-get and managed to solve the problem without having to re-flash the n810.

Here are the commands I ran to do this:
Code:
sudo apt-get remove android-installer
sudo apt-get remove kernel-diablo-flasher
sudo apt-get install kernel-diablo-flasher
flash-and-reboot
The last command will ask you for confirmation and then re-flash your kernel without wiping any of your data, applications or settings.

Disclaimer: Even though this worked for me I can't guarantee it will work for you. Do this at your own risk and read some documentation before doing anything.

Note: If you didn't install android you probably don't need to run the first command. It won't do any harm to run it though so you can run all commands anyway just in case.

Last edited by sisto; 2009-09-28 at 04:35.