Active Topics

 


Reply
Thread Tools
Posts: 233 | Thanked: 491 times | Joined on Oct 2011 @ Sydney
#1
Well seeing as I am the first to have triple-booted on the N9, thought I should help others. I'm not sure how many people want to know how to do it, or not, but it is good to share knowledge. I will divide this up into installing Nitdroid and Nemo. Sadly, I have only tested a tethered boot into the Moslo Bootloader for Nemo.

I TAKE NO RESPONSIBILITY FOR WHAT HAPPENS TO YOUR DEVICE. THIS IS DONE SOLELY AT YOUR OWN DISCRETION.

Nitdroid

1. Install dual-boot kernel as described here: http://forum.nitdroid.com/index.php?topic=90.0

2. Install sillyboot. Details: http://forum.nitdroid.com/index.php?topic=91.0

3.
a. Download tarball from here: http://depositfiles.com/files/ue9wxpz49
b. copy the archive to your Nokia N9.

c. execute "as root" command

tar xjvf /path_to_archive/nninedroid_ics_alpha1.tar.bz2 -C /home/

Nemo

Assuming use of Linux Host and Harmattan Flasher installed

Create a folder on your desktop eg NemoN9
Download this http://repo.pub.meego.com/home:/marq...N9.armv7hl.rpm to that folder
Using the terminal enter

cd /file/path/to/that/folder/

rpm2cpio moslo-n9-*.armv7hl.rpm | cpio -vidu

Once completed, enter

sudo flasher -k usr/share/moslo-n9/zImage-moslo -n usr/share/moslo-n9/initrd-moslo -l -b

Your N9 should then boot to a screen with green text. Wait until it says alternate rootfs exported via usb
Your pc should auto mount. (If not, run dmesg and look for sdx where x is a letter or number, eg sdb. Then run mount /dev/sdb /media/Alt_OS or you can unplug/replug USB and repeat step three until N9 is automounted)
Once mounted, run

sudo tar --numeric-owner -xf nemo-handset-armv7hl-n950-*.tar.bz2 -C /media/Alt_OS/

When extraction is complete, unmount the device
umount /media/Alt_OS

Unplug the usb and you should get an option to boot Harmattan (Vol+) and Alt OS (Vol-). Alt OS boots Nemo. Continue through to Harmattan where you will be prompted to boot an Alt OS again (Nitdroid) by pressing Vol+. If you wish to go to Harmattan. Do nothing. To get to the screen to boot nemo, you must repeat step 4 only. Once these screen says "alt rootfs exported" unplug USB and press Vol-.

Contact me via email or twitter for support
__________________
Blogs I post to
MyNokiaBlog
UnleashThePhones

Hit thanks if I have helped in some way, or you agree with me

Twitter
-------------------------------------------------------------------------------
Battery Widget
#OperationUnicorn
Harmoji - Emoji for Harmattan

-------------------------------------------------------------------------------
N9 [Black] - Sailfish OS (1.x.x.xx)
N9 [White] - PR 1.3 [Stock]
N950 - Sailfish OS
Z10 LE - 10.2.1.1055
Dev Alpha C - 10.2.1.1055
 

The Following 27 Users Say Thank You to MFaroTusino For This Useful Post:
HtheB's Avatar
Moderator | Posts: 3,715 | Thanked: 7,419 times | Joined on Dec 2009 @ Bize Her Yer Trabzon
#2
Does this also work for N950 users?
__________________
www.HtheB.com
Please donate if you think I'm doing a good job.
 

The Following 2 Users Say Thank You to HtheB For This Useful Post:
Posts: 233 | Thanked: 491 times | Joined on Oct 2011 @ Sydney
#3
Originally Posted by HtheB View Post
Does this also work for N950 users?
Sadly No. I attempted this initially on N950, but Nitdroid won't boot. Nemo dualboot is fine, but Nitdroid does nothing. That is what lead me to experimenting with N9
__________________
Blogs I post to
MyNokiaBlog
UnleashThePhones

