Korhal: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
=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]].
= What was this =


=Getting started=
Korhal was a project to develop an operating system for embedded devices, using Qt as systemui on top of Android.  It appears to have disappeared with the subsequent shutdown of Gitorious.
This is '''''not''''' Qt for Android application development,ie [[Necessitas]].


==Setup==
= 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 12.10 64bit, other distros may require some manual work)
== 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)
 
<code>
repo init -u git@gitorious.org:korhal/manifest.git
repo sync
source build/envsetup.sh
lunch
make -j…
</code>


flash/boot/whatever result in out/target/product/…
flash/boot/whatever result in out/target/product/…


==Rolling with Qml==
== Rolling with Qml ==
 
==see also==


We hang out in #android-qt on freenode
<code>
adb push stuff.qml /data/stuff.qml
adb shell qmlscene /data/stuff.qml
</code>


[[KorhalResearch]]<br />[[KorhalNexus7]]
[[Korhalresearch]]

Latest revision as of 21:37, 14 August 2021

What was this

Korhal was a project to develop an operating system for embedded devices, using Qt as systemui on top of Android. It appears to have disappeared with the subsequent shutdown of Gitorious. 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

Korhalresearch