The Following User Says Thank You to Hariainm For This Useful Post: | ||
![]() |
2015-10-29
, 21:20
|
Posts: 288 |
Thanked: 1,103 times |
Joined on Jul 2014
|
#82
|
![]() |
2015-10-30
, 09:02
|
Posts: 440 |
Thanked: 2,256 times |
Joined on Jul 2014
|
#83
|
If anyone has any ideas how to make an automated script out of this (for sailfish and android) then please say so. Especially if you know how to get back into Sailfish from Android without ssh.
The Following User Says Thank You to r0kk3rz For This Useful Post: | ||
![]() |
2015-11-04
, 18:18
|
Posts: 210 |
Thanked: 841 times |
Joined on Feb 2013
|
#85
|
![]() |
2015-11-05
, 11:19
|
Posts: 440 |
Thanked: 2,256 times |
Joined on Jul 2014
|
#86
|
![]() |
2015-11-05
, 20:06
|
|
Posts: 634 |
Thanked: 3,266 times |
Joined on May 2010
@ Colombia
|
#87
|
I think it will be worthwhile investigating running surfaceflinger, and anything else it interacts with inside a systemd-nspawn which is an easy integrated way of using namespaces and other virtualisation features mentioned earlier in the thread.
The Following User Says Thank You to wicket For This Useful Post: | ||
![]() |
2015-11-05
, 20:32
|
Posts: 440 |
Thanked: 2,256 times |
Joined on Jul 2014
|
#88
|
Not a good idea. systemd-nspawn is not portable. Any solution using it would not work on Harmattan, Fremantle or any other Linux OS that does not use systemd without porting it first. In the case of Harmattan and Fremantle, it's very unlikely that this will ever happen, and even if it does happen, despite Lennart's attempts to enforce it, systemd will never be a ubiquitous solution that everybody will want to use. The clone and unshare system calls aren't exactly hard to use and is what systemd-nspawn uses under the bonnet. With the ongoing N900 and N9 kernel mainlining efforts, using namespaces on Harmattan and Fremantle will eventually be possible.
![]() |
2015-11-05
, 20:58
|
|
Posts: 634 |
Thanked: 3,266 times |
Joined on May 2010
@ Colombia
|
#89
|
Naturally i'm targetting sailfish with its systemd/wayland setup, you guys can figure out something for the N9 using whatever tools make sense there
there is simply too much difference between sailfishos and meego for a single solution to apply here. Some of the same ideas might work, but ultimately there will need to be differing implementations
The Following User Says Thank You to wicket For This Useful Post: | ||
![]() |
2015-11-05
, 21:22
|
Posts: 440 |
Thanked: 2,256 times |
Joined on Jul 2014
|
#90
|
Okay, but liar appears to be targeting Harmattan too. Have a look at his YouTube link above.
Not necessarily. This may be true in some cases, but not for everything. Differences such as X11 and Wayland may need to be accounted for. In the case of namespaces, they are a feature of recent Linux kernels. systemd-nspawn uses the the same underlying kernel technology. Why waste time writing code twice when you can write it once and have it work on both?
The Following User Says Thank You to r0kk3rz For This Useful Post: | ||
Adrian Filgueira, @hariainm