Tagged Questions

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

15
votes
8answers
2k views

How to get started with Maemo software development

A few months ego I purchased Nokia N800 device and since then I'm itching to write some code for it. I know that some of the application I'm running are written in Python and that there is a Mono port ...
10
votes
4answers
533 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) ...
7
votes
1answer
2k 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 ...
7
votes
3answers
153 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 ...
5
votes
2answers
93 views

use maemo camera by python

I wrote a simple program for Maemo by Python to check some pixels color every time that my function is called. But this program is working so slow (3-5 seconds each call). Is there any faster way for ...
5
votes
4answers
651 views

Code coverage tools for Symbian C++ and Maemo

What code coverage tools have you used with Symbian C++ and Maemo? What are the pros and cons of the tool you are using?
4
votes
1answer
572 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 ...
4
votes
3answers
312 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 ...
4
votes
4answers
2k 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. ...
4
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 ...
4
votes
4answers
249 views

How to get started with mobile development

Now that Nokia will soon ship my pre-ordered n900, I thought I would familiarize myself with mobile development - maemo seems friendly enough for a guy who's done development only on Linux since days ...
3
votes
1answer
80 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 ...
3
votes
2answers
171 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 ...
3
votes
1answer
448 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 ...
3
votes
1answer
256 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
1k 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?
3
votes
2answers
1k views

OpenCV with QT on Maemo 5 (N900)

Since the presentation by Eero Bragge at theAmterdam devdays about QT / QT-Creator I've been looking for an excuse to try my hands at mobile development. Now this excuse has arrived in the form of the ...
2
votes
1answer
164 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 ...
2
votes
2answers
334 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 ...
2
votes
1answer
318 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 ...
2
votes
1answer
68 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 ...
2
votes
1answer
623 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
317 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 ...
2
votes
0answers
254 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 ...
2
votes
2answers
259 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
605 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 ...
2
votes
4answers
483 views

Running bash shell in Maemo

I have attempted to run the following bash script on my internet tablet (Nokia N810 running on Maemo Linux). However, it doesn't seem that it is running, and I have no clue of what's wrong with this ...
2
votes
1answer
94 views

Using OSSOLOG in scratchbox (maemo development)

I am building a sharing-service for maemo5. In the example plugin they are calling ULOG_INFO_L at a lot of places, so I have adopted this for my service as well. The problem is that I can't find where ...
2
votes
1answer
544 views

maemo scratchbox compiler error with gtk+-2.0

I'm trying to follow section 3.4.2, starting on page 31 of this manual. However, as I have configured my target to be DIABLO_ARMEL rather than DIABLO_X86, I have gotten different results for this ...
2
votes
2answers
159 views

How to handle back and forward buttons in the hildon.Seekbar?

The hildon.Seekbar widget consists of a scale widget and two buttons. What signals does the widget send when the buttons are clicked or how could I find out? Is there a way to monitor all ...
2
votes
1answer
2k views

My scratchbox 2 installation is using an ARM gcc build to compile for the ARM target. How do I fix this?

I'm using scratchbox 2, the maemo development cross-compilation environment. When compiling code for the ARM target, I think scratchbox 2 is using the native ARM gcc compiler, which runs very slow on ...
1
vote
1answer
190 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 ...
1
vote
4answers
242 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 ...
1
vote
0answers
317 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 ...
1
vote
1answer
108 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 ...
1
vote
1answer
295 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 ...
1
vote
0answers
52 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
82 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: ...
1
vote
2answers
258 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
237 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 ...
1
vote
1answer
282 views

Qt Maemo resources screwed up in Scratchbox 1 for the armel target

When I compile my Qt Maemo application in Scratchbox 1, all of the image resources appear completely messed up and corrupted, and the program runs extremely slow. This only happens for the armel ...
0
votes
0answers
6 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 ...
0
votes
1answer
34 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.
0
votes
0answers
22 views

Google Map broken in Maemo?

Could anyone suggest why this map might refuse to drag in Maemo? http://m.cyclestreets.net/route.html It works fine in other mobile/desktop browsers, and it's valid HTML/JS, and it does not produce ...
0
votes
0answers
39 views

Creating deamon in maemo

I want to create non-GUI app in Qt and use it on Maemo 5 (Nokia N900). The app will save data like current position to local Sqlite database. So my question is how to create deamon on Maemo using ...
0
votes
1answer
74 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 ...
0
votes
1answer
62 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 ...
0
votes
1answer
477 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
1k 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
85 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?

1 2