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)

juiceme 2014-01-20 20:59

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

Originally Posted by ciburator (Post 1407726)
Managed to make it work and as always its was stupid mistake(after moslo kernel i formated partinion ...) everything works now...
Stil thaks for effort ;)

Ahhh, that is the reason for it. You should never format the SailfishOS partition as FAT/NTFS/whatever WIndows-style filesystem.

It just won't work :D

I just added a note to the wiki page for windows users to beware of that...

Shadwblade2652 2014-01-20 22:06

Re: Porting Sailfish to N9 (or other)
 
Wasn't it already mentioned not to allow windows to format the partition?

Nad 2014-01-20 22:13

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

Originally Posted by Shadwblade2652 (Post 1407793)
Wasn't it already mentioned not to allow windows to format the partition?

Further down yes. Seems some folk just format it or have not read all of the guide before starting!

maxaz911 2014-01-20 22:16

Re: Porting Sailfish to N9 (or other)
 
What to do if /dev/mmcblk0p4 don't exist? :/

Nad 2014-01-20 22:21

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

Originally Posted by maxaz911 (Post 1407800)
What to do if /dev/mmcblk0p4 don't exist? :/

Have you flashed the moslo kernel and let it repartition your handset?

juiceme 2014-01-20 22:43

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

Originally Posted by maxaz911 (Post 1407800)
What to do if /dev/mmcblk0p4 don't exist? :/

Did you have enough space on your MyDocs to create the partition?

Shadwblade2652 2014-01-20 23:13

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

Originally Posted by juiceme (Post 1407805)
Did you have enough space on your MyDocs to create the partition?

Well assuming he followed the guide, he should have space. He should probably do a no preserve flash or a secure erase flash of the original firmware, that worked for me.

ciburator 2014-01-21 09:27

Re: Porting Sailfish to N9 (or other)
 
i look at windows guide and there was as i thought linux guide so i didint looked there :D

soahibk 2014-01-21 11:52

Re: Porting Sailfish to N9 (or other)
 
App request

I want The Android Support App For sailfish (Rpm file)

coderus 2014-01-21 12:40

Re: Porting Sailfish to N9 (or other)
 
@soahibk you need to buy Jolla Phone then :)

maxaz911 2014-01-21 13:02

Re: Porting Sailfish to N9 (or other)
 
