Nokia's MeeGo "Harmattan" mobile operating system for N9 and N950 devices. Ships Qt4, some libraries from Intel's MeeGo, but core system and package manager (DEB) is from Maemo 6.
Questions tagged [meego-harmattan]
24 questions
1
vote
2 answers
is there a way to run QML Viewer for desktop that will show Qt Quick components on Meego Hamattan?
I tried to run a Meego Hamattan Qt Quick project with Qt Quick components for Meego Hamattan that targets my desktop(Windows) and it only appears as all white.
I would like to be able to run Meego Hamattan UI in desktop, so that I wouldn't need to…

bernardnapoleon
- 373
- 1
- 3
- 13
1
vote
2 answers
Double status bar with PySide and QML on Nokia N9 harmattan
I'm trying to use PySide with QML on Nokia N9, and for some reason, my test app looks unlike the native N9 apps. For example, here I get a double status bar (they both react to tapping).
Here's the code for this:
main.py
import sys
from…

CamilB
- 1,377
- 1
- 12
- 27
1
vote
1 answer
Loading QML Elements to ListView from database
I'm writing an app for my n9 and have a database problem. I'm not using the main.cpp or other c++ file for the app. I create,delete,add etc. data to a database using javscript from within the qml. Right now I'm simply putting out a string with all…

John Smith
- 19
- 1
1
vote
1 answer
Is there an easy (and not too slow) way to compare two images in Qt/QML to detect motion
I would like to implement a motion detecting camera in Qt/QML for Nokia N9. I hoped that there would be some built in methods for computing image differences but I can't find any in the Qt documentation.
My first thoughts were to downscale two…

Kevin Whitefoot
- 414
- 3
- 15
1
vote
1 answer
How to make a slide up modal page in Meego?
I'm developing an app which works more or less like the Notes app. When user click the + button a modal window with TextEdits is to be slided up,just like the Notes app did. However I was unable to locate any resource mentioning this kind of thing.…

dz902
- 4,782
- 38
- 41
1
vote
0 answers
Qt Harmattan N9 Aegis Manifest File in deb archive
I have made an aegis manifest file following way, but it does not seem to be working. My application still complains about unprivileged access to tracker when I try to read/write. What I am doing wrong here?
The deb file content are following
_aegis…

ckain
- 383
- 5
- 13
1
vote
1 answer
Offline maps with QtMobility location on meego/N9?
I would like to use ovi maps in offline mode in one application for meego-harmattan.
According to the qml Map element documentation, there is a Map.OfflineMode option for the connectivityMode, but this option doesnt work in practice.
Searching…

Pa_
- 641
- 1
- 5
- 17
0
votes
1 answer
Where could I file a list of Meego Hamattan built in UIs?
For example a Button component has a default background property of:
"image://theme/meegotouch-button"+__invertedString+"-background"+(position?"-"+position:"
or
A ToolIcon's platformIconId could have a value of "toolbar-view-menu" and…

bernardnapoleon
- 373
- 1
- 3
- 13
0
votes
1 answer
Can't modify a file programmatically in Meego/Harmattan
I am developing a Meego/Harmattan application, in my package there is a file x.dat that I need to write in it using my executable foo app, the Debian package succeeds and installs x.dat in /opt/foo/bin but when I debug, the application foo refuse to…

Maged Nofal
- 1
- 2