Questions tagged [maemo]

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.

61 questions
2
votes
4 answers

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 script (it runs on my Ubuntu system if I change…
stanigator
  • 10,768
  • 34
  • 94
  • 129
2
votes
1 answer

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 the messages goes. Reading osso-log.h I should…
Tobias R
  • 91
  • 6
2
votes
1 answer

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 command: [sbox-DIABLO_X86: ~] > gcc -Wall -g…
stanigator
  • 10,768
  • 34
  • 94
  • 129
2
votes
2 answers

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 signals/events that a widget sends in PyGTK?
Mikko Rantanen
  • 7,884
  • 2
  • 32
  • 47
1
vote
1 answer

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 run in the browser (or at least in N9 I can), but…
Nux
  • 9,276
  • 5
  • 59
  • 72
1
vote
1 answer

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 install both Qt SDK and harmattan sdk from the…
user141302
1
vote
4 answers

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 program for an embedded device and I'm using this to…
Micromega
  • 12,486
  • 7
  • 35
  • 72
1
vote
0 answers

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 changed the iframe is often not rendered but is…
XDF
  • 147
  • 1
  • 7
1
vote
1 answer

Maemo / Symbian and external libraries

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 create a Qt application that uses this library)
snoofkin
  • 8,725
  • 14
  • 49
  • 86
1
vote
0 answers

Compiling shared libraries into executable?

I'm trying to cross compile some software I developed for my Nokia N900. It has an ARM7 processor, and is running Maemo (Based on Debian Etch and Lenny I believe). To cross compile I am using Scratchbox, which has worked fine in the past for other…
BugHunterUK
  • 8,346
  • 16
  • 65
  • 121
1
vote
0 answers

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 what I mean: This is the code I'm using to start up…
Ahmad
  • 12,886
  • 30
  • 93
  • 146
1
vote
2 answers

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: QMaemo5ValueButton *x = new…
Ahmad
  • 12,886
  • 30
  • 93
  • 146
1
vote
2 answers

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?
SunnyShah
  • 28,934
  • 30
  • 90
  • 137
1
vote
1 answer

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 here? Here's the list creation: self.listField =…
viraptor
  • 33,322
  • 10
  • 107
  • 191
1
vote
1 answer

Chirp Running on Maemo

I'm trying to get Chirp to run under Maemo5 (a debian based mobile operating system). When running .chirpw or setup.py I get this as a result Nokia-N900:~/compile/chirp-0.3.1# ./chirpw CHIRP 0.3.1 on Linux - Maemo 5 %h (Python 2.5.4) Traceback (most…
Harold Giddings
  • 93
  • 1
  • 11