Hit thanks if I have helped in some way, or you agree with me

Twitter
-------------------------------------------------------------------------------
Battery Widget
#OperationUnicorn
Harmoji - Emoji for Harmattan

-------------------------------------------------------------------------------
N9 [Black] - Sailfish OS (1.x.x.xx)
N9 [White] - PR 1.3 [Stock]
N950 - Sailfish OS
Z10 LE - 10.2.1.1055
Dev Alpha C - 10.2.1.1055
 

The Following User Says Thank You to MFaroTusino For This Useful Post:
HtheB's Avatar
Moderator | Posts: 3,715 | Thanked: 7,419 times | Joined on Dec 2009 @ Bize Her Yer Trabzon
#4
Originally Posted by MFaroTusino View Post
Sadly No. I attempted this initially on N950, but Nitdroid won't boot. Nemo dualboot is fine, but Nitdroid does nothing. That is what lead me to experimenting with N9
I hope that e-yes will support N950 users aswell
__________________
www.HtheB.com
Please donate if you think I'm doing a good job.
 

The Following User Says Thank You to HtheB For This Useful Post:
Posts: 345 | Thanked: 100 times | Joined on Nov 2009
#5
So I need a linux computer to do this ?
Is there any problem with Nemo ( eg sleep mode not working ,..)
 
Posts: 59 | Thanked: 3 times | Joined on Nov 2011 @ Finland
#6
Originally Posted by soleil View Post
So I need a linux computer to do this ?
Is there any problem with Nemo ( eg sleep mode not working ,..)

can i do that with normal pc? i want nemo, nitrdroid and meego? :P
 
Posts: 233 | Thanked: 491 times | Joined on Oct 2011 @ Sydney
#7
Originally Posted by vihru View Post
can i do that with normal pc? i want nemo, nitrdroid and meego? :P
AFAIK, no, due to the way the rootfs is exported. Do like me and download a VM client such as parallels or virtual box and install ubuntu
__________________
Blogs I post to
MyNokiaBlog
UnleashThePhones

Hit thanks if I have helped in some way, or you agree with me

Twitter
-------------------------------------------------------------------------------
Battery Widget
#OperationUnicorn
Harmoji - Emoji for Harmattan

-------------------------------------------------------------------------------
N9 [Black] - Sailfish OS (1.x.x.xx)
N9 [White] - PR 1.3 [Stock]
N950 - Sailfish OS
Z10 LE - 10.2.1.1055
Dev Alpha C - 10.2.1.1055
 

The Following User Says Thank You to MFaroTusino For This Useful Post:
Posts: 6 | Thanked: 0 times | Joined on Jul 2012
#8
Followed your guide but got stuck with the nemo os part.
Whenever I try to run the command
Code:
sudo flasher -k usr/share/moslo-n9/zImage-moslo -n usr/share/moslo-n9/initrd-moslo -l -b
It writes a warning about bad kernel.
any suggestions?

EDIT: Managed to handle that problem, but when I'm trying to mount my N9 into the Ubuntu (using virtual box) it gets disconnected every second..

Last edited by YakirMoshe; 2012-07-20 at 13:44.
 
Posts: 36 | Thanked: 13 times | Joined on Mar 2012 @ Hyderabad, India
#9
I have followed the steps but the flasher doesnt find my N9. I am using a vitrual ubuntu machine. any help on this?
 
Posts: 428 | Thanked: 226 times | Joined on Dec 2010 @ Philippines
#10
Got this to work on the N950. Incidentally I took a screencast (on the desktop) as well as a video (of the device), and I was writing documentation about it; will upload for reference. I pretty much followed MFaroTusino's steps from his blog site: http://mynokiablog.com/2012/03/22/wo...tdroid-how-to/.

Device Firmware: PR 1.3
NITDroid Version: Alpha 4 (ICS)
Nemo Version: the latest releast (08.31.2012), but I later on decided to try the build which has Plasma Active on it.
 
Reply


 
Forum Jump


All times are GMT. The time now is 08:38.