summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Keller <rainer.keller@digia.com>2013-07-10 10:02:14 +0200
committerRainer Keller <rainer.keller@digia.com>2013-07-29 10:44:44 +0300
commitb0c0bbbf4a2d82bffcfe17a15e16ea869eabdf09 (patch)
tree001e662e0a5bb22d8e99678f9fc356f3bd6e36df
parent7fe030b7e5a3c8dd1bd6d0d49cf89bf72f34b385 (diff)
Doc: Launch custom application on eAndroid
Change-Id: I8f22b55ec457c6f43de2d518e6aa80847df50f11 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com> Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
-rw-r--r--src/doc/src/b2qt.qdoc14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/doc/src/b2qt.qdoc b/src/doc/src/b2qt.qdoc
index b2880bd..be41a5a 100644
--- a/src/doc/src/b2qt.qdoc
+++ b/src/doc/src/b2qt.qdoc
@@ -660,6 +660,20 @@
\code
env=QT_QPA_EGLFS_HIDECURSOR=1
\endcode
+
+ \section1 Launching custom application on boot
+
+ 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
+
+ For embedded Linux you have to do:
+ \code
+ <SDK_INSTALL_DIR>/targets/android-utils/bin/adb shell ln -sf PATH_TO_YOUR_APP /usr/bin/b2qt
+ \endcode
*/
/*!