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)

Dave999 2013-12-02 23:27

Re: Porting Sailfish to N9 (or other)
 
The first one that runs this on an Android wins

chenliangchen 2013-12-03 03:11

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

Originally Posted by www.rzr.online.fr (Post 1391893)
Do you use linux on desktop ?

I updated my notes if it helps :

http://rzr.online.fr/q/n950club

Thank you for your tutorial, it helped a lot.

However, starting from

Code:

zypper in -t pattern jolla-ui-wayland jolla-mw

zypper in sailfish-browser jolla-contacts jolla-messages voicecall-ui-jolla

it requires authentication, any hint on username and password? Is it related to the jolla account?

Also after reboot, I can't connect to SSH using "root" and "Nemo", you stated that # open term ; su passwd # nemo , I tried but still not correct.

Thank you again!

qole 2013-12-04 00:00

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

Originally Posted by chenliangchen (Post 1391992)
Thank you for your tutorial, it helped a lot.

However, starting from

Code:

zypper in -t pattern jolla-ui-wayland jolla-mw

zypper in sailfish-browser jolla-contacts jolla-messages voicecall-ui-jolla

it requires authentication, any hint on username and password? Is it related to the jolla account?

Also after reboot, I can't connect to SSH using "root" and "Nemo", you stated that # open term ; su passwd # nemo , I tried but still not correct.

Thank you again!

I had to delete the repos added by Sailfish and add back the repos that I added at first.

Code:

zypper ar -G https://releases.jolla.com/releases/1.0.0.5/jolla/armv7hl/ jolla
zypper ar -G https://releases.jolla.com/releases/1.0.0.5/hotfixes/armv7hl/ hotfixes
zypper ar -G https://releases.jolla.com/jolla-apps/latest-release/armv7hl/ apps
zypper ref

I just noticed these other ones on rzr's N950club site that I'm going to try as well, since the ones that I have now don't seem to work:

Code:

adaptation0  http://repo.merproject.org/obs/nemo:/devel:/hw:/ti:/omap3:/n9xx-common/latest_armv7hl  -
adaptation1  http://repo.merproject.org/obs/nemo:/devel:/hw:/ti:/omap3:/n950-n9/latest_armv7hl
mer-core  http://releases.nemomobile.org/rnd/repos/mer-latest-devel/builds/armv7hl/packages/
mer-qt  http://repo.merproject.org/obs/mer:/qt:/devel/latest_armv7hl
nemo-apps  http://repo.merproject.org/obs/nemo:/devel:/apps/latest_armv7hl
nemo-mw  http://repo.merproject.org/obs/nemo:/devel:/mw/latest_armv7hl
nemo-ux  http://repo.merproject.org/obs/nemo:/devel:/ux/latest_armv7hl


Akkumaru 2013-12-04 09:40

Re: Porting Sailfish to N9 (or other)
 
can't for a better version :D i'll install it as soon as i can of what we currently have :P My N9 is now a testing device :p

blue@sky 2013-12-04 10:24

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

Originally Posted by www.rzr.online.fr (Post 1391893)
Do you use linux on desktop ?

I updated my notes if it helps :

http://rzr.online.fr/q/n950club

I`m sorry to ask this question. what is the password?

~$ ssh root@192.168.2.15
************************************************** ******
* Welcome to RM-696 ubiboot-02 maintanance console *
************************************************** ******

root@192.168.2.15's password:

Storm_11 2013-12-04 10:44

Re: Porting Sailfish to N9 (or other)
 
i'm quite stuck with the process at the moment, thanks to the nemo homescreen freezing bug. By luck I managed to bypass the freeze issue and get part way through the install, and part of the Jolla UI came up and worked. Needed to reboot into Harmattan, but found that I also couldn't use the root@ login anymore as the password had apparently changed (it was nemo).

Started from scratch again, now stuck at the frozen homescreen. Quite a few reboots, no difference. The wiki page mentions to run the following commands:

Quote:

zypper ar http://repo.merproject.org/obs/home:...er_qt_armv7hl/ unfreeze
zypper ref unfreeze
zypper up qt5-qtdeclarative
sync
reboot
The problem here is that I'm not connected to a wifi network yet, haven't even got to that stage. SSH'ing into the device, attempting to start a wifi connection:

ifconfig doesn't even display wlan0
iwlist wlan0 scan = wlan0 Interface doesn't support scanning : Network is down
ifconfig wlan0 up = SIOCSIFFLAGS: Operation not possible due to RF-kill

I looked at the http://repo.merproject.org/obs/home:...mv7hl/armv7hl/ repo as per the instructions. I tried just copying the contents of qt5-qtdeclarative-5.1.0+git666-1.1.1.armv7hl.rpm to Alt_Os directly, but that didn't seem to make a difference. Not sure which other packages qt5-declarative requires, I couldnt find anything about dependencies, nubcake in this department.

Any ideas?

edit: just extracted all the rpm's in the repo to the Alt_Os partitition, no difference :/

w00t 2013-12-04 10:53

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

Originally Posted by mikecomputing (Post 1391827)
Well that does not mean Android is "more open". It only mean because of libhybris there is drivers from Android that can be used.

The difference between the N9 and hardware running hybris is that there is a lot more hardware running hybris (thus, a lot more people interested in working on it), and that the work on hybris has been in the phase of getting products ready for a while now. In comparison, the N9 work is still stuck at "proof of concept", and nobody has really taken it further.

w00t 2013-12-04 10:55

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

Originally Posted by Storm_11 (Post 1392474)
i'm quite stuck with the process at the moment, thanks to the nemo homescreen freezing bug. By luck I managed to bypass the freeze issue and get part way through the install, and part of the Jolla UI came up and worked. Needed to reboot into Harmattan, but found that I also couldn't use the root@ login anymore as the password had apparently changed (it was nemo)

We don't allow a password of 'nemo' on Sailfish. Up until this was instituted, it was the default password, and most people used it. That's obviously not secure...

You can now set a password in developer mode in settings.

flotron 2013-12-04 18:31

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

Originally Posted by Dave999 (Post 1391966)
The first one that runs this on an Android wins

Wouldn't be easier with an android device? (drivers)

billranton 2013-12-04 22:00

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

Originally Posted by Storm_11 (Post 1392474)
i'm quite stuck with the process at the moment, thanks to the nemo homescreen freezing bug.

I got in the same mess until I switched the version of nemo I was using to nemo-armv7hl-n950-0.20130620.0.1.tar.bz2. The UI on that one works properly. You can set up the network and continue.


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

vBulletin® Version 3.8.8