Active Topics

 


Reply
Thread Tools
Guest | Posts: n/a | Thanked: 0 times | Joined on
#221
Thanky for the helps!

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.
 
Community Council | Posts: 4,920 | Thanked: 12,867 times | Joined on May 2012 @ Southerrn Finland
#222
Originally Posted by lbee View Post
@Just486 You need a linux live cd for that step because N9 busybox tar does not has option "--numeric-owner", which is important.
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.
 

The Following 2 Users Say Thank You to juiceme For This Useful Post:
peterleinchen's Avatar
Posts: 4,118 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#223
True, that it is not true.

I always extract on device (as root and using --numeric-owner).

Possibly for decompressing you may need to fetch bzip2 or other compressors in advance, so decompress on PC and push to MyDocs via USB.But also this works on device.
__________________
SIM-Switcher, automated SIM switching with a Double (Dual) SIM adapter
--
Thank you all for voting me into the Community Council 2014-2016!

Please consider your membership / supporting Maemo e.V. and help to spread this by following/copying this link to your TMO signature:
[MC eV] Maemo Community eV membership application, http://talk.maemo.org/showthread.php?t=94257

editsignature, http://talk.maemo.org/profile.php?do=editsignature
 

The Following User Says Thank You to peterleinchen For This Useful Post:
Community Council | Posts: 4,920 | Thanked: 12,867 times | Joined on May 2012 @ Southerrn Finland
#224
Originally Posted by peterleinchen View Post
Possibly for decompressing you may need to fetch bzip2 or other compressors in advance, so decompress on PC and push to MyDocs via USB.But also this works on device.
Yes, I also bunzip2 the file first on my PC and then tar -xvf on the device. Have not installed decompressors on my device, mostly as never thought about it
 
Guest | Posts: n/a | Thanked: 0 times | Joined on
#225
Originally Posted by juiceme View Post
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.
Wow, that sound cool.
I'm not sure if this is totally off topic here, but could you then please translate this line:
Code:
sudo tar --numeric-owner -xf nemo-handset-armv7hl-n950-*.tar.bz2 -C /media/Alt_OS/
into a MeeGo terminal acceptable format?
I mean what commands should I write into Terminal, if I want to unpack "sailfish.tar.bz2" on the phone? (I'm mostly concerned about the correct extraction path)

My guess would be

Code:
devel-su
rootme
tar -xf sailfish(or nemo).tar.bz2 -C /Alt_OS/

Last edited by Just486; 2013-11-26 at 16:00.
 
peterleinchen's Avatar
Posts: 4,118 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#226
Pretty good guess
assuming you mounted your nemo partition to that (existing) directory.

Code:
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
add also the "j" param to tar, if you have a bzipped image (possibly need to be installed in advance, else copy unzipped image)
__________________
SIM-Switcher, automated SIM switching with a Double (Dual) SIM adapter
--
Thank you all for voting me into the Community Council 2014-2016!

Please consider your membership / supporting Maemo e.V. and help to spread this by following/copying this link to your TMO signature:
[MC eV] Maemo Community eV membership application, http://talk.maemo.org/showthread.php?t=94257

editsignature, http://talk.maemo.org/profile.php?do=editsignature
 

The Following User Says Thank You to peterleinchen For This Useful Post:
flotron's Avatar
Posts: 418 | Thanked: 506 times | Joined on Jan 2012 @ Argentina
#227
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?

Last edited by flotron; 2013-11-26 at 20:40.
 
Posts: 3,464 | Thanked: 5,107 times | Joined on Feb 2010 @ Gothenburg in Sweden
#228
Originally Posted by flotron View Post
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?
NO they cant! The rest is licensed software!

Instead the community can help improve what is already open like nemo glacierUI core backends/drivers on N9, like NFC, GPS, Camera etc.
__________________
Keep safe and healthy

Last edited by mikecomputing; 2013-11-26 at 20:48.
 

The Following 2 Users Say Thank You to mikecomputing For This Useful Post:
flotron's Avatar
Posts: 418 | Thanked: 506 times | Joined on Jan 2012 @ Argentina
#229
i'm asking because:

From Jolla

"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
Anyway porting the SDK image should be illegal too?

Last edited by flotron; 2013-11-26 at 20:54.
 
Posts: 3,464 | Thanked: 5,107 times | Joined on Feb 2010 @ Gothenburg in Sweden
#230
Originally Posted by flotron View Post
i'm asking because:

From Jolla



Anyway porting the SDK image should be illegal too?
the stuff in the SDK is BSD,Apache, GPL or similar open licences.

For example silica components is BSD. Hopefully they dual license it later...

But what I mean is that many of the core apps in sailfishos is probadly closed. For example Android layer, maps app and so on.
__________________
Keep safe and healthy

Last edited by mikecomputing; 2013-11-26 at 21:05.
 

The Following User Says Thank You to mikecomputing For This Useful Post:
Reply

Tags
jolla, nokia, sailfish


 
Forum Jump


All times are GMT. The time now is 14:23.