summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary sudoRainer Keller2014-02-041-1/+1
| | | | | Change-Id: I8f02a214a328f2bc7010b1e2b7ddec7a4417abf2 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Doc: Add BeagleBone BlackTopi Reinio2014-02-041-2/+84
| | | | | | Task-number: QTEE-302 Change-Id: I1c608ea0934a69244077a87de0f843993a3fc8d0 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* Improve QDroidUtils IP address retrievalTopi Reinio2014-02-031-5/+5
| | | | | | | | | | | | | | | Instead of returning the first IP address from eth0, return a comma-separated list. This ensures that the IPv4 address is shown in Launcher Settings demo, important as it's required for setting up the connection to Raspberry Pi in Qt Creator (sometimes, IPv6 address is shown as first entry). Also, cleans up the garbage (trailing %eth0) returned for IPv6 addresses. Change-Id: Ibced367ba443ac76c2ad2a4f2589c9edcbc74b7f Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Doc: Remove comment about Yocto complianceTopi Reinio2014-01-311-5/+4
| | | | | | Task-number: QTEE-311 Change-Id: Ibf4052919e6235c569345d96c4244743a843b758 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* Doc: Remove embedded Android support for BeagleboardTopi Reinio2014-01-311-21/+9
| | | | | | | | B2Qt 2.0 will support only embedded Linux on Beagleboard. Task-number: QTEE-303 Change-Id: Id9b0058a929ab7f441bcb17795ff5c562facb89f Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Re-enable the wifi plguin now that toolchains have been updatedaavit2014-01-301-1/+1
| | | | | Change-Id: I87efe6b020b3c8b13491a1611b7992e8f697cb46 Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
* Make sure that wifi event thread doesn't block on exitGatis Paeglis2014-01-302-8/+18
| | | | | | | | | After setting m_exitEventThread to True we need to generate wifi event, otherwise there might be cases that we block in wifi_wait_for_event and wifi event thread never exits. Change-Id: I699ca0c25e23abc7045c1850bf773443bac897e8 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Re-connect if netd is not readyGatis Paeglis2014-01-291-21/+30
| | | | | | | | There is a delay from the time when netd service is started and when it is actually ready to listen for commands. Change-Id: I92a21639921682457f8d5ccf1124a0d310a7a41c Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Doc: Bump B2Qt version in the docs to 2.0.0Topi Reinio2014-01-282-13/+16
| | | | | | | | Set the b2qt version in the docs to 2.0.0. Also add dependencies to other doc modules, which may be useful in the future. Change-Id: I2034c893a3cce7d19c4a7198a34ebfc532aecddb Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Disable building of wifi libraryGatis Paeglis2014-01-281-1/+1
| | | | | Change-Id: I3f8c2183f9bb0a620bad8128bdceda1bcb00ebd4 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Fix dhcp issues and improve public APIGatis Paeglis2014-01-285-185/+246
| | | | | | | | | | | | | | | | | | | | | - Use qconnectivity daemon for dhcp requests. Since dhcp requests are executed in other process we don't block gui thread for this lengthy operation. - Why not to use "do_dhcp_request" - it is a legacy implementation of a dhcp client and is not used anywhere in the Android source code itself. It appears that do_dhcp_request was not removed from the libhardware_legacy to keep compatibility for others, whose code might still depend on it. - Differnet changes to the internal implementation and the public API. - Add 'Interface' singleton type, installing a singleton type allows developers to provide arbitrary functionality to a client without requiring individual instances of the type to be instantiated by the client. We use this to determine if Android has wifi interface. Change-Id: I836f3a2a587b1ebf9f670ed08b10fe3483504b9e Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Introducing QConnectivityDaemonGatis Paeglis2014-01-233-1/+395
| | | | | | | | | | | | | | | | | | | | | This change enables ethernet support on embedded android and provides DHCP info for other processes. Now we can simply plugin an ethernet cable and start browsing a network, for this we use netd events - netd is a network manager daemon, it opens android's "reserved" unix domain socket on /dev/socket/netd and listens for connections and commands. QConnectivityDaemon listens for DHCP requests on android's "reserved" socket /dev/socket/qconnectivity which can be used by other processes to do dhcp requests on different network interfaces (wifi, bluetooth, etc.). QConnectivityDaemon uses line-oriented protocol and expects requests to be "\n" terminated. Change-Id: I6d52619d27685650a155141bf09191e5a56914df Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Merge remote-tracking branch 'origin/stable' into devaavit2014-01-1746-320/+1190
|\ | | | | | | | | | | | | Conflicts: src/doc/src/b2qt.qdoc Change-Id: I9d345dcc689e751b997df797ce12b6cd8a14ffb9
| * Doc: use power off/on consistentlyLeena Miettinen2013-12-102-10/+13
| | | | | | | | | | | | | | | | Clarify the options to power off Nexus 7. Change-Id: I13fe92c6cdc00d9033a603edd2bde334aacf8a77 Reviewed-by: Rainer Keller <rainer.keller@digia.com> Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
| * Doc: unify punctuation of list itemsLeena Miettinen2013-12-101-1/+1
| | | | | | | | | | | | | | | | Remove the period from the end of the first list item for consistency. Change-Id: I8926473a804be175c50ddf2dd0923bcc8e98c37c Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
| * Doc: edit the sections about preparing devicesLeena Miettinen2013-12-103-110/+114
| | | | | | | | | | | | | | | | | | | | | | | | Edit for grammar and style. Use standard wording in lists. Use active voice instead of passive voide. Use lists for all processes. Use the term "SD card" everywhere instead of "micro-SD card". Replace XXX with <device_name>. Change-Id: Ie300dac911b42120de5e236676aa7b43c39f27d7 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
| * Doc: edit the building and running topiLeena Miettinen2013-12-101-17/+15
| | | | | | | | | | | | | | Edit for grammar and style. Change-Id: I61bdbd5dbd4adc8badfe7e5aebe0c43f2a7a875e Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
| * Doc: edited the customization topicLeena Miettinen2013-12-101-16/+18
| | | | | | | | | | | | | | Edited for style and grammar. Change-Id: I57a9f72db0300c475b752a20bb613caa9a41b570 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
| * Doc: edit troubleshooting topicLeena Miettinen2013-12-091-19/+22
| | | | | | | | | | | | | | Edit for grammar and style. Use QDoc commands consistently. Change-Id: I2faf83811632b1640b504f538a714d0d7a9243b6 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
| * Doc: edit the supported devices topicLeena Miettinen2013-12-091-3/+3
| | | | | | | | | | | | | | | | | | | | Fix the capitalization of units of measurement and use spaces between the units and the numbers. Edit the leading sentence to the list of supported devices. Change-Id: I440a55f855d687ce46d3188373a4624b775529a0 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
| * Doc: edit the installation instructionsLeena Miettinen2013-12-092-62/+69
| | | | | | | | | | | | | | | | | | | | Remove excessive formatting as it reduces readability. Use numbered lists to describe processes. Use active voice instead of passive voice. Edit for grammar and style. Change-Id: I1e5f9636c57898ea09633167e022a3195a2967d6 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
| * Doc: move related sections together in TOCLeena Miettinen2013-12-061-11/+11
| | | | | | | | | | | | | | Place License Information last. Change-Id: If5122f5bf0c9aeee544fe999cb44442729f26abe Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
| * Doc: move overview info to a new topicLeena Miettinen2013-12-051-24/+62
| | | | | | | | | | | | | | | | | | Add some information from the Qt Enterprise Embedded site to explain the basic concepts that the reader will encounter in the installation chapter. Change-Id: I0d6ed724bb1e502850035744ac099f9ca9546b1a Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
| * Add license headersTopi Reinio2013-12-0344-9/+785
| | | | | | | | | | | | | | Add an Enterprise License header to source files. Change-Id: I373886dade31ce00d4c10c64ebaf8ba226d5a62d Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
| * Doc: Clarify Supported Nexus 7 modelTopi Reinio2013-11-271-5/+5
| | | | | | | | | | | | | | We support the Nexus 7 model from 2012. Change-Id: Icd61b3b5bb15de16b086ae174487cdca26f023c9 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
| * Doc: Add license information pageTopi Reinio2013-11-251-1/+27
| | | | | | | | | | | | | | Discuss the product licensing and third-party license info. Change-Id: I750f95f57a006ee23c342d15a915710caee510da Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
| * Doc: Change html prefixes againTopi Reinio2013-11-251-28/+28
| | | | | | | | | | | | | | Change prefixes from 'qee' to 'qtee'. Change-Id: I82da3a811cb1b4fa888d46f208881a8461abfe54 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
| * Doc: Updated navigation bar landing page.Jerome Pasion2013-11-211-1/+1
| | | | | | | | | | | | | | -Landing page title changed to "Qt Enterprise Embedded" Change-Id: I07121d510fda8c8b5f2e8db527a08c4a4b39431c Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
| * Fix sound on Nexus 7.Yoann Lopes2013-10-254-21/+35
| | | | | | | | | | | | | | | | | | | | | | A behavior change in the HW audio driver for 4.2.2 causes the audio routing to never be set up automatically. Set the audio orientation to force the HW driver to set up audio routing. Task-number: QTRD-2472 Change-Id: I6f76aa299d0bc89c7061c7074dc5780e62045f0a Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
| * Fix scheduling_policy service for Android 4.2.2.Yoann Lopes2013-10-251-1/+1
| | | | | | | | | | Change-Id: Ia27c7e7e0f36b3e9bc7c37aeb77c897ce46bedfe Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* | List the strongest access point when ssid equalGatis Paeglis2014-01-162-22/+26
| | | | | | | | | | | | | | | | List only the strongest access point when sensing several access points within the same network. Change-Id: I58bf3083058f6e1c8a0c353b20d731672e64aefc Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* | Remove virtual keyboardRainer Keller2014-01-1640-3100/+1
| | | | | | | | | | Change-Id: I2e28ef84e5c71c46924fd2b62bc9b199a0c6c7a9 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* | Fix compilation with gnustl on eAndroidaavit2013-12-061-0/+1
| | | | | | | | | | Change-Id: I8ade110ad1869e9fbad28a73a57939ad986ceb17 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* | Doc: Match QtCreator 3.0Rainer Keller2013-11-221-1/+3
| | | | | | | | | | Change-Id: I99a4a09ccc3eb0ef0efddf38691f070e9e36d3c1 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* | Doc: Add note about firewallRainer Keller2013-11-191-0/+3
| | | | | | | | | | Change-Id: Ifad434e8b9c17b11f1aee2bd608293cdb09c597a Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* | Make it clean where to configure the network settingsRainer Keller2013-11-141-1/+2
|/ | | | | Change-Id: I7f03d3734e9b1f7761614a01c6a43e288fef544d Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* Doc: remove URLs to Known Issues pagev1.0.0-RC5v1.0.0Topi Reinio2013-10-181-5/+4
| | | | | Change-Id: Ida9153a36f60a9001b44e854a4e8467d2f3629ad Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Doc: Add troubleshooting sections for emulator connectivityTopi Reinio2013-10-181-0/+31
| | | | | Change-Id: I167aa827d594d143a5c86dcf31324ac4e64675ac Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
* Doc: Reintroduce i.MX6-eLinux setup instructionsTopi Reinio2013-10-181-12/+25
| | | | | Change-Id: Ibe167ff7949e50dfd22a8f45fc6fd3dc2739a86a Reviewed-by: Andy Nichols <andy.nichols@digia.com>
* Doc: Use Qt Enterprise Embedded as the product nameTopi Reinio2013-10-183-86/+84
| | | | | | | | | | | | | - Update the documentation to use 'Qt Enterprise Embedded' as the product / SDK name. - Update the html files to use prefix 'qee' instead of 'b2qt'. - Remove discussion about 'SDK', only use the above name Change-Id: Icc7e326df98e6f3053869e4aa3b8aa2ab446ecbc Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Remove invalid debug codev1.0.0-RC4Rainer Keller2013-10-171-3/+0
| | | | | Change-Id: Ic93149e453eb9890304816f77b1461e4f4968280 Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
* Show audio level before and after changeRainer Keller2013-10-171-0/+21
| | | | | Change-Id: I0a63b2abec22308fb522e2c1c8347e4cc45ad424 Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
* Add getter functions for audio levelsRainer Keller2013-10-172-0/+56
| | | | | Change-Id: Icba2c03d946768b43503b167890e6d826e4fecc6 Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
* Add error handling to existing audio functionsRainer Keller2013-10-171-4/+17
| | | | | Change-Id: Icb7113f1a251b076f49c052bebee3fbd2e6139e8 Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
* Fix correct path for adbSamuli Piippo2013-10-171-1/+1
| | | | | Change-Id: I5825068acc3fd65cec67f4a0b71de732326286b9 Reviewed-by: Pasi Petäjäjärvi <pasi.petajajarvi@digia.com>
* Doc: Remove confusing umount command from i.MX6 instructionsTopi Reinio2013-10-161-1/+0
| | | | | | | | | | The SD card was unmounted already in the 'Preparing a Micro-SD Card' step, trying to do it again will print out an error. Task-number: QTRD-2446 Change-Id: I71e50a12d0ebef6b7936fab4ed2ab1c87f7b4a9f Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* Doc: Adding title to navigation barJerome Pasion2013-10-161-0/+1
| | | | | Change-Id: I3d3719fc028fa9ef54e45d8d9697f5e6b5913594 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* Doc: Various minor fixesTopi Reinio2013-10-161-18/+21
| | | | | Change-Id: I2d00db1985a50021af704f8f52c1fd78cadc9536 Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
* 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>