Maemo is a software platform that is mostly based on open source code and powers mobile devices such as the Nokia N810 and N900 Internet Tablets. Maemo platform has been developed by Nokia in collaboration with many open source projects such as the Linux kernel, Debian, GNOME, and many more.

learn more… | top users | synonyms

1
vote
0answers
59 views

VCF library on N900 [closed]

I need to a VCF parser in C++, Of course i should use it under N900 cell phone and gcc 3.x.x .I found vcflib on github, but at first it doesn't has documentation second it's very big.i need to a light ...
1
vote
1answer
71 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 ...
4
votes
1answer
96 views

Is it legal to use functions returning a temporary in initialiser lists

I have the following constructor of an object Segment::Segment(QPointF const& start, QPointF const& end): mOrigin(toVector3df(start)),mEnd(toVector3df(end)){ } mOrigin is of type ...
0
votes
1answer
70 views

How to port a compiled code for Maemo 5 into Symbian Anna devices?

I've compiled code of Maemo 5. How would I port it to Symbian Anna device? How do I compile the same code for Symbian Anna device? Any hints/articles related to it would be helpful.
6
votes
2answers
195 views

use maemo camera by python

I wrote a simple program for Maemo by Python to check some pixel's color every time that my function is called. But this function runs very slowly (3-5 seconds each call). Is there any faster way to ...
0
votes
1answer
405 views

QPainter width and height

Is there any chance to find out the size of the QPainter? I am using QPainter for drawing the whole graphic interface for a mobile app. The problem is that certain application overlay the window with ...
1
vote
1answer
286 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 ...
7
votes
1answer
832 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 ...
0
votes
1answer
115 views

Qt and “SGX Out of mem event” on Maemo

I'm still fighting with Qt and I managed to get an "SGX Out of mem event" on Nokia N900. It happens when I load some .obj models in my QGraphicsScene (usually after the fourth-fifth). Any idea on what ...
1
vote
4answers
477 views

Segmentation fault when run as root?

My c++ program gives me a seg fault when I run as root from my computer but not when I start a remote session. My program run from my computer only as a user. What can be the problem? I wrote my ...
2
votes
1answer
243 views

Qt + OpenGL ES + N900

I am trying to develop a simple (?) application for N900 using Qt, but I don't even know when to start. I want to tap anywhere in the screen, keep that position, render an object through OpenGL ES ...
0
votes
1answer
1k views

Installing Enhanced Power Kernel On Nokia N900 [closed]

I want to install Enhanced linux power kernel on n900,but m in bit fear becoz of reflashing if it didn't work properly. Can any one let me know the pros and cones of installing Enhanced Linux power ...
0
votes
1answer
10k views

ISO C++ forbids declaration of … with no type

