MeeGo is an open source, Linux project which brings together the Moblin project, headed up by Intel, and Maemo, by Nokia, into a single open source activity. MeeGo integrates the experience and skills of two significant development ecosystems, versed in communications and computing technologies. The ...
10
votes
4answers
543 views
Does anyone know Nokia's strategy on Qt, Symbian, Maemo, MeeGo?
I don't know this question should or shouldn't be here but I wonder so much. What will Nokia do with Qt, Symbian (3rd, 5th, 1, 2, 3 ...) and MeeGo (Meego will be with symbian or will replace Symbian) ...
9
votes
3answers
759 views
Best resources to learn programming for MeeGo
I want to learn programming for MeeGo Mobile Operating System and want to know the list of the books which are freely available on the Internet. Also I want the links of a good reference material ...
6
votes
4answers
1k views
Why RPM is better than DEB for MeeGo?
I know there has been a lot fuzz about this subject on various forums and newsgroups concerning the merge of Moblin and Maemo. I'd like to know what stackoverflow-fellows think about this. What are ...
5
votes
2answers
147 views
OpenGL transparent effects displayed quite awful on Meego
we've been creating several half-transparent 3D cubes in a scene by OpenGL which displays very good on Windows 7 and Fedora 15, but become quite awful on Meego system.
This is what it looks like on ...
5
votes
2answers
403 views
Qt for Symbian VS. Qt for MeeGo
What is the difference between Qt for Symbian and Qt for MeeGo? I know Qt is a cross-compiling platform. Does this mean that if I use a library from Qt the exact same library works on all devices ...
4
votes
2answers
149 views
Is MeeGo Development Viable?
To start, I'll put this question into context:
Is it viable for an individual programmer. Possibly a small team for an artist, but think mostly a very small non-corporate team making commercial apps. ...
4
votes
1answer
603 views
difference between Nokia's MeeGo 1.2 “Harmattan” and intel Meego?
Nokia has recently announced Nokia N9 with MeeGo 1.2 "Harmattan. Some forums are saying
that it is differed from intel MeeGo. Is it true? What is Maemo?
Is Maemo same as MeeGo Harmattan? Where can ...
4
votes
2answers
322 views
How to add the common navigation bar to a Meego app?
When using the Meego Touch Framework, the standard MApplicationWindow has the common navigation bar (with the switcher, menu and close buttons) already attached.
For example, the following code:
...
3
votes
1answer
82 views
Qt create Meego deb for nokia store
I have managed to compile a symbian executable for my device that I have uploaded to the nokia store. Now I want to know how I can create a deb to upload for the N9 and N900 but nothing in the ...
3
votes
0answers
31 views
How do I create a non-fullscreen App on the Meego tablet?
I want to create an App for screen capturing on meego. But I found that an app must be fullscreen. I think my app is not fullscreen.
Does anyone have an idea how to solve this? Or another idea about ...
3
votes
2answers
181 views
How to detect Meego/Maemo platform in Python?
I develop cross-platform application for Maemo/Meego/Linux platforms using python (PySide).
I use a workaround to distinguish between Maemo and Linux platfroms:
try:
import PySide.QtMaemo5
...
3
votes
1answer
176 views
What's the relationship between the Intel Atom Developer Program and the MeeGo operating system?
I'm trying to understand the relationship between the Intel Atom Developer Program (IADP) and the new OS called MeeGo.
IADP let's me create applications that run on both MeeGo as well as Windows ...
2
votes
0answers
43 views
QML/QT Openning Nokia Music Store on Meego
Do you know how to open Music Store from QML application to show specific song/album/artist or at least to search in it?
I've tried Qt.openUrlExternally(link) with various links but it still shows ...
2
votes
1answer
91 views
Does Meego Nokia N950 support C++ QML binding?
I want to communicate between C++ and QML on Meego. It happens using C++ QML binding as described in this link.
When I run an app on the Symbian platform it works, and data from C++ is available to ...
2
votes
1answer
88 views
Setting the SelectionDialog model to a model inheriting QAbstractListModel; no items displayed
I am having trouble with showing items from a model defined in c++ in a SelectionDialog in qml. I'm trying to make an application for the Meego operating system.
If I display the items in a ListView, ...
2
votes
2answers
111 views
differences between tizen and Limo
I was just wondering if Tizen and LiMo are same things.
Both are supported by samsung, but tizen is new version of meego and LiMo has been there since 2006.
Is samsung merging these platforms and if ...
2
votes
0answers
107 views
Trying to bind bluetooth socket to PSM 17 and 19 returns EACCESS on MeeGo
I am trying to use Nokia N9 (meego) as a virtual Bluetooth mouse/keyboard. I am trying to use this http://anselm.hoffmeister.be/computer/hidclient/ small program as a starting point but I am running ...
2
votes
0answers
23 views
How to calculate the amount of battery power used by a particular application in Meego OS?
i'm trying to calculate how much battery power is used by a particular application when i run it on mobile (Nokia N900, Meego OS). i don't know how to do that. how can i calculate accurately?
thank ...
2
votes
2answers
107 views
Programming languages supported by meego
What are the programming languages supported by Meego ? Where Can I get any sample library built in meego for some basic analysis in ubuntu environment...
I am going to test libraries built in ...
2
votes
0answers
61 views
How to programmatically simulate touch event in Meego?
I need to use an input text file as an alternative to touch input for a meego based device , I want to know how I can do this.
What input parameters are actually passed by the touch screen on meego ...
2
votes
0answers
37 views
Build meego image using ubuntu
I want to build meego image using ubuntu . Where i have all the rpm to my local machine.
how to build image using downloaded RPMs in a folder .
Is there any change has to be made in ...
2
votes
1answer
142 views
How to initiate MeeGo AppDev?
I need to know following things.
What kind of programming languages are being used for MeeGo OS for phone ?
How many Phone does support MeeGo till now ?
How many operating system does support MeeGo ...
2
votes
0answers
55 views
MeeGo Security Platform and Libraries [closed]
I want to know what cryptographic libs a MeeGo platform uses by default and what else it offers for security.
Can anybody explain/provide me with some links?
Thanks
2
votes
1answer
277 views
MeeGo Handset Emulator not starting on Windows 7
I am trying my hands on the MeeGo and I have downloaded the MeeGo 1.1 SDK for Windows and followed everything step by step given in the MeeGo wiki to install SDK on my Windows 7 System and everything ...
2
votes
2answers
327 views
How to use the Meego touch theme
I'm new to QT and Meego. I would like to know how to make use of Meego touch theme. I have already cloned the source for it from git://gitorious.org/meego-handset-ux/meegotouch-theme-meego.git .
I ...
2
votes
1answer
89 views
Qt - XQAlarm in Desktop versions
I'm starting to porting an Android app to Qt. Planning to port it to MeeGo, Symbian and Linux-Windows desktop versions.
My app uses alarms in Android and I have found XQAlarm class in Qt to be very ...
1
vote
1answer
13 views
W3C widget like application package for MeeGo and Maemo
I've seen info on ovi that it supports widgets but can't seem to find any decent tutorial or even documentation on how would I build such an app.
I know I can just copy my HTML (and other) files and ...
1
vote
1answer
132 views
Qt application does not draw any User Interface on Nokia N9 with MeeGo
I have a problem when deploying an application written in Qt 4.7.4/QtQuick 1.0 for Harmattan.
While everything goes right in the Simulator, the application does not draw any User Interface when ...
1
vote
1answer
63 views
How can I rescale an image and set it to QWidget?
QPixmap pic("../image.jpg");
setAutoFillBackground(true);
QPalette palette;
QPixmap scaled=pic.scaled ( 800, 480, Qt::IgnoreAspectRatio, Qt::FastTransformation );
palette.setBrush(QPalette::Window, ...
1
vote
2answers
176 views
How to have full screen and hide toolbar/statusbar in Qt Quick app for Meego Device?
I am new to Meego development and my Qt Quick Application for Meego Device require to have full screen and not toolbar and no status bar. Also only for Portrait screen orientation.
I am using ...
1
vote
0answers
64 views
Qt Meego Bluetooth Segmentation Fault
I have created a game that runs fine on Symbian but won't run on the Meego/Harmattan emulator. It gives me a lot of No AEGIS_HASH_FDS environment errors and a Segmentation fault. I think it may have ...
1
vote
2answers
164 views
Meego builld error while Creating package
I don't understand why does my project suddenly cannot run.
I tried to reupdate all the package and now I got this error.
Package Creation: Running command 'c:/qtsdk/madde/bin/mad dpkg-buildpackage ...
1
vote
1answer
61 views
When I use QML my backround image seems black
I am using simulator and meego device.
When I use the simulator there is no problem but when I install it in my N9 device there is a black background which is where I use qml. Other pages ...
1
vote
0answers
63 views
QMediaPlayer on Meego cannot play file from qrc resource file
there are some said that QMediaPlayer cannot play file from .qrc (resource file) .
so I think there must be a workaround to play the file. I'm thinking about putting the file to the memory and play ...
1
vote
1answer
84 views
How to generate beat for rhythm game from midi file
I want to make a rhythm game which pre-generate beat from a midi file.
but I don't really understand about the data structure of midi file and how to generate those beat.
how should I accomplished ...
1
vote
1answer
213 views
meego cannot play mp3 file
I tried to implement SoundEffect from QtMobilityKit in QML to play music file in Meego Harmattan.
I found that it can only play .wav file.
is there any possible way to play .mp3 file in meego?
This ...
1
vote
0answers
144 views
memory increase in meego when use PageStack
when i use pagestack to move between pages, then memory of device is increase.
Please click under link to see more clearly my problem
...
1
vote
0answers
132 views
Making HTTP POST request in Qt with Meego 1.2 Harmattan
Here's the situation - I attach some file (JPEG image) to the HTTP POST request so it should be sent to the local server via Wi-Fi and server should return some result (simple text).
Here's the ...
1
vote
1answer
180 views
qml pyside and switches
I am coding my application Groundwork and I am using pyside to develop the application.
The only hiccup I am having is getting the qml switch to activate.
Currently I have in the qml file:
signal ...
1
vote
1answer
322 views
Meego 1.2 Harmattan and QCamera application
Is there any way to work with camera with QCamera class in Nokia N9 (Meego 1.2 Harmattan) or I should use another one?
Here's my problem: simple application that works fine on Nokia C6-01 (Symbian ...
1
vote
1answer
526 views
Installing package failed when trying to run to application to Meego
I'm trying to run a Hamattan Application on a Meego Device, but everytime I try to run it into the Meego device:
:-1: error: Installing package failed.
always appears. But sometimes when I check my ...
1
vote
2answers
296 views
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 ...
1
vote
1answer
53 views
Meego : Display locking command in terminal
What is the command to lock the display in MeeGo OS ? I suppose it should be something based on Qt, right ?
Particularly I would like to know the application which is being executed when user presses ...
1
vote
0answers
220 views
GStreamer video in QML plugin
I want to display video via GStreamer in QML plugin. Currently video is displayed on top of all widgets (on top of all applications).
So, I have QML plugin which uses QGraphicsProxyWidget to display ...
1
vote
1answer
204 views
Relationship between Qt framework and Nokia 's meego-harmattan
I am a beginner to Maemo Development. Has Nokia N9 come with JVM? Some forums are saying
that it will come with dalvik VM. Is it true? If I want to develop Applications for Nokia N9(meego), I have to ...
1
vote
1answer
225 views
dataChanged on a QML text element?
I have a abstractListModel implemented that regularly calls dataCanged() to update a list. In the listmodel I have a variable that I want to display outside of the listview, but also want it to be ...
1
vote
1answer
57 views
Failed to install meego sdk 1.2 in Fedora13
After I downloaded meego sdk 1.2 from http://developer.meego.com/meego-sdk,
I failed to install it and it shows following error message:
/home/ovilia/.config/meego.com/sdk/tm/_create_target.sh:h
...
1
vote
1answer
314 views
QDeclarativeExtensionPlugin communicating with QML
I am Writing a MeeGo Process viewer application, and I am having trouble getting the QML and the c++ communicating.
Class Overview
List Item - A Q_OBJECT and used by the List Model
List Model - ...
1
vote
0answers
46 views
Error during image creating in meego (kickstart config default.ks does'not exist)
I'm trying to build a default MeeGo image with the following command, using the terminal in Fedora14 OS:
sudo mic-image-creator --config=default.ks --format=liveusb --cache=mycache
as ...
1
vote
0answers
61 views
where i can i get free tools for MeeGo opengl es2 benchmark? [closed]
hi Gnus
could you give me some tips to get tools to test MeeGo opengl es2 benchmark?
thanks