maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   SailfishOS (https://talk.maemo.org/forumdisplay.php?f=52)
-   -   Porting Sailfish to N9 (https://talk.maemo.org/showthread.php?t=90761)

wayche 2013-12-10 06:24

Re: Porting Sailfish to N9 (or other)
 
Quote:

Originally Posted by qole (Post 1394361)
Has anyone found any reason not to trust the file
Code:

sailfishos_n9_1_0_0_5.tar.bz2
on Mediafire?
Because it is working fairly well for me. I'm in the process of updating everything...

;) Enjoy
Code:

http://www.mediafire.com/download/zj4q8ai80xg41iu/sailfishos_n9_1_0_0_5.tar.bz2

Shadwblade2652 2013-12-10 06:57

Re: Porting Sailfish to N9 (or other)
 
It is the Chinese version (16GB black) but I'd like the stock one so I can have access to facebook and etc

z720 2013-12-10 07:09

Re: Porting Sailfish to N9 (or other)
 
Quote:

Originally Posted by SourenAraya (Post 1394359)
notto-disu-shitto-agen.jpg.to

install latest ubiboot.


ok.. after reflash again the ubiboot kernel and restart. Problem solved.

Thanks bro...

juiceme 2013-12-10 08:09

Re: Porting Sailfish to N9 (or other)
 
Quote:

Originally Posted by Shadwblade2652 (Post 1394372)
It is the Chinese version (16GB black) but I'd like the stock one so I can have access to facebook and etc

There are usually constraints/problems flashing another variant to your device. I do not think there is something like "a stock one", there are many country variants and some you can change to another and some you cannot, due to the subversioning of each PR release.
(for example, if you have PR1.3-005 of some country X, you cannot flash to country Y if highest release in country Y is PR1.3-003...)

You should ask in the "comprehensive flashing thread" about these things.

Birzhan 2013-12-10 09:59

Re: Porting Sailfish to N9 (or other)
 
Worked?
Video?

blue@sky 2013-12-10 10:25

Re: Porting Sailfish to N9 (or other)
 
How to fix the Pinyin Keyboard?Many Chinese fans are waiting.:confused:

vgrade 2013-12-10 10:52

Re: Porting Sailfish to N9 (or other)
 
I also send to @vgrade pull request on github.[/QUOTE]

Merged, many thanks

https://github.com/martinbrook/jolla...commits/master

vgrade 2013-12-10 10:54

Re: Porting Sailfish to N9 (or other)
 
Quote:

Originally Posted by SourenAraya (Post 1394337)
Image updated http://n9.araya.su/images/mic_images...0.1.10/vgrade/

proximity and permissions hacks exist, so no need for
Code:

sudo chown -R 100000:100000 /mnt/home/nemo
voicecalls vorks only via speakerphone, for now.
I also send to @vgrade pull request on github.

Merged, many thanks

https://github.com/martinbrook/jolla...commits/master

vgrade 2013-12-10 10:58

Re: Porting Sailfish to N9 (or other)
 
Quote:

Originally Posted by qole (Post 1394366)
Sigh. I update and get the blank screen of death.

Yes the update if done from device brings in qcom gfx drivers which are not appropriate for n950/n9.

vgrade 2013-12-10 10:59

Re: Porting Sailfish to N9 (or other)
 
Quote:

Originally Posted by SourenAraya (Post 1394337)
Image updated http://n9.araya.su/images/mic_images...0.1.10/vgrade/

proximity and permissions hacks exist, so no need for
Code:

sudo chown -R 100000:100000 /mnt/home/nemo
voicecalls vorks only via speakerphone, for now.
I also send to @vgrade pull request on github.

Merged, many thanks

https://github.com/martinbrook/jolla...commits/master

vgrade

trayhoper 2013-12-10 12:54

Re: Porting Sailfish to N9 (or other)
 
I did everything correct but N9 will automatically booting to Harmattan.I can't see any OS choice.Should I reflash ubiboot or moslo kernel again ?

someoneleme 2013-12-10 13:26

Re: Porting Sailfish to N9 (or other)
 
Quote:

Originally Posted by juiceme (Post 1394363)
Okay, from the log I can see that the last 2 times you loaded Harmattan the kernel was found correctly. (before that I guess you had a name or location problem since ubiboot did not find the zImage_2.6.32.54-openmode_l2fix kernel.

Now, as kernel is found but refuses to boot there are several possibilities.
Most often this is caused by problem in your preinit, and rare occasions it is mixup in the kernel modules.

Did you install the preinits.tar which contains preinit files for Harmattan, Nitdroid and Firefox?
If you did, can you check if the preinit files in /sbin/ have execute permissions?
If you did not, you should install the preinits.
If you do not have Nitdroid or FirefoxOS on your device, there's a quick hack you can do; Just copy the existing Harmattan preinit to a new name;
cp /sbin/preinit /sbin/preinit_harmattan

(of course you can also change the preinit name in your ubiboot.conf but for consistency's sake I'd like to use the postfixed preinits with ubiboot...)

ok! i got preinits.tar from here http://wiki.maemo.org/Ubiboot
and now it works!
thank you! :D

juiceme 2013-12-10 13:49

Re: Porting Sailfish to N9 (or other)
 
Quote:

Originally Posted by trayhoper (Post 1394502)
I did everything correct but N9 will automatically booting to Harmattan.I can't see any OS choice.Should I reflash ubiboot or moslo kernel again ?

If you thought you installed ubiboot but can not see any menus, then you have managed to flash incorrectly. If you have ubiboot you will always boot up into the graphical menu or maintanance console.
(okay, of course there's also the 3rd choice, if you have power OFF and you connect the device to charger then it will boot up to charging mode but that's a different story...)

billranton 2013-12-10 14:11

Re: Porting Sailfish to N9 (or other)
 
Quote:

Originally Posted by someoneleme (Post 1394513)
ok! i got preinits.tar from here http://wiki.maemo.org/Ubiboot
and now it works!
thank you! :D

Something to add: I was having the same problem, but I'd just forgotten to make the file executable. If you copy it onto the emmc then copy it into /sbin, it may end up like that. So if someone has the same problem, do:

Code:

chmod +x /sbin/preinit_harmattan
from a root terminal.

epertinez 2013-12-10 14:58

Re: Porting Sailfish to N9 (or other)
 
Sorry, is there any central place (blog, forum, website, etc) like nitdroid to know what is the lastest build of sailfish os for N9 and know what works, what not and what are the things people is working at?

flotron 2013-12-10 15:39

Re: Porting Sailfish to N9 (or other)
 
Quote:

Originally Posted by epertinez (Post 1394549)
Sorry, is there any central place (blog, forum, website, etc) like nitdroid to know what is the lastest build of sailfish os for N9 and know what works, what not and what are the things people is working at?

I try to gather the most useful in the bottom of the first post.
If you have more info please share :)

jinnn_1989 2013-12-10 16:01

Re: Porting Sailfish to N9 (or other)
 
does any one have a youtube tutorials or any noob guides for windows. I almost flashed my n9 more than 10 times to get sailfish working but no luck. if anyone can tell after flash moslo kernel should i flash ubiboot or shall i direclt move to step W and then flash ubiboot. or any other option. i am not getting ubiboot menu :(

Mric 2013-12-10 16:38

This has been discussed already !!!
You can't fully install Sailfish on N9 under windows !

EDIT: My bad ! Yes you can do it under Windows just follow the link 'tutorial' in the first post

juiceme 2013-12-10 16:39

Re: Porting Sailfish to N9 (or other)
 
Quote:

Originally Posted by jinnn_1989 (Post 1394558)
does any one have a youtube tutorials or any noob guides for windows. I almost flashed my n9 more than 10 times to get sailfish working but no luck. if anyone can tell after flash moslo kernel should i flash ubiboot or shall i direclt move to step W and then flash ubiboot. or any other option. i am not getting ubiboot menu :(

Actually, believe me but it does not really matter in which order you do the installs. You can make it work many ways... :D

flotron 2013-12-10 16:41

Re: Porting Sailfish to N9 (or other)
 
is it possible to falsh sailfish only? without multiboot?

traysh 2013-12-10 16:47

Re: Porting Sailfish to N9 (or other)
 
So, I've just installed http://n9.araya.su/images/mic_images...around.tar.bz2.

It works, but how do I install fingerterm or enable developer mode? I've chrooted from harmattan but there's no zypper:

sh-3.2# zypper
sh: zypper: command not found

How to do it?

wisdomlight 2013-12-10 16:50

Re: Porting Sailfish to N9 (or other)
 
by the sounds of it I should not be here but... owner of n9, really wants sailfish on n9 but the technical sides are a bit beyond me.
a youtube step by step , if anyone feels like being bothered, would highly be appreciated.
If it is possible to do through remote control I am happy to pay someone to access my n9 to do the job for me????

any how cheers.

thedead1440 2013-12-10 16:52

Re: Porting Sailfish to N9 (or other)
 
Quote:

Originally Posted by traysh (Post 1394566)
So, I've just installed http://n9.araya.su/images/mic_images...around.tar.bz2.

It works, but how do I install fingerterm or enable developer mode? I've chrooted from harmattan but there's no zypper:

sh-3.2# zypper
sh: zypper: command not found

How to do it?

I would suspect you need to do "pkcon install zypper" first just like on Jolla devices...

traysh 2013-12-10 17:02

Re: Porting Sailfish to N9 (or other)
 
Quote:

Originally Posted by thedead1440 (Post 1394569)
I would suspect you need to do "pkcon install zypper" first just like on Jolla devices...

Thanks, but it didn't work from chroot:

sh-3.2# pkcon install zypper
Falha ao contatar o PackageKit: Could not connect: Arquivo ou diretório não encontrado

The error means "Failed to contact PackageKit: Could not connect: File or directory not found". I can't run that from Sailfish, as fingerterm and sshd are not installed, and when I try to enable developer mode from system settings I get the same error the store has.

Any other idea?

anapospastos 2013-12-10 17:50

Re: Porting Sailfish to N9 (or other)
 
Quote:

Originally Posted by traysh (Post 1394571)
Thanks, but it didn't work from chroot:

sh-3.2# pkcon install zypper
Falha ao contatar o PackageKit: Could not connect: Arquivo ou diretório não encontrado

The error means "Failed to contact PackageKit: Could not connect: File or directory not found". I can't run that from Sailfish, as fingerterm and sshd are not installed, and when I try to enable developer mode from system settings I get the same error the store has.

Any other idea?

I transfered the zypper binary (from the previous image ) via ssh, gave it permissions, but it depends on "libaugeas.so.0". I did the same for it but I 'm having a dependency lib issue again, libfa.so.1 this time. I think that they are more than 2 or 3 and that will take time to do it manually.

qole 2013-12-10 18:21

Re: Porting Sailfish to N9 (or other)
 
Quote:

Originally Posted by vgrade (Post 1394449)
Yes the update if done from device brings in qcom gfx drivers which are not appropriate for n950/n9.

Should I disable one of the repos to avoid that?
The strange thing is that I can see the "updates available" screen if I swipe partially to the right...

Bundyo 2013-12-10 18:36

Re: Porting Sailfish to N9 (or other)
 
Quote:

Originally Posted by qole (Post 1394606)
Should I disable one of the repos to avoid that?
The strange thing is that I can see the "updates available" screen if I swipe partially to the right...

If you update to 1.0.1.10, it will stop bothering you :)

medri 2013-12-10 18:58

Re: Porting Sailfish to N9 (or other)
 
I searched this thread but couldn't find a thing.

After all the flashing and copying my N9 won'T start saying:
Quote:

Boot OS/kernel selection failed!
Please run a maintanance boot
Any idea what I can do to get it to work?


Thanks!

Manu

coderus 2013-12-10 18:59

Re: Porting Sailfish to N9 (or other)
 
You can setup ubiboot config in a proper way by reading Ubiboot wiki pages or just README.

Nad 2013-12-10 19:27

Re: Porting Sailfish to N9 (or other)
 
Quote:

Originally Posted by medri (Post 1394620)
I searched this thread but couldn't find a thing.

After all the flashing and copying my N9 won'T start saying:


Any idea what I can do to get it to work?


Thanks!

Manu

Have you flashed the latest ubiboot kernel (moslo first, then ubiboot, then copy sailfish)?
Also, has ubiboot.conf and the .cpio file been copied to Hartmattan's /home/user/MyDocs/boot?

mikecomputing 2013-12-10 19:42

Re: Porting Sailfish to N9 (or other)
 
Hmm any reason why jolla-developer-mode is not in the ks file?

vgrade 2013-12-10 19:54

Re: Porting Sailfish to N9 (or other)
 
Quote:

Originally Posted by mikecomputing (Post 1394630)
Hmm any reason why jolla-developer-mode is not in the ks file?

No,

Added

https://github.com/martinbrook/jolla...4d43dffa6ab76c

Bundyo 2013-12-10 19:57

Re: Porting Sailfish to N9 (or other)
 
Should ease much pain :)

juiceme 2013-12-10 20:10

Re: Porting Sailfish to N9 (or other)
 
Quote:

Originally Posted by flotron (Post 1394564)
is it possible to falsh sailfish only? without multiboot?

Yes, it will work just fine, you need to use the kernel on your sailfish /boot/ directory of course. (the default Nemo kernel)

However, I thought you had the simlock problem which prevents you from flashing a non-signed image, or did you manage to get that sorted out?

Dave999 2013-12-10 20:13

Re: Porting Sailfish to N9 (or other)
 
Swipe still strange? Still not close app with swipe down?

Thank you for all your work. Much appreciated. Can't dint they answer in the last pages.

billranton 2013-12-10 20:28

Re: Porting Sailfish to N9 (or other)
 
Quote:

Originally Posted by Mric (Post 1394562)
This has been discussed already !!!
You can't fully install Sailfish on N9 under windows !

That's not true. I did it. Well, all except for extracting the moslo kernel from the rpm, but he's got that from somewhere else. Everything you can't do in windows you can do on the device itself.

bandora 2013-12-10 20:41

Re: Porting Sailfish to N9 (or other)
 
Just wondering.. Does this build include Alien Dalvik or no?

Nad 2013-12-10 20:41

Re: Porting Sailfish to N9 (or other)
 
Quote:

Originally Posted by vgrade (Post 1394632)

Does developer-mode include ssh and fingerterm? I would have thought so.

Also, would inclusion of /etc/passwd allow us to have root access in sailfish or would we run into boot issues? I will try it when I have the time as it would save having to chroot into harmattan just to gain root access on harmattan.

coderus 2013-12-10 20:42

Re: Porting Sailfish to N9 (or other)
 
@Dave999 i think accelerometer is not working and current swipe orientation locked to Landscape. do left-to-right swipe to close :)

coderus 2013-12-10 20:43

Re: Porting Sailfish to N9 (or other)
 
@bandora no. alien Dalvik can never been runned on Harmattan kernel.


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

vBulletin® Version 3.8.8