Bad luck, I had to go back to c++ (I'm c# developer) and as a school project make an Qt mobile application for maemo.. I have my class declaration, but I get the error as follows ISO C++ forbids ...
0
votes
1answer
150 views

How can I trace Win32 calls on Windows Mobile or system calls on Android?

For Windows(All versions) we can use - Detours, StraceNT Linux has a host of tracing utilities - link How do I do a similar thing on Mobiles?
3
votes
2answers
245 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 ...
1
vote
0answers
590 views

Firefox/Gecko iframe doesn't render, is this a browser bug?

We have a public Cognos 8 BI reporting solution running inside an iframe. Cognos 8 BI supports Firefox and IE. IE works fine. With Firefox 3.6.13 (the current version) when the report parameters are ...
0
votes
1answer
343 views

Dial a number and play a voice file instead of microphone input

1-we are trying to write an application which dial a number and play a voice file instead of microphone input. Is it possible in Maemo (N900)? we can not find any ""Answering Machine " like program ...
3
votes
1answer
875 views

Accessing the GSM modem on a linux mobile (eg. N900)

I'm trying to access the GSM modem of a mobile set, so I can send AT commands to it. Instead of programming, I tried to have a test run using minicom on the phone. The problem is I cannot find the ...
2
votes
2answers
1k views

/tmp folder and gcc

I am using the maemo Operating System and the GCC compiler. I have an error when I compile an application: there is no enough space on /tmp. I have 10% of my space free so I don't understand why this ...
0
votes
1answer
969 views

Passing state between screens in a Symbian/QML app

I'm trying to use a Loader to load full screen components to changing screens in a Symbian/QML project. This doesn't feel like the correct way to do it, so I'm probably missing something obvious. The ...
2
votes
1answer
480 views

How to detect incoming call on N900 and display info window based on caller?

Does the N900 allow me to display additional information in parallel to the native application or does the latter always have priority over my process? I'm interested in displaying additional ...
0
votes
1answer
110 views

fcam - n900 - mysterious reboot

I wrote an application to take pictures and well it takes pictures, but it also randomly reboots. How can I determine what caused it? Do I need to observe FCam events or can I just write a simple ...
0
votes
1answer
372 views

FCam - low light / HDR photos

I am using FCam to take pictures and right now without modification, the pictures are par for a smartphone camera. FCam advertises HDR and low-light performance, but I don't see any examples of how ...
2
votes
1answer
88 views

n900 - maemo - timing

I am attempting to save a file every second within +- 100ms (10% error). The problem I am having is that my timing measurement is saying that execution took 1150 ms, but in reality it appears to be 3 ...
0
votes
1answer
35 views

FCam - pictures are coming out weird

I am writing an FCam application and any picture I take that has movement has a noticeable distortion. I don't know if I'm using the API correctly or not. It appears that the image is written from ...
0
votes
1answer
256 views

Qt - Maemo application - how to handle CTRL+C?

I wrote a simple application to take pictures in c++ and am guessing I probably should do some cleanup whenever CTRL+C is pressed. I am using QTCreator to write the application along with MADDE, but ...
9
votes
1answer
4k views

How to redirect from Audio Output to Mic Input using PulseAudio?

I'm working on a mobile app for Maemo/MeeGo and Maemo uses PulseAudio. I want to play a mp3 to caller (and cancel the mic when doing it, and not to listen caller, everything should be done on ...
0
votes
1answer
131 views

how to publish on ovi store application wich uses library from extras repository?

how to publish on ovi store application wich uses library from extras repository ? I tryed create homescreen widget and I stoped on this question.
0
votes
1answer
317 views

Maemo 5 Qt: how to capture frame (RGB) from first and second camera?

So (I havent tried yet) but it somehow seems that video for linux 2 will work... But I wonder is it possible to do such thing with for pure qt libs?
1
vote
1answer
130 views

Maemo / Symbian and external libaries

How can I know,whether an external library can be compiled to work on a different platform? the library for instance is tesseract-ocr And if it possible, how do I do this?? (Basically I would like to ...
10
votes
4answers
628 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) ...
2
votes
1answer
808 views

Qt: Mobility GeoLocation works on Simulator but not on N900

I use the following code to get GeoLocation for my app QGeoPositionInfoSource *source = QGeoPositionInfoSource::createDefaultSource(this); if (source) { source->setUpdateInterval(1000); // ...
2
votes
2answers
362 views

Bring a window to the front in Maemo

I've got a Maemo (Qt) app that does some integration with the built-in media player via D-Bus. All the control functionality I need is complete, but I've got a requirement to show my application ...
4
votes
3answers
472 views

Programmatically requesting elevated rights in Linux

(This question has identical title, but question body asks it in scripting point of view, e.g. su -c, don't dupe this to that) I have a Qt GUI app that needs to perform some file operations in /etc ...
2
votes
1answer
902 views

Scrolling area with PyQT on Maemo5

I'm not really accustomed to writing the UI in the code, so I need a few pointers. I'm trying to create a simple, horizontal scrolling dialog on my N900, but I can't figure out how to do this. This ...
2
votes
0answers
325 views

How can I package my qt application with Qt Creator in Nokia Qt SDK

I have written a simple qt application with qt creator, I have tested with PC simulation and N900 device, It's OK. Qt Creator created a .deb file in my mobile. but it can't be installed. The installer ...
0
votes
0answers
107 views

Need help in setting the background of a QListPickSelector entry to an image

I'm using a QListPickSelector in my project and the idea is that it displays a set of images, rather than a list of strings .. Now I have tried using the setIcon() function, which works, but the image ...
0
votes
1answer
252 views

How to make a fancy shortcut on the desktop to my python app?

I've made this nice python app that runs when i use "python main.py" in terminal, but going thru the terminal each time is boring :-) how can i make a nice shortcut button with a img to have on my ...
1
vote
0answers
53 views

QMaemoListPickSelector not showing anything

Alright I tried using a QMaemo5ListPickSelector together with a QMaemo5ValueButton, but when I click on the button, a popup dialog box does come up, but it doesnt any list .. Here is a picture of ...
1
vote
2answers
101 views

Strange compilation errors when I use Maemo5 specific Qt classes .. !

Hey guys .. I recently tried to use some Maemo5 specific classes (e.g. QMaemo5ListPickSelector, etc ..), and I'm getting some strange compile time errors .. Here is a small code I was trying out: ...
0
votes
1answer
167 views

Read from “output” as from “input”

Some on of you saw this. So the question is, how to access mobile audio out in read mode? Thank you!
2
votes
2answers
440 views

How to poll a file in /sys

I am stuck reading a file in /sys/ which contains the light intensity in Lux of the ambient light sensor on my Nokia N900 phone. See thread on talk.maemo.org here I tried to use pyinotify to poll ...
2
votes
4answers
889 views

Using C# to make Application for Maemo (convert code to QT)

I want to make an application for my phone (Nokia N900) It uses the Maemo Platform, which is a Linux variant. Most applications are made with either QT or Python, i only have experience in C#, and am ...
1
vote
2answers
352 views

How to port Maemo 5 to custom embedded device?

I want to port Maemo 5 to custom embedded device ( ARM9 450 Mhz running Embedded Linux), Is it possible? Where can I find source code?
1
vote
1answer
397 views

Setting checkstate on a ListWidgetItem

I'm trying to create a list of checkbox items that change the status on activation. I can connect the activate signal and everything seems to work, but changes on the screen. Am I missing some steps ...
5
votes
4answers
3k views

Python + QT + Gstreamer

I'm working with PyQt and trying to get video from a webcam to play within a QT widget. I've found tutorials for C and Qt, and for python and gtk, but NOTHING for this combo of pyQt and gstreamer. ...
5
votes
1answer
1k views

How to start Qt development on Windows, but targeting Maemo 5?

I've recently heard about Qt and read about how fun it is to develop with. By the way, I'm also buying a Nokia N900 and I heard that its operating system, Maemo 5, supports Qt quite nicely, so I ...
3
votes
1answer
301 views

QListWidget on freemantle

I have a problem with QListWidget on freemantle (maemo, n900). I want to use two QListWidget on same window and allow the user to pick on number in each window. When the user use the second ...
3
votes
2answers
2k views

Redirecting screen output from cell phone to monitor screen

Is there any way to redirect cell phone output to a standard screen? Would it be possible on Linux & X-server based devices - like Maemo? And on Android devices?
7
votes
3answers
167 views

How do I deal with multiple common user interfaces?

I'm working on a python application that runs on 2 different platforms, namely regular desktop linux and Maemo 4. We use PyGTK on both platforms but on Maemo there are a bunch of little tweaks to make ...

1 2