Korhal: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Add "cleanup" tag)
(Formatting.)
Line 1: Line 1:
{{Cleanup | reason=Auto-imported from ExpressionEngine.}}
[toc align_right="yes" depth="5"]


= What is this =
= What is this =
Line 37: Line 34:
We hang out in #android-qt on freenode
We hang out in #android-qt on freenode


[[Korhal/Research]]
[[Korhalresearch]]

Revision as of 07:25, 1 April 2015

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

Korhalresearch