We have moved to a new Sailfish OS Forum. Please start new discussions there.
2

App launch multiple times.

asked 2017-02-17 21:18:17 +0300

DarkTuring gravatar image

Fpr SFOS native and Android Alien-Dalvik run applications i sometimes find that on poor or slow network connection Sailfinder and Tumbler as examples have to be launched multiple times, repeatedly crash and have to be relaunched 2-10 times before finally loading fully.

With android app, in settings forcing app close usually does the trick and is the work around, however for SFOS apps there is no force close feature :-/ .

cheers

edit retag flag offensive close delete

2 Answers

Sort by » oldest newest most voted
4

answered 2017-02-17 21:39:52 +0300

updated 2017-03-08 23:24:45 +0300

Sailfinder has some known issues with a bad network connection. This will be resolved in V3.0 which is close to his release! :)

EDIT: Released on Openrepos!

edit flag offensive delete publish link more

Comments

@Dylan Van Assche wow so far so good! V3 has quite a speed boost and is very stable, especially the login process!

Perfect, ill do some heavy using on it and will report back!

DarkTuring ( 2017-03-09 08:06:16 +0300 )edit
0

answered 2017-03-09 11:40:13 +0300

updated 2017-03-09 11:51:30 +0300

Just as an workaround idea: Maybe make a bash which start and kill the app some times (between your 2x up tp 10x).

You will need a script as a [A1].sh file somewhere:

#!/bin/bash

apkd-launcher
/home/.android/data/app/YourproblemAPP.apk 
YourproblemAPP/YourproblemAPP.SplashScreen 
'hint: copy the path from the original YourproblemAPP.desktop, located in /opt/alien/usr/share/applications/'
sleep 5
pkill YourproblemAPP 'process name'
'repeat multiple times, like wanted'
exit 0

And a Shortcut-file as .desktop, located in /opt/alien/usr/share/applications/Asyoulike.desktop with icon:

[Desktop Entry]
Type=Application
Name=Asyoulike
Icon=/home/nemo/yourscriptlocation/icon.png
Exec=/home/nemo/yourscriptlocation/[A1].sh 'location of your scipt'
Comment=Terminal application

(should work as an multiple app launcher as well)

edit flag offensive delete publish link more
Login/Signup to Answer

Question tools

Follow
1 follower

Stats

Asked: 2017-02-17 21:18:17 +0300

Seen: 508 times

Last updated: Mar 09 '17