From 4aa64d3c0624ec37d1ca36341bd7fb6bd2cb359b Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Tue, 7 Oct 2014 13:53:48 +0200 Subject: Doc: Update the documentation for Booting to a Custom Application Task-number: QTEE-781 Change-Id: Ibbbed41b50d41df5ad3254f802241de18f91a214 Reviewed-by: Samuli Piippo --- src/doc/src/qtee-customization.qdoc | 28 +++++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/doc/src/qtee-customization.qdoc b/src/doc/src/qtee-customization.qdoc index cd60aff..1bd937d 100644 --- a/src/doc/src/qtee-customization.qdoc +++ b/src/doc/src/qtee-customization.qdoc @@ -62,11 +62,29 @@ \section1 Booting to a Custom Application - After you have deployed your own application to the device, it will be - launched on boot, instead of the \B2Q demo launcher. To prevent this - behavior, remove or disable the \b {Make this application the default one} - step from the \b{Run Settings} for your project in the Qt Creator \b Projects - mode. + By default, the \e {\B2Q demo launcher} is configured to run on startup. + + To have your application launch on boot: + + \list + \li Go to \b Projects > \b {Run Settings}. + \li Under \b Deployment, click on \b {Add Deploy Step}, and select + \b {Make this application the default one}. + \li Re-deploy your project. In \b Edit mode, right-click on the + project and select \b Deploy, or simply click + \inlineimage qtcreator-run.png + (\b{Run}). + \endlist + + Your application will now be launched on the next device reboot. + + Alternatively, you can also use the following command: + \badcode + /Tools/b2qt/adb shell appcontroller --make-default + \endcode + + Above, \c{} is the install path of your application binary on the + device. To remove your application from the default startup, use the following command: -- cgit v1.2.3