Korhal: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
AutoSpider (talk | contribs) (Add "cleanup" tag) |
||
Line 1: | Line 1: | ||
{{Cleanup | reason=Auto-imported from ExpressionEngine.}} | |||
[toc align_right="yes" depth="5"] | [toc align_right="yes" depth="5"] | ||
Revision as of 16:06, 3 March 2015
This article may require cleanup to meet the Qt Wiki's quality standards. Reason: Auto-imported from ExpressionEngine. Please improve this article if you can. Remove the {{cleanup}} tag and add this page to Updated pages list after it's clean. |
[toc align_right="yes" depth="5"]
What is this
Korhal is an operating system for embedded devices, using Qt as systemui on top of Android. This is not Qt for Android application development,ie Necessitas.
Getting started
Setup
You need some supported environment, see: follow http://source.android.com/source/initializing.html (which pretty much means you should use Ubuntu 10.04 - 12.10 64bit, other distros may require some manual work)
repo init -u git@gitorious.org:korhal/manifest.git
repo sync
source build/envsetup.sh
lunch
make -j…
flash/boot/whatever result in out/target/product/…
Rolling with Qml
adb push stuff.qml /data/stuff.qml
adb shell qmlscene /data/stuff.qml
see also
We hang out in #android-qt on freenode