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
13
votes
6 answers

Reverse dependency generation with zypper

With zypper, I can get package A depends on package B. However, what I need to know is which packages depend on package B. Is there a way of generating a reverse dependency list?
user626201
  • 1,623
  • 3
  • 19
  • 36
10
votes
4 answers

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) and Maemo? Do you think it is good to learn Nokia…
uzay95
  • 16,052
  • 31
  • 116
  • 182
8
votes
5 answers

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 the benefits of RPM packaging over DEB that make it…
user44556
  • 5,763
  • 5
  • 30
  • 27
8
votes
1 answer

What does the technology stack for mobile app development on Jolla's Sailfish OS look like?

What does the technology stack for mobile applications (native and HTML5) look like for the new Sailfish OS announced by Jolla? There is little information available in one central place on the Sailfish OS technology stack, but the project websites…
raju-bitter
  • 8,906
  • 4
  • 42
  • 53
7
votes
2 answers

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 small program as a starting point but I am running into problem: when I am running this program I get an error telling me that "Bind error (PSM 19):…
sdkljhdf hda
  • 1,387
  • 9
  • 17
7
votes
1 answer

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 we download SDK to develop applications for it with…
user141302
7
votes
2 answers

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 which support Qt (e.g. Symbian, MeeGo)? For…
testing
  • 19,681
  • 50
  • 236
  • 417
5
votes
2 answers

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 my Fedora 15 system: This is what it looks like on…
lastland
  • 890
  • 3
  • 14
  • 28
4
votes
1 answer

How to start video-suite in MeeGo / Nokia N9 from Qt code?

I am having problems with launching Nokia's own video player from my application that I just don't seem to be able to solve. My first attempt included calling Qt.openUrlExternally(url) from QML and that seemed to do the trick just fine, except that…
plouh
  • 2,029
  • 3
  • 15
  • 22
4
votes
2 answers

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,…
Thorin
  • 2,004
  • 1
  • 19
  • 30
4
votes
1 answer

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 device to invoke the respective touch…
harshita
  • 41
  • 2
4
votes
2 answers

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. I'm mostly asking this question as a mobile…
Prime
  • 4,081
  • 9
  • 47
  • 64
4
votes
0 answers

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 player inherited from QGst::Ui::VideoWidget. After…
Midnatten
  • 126
  • 4
4
votes
1 answer

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 - This Class implements QAbstractListModel Plugin - This…
kmdent
  • 1,577
  • 16
  • 32
4
votes
2 answers

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 PLATFORM = 'maemo' except ImportError: PLATFORM…
Oleg Kandaurov
  • 316
  • 1
  • 6
  • 12
1
2 3 4 5 6