i have enough space of my phone but then I refreshphonr, don`t exist mmcblk0p4

marmistrz 2014-01-21 14:58

Re: Porting Sailfish to N9 (or other)
 
bump,

I have the same problem with authentification as vasile123. Store seems not to have added the credentials...
Zypper says:
Authentication required for 'https://store-repository.jolla.com/features/1.0.2.5/xt9/armv7hl/'

Code:

Retrieving repository 'xt9' metadata ---------------------------------------------------------------------------------------------------------------------[|]
Authentication required for 'https://store-repository.jolla.com/features/1.0.2.5/xt9/armv7hl/'

There are no credentials in ssu.ini, although account has been added. How to add the credentials properly?

coderus 2014-01-21 15:02

Re: Porting Sailfish to N9 (or other)
 
ssu rr xt9
edit /usr/share/ssu/ssu-default.ini and features - remove xt9
ssu ur

marmistrz 2014-01-21 16:09

Re: Porting Sailfish to N9 (or other)
 
I should do the same with the 'thirdparty' repository?

coderus 2014-01-21 16:51

Re: Porting Sailfish to N9 (or other)
 
for most cases should work code from RzR guide: http://www.who.is.free.fr/wiki/doku.php?id=n950club
Code:

url='https://releases.jolla.com/nemo/latest-devel/'
ssu lr | grep "$url" | cut -d' ' -f 3 | xargs -n 1 ssu dr

url="https://releases.jolla.com/thirdparty/latest-devel/"
ssu lr | grep "$url" | cut -d' ' -f 3 | xargs -n 1 ssu dr

url='https://download.jollamobile.com/'
ssu lr | grep "$url" | cut -d' ' -f 3 | xargs -n 1 ssu dr


ssu ar app https://releases.jolla.com/jolla-apps/latest-release/armv7hl/
ssu ar eas https://store-repository.jolla.com/features/latest-release/eas/armv7hl/
ssu ar hotfixes https://releases.jolla.com/releases/1.0.0.5/hotfixes/armv7hl/
ssu ar jolla https://releases.jolla.com/releases/1.0.0.5/jolla/armv7hl/

ssu dr eas
ssu dr store
ssu dr thirdparty

 ssu lr | grep ' - ' | cut -d' ' -f 3 | xargs -n 1 ssu er

  Authentication required for 'https://download.jollamobile.com/pj:/apps/latest_armv7hl/'
  # should not be there confirmed by CM@J


Shadwblade2652 2014-01-22 00:42

Re: Porting Sailfish to N9 (or other)
 
I have a question:
I installed the unconfigured Ubiboot so I could use nitdroid, but now there is no entry under sailfish. I click nemo and get 2.6.32 as one of the kernel options, but when I select it just freezes up. It does give a black screen that's lit, so it does seem like sailfish.

coderus 2014-01-22 01:23

Re: Porting Sailfish to N9 (or other)
 
i think you need to configure it :D

juiceme 2014-01-22 06:40

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

Originally Posted by Shadwblade2652 (Post 1408064)
I have a question:
I installed the unconfigured Ubiboot so I could use nitdroid, but now there is no entry under sailfish. I click nemo and get 2.6.32 as one of the kernel options, but when I select it just freezes up. It does give a black screen that's lit, so it does seem like sailfish.

You need to configure it according to your needs, that's why it is called the unconfigured version.
Refer to the ubiboot.conf you have with your preconfigured version, and copy the configuration of Harmattan and Sailfih from that to the correct sections of your new ubiboot.conf.
Remember to get the preinit and kernel for Nitdroid, as they are not included in the package.

romu 2014-01-22 09:22

Re: Porting Sailfish to N9 (or other)
 
Hi,
I'll remove Sailfish from the N9. I don't use it, and as the next Sailfish OS won't work on the N9, it's a dead end.

Just want to know if the zeroize flashing procedure is enough to get a stock N9?

Thanks.

coderus 2014-01-22 09:44

Re: Porting Sailfish to N9 (or other)
 
@romu lolololol

romu 2014-01-22 09:47

Re: Porting Sailfish to N9 (or other)
 
Glad to make you laugh ! But could you please share what makes you laugh exactly? Just to laugh with you :p

coderus 2014-01-22 09:50

Re: Porting Sailfish to N9 (or other)
 
This one >>
Quote:

Originally Posted by romu (Post 1408133)
Hi,
I'll remove Sailfish from the N9. I don't use it, and as the next Sailfish OS won't work on the N9, it's a dead end.


romu 2014-01-22 09:57

Re: Porting Sailfish to N9 (or other)
 
Not fair, you took all the sentence which contains 2 statements. So which one:
- I don't use it
- It's a dead end

:D

EDIT: Use the flashing instructions from the Ubiboot page to get a stock N9.

nestori 2014-01-22 10:44

Re: Porting Sailfish to N9 (or other)
 
Might be still worth waiting :D

http://talk.maemo.org/showpost.php?p...34&postcount=2

Udemzy 2014-01-22 11:45

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

Originally Posted by romu (Post 1407132)
Hi,
Sad times for Sailfish on N9 it seems. Personaly, after having tried it for few days, I switched back to Harmattan which is, in my opinion, superior to SailfishOS, and more important, totally integrated with the N9 hardware.

From this Sailfish OS try, I've found how much I like the Amoled display and its ability to display notifications, this is not provided on the Jolla 1 and Sailfish.

I'll keep my N9 for its full offline navigation, but I'll also switch to Android.

I totally feel the same way, but am still anticipating Nemo with glacier UI. Love the mockup. Sailfish is Good I still feel harmattan is superior in some ways.
Instead of goin android am looking at BB10,windows phone(don't laugh,its nice and it can get better).Iphone(I guess it just works).
Android(Nah! would even put symbian before it).still hoping sailfish gets working fully on any android phone. Hoping Nokia comes up with another great OS!

adoniss 2014-01-22 14:53

Re: Porting Sailfish to N9 (or other)
 
Hello,
I just installed sailfish in my nokia n9.

I wanna say thanks to everyone how makes it possible.

One question: Is better to install sailfish or Nitdroid?

romu 2014-01-22 15:04

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

Originally Posted by adoniss (Post 1408214)
Hello,
One question: Is better to install sailfish or Nitdroid?

How could you expect people to answer such a question? It depends on so many things.

But 2 things are for SURE:
- with both Nitdroid and Sailfish on the N9, you won't get the best of the phone hardware
- with the N9, you can't get the best of these 2 OSes.

liar 2014-01-22 19:31

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

Originally Posted by soahibk (Post 1407905)
App request

I want The Android Support App For sailfish (Rpm file)

aliendalvik will not work on the n9 without loads of extra work (gralloc, hwcomposer and copybit are the biggest issue)

marmistrz 2014-01-22 19:41

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

Originally Posted by liar (Post 1408285)
aliendalvik will not work on the n9 without loads of extra work (gralloc, hwcomposer and copybit are the biggest issue)

And you'd need 3.x kernel as you need some kmod-mysatroker (forgot the actual name), which's a kernel module

Shadwblade2652 2014-01-22 22:35

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

Originally Posted by juiceme (Post 1408101)
You need to configure it according to your needs, that's why it is called the unconfigured version.
Refer to the ubiboot.conf you have with your preconfigured version, and copy the configuration of Harmattan and Sailfih from that to the correct sections of your new ubiboot.conf.
Remember to get the preinit and kernel for Nitdroid, as they are not included in the package.

I already have nitdroid installed. I just want sailfish to work :P

rajnathr 2014-01-23 05:50

Re: Porting Sailfish to N9 (or other)
 
Today i found this https://www(dot)youtube.com/watch?v=MaVAMGv3tI4
Sailfish on nexus and look at the smoothnessand the installation time further we dont know what work or what does not but for sure will be great if we take some thing from there

salyavin 2014-01-23 06:16

Re: Porting Sailfish to N9 (or other)
 
I caugh that myself earlier today and would also like to know what works etc.
Since the Jolla phone does not support 3g in the US if I could buy another phone and install Sailfish on that it would be nice.

mscion 2014-01-23 14:22

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

Originally Posted by rajnathr (Post 1408369)
Today i found this https://www(dot)youtube.com/watch?v=MaVAMGv3tI4
Sailfish on nexus and look at the smoothnessand the installation time further we dont know what work or what does not but for sure will be great if we take some thing from there

I was just about to post this! Been talking to a friend in Switzerland about buying Jolla phone for me but will now wait to see how well this port works.

This link worked for me

http://www.youtube.com/watch?v=MaVAMGv3tI4

chilango 2014-01-23 23:30

Re: Porting Sailfish to N9 (or other)
 
Hy there,

is it posible to put in the wiki also the operation

flasher -F main_firmware_file.bin -F emmc_firmware_file.bin --erase-user-data=secure

to going back to original and only Harmattan like before Sailfish?

coderus 2014-01-23 23:47

Re: Porting Sailfish to N9 (or other)
 
there is nothing related to Sailfish. Please read Flashing thread if you missed it: http://talk.maemo.org/showthread.php?t=82693

citizen1_8 2014-01-24 00:39

Re: Porting Sailfish to N9 (or other)
 
Thanks for an awesome tutorial. Successfully installed and flashed Sailfish to my N9 and its all working great.

Keep up the good work guys.

One issue that I found was, I am not able to use the volume buttons anymore with Sailfish whereas they work fine when i switch to harmattan.

Edit:
Not able to connect to internet using 2G or 3G as well.

Shadwblade2652 2014-01-24 04:42

Re: Porting Sailfish to N9 (or other)
 
You should report all these bugs on the bugtracker if they are not already there :) The link is on the wiki.

Sunnyteki 2014-01-24 07:01

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

Originally Posted by citizen1_8 (Post 1408579)
Thanks for an awesome tutorial. Successfully installed and flashed Sailfish to my N9 and its all working great.

Keep up the good work guys.

One issue that I found was, I am not able to use the volume buttons anymore with Sailfish whereas they work fine when i switch to harmattan.

Edit:
Not able to connect to internet using 2G or 3G as well.

USE APN of your service provider for internet.volume buttons dont work

Jedibeeftrix 2014-01-24 10:48

Re: Porting Sailfish to N9 (or other)
 
please, please, release support for my Nexus 5.

i'd ditch android in a heartbeat.

liar 2014-01-24 15:06

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

Originally Posted by marmistrz (Post 1408289)
And you'd need 3.x kernel as you need some kmod-mysatroker (forgot the actual name), which's a kernel module

i got the module to work in the 2.6 kernel with a few(many) hacks and patches to the 2.6 kernel. also the module works with the 3.5.3 nemoadaptation kernel. the real issues are the modules i mentioned


All times are GMT. The time now is 04:20.

vBulletin® Version 3.8.8