Questions tagged [meego]

Open Source Operating System primarily for the mobile devices and developed by Nokia and Intel. MeeGo is a Linux-based free mobile operating system project.

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 MeeGo project believes these two pillars form the technical foundations for next generation platforms and usages in the mobile and device platforms space.

Official site:

http://meego.com/

86 questions
2
votes
2 answers

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 -nc -uc -us'. dpkg-buildpackage: set CFLAGS to…
Fugogugo
  • 4,460
  • 10
  • 36
  • 50
2
votes
1 answer

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 you
br-
  • 53
  • 8
2
votes
0 answers

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 through it. but I dont know how to access it. I…
Fugogugo
  • 4,460
  • 10
  • 36
  • 50
2
votes
1 answer

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 one can play SoundEffect{ id: sound …
Fugogugo
  • 4,460
  • 10
  • 36
  • 50
2
votes
1 answer

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 Anna) doesn't do anything useful on N9. Here're code…
art-o-nawa
  • 329
  • 1
  • 12
2
votes
0 answers

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 mic-image-creater or any special command has to be…
2
votes
1 answer

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 updated when the listmodel is updated. Is there a…
kmdent
  • 1,577
  • 16
  • 32
2
votes
1 answer

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 SDK Setup? What are the system requirements for…
sagarkothari
  • 24,520
  • 50
  • 165
  • 235
2
votes
0 answers

MeeGo Security Platform and Libraries

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
pimmling
  • 483
  • 5
  • 10
  • 19
2
votes
2 answers

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 don't see anything helpful though on how to use…
Owen
  • 4,063
  • 17
  • 58
  • 78
2
votes
1 answer

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 usefull, BUT its belongs to Mobile Extensions…
Juanin
  • 602
  • 1
  • 8
  • 16
2
votes
1 answer

Sailfish OS - change page after dialog accepted

I have a page that displays information about an object in my database. On this page, I have the possibility of deleting that object by calling a dialog. When the user accept the dialog, the object is removed, but by default after accepting the…
andrew
  • 3,879
  • 4
  • 25
  • 43
2
votes
1 answer

MeeGo v1.2 SDK download

I'd like to develop some apps to my mobile device N9, but I can't actually find where to download MeeGo v1.2 SDK. I tried developer.meego.com but there link broked. I could just download for linux, but not for Win7 64x Also tried other download…
Edgars
  • 913
  • 1
  • 19
  • 53
2
votes
0 answers

Cocos2d-x Particle System Performance Drop from Version 1.x to 2.x

we wanna change our base system from Cocos2d-x 1.0 (Qt Port 0.6) to Cocos2d-x 2.0 (Qt Port 1.0) but there are several tasks which need to be tested before changing the system. One of those tasks is the performance of the particle system. In mind…
user312684
2
votes
1 answer

Clutter - high scene composition, performance and suggested practices

I am absolutely new to Clutter and Cogl and am supposed to work on an application, which will display rather large amounts of data (lists, endless menus, highly nested elements and more). I have been working with many frameworks, especially on…
Martin Macak
  • 3,507
  • 2
  • 30
  • 54