![]() |
Re: Porting Sailfish to N9
SourenAraya!!!!!!!!!!!!!!!!!!!!
Dude! Thanks for that sailfish sdk image! http://forum.xda-developers.com/show....php?t=2531746 Running it with libhybris on the hp touchpad. |
Re: Porting Sailfish to N9 (or other)
Just a noob question, what is needed to port Sailfish/Nemo to an Android device provided we have the Android kernel source?
Thanks for your effort! |
Re: Porting Sailfish to N9 (or other)
Quote:
|
Re: Porting Sailfish to N9 (or other)
Quote:
Any idea how to get going? Some links would be really useful. And thanks again. |
Re: Porting Sailfish to N9 (or other)
it would be incredible to have sailfish running on the n9 fully, i have tried firefox os and i dont like it, ubuntu touch would be sweet as well, nice to see all the hard work from people its great
|
Re: Porting Sailfish to N9 (or other)
There could be incentive. If we could pay for sailfish OS without hw ;)
Can that be a solution in the future? |
Re: Porting Sailfish to N9 (or other)
Hi Guys,
I've successfully made my N9 to triple boot (Nitdroid, Harmattan, Nemo), but there is some issue with Nemo. Whenever I start Nemo then the boot screen starts and right after that it loads OS. But somehow the boot screen doesn't fully disappear. Stays something like this (20% of boot screen on the left edge and other apps and operating system on the right side (80%): -------------- | b | othe | | o | apps | | o | and | | t | stuff | ------------- <<this is screen, and boot means boot screen Anyways, figured that something is wrong with my Nemo, removed it, took an sailfish tar from this thread and extracted to Alt_OS on N9 to replace Nemo with Sailfish. Still same issue, 20% of screen is Nemo boot screen and 80% is Sailfish OS. Any ideas how to remove it? (Please don't tell me that full flash is solution, I've done it this week more than 20x, got already shell scripts to boost my flashing) |
Re: Porting Sailfish to N9 (or other)
you need to update ubiboot
|
Re: Porting Sailfish to N9 (or other)
ubuntu touch isnt that good. actually it was pretty ****
|
Re: Porting Sailfish to N9 (or other)
Just flashing kernel with new ubiboot does the trick?
|
Re: Porting Sailfish to N9 (or other)
or you can hack kernel boot parameters to cpio, but updating ubiboot is easier.
|
Re: Porting Sailfish to N9 (or other)
As rainisto said: updating is easier.
Flashing only kernel will not help (maybe break also ubiboot), you need new kernel and cpio. |
Re: Porting Sailfish to N9 (or other)
Hi Guys,
Thanks for prompt response. I've tried those with cpio and menus + this Kernel -> zImage_2.6.32.54-ubiboot-02_050413 Updated cpio and menus in /boot/ directory reflashed with 2.6.32.54, still doesn't resolve this problem: Quote:
|
Re: Porting Sailfish to N9 (or other)
Quote:
With older ubiboot version you need to inject the command line parameter to the kernel in a bit of a sideways fashion :D
|
Re: Porting Sailfish to N9 (or other)
Oh, super, changed the conf, re-flashed ubiboot.
Thanks. ok starting my next mission. Partitioning and adding back nemo, install firefox and also saw some thread about ubunutu. 3 down 3 to go :) |
Re: Porting Sailfish to N9 (or other)
btw, any idea how to get rid of "recharge battery" notification in sailfish?
|
Re: Porting Sailfish to N9 (or other)
ha, dumbass question, just to click on it :) I guess that we now need to wait for full image not sdk?:)
|
Re: Porting Sailfish to N9 (or other)
Hay.
Anybody knows if i'll be able to install nemo (actually "sailfish") using only a windows computer? For me, the critical step is: Next, we will 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/ Any windows (or n9 terminal) based solutions for this? |
Re: Porting Sailfish to N9 (or other)
you can do this from your harmattan installation (find the right mmcblk partition, mount it, download image on harmattan and extract via terminal) or easier, just run a linux live cd on your windows computer.
|
Re: Porting Sailfish to N9 (or other)
@Just486 You need a linux live cd for that step because N9 busybox tar does not has option "--numeric-owner", which is important.
|
Re: Porting Sailfish to N9 (or other)
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! |
Re: Porting Sailfish to N9 (or other)
Quote:
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. |
Re: Porting Sailfish to N9 (or other)
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. |
Re: Porting Sailfish to N9 (or other)
Quote:
|
Re: Porting Sailfish to N9 (or other)
Quote:
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/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 |
Re: Porting Sailfish to N9 (or other)
Pretty good guess ;)
assuming you mounted your nemo partition to that (existing) directory. Code:
devel-su |
Re: Porting Sailfish to N9 (or other)
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? |
Re: Porting Sailfish to N9 (or other)
Quote:
Instead the community can help improve what is already open like nemo glacierUI core backends/drivers on N9, like NFC, GPS, Camera etc. |
Re: Porting Sailfish to N9 (or other)
i'm asking because:
From Jolla Quote:
|
Re: Porting Sailfish to N9 (or other)
Quote:
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. |
Re: Porting Sailfish to N9 (or other)
So, we can't go much further than SDK...
I'll have to wait for some months/year to get a Jolla device and use Sailfish. http://i.imgur.com/fkLF9.gif |
They said 'the community' can port it to N9 although Jolla won't do it themselves (but they'll help).
@flotron Yay for doctor who :D |
Re: Porting Sailfish to N9 (or other)
I recently see a first boot, and it says that "Android Support" is optional (downloadable from store) like clock, calendar and those things
|
Re: Porting Sailfish to N9 (or other)
Quote:
|
Re: Porting Sailfish to N9 (or other)
Quote:
|
Re: Porting Sailfish to N9 (or other)
Is libsailfishapp.so.1 the only key missing for running sailfish application on n9?
|
Re: Porting Sailfish to N9 (or other)
Anyone who already get jPhone can give me installed packages?
Code:
zypper -A se -i | cut -f 2 -d '|' | sed -n '6~1p' > packages.lstCan anyone upload archive of this directory on dropbox or googledrive or somewhere else? |
Re: Porting Sailfish to N9 (or other)
Additionally, can anyone with the device list the repos which are configured for the stock OS?
|
Re: Porting Sailfish to N9 (or other)
Quote:
sudo tar --numeric-owner -xf nemo-handset-armv7hl-n950-*.tar.bz2 -C /media/Alt_OS/ have downloaded file to map Transfer and copy to Home:confused: Do I need to change the code due to 'numeric-number', 'nemo-handset' and/or the short file name with * ? |
Re: Porting Sailfish to N9 (or other)
@Garp
Don't cross-post/derail, stick to the Nemo thread (where you've only recently posted -amongst other threads!) please. |
| All times are GMT. The time now is 23:47. |
vBulletin® Version 3.8.8