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
4
votes
2 answers

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: #include #include…
carbin
  • 2,907
  • 2
  • 28
  • 36
3
votes
1 answer

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, everything works as expected and the items are…
ppalasek
  • 372
  • 2
  • 12
3
votes
1 answer

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 documentation or anything else I can find helps. Please…
Gerharddc
  • 3,921
  • 8
  • 45
  • 83
3
votes
2 answers

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 meego...I am trying to analyse the type of libraries I…
bala
  • 31
  • 2
3
votes
0 answers

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 screen capturing on meego?? BTW, my english is…
tengyun
  • 31
  • 2
3
votes
0 answers

Android kernel with MeeGo userspace?

Not specifically a programming question, but I have not found another stackexchange to put it on. What stops people from running the android kernel on their android devices, but instead of the Dalvik JVM and other android libraries, put MeeGo…
rapadura
  • 5,242
  • 7
  • 39
  • 57
3
votes
1 answer

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 devices, as long as the device is based on the Atom…
Arne Evertsson
  • 19,693
  • 20
  • 69
  • 84
3
votes
1 answer

QML + Meego + webview failes to click anything on any website

I have been trying many "solutions" the last 5 days to try and "turn on" clicking in a QML webview object, and I can still not seem to click on any link, on any page. I am embedding paypal checkout page, and probably it is something very simple I…
Kleggas
  • 33
  • 4
3
votes
2 answers

How do I specify linker flags to be used in shared library build [cmake]

I am running a build using cmake using the Meego 1.2 toolchain (long story). This particular toolchain requires the --sysroot option to be used to find any libraries it requires. set (CMAKE_CXX_FLAGS "-fpermissive") set (CMAKE_CXX_LINK_FLAGS…
JonnyRo
  • 1,844
  • 1
  • 14
  • 20
2
votes
1 answer

C++ OCR library for Symbian and MeeGo

I am looking for open source c++ ocr library. I want use it for Symbian/Meego application. Can you recommend any? I've found http://code.google.com/p/tesseract-ocr/. But i don't know whether it is a good choice and how to use it in my Qt app. Can…
DenisM
  • 223
  • 4
  • 13
2
votes
0 answers

Ad-hoc connection in MeeGo

I am new to MeeGo.Problem is do not know how to create a wireless ad-hoc network. Network controller is Broadcom Corporation BCM4313 802.11b/g/n. According to https://wiki.archlinux.org/index.php/Broadcom_wireless they have mentioned the…
ridy
  • 31
  • 1
2
votes
1 answer

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 deployed on Nokia N9 (MeeGo 1.2 Harmattan, Version…
endowzoner
  • 2,238
  • 3
  • 17
  • 20
2
votes
3 answers

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 Pagestack for application navigation from one page to…
Rai
  • 133
  • 4
  • 7
2
votes
1 answer

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 manipulate in some QML file. But on Meego it…
Rai
  • 133
  • 4
  • 7
2
votes
1 answer

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 yes, how does that work?
Yogi
  • 1,035
  • 2
  • 13
  • 39