|
2013-11-24
, 21:35
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#222
|
@Just486 You need a linux live cd for that step because N9 busybox tar does not has option "--numeric-owner", which is important.
The Following 2 Users Say Thank You to juiceme For This Useful Post: | ||
|
2013-11-24
, 22:00
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#223
|
The Following User Says Thank You to peterleinchen For This Useful Post: | ||
|
2013-11-24
, 22:49
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#224
|
|
2013-11-26
, 15:49
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#225
|
Actually, that's not true
You can extract it on Harmattan or ubiboot console. As long as you do it as root you do not need the "--numeric-owner" option.
sudo tar --numeric-owner -xf nemo-handset-armv7hl-n950-*.tar.bz2 -C /media/Alt_OS/
devel-su rootme tar -xf sailfish(or nemo).tar.bz2 -C /Alt_OS/
|
2013-11-26
, 17:11
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#226
|
devel-su mkdir /mnt/p4 mount /dev/mmcblk0p4 /mnt/p4 tar -xjf --numeric-owner sailfish(or nemo).tar.bz2 -C /mnt/p4 ls /mnt/p4 #to verify umount /mnt/p4
The Following User Says Thank You to peterleinchen For This Useful Post: | ||
|
2013-11-26
, 20:37
|
|
Posts: 418 |
Thanked: 506 times |
Joined on Jan 2012
@ Argentina
|
#227
|
|
2013-11-26
, 20:42
|
Posts: 3,464 |
Thanked: 5,107 times |
Joined on Feb 2010
@ Gothenburg in Sweden
|
#228
|
now that Jolla will launch tomorrow.. could any lucky owner extract the extra features missing in the sdk version? so then add it to the image?
Or is it possible to extract the whole thing from the phone?
|
2013-11-26
, 20:49
|
|
Posts: 418 |
Thanked: 506 times |
Joined on Jan 2012
@ Argentina
|
#229
|
"We cannot support Nokia's product officially. Technically there is nothing preventing for porting to eg. N9." While this does put a stop to the possibility of an official port, there is nothing stopping developers who have time on their hands to port the OS to the N9
|
2013-11-26
, 21:01
|
Posts: 3,464 |
Thanked: 5,107 times |
Joined on Feb 2010
@ Gothenburg in Sweden
|
#230
|
i'm asking because:
From Jolla
Anyway porting the SDK image should be illegal too?
The Following User Says Thank You to mikecomputing For This Useful Post: | ||
So if I understand correctly, currently there is no way to install Nemo or "Sailfish" on an N9 without running Linux on a computer, right?
Question:
If I make these steps using windows:
1, Next, extract those files and place them in the same directory as the Flasher application. Once done, the command will be now modified as follows:
flasher.exe -k zImage-moslo -n initrd-moslo -l -b
2, The Terminal will give you a message that it is waiting for a suitable USB device. Make sure your device is turned off and plug it to your computer via the USB cable. The flashing procedure should finish in a few seconds.
3, Keep the device plugged. What happens next is that the N9 is being repartitioned for Nemo (on the device, you will see some green text/writing on the screen; just wait for it to finish) , you'll see the led blinking for 10min or so.
-------------------------------------------
Is it safe to disconnect it from Windows then, and boot Linux afterwards, and continue with step:
4, Plug in the device and wait Linux to recognize the "ALT_OS" media drive.
5, Extract the Nemo image into the newly-created partition. Enter this command in the Terminal (for Linux only):
sudo tar --numeric-owner -xf nemo-handset-armv7hl-n950-*.tar.bz2 -C /media/Alt_OS/
NVM, succesfully installed all the stuff, thanks for the helps, again!
Last edited by Just486; 2013-11-24 at 21:07.