From 3399a6d4828fa563ea5aa3655304cad4a92435b8 Mon Sep 17 00:00:00 2001 From: Rainer Keller Date: Mon, 29 Jul 2013 16:00:56 +0200 Subject: Doc: Application replaces demo launcher by default Change-Id: I9d80eb49227825550db15f44bf4bdb75cd049f77 Reviewed-by: Eirik Aavitsland --- src/doc/src/b2qt.qdoc | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'src/doc') 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 - /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 - /targets/android-utils/bin/adb shell ln -sf PATH_TO_YOUR_APP /usr/bin/b2qt + /targets/android-utils/bin/adb shell appcontroller --remove-default \endcode */ -- cgit v1.2.3