Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.
Korhal: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
= | [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.<br />This is '''''not''''' Qt for Android application development,ie [[Necessitas]]. | |||
= | = Getting started = | ||
You need some supported environment, see:<br /> follow http://source.android.com/source/initializing.html<br /> (which pretty much means you should use Ubuntu 10.04 | == Setup == | ||
You need some supported environment, see:<br />follow http://source.android.com/source/initializing.html<br />(which pretty much means you should use Ubuntu 10.04 - 12.10 64bit, other distros may require some manual work) | |||
<code><br />repo init -u git</code>gitorious.org:korhal/manifest.git<br />repo sync<br />source build/envsetup.sh<br />lunch<br />make -j…<br /><code> | |||
flash/boot/whatever result in out/target/product/… | flash/boot/whatever result in out/target/product/… | ||
==Rolling with Qml== | == Rolling with Qml == | ||
</code><br />adb push stuff.qml /data/stuff.qml<br />adb shell qmlscene /data/stuff.qml<br /><code> | |||
==see also== | == see also == | ||
We hang out in #android-qt on freenode | We hang out in #android-qt on freenode | ||
[[ | [[Korhal/Research]] |
Revision as of 10:37, 24 February 2015
[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)
<br />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