maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   SailfishOS (https://talk.maemo.org/forumdisplay.php?f=52)
-   -   SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview (https://talk.maemo.org/showthread.php?t=96932)

edp17 2020-02-18 15:37

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Quote:

Originally Posted by mautz (Post 1565440)
I'll update the page in the following days :)

Mhh, seems to be better to write a complete new one, seems like everything is totally outdated in the wiki.

If I can help with something with the new wiki, please let me know.

claustn 2020-02-19 08:33

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
mautz or edp17, would be possible to recompile the kernel with the missing flags in order to run flatpak based browser Angelfish?
See here https://talk.maemo.org/showthread.ph...47#post1565447

edp17 2020-02-19 11:47

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Quote:

Originally Posted by claustn (Post 1565467)
mautz or edp17, would be possible to recompile the kernel with the missing flags in order to run flatpak based browser Angelfish?
See here https://talk.maemo.org/showthread.ph...47#post1565447

Of course it would. :)
I do it today or tomorrow and will let you know.

Are these the only flags needed to be set?:

# CONFIG_UTS_NS is not set
# CONFIG_IPC_NS is not set
# CONFIG_USER_NS is not set
# CONFIG_PID_NS is not set

Could you tell me the benefit of using Angelfish over the built in or Firefox, please? Thanks.

rinigus 2020-02-19 12:23

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Quote:

Originally Posted by edp17 (Post 1565469)
Of course it would. :)
I do it today or tomorrow and will let you know.

Are these the only flags needed to be set?:

# CONFIG_UTS_NS is not set
# CONFIG_IPC_NS is not set
# CONFIG_USER_NS is not set
# CONFIG_PID_NS is not set

Could you tell me the benefit of using Angelfish over the built in or Firefox, please? Thanks.

I don't know for sure, but probably that's sufficient. Usually, USER_NS is checked for when installing on Gentoo. So, that's a hope.

Main advantage is getting access to Qt 5.12 and later to Qt 5.14. Qt 5.12 WebEngine corresponds to Chrome 75 (June 2019) with additional security patches applied. As for browser, its less feature rich than the stock one, but we are working on it with Plasma developers.

edp17 2020-02-19 12:30

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Quote:

Originally Posted by rinigus (Post 1565470)
I don't know for sure, but probably that's sufficient. Usually, USER_NS is checked for when installing on Gentoo. So, that's a hope.

Main advantage is getting access to Qt 5.12 and later to Qt 5.14. Qt 5.12 WebEngine corresponds to Chrome 75 (June 2019) with additional security patches applied. As for browser, its less feature rich than the stock one, but we are working on it with Plasma developers.

Thanks. I'll switch them all in the kernel. (Doesn't hurt :))

edp17 2020-02-19 23:31

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Quote:

Originally Posted by claustn (Post 1565467)
mautz or edp17, would be possible to recompile the kernel with the missing flags in order to run flatpak based browser Angelfish?
See here https://talk.maemo.org/showthread.ph...47#post1565447

I have re-compiled the kernel. It is available to download from here: edp17Kernel_flatpak-support.zip

I have flashed and tried and the '# zcat /proc/config.gz | grep _NS' gives me:

CONFIG_UTS_NS=y
CONFIG_IPC_NS=y
CONFIG_USER_NS=y
CONFIG_PID_NS=y
CONFIG_NET_NS=y
CONFIG_NF_CONNTRACK_NETBIOS_NS=y

I hope this helps with your Flatpak work. :)

edp17 2020-02-24 15:18

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
As my question probably won't be appreciated on the sailfishos-porters channel, I ask here. ;)

Can somebody help me with the AD, please?

On my S2 I have managed to install the rpm and have changed the /opt/alien/system/script/platform_extraenvsetup.sh to have the proper bits and bobs for the 3D, Camera and HW codes but when I try to start, I get
Code:

alien_bridge_server: The 'mergePresenceChanges' option has not been configured - presence changes will only be reported via ContactManagerEngine: contactsPresenceChanged()

aliendalvik.service: Start-post operation timed out. Stopping
sensorfwd: [SocketHandler]: Socket error: QLocalSocket: PeerClosedError
sensorfwd: [SocketHandler]: Noticed list session: 11
HYBRIS CTL setDelay(0=ACCELEROMETER, 100) -> -9=Unknown error -9
sensorfwd: virtual bool HybrisAdaptor: setInterval(unsigned int, int) setInterval not ok
sensorfwd: [SocketHandler]: Socket error: QLocalSocket: PeerClosedError

Some logs:I appreciate any thoughts on it! :) Thanks!

claustn 2020-02-25 08:59

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
I flashed the new kernel for flatpak support but now I have no WLAN! I can't turn it on...Which kernel do I have to flash to restore the default one?

edp17 2020-02-25 12:40

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Quote:

Originally Posted by claustn (Post 1565666)
I flashed the new kernel for flatpak support but now I have no WLAN! I can't turn it on...Which kernel do I have to flash to restore the default one?

Hmm. I am sorry about that.
I had this issue before but not with this one. Don't really know why because I also have included the wifi module into the zip.
Anyway, here you can find the previous kernel. I hope this will work.

I guess you are not using multirom. Haven't you create a backup before flashed the kernel?

edp17 2020-02-25 13:02

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Quote:

Originally Posted by claustn (Post 1565666)
I flashed the new kernel for flatpak support but now I have no WLAN! I can't turn it on...Which kernel do I have to flash to restore the default one?

Can you double check something for me, please?
Please write here the output of
Code:

ls /lib/modules/


All times are GMT. The time now is 12:13.

vBulletin® Version 3.8.8