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
1
vote
0 answers

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 explained here:…
hadaco
  • 95
  • 1
  • 8
1
vote
1 answer

MeeGo is replacement of cross device platform? Embedded custom solution?

Can i use MeeGo (www.meego.com) to make my own handheld equipment? To distribute mobile or notebook or desktop as embedded equipment, with my custom application on it for multimedia? Can i use MeeGo with Java/D or C language? Multimedia and cross…
user285594
1
vote
1 answer

Problems with meego image on windows

I've got windows and want to install meego... but the image is raw and the win32diskimages only supports .IMG. What is wrong, is there a writer that supports .raw (the format of the image unpacked)
Jason94
  • 13,320
  • 37
  • 106
  • 184
1
vote
2 answers

What are the problems I can get when I port my GTK+ application to MeeGo?

Does MeeGo (ver 1.1 and in future 1.2) support GTK+ framework? And what are the problems I can get when I port my GTK+ application to MeeGo?
G-71
  • 3,626
  • 12
  • 45
  • 69
1
vote
1 answer

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 was fine. But when I start the emulator from the…
Vikas Patidar
  • 42,865
  • 22
  • 93
  • 106
1
vote
1 answer

Qt Application streching on meego after random time

I am running a Qt application on Meego platform. The application is streching to full screen after random amount of clicks on application. After streching, even Xorg also gets corrupt. After restarting meego the application comes back to normal…
Vivek
  • 473
  • 1
  • 3
  • 10
1
vote
1 answer

Yum failing conditions

I would like to now what happens if yum starts updating and during update user (force)shuts down computer ? What are the dangerous parts of update process if user shut down pc ?
deimus
  • 9,565
  • 12
  • 63
  • 107
1
vote
3 answers

Which GUI framework to learn when you know scripting and HCI

I have some knowledge about Human computer interaction and some basic knowledge programming scripts (Python) that run from start to finish and automate some tasks I want to do or calculations. In the past I built interfaces in HTML with PHP behind…
greye
  • 8,921
  • 12
  • 41
  • 46
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
2 answers

Play video using GStreamer

I am trying to build a projet for playing video using Gstreamer on linux embedded system from How to play video in Qt on MeeGo using GStreamer I have the Gstreamer package on my device(I can run video with gstreamer commands from shell), but when I…
user1335880
  • 81
  • 2
  • 8
1
vote
1 answer

How to remove file from user's home folder on Nokia N9 (MeeGo) on app removal

My Qt application for Nokia N9 stores some data in the my folder inside /home/user/.config. I need to delete this folder with my data when application will be uninstalled. As far as I understand this can be reached using postrm file. I use the…
art-o-nawa
  • 329
  • 1
  • 12
1
vote
0 answers

How to enable feedback of status bar in Meego apps?

I'm developing a Meego app. I found that in my app, there is no feedback when I click the top status bar. But when I click again to fold the status bar, there is a click sound feed back. Why is this happening? How can I enable feedback for the…
dz902
  • 4,782
  • 38
  • 41
1
vote
0 answers

How to install Nokia Pure Fonts for Qt Creator simulator?

I am develop Meego apps with Qt creator, but the simulator is not rendering with Nokia Pure font, which is the default font for Meego. I searched and could not find a way to install that font. Please help. Thanks!
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