summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add qt_hw_init launched from qt_init.shv1.0.0-RC2Laszlo Agocs2013-10-153-1/+37
| | | | | | | This application is launched once during boot, from qt_init.sh. Change-Id: I76b39319d1777cd1e8cb068c734588b84f2c0062 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Doc: Document Model B as the supported version of Raspberry PiTopi Reinio2013-10-151-10/+14
| | | | | Change-Id: Iec1c3873a6fa125529ec07ae503dd971fec68c4f Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Doc: Update documentation version to 1.0.0Topi Reinio2013-10-151-4/+4
| | | | | | | Updates the version from Technology Preview 2 to 1.0.0. Change-Id: Idaf89ffe60f28795d7b326ed696f01362f0f6063 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Doc: Update the usage of SDK / Boot to Qt namesTopi Reinio2013-10-153-28/+29
| | | | | | | | | | | - Create a macro for Qt for Embedded Enterprise SDK - Readability: Use italics for the long platform-specific Boot to Qt names to separate them from the rest of the text - Update information about installation file naming, default install path Change-Id: Iee27da56d378846803bf193c15b9b76766533a25 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Doc: Rewrite instructions for finding out SD card device pathTopi Reinio2013-10-152-78/+30
| | | | | | | | | Rewrite the instructions and move them to a separate qdocinc file. Also move the warning about potential HDD-wipe to this step, as that's when you have to pay attention to it. Change-Id: I812ceca23c26587876c9ea66049b72fcce8561c9 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* [Doc] Update "Installing Proprietary Drivers" sectionGatis Paeglis2013-10-141-16/+13
| | | | | | Change-Id: I1f20b9ebe2a9dd3ab2d10314bed618d14f1e1d03 Reviewed-by: Topi Reiniö <topi.reinio@digia.com> Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Revert "Doc: Make deploy.sh executable to be safe"Samuli Piippo2013-10-141-2/+2
| | | | | | | Instead of documenting workaround, bug was fixed. Change-Id: I79130b0e9e06ca708bafe408e918569fe73accfa Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
* Docs: linux deploy script requires sudoTest_TagSamuli Piippo2013-10-141-2/+2
| | | | | Change-Id: I7f39eeb3fc9b5733260ca79b98203ccc785cc280 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Doc: Add some words about deployment pathsLaszlo Agocs2013-10-141-0/+22
| | | | | | | | | | | | | It's very nice that new projects generated by Creator deploy properly but we really need to say a few words about running existing projects (for example Qt's own examples). The Qt examples, say shadereffects from qtdeclarative, won't deploy by default since target.path is garbage. It has to be manually updated to /data/user/qt/whatever. Document this. Change-Id: I8d09c091d449b8b4ad519210a938f9b56195bb60 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Doc: Update Android version in introductionLaszlo Agocs2013-10-141-1/+1
| | | | | Change-Id: Iba58ead0f1529dd458026dd88a22448d7f504b67 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Doc: Add documentation for raspberry PiSamuli Piippo2013-10-142-0/+93
| | | | | | Change-Id: If57154ba74595a1f52802d81908d333924319e7d Reviewed-by: Topi Reiniö <topi.reinio@digia.com> Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Enhance the docs about window limitations and input devicesLaszlo Agocs2013-10-111-5/+22
| | | | | | | Task-number: QTRD-2421 Task-number: QTRD-2429 Change-Id: Ie47053f20d8587a84925d41e5a62cbd9ca88cbb4 Reviewed-by: Andy Nichols <andy.nichols@digia.com>
* Doc: Make deploy.sh executable to be safeLaszlo Agocs2013-10-111-0/+1
| | | | | | | | For some reason the deploy.sh I got was not executable. The safest is to update the documentation with a chmod +x step. Change-Id: I68400429426031992d614aac135a263768284a56 Reviewed-by: Andy Nichols <andy.nichols@digia.com>
* Doc: SurfaceFlinger may be running. Remove it.Laszlo Agocs2013-10-111-1/+1
| | | | | Change-Id: I8a34ee4092fa0a368a801ed826ce324f5d3e1ce3 Reviewed-by: Andy Nichols <andy.nichols@digia.com>
* Doc: 32-bit support libs are only needed on 64-bit systemsLaszlo Agocs2013-10-111-4/+4
| | | | | Change-Id: I5e22dff017a7a7f0efb5f0798c4a2f675d5d8efd Reviewed-by: Andy Nichols <andy.nichols@digia.com>
* Doc: Fix umount instructionsLaszlo Agocs2013-10-111-1/+1
| | | | | | | | umount /media/* will not work if the stuff is automounted under /media/username. Try to unmount in both places. Change-Id: Icdb212e81ff04d6efe4ac0885c733e63a48fe316 Reviewed-by: Andy Nichols <andy.nichols@digia.com>
* Doc: Update path to deploy.sh script for nexus7 and iMX6Pasi Petäjäjärvi2013-10-101-2/+2
| | | | | | | Change-Id: I4cdfc6778a91bcebd0dd345f8b9e37a75d9bc85b Reviewed-by: Samuli Piippo <samuli.piippo@digia.com> Reviewed-by: Rainer Keller <rainer.keller@digia.com> Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* Don't crash when sensor drivers are missingGatis Paeglis2013-10-102-12/+25
| | | | | | Task-number:QTRD-2420 Change-Id: I17dc3fb95eeecaea218cc70548b72ce86a015161 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Doc: Update imx6 BD image to Android 4.2aavit2013-10-081-9/+9
| | | | | Change-Id: I1673ebf97f8fe15257e83d566ecd23703556d458 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* Doc: Rename item according to QtCreatorRainer Keller2013-10-081-1/+1
| | | | | Change-Id: Ibb9b6a63d4efd46e5d92aef8b539bd6ae94aa2f8 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Doc: Change pathsRainer Keller2013-10-081-18/+18
| | | | | Change-Id: I198e9a9c2ee472de5f356a0d44eb0e6f7a85cfb2 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Add example for Switching Between Portrait and Landscape ViewsGatis Paeglis2013-10-021-0/+37
| | | | | Change-Id: Ife9dbcb5c672e76e721d26ee04ca049842b3f732 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* Rename the deploy_tegra_drivers_to_nexus7 scriptGatis Paeglis2013-10-011-9/+13
| | | | | Change-Id: I3f11909bf4b9c467e7600ba45323ddb934160d26 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* Build eandroid sensors only on AndroidSamuli Piippo2013-09-231-1/+1
| | | | | Change-Id: I26eb0be668641d83e917a1de3fc14c4527df5756 Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
* Add missing "subdir template" project filesGatis Paeglis2013-09-233-1/+9
| | | | | | | Without these build scripts can't find the sensor plugin Change-Id: Ia94782fcb6292df8de3ea1f5fa88e2b880441f81 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Introducing eAndroid sensor pluginGatis Paeglis2013-09-2019-0/+770
| | | | | Change-Id: I8d0bad4ca759cf6d4f6f1f0ef67e6251b3b0e42f Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Doc: Add link to Known Issues page on the Digia websiteaavit2013-09-121-2/+6
| | | | | Change-Id: I613e969c1430db7df7e0d072dc7d7a6ecb5e0410 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* Doc: Improve flow of install/setup instructionsTopi Reinio2013-09-122-79/+146
| | | | | | | | | | | | | | | | | | | | | | | | Make it easier to follow the setup steps by eliminating the need for back-tracking and switching between docs. - Detach Setting up USB Access + QtC Kits into a separate qdoc file, which is included by each of the device-specific setup guides, making them endpoints for the installation guide. - Add Building and Running an Example as the last step for each device-specific guide. - Copy tar-ball installation commands from boundary devices website, making it possible to finish the setup with a single guide. - Move i.MX 6 'Upgrading the Bootloader' topic to Troubleshooting section - Update page titles, prev/next linking + other minor fixes Change-Id: Ic8eeadefd0b416598730e857421053934092dc05 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Added 'doppelganger' daemon.Yoann Lopes2013-08-287-0/+153
| | | | | | | | It provides the Android permission and scheduling policy services. These services are normally provided by Zygote. Change-Id: I11eeba92b6b12e26b45baa5871a6fd7c2058b6c6 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Added system volume settings for Android.Yoann Lopes2013-08-283-1/+115
| | | | | Change-Id: I4ea5f24303f69d93a031b07dbc056c62eea9d358 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Doc: Revert to user download of imx6 Android imageaavit2013-08-141-20/+32
| | | | | | | | | This reverts 9b86b6bf73eeac05c26a01247cf0ecb0f539cd07 Also, remove references to imx6 eLinux support, as that will not be part of TP2. Change-Id: I9724368e753fa4962d2393b06c4e61835d1fe682 Reviewed-by: Rainer Keller <rainer.keller@digia.com>
* Doc: Clarify embedded Android/Linux descriptionsTopi Reinio2013-08-122-16/+18
| | | | | | | | | | | | On the Introduction page, clarify text about the two platforms: - Add eAndroid + eLinux as listed items - Remove duplicated sentences - Mark which ref. devices support which platforms - Note about support not being limited to ref. hardware - Update title for B2Qt vs Qt for Android image Change-Id: I6c69663910d25ea0f91f7ba7d0aafa1a871a3149 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Doc: Add a troubleshooting entry for read-only file systemsTopi Reinio2013-08-121-0/+6
| | | | | Change-Id: I1af34e61156162024a93e89a926cc80b06243828 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Doc: Update documentation version to Technology Preview 2Topi Reinio2013-08-081-4/+4
| | | | | Change-Id: I4072691c968d29a4f112b64a36cd8fb78b54ca5b Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Doc: Minor improvementsTopi Reinio2013-08-061-4/+5
| | | | | | | | - Topic linking: Update prev / next pages - Fix title capitalization Change-Id: I127d706f5574e4adc73f925375af6c25776baf2d Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Doc: Unify preparing hardware documentation pagesTopi Reinio2013-08-062-192/+112
| | | | | | | | | | | | | | | | To unclutter hardware instructions and make them more maintainable, combine instructions for eAndroid and eLinux into a single page per device. Also, - Create macros for eLinux/aAndroid and switch to use them in docs - Rename device specific pages, add them into TOC as subsections under Preparing Hardware (new page). - Link to above page in install instructions - Indent \code sections to make them look better Change-Id: I891e7bf8fa853a9f455b82861a1610116b87670f Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Snapshot of wifi module development, from customer projectaavit2013-08-055-76/+140
| | | | | | | Corresponds to 0c397d2287d33b08501c48e029306b8908583e6a of github repo Change-Id: I60c140513255394b6728ddd0ff85ac79fa5e88b9 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Doc: fix pathsaavit2013-08-051-9/+9
| | | | | Change-Id: Ie82d5d1d6aaa17a359d2aaaa9f322e96268fab91 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Doc: Application replaces demo launcher by defaultRainer Keller2013-08-021-9/+6
| | | | | Change-Id: I9d80eb49227825550db15f44bf4bdb75cd049f77 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Doc: Plugin specification on commandline is deprecatedRainer Keller2013-08-011-2/+1
| | | | | Change-Id: Ib9565a447ccac1bfff8d7dcdd35c0b5391308932 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Doc: Launch custom application on eAndroidRainer Keller2013-07-291-0/+14
| | | | | | Change-Id: I8f22b55ec457c6f43de2d518e6aa80847df50f11 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com> Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* doc: remove network setup instructions from eLinuxSamuli Piippo2013-07-101-26/+2
| | | | | | | | Embedded Linux is now using adb, network setup is no longer needed. Change-Id: I637ba7ecf1aa5226409028acefee5ce509f087e2 Reviewed-by: Rainer Keller <rainer.keller@digia.com> Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Doc: Remove statements about run configurationRainer Keller2013-07-041-8/+1
| | | | | | | This seems to be fixed with QtCreator 2.8 Change-Id: I68304f78794948e0528c4eab5ee01e0eb49efd46 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Doc: Cloning not needed anymoreRainer Keller2013-07-041-6/+3
| | | | | Change-Id: I8fee41bebadda1c5efa1ecc9181d44e396f753e6 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* The right version of the nexus graphics drivers are required.aavit2013-06-211-0/+2
| | | | | | | SF 00309879 Change-Id: I8b843fcb24ab66cd56345aa7a3ea8d63be0faf9f Reviewed-by: Rainer Keller <rainer.keller@digia.com>
* Register the QWifiNetworkList with the QML type systemGunnar Sletta2013-06-121-0/+1
| | | | | Change-Id: I43d1b525cf91b508113fcc6d883050b585a622f8 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Use prepared sdcard image for i.MX6Rainer Keller2013-06-111-27/+3
| | | | | Change-Id: Ic0b08fc2fd8985ae06266cf36555b5604bbc7d35 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Doc: Disable breadcrumbs from templateTopi Reinio2013-06-111-1/+1
| | | | | | | This gets rid of extra list items for each page title. Change-Id: I8d430ee1651f97e22d5232b0dc69850bf0b653fc Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* doc: add info about hostname/ip on embedded linuxSamuli Piippo2013-06-071-7/+31
| | | | | Change-Id: Ifdda969cc8cc89926bb4a2f4f8f6edbcc93eb248 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Add IP and hostname information for qdroid utilsSamuli Piippo2013-06-063-1/+60
| | | | | Change-Id: I9c4bc15f34ee7a67e468b32e73d989c98d04b94a Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>