summaryrefslogtreecommitdiffstats
path: root/src/src.pro
Commit message (Collapse)AuthorAgeFilesLines
* Introducing QConnectivityDaemonGatis Paeglis2014-01-231-1/+1
| | | | | | | | | | | | | | | | | | | | | 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>
* Add qt_hw_init launched from qt_init.shv1.0.0-RC2Laszlo Agocs2013-10-151-1/+1
| | | | | | | This application is launched once during boot, from qt_init.sh. Change-Id: I76b39319d1777cd1e8cb068c734588b84f2c0062 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Add missing "subdir template" project filesGatis Paeglis2013-09-231-1/+3
| | | | | | | Without these build scripts can't find the sensor plugin Change-Id: Ia94782fcb6292df8de3ea1f5fa88e2b880441f81 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Added 'doppelganger' daemon.Yoann Lopes2013-08-281-0/+2
| | | | | | | | 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>
* Doc: Initial documentation set for B2QtTopi Reinio2013-04-261-1/+2
| | | | | | | | | Contains introduction, getting started, setting up development hardware, supported platforms and troubleshooting sections. Task-number: QTRD-1956 Change-Id: Ib14d2314f35ec929b4f62293b5efdb5a9c5ebdb4 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Initial commit - Long live the B2Qt utils!aavit2013-02-071-0/+5