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

Revision history [back]

click to hide/show revision 1
initial version

posted 2017-09-08 21:03:30 +0200

How can I start a app in developer mode?

I am looking for an easy way to start a normal sailfish app in developer mode (it means wiff all right). For filebrousers its not the problem because we have som patches. Since 2.1.1.26 it is not possible to change Wifi or BT from nomal apps. Maybe it only a short line? Thanks in advance. I will test follow ways:

sudo /usr/share/applications/myappapplication.desktop

or

sudo /home/nemo/myscript.sh

and in script is written

#!/bin/sh
/usr/share/applications/myappapplication.desktop
exit $?

I am only a beginner but I work on it - sorry for this simple question!