summaryrefslogtreecommitdiffstats
path: root/src/doc/src/b2qt.qdoc
diff options
context:
space:
mode:
authorRainer Keller <rainer.keller@digia.com>2013-07-29 16:00:56 +0200
committerRainer Keller <rainer.keller@digia.com>2013-08-02 12:17:49 +0300
commit3399a6d4828fa563ea5aa3655304cad4a92435b8 (patch)
tree8044a9d160a14a7d56f1582d41624145f236879f /src/doc/src/b2qt.qdoc
parent64936a42e6f7462f9b4b0023e4660587f8ca675a (diff)
Doc: Application replaces demo launcher by default
Change-Id: I9d80eb49227825550db15f44bf4bdb75cd049f77 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
Diffstat (limited to 'src/doc/src/b2qt.qdoc')
-rw-r--r--src/doc/src/b2qt.qdoc15
1 files changed, 6 insertions, 9 deletions
diff --git a/src/doc/src/b2qt.qdoc b/src/doc/src/b2qt.qdoc
index 8a12d9a..f4ce8c8 100644
--- a/src/doc/src/b2qt.qdoc
+++ b/src/doc/src/b2qt.qdoc
@@ -660,18 +660,15 @@
env=QT_QPA_EGLFS_HIDECURSOR=1
\endcode
- \section1 Launching custom application on boot
+ \section1 Booting your custom application
- To run your own application by default instead of the \B2Q demo launcher you
- have to deploy your custom application to the device.
- For embedded Android you have to do:
- \code
- <SDK_INSTALL_DIR>/targets/android-utils/bin/adb shell ln -sf PATH_TO_YOUR_APP /data/user/b2qt
- \endcode
+ After you have deployed your own application to the device it will be launched instead
+ of the \B2Q demo launcher on boot. To prevent this behavior you have to remove
+ this step from the build steps of your project's run configuration.
- For embedded Linux you have to do:
+ To remove your application from the default startup use the following command:
\code
- <SDK_INSTALL_DIR>/targets/android-utils/bin/adb shell ln -sf PATH_TO_YOUR_APP /usr/bin/b2qt
+ <SDK_INSTALL_DIR>/targets/android-utils/bin/adb shell appcontroller --remove-default
\endcode
*/