|
2013-04-09
, 17:22
|
Posts: 3,464 |
Thanked: 5,107 times |
Joined on Feb 2010
@ Gothenburg in Sweden
|
#2
|
|
2013-04-09
, 18:17
|
Posts: 1,067 |
Thanked: 2,383 times |
Joined on Jan 2012
@ Finland
|
#3
|
if [ "$(pidof appname)" != "" ]; then killall appname;fi
The Following User Says Thank You to rainisto For This Useful Post: | ||
|
2013-04-09
, 18:42
|
Posts: 951 |
Thanked: 2,344 times |
Joined on Jan 2012
@ UK
|
#4
|
I will try to to make a help thread for devs who are using Sailfish SDK.
Bugs+Fixes:
-Can't deploy if app is already open
Fix: Projects -> Run -> Deployment -> Add Deploy Step -> Run custom remote command
Command line:
This will kill the already open application in the emulator before deploying the new one.
If you get "error: Remote process finished with exit code 1." disable the command and then re-anable it once the app is open. The error was given because it died to close an application that was never open
Official channels:
Sailfish Support channels page
I will try to keep this updated and post new fixes and bugs. Everyone is welcome to contribute with their bugs and fixes
N9/N950 Kernel update project
VLC remote for Sailfish
Last edited by mariusmssj; 2013-04-09 at 19:13.