summaryrefslogtreecommitdiffstats
path: root/src/doc/src/qtee-customization.qdoc
diff options
context:
space:
mode:
authorVenugopal Shivashankar <venugopal.shivashankar@theqtcompany.com>2015-04-21 13:33:29 +0200
committerVenugopal Shivashankar <venugopal.shivashankar@theqtcompany.com>2015-05-22 15:32:20 +0300
commitcadbdc0708bdf8779caf1e55e1e2b9ac742bcbe6 (patch)
tree5f33c8115db8648b89c6c81412dea250746f7815 /src/doc/src/qtee-customization.qdoc
parenta5b28fe4750cf81a2a2224768e81f9ee051a44d5 (diff)
Doc: Removed references to embedded Android
The commit also includes minor language edits. Change-Id: I641452dae29cafdbfe8846d5fc1a7d8302d257d8 Task-number: QTEE-922 Reviewed-by: Topi Reiniƶ <topi.reinio@theqtcompany.com>
Diffstat (limited to 'src/doc/src/qtee-customization.qdoc')
-rw-r--r--src/doc/src/qtee-customization.qdoc26
1 files changed, 4 insertions, 22 deletions
diff --git a/src/doc/src/qtee-customization.qdoc b/src/doc/src/qtee-customization.qdoc
index df55528..fa3186c 100644
--- a/src/doc/src/qtee-customization.qdoc
+++ b/src/doc/src/qtee-customization.qdoc
@@ -26,9 +26,8 @@
\section1 Environment and Input
By default, the basic environment variables and startup options of
- \B2Q applications are set in the file \c
- {/system/bin/appcontroller.conf} in embedded Android devices and
- in \c{/etc/appcontroller.conf} in embedded Linux devices.
+ \B2Q applications are set in \c{/etc/appcontroller.conf} on embedded Linux
+ devices.
You can customize this file if you target a hardware device that
has other input devices than the ones that the \B2Q stack is configured
@@ -94,7 +93,7 @@
\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
+ project and select \b Deploy, or click
\inlineimage qtcreator-run.png
(\b{Run}).
\endlist
@@ -106,7 +105,7 @@
<INSTALL_DIR>/Tools/b2qt/adb shell appcontroller --make-default <path>
\endcode
- Above, \c{<path>} is the install path of your application binary on the
+ Where \c{<path>} is the install path of your application binary on the
device.
To remove your application from the default startup, use the following
@@ -223,23 +222,6 @@
}
\endqml
- \section1 Disabling Screen Composer on Embedded Android
-
- By default, the \B2Q stack uses Android's screen composer, \e
- Surfaceflinger. It is required for Qt Multimedia functionality,
- i.e. video playback and camera. If that functionality is not
- required, Surfaceflinger may be disabled. This can in some
- situations improve performance.
-
- \list 1
- \li Edit \c {/system/bin/appcontroller.conf} to set the value of
- the environment variable \c QT_QPA_EGLFS_NO_SURFACEFLINGER to \c
- 1 instead of \c 0.
- \li Disable the startup of \c surfaceflinger at boot-up. Either
- change \c /init.rc, or simply rename the \c
- {/system/bin/surfaceflinger} executable.
- \endlist
-
\section1 Using Network Connection for ADB
By default, \B2Q uses USB cable for communication between device and Qt Creator.