From b0c0bbbf4a2d82bffcfe17a15e16ea869eabdf09 Mon Sep 17 00:00:00 2001 From: Rainer Keller Date: Wed, 10 Jul 2013 10:02:14 +0200 Subject: Doc: Launch custom application on eAndroid MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I8f22b55ec457c6f43de2d518e6aa80847df50f11 Reviewed-by: Samuli Piippo Reviewed-by: Topi Reiniƶ --- src/doc/src/b2qt.qdoc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/doc') 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 + /targets/android-utils/bin/adb shell ln -sf PATH_TO_YOUR_APP /data/user/b2qt + \endcode + + For embedded Linux you have to do: + \code + /targets/android-utils/bin/adb shell ln -sf PATH_TO_YOUR_APP /usr/bin/b2qt + \endcode */ /*! -- cgit v1.2.3