Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
258 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

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
166 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
1answer
341 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
0answers
258 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 ...
1
vote
2answers
109 views

Find most similar shapes in Python

I am working on a virtual keyboard, similar to Swype (but for a platform it doesn't support). Basically, what it does (for those not familiar) is you move your finger over the keys without lifting it ...
1
vote
1answer
68 views

Problems with meego image on windows

I've got windows and want to install meego... but the image is raw and the win32diskimages only supports .IMG. What is wrong, is there a writer that supports .raw (the format of the image unpacked)
1
vote
0answers
434 views

Synchronous audio streaming in Qt application on maemo (N900)

I wonder if it is possible to perform voice streaming on N900 phone? I need to buffer voice samples from the micrphone and symultanously send voice from other buffer to speaker? Do you thing it is ...
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
161 views

How can you detect the pressure with which the screen is pressed?

Hey all .. i wanted to know, in C++/Qt, how can one detect with how much pressure the screen is being pressed when a project is on the N900 ?.. Can anyone help me on this ?
0
votes
1answer
514 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
200 views

x11vnc not working on n900

A few days ago i came across a article of controlling n900 on my PC with help of ultravnc(on pc) and x11vnc(on n900), i worked according to article and was going smooth, but after installing x11vnc i ...
0
votes
0answers
56 views

Mobile application that uses CSD or Data channel

I wanna develop an mobile application that uses CSD or Data channel of GSM Service to send data. Can anyone help me out with it? (any book,paper,website) int91h
0
votes
1answer
245 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 ...
0
votes
2answers
187 views

undefined reference to

I have the following problem: I use a 32 bit version of Qt on a 64 bit Ubuntu. In my Project I want to include the library FCam in order to program for the camera of a Nokia N900 mobile phone. When I ...
0
votes
1answer
79 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
215 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 ...
0
votes
1answer
25 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
182 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 ...
0
votes
1answer
102 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
363 views

Is there a better one ? Encryption -> AES. PRNG -> Blum Blum Shub?

Is there a better algorithm than AES-256 ? AES is an industry standard symmetric algorithm. But theoretically its told to have flaws. Is there any symmetric algorithm (needn't be a standard), that's ...
0
votes
4answers
306 views

Qt Creator, LGPL, and the Nokia N900

I am interested in creating closed source applications for my Nokia N900 using Qt Creator and the LGPL License, but I'm unfamiliar with how exactly I'm able to do this. I understand that I should use ...
0
votes
1answer
164 views

Need help in transferring a file using Email/Bluetooth/Social Network

Hey guys, I need some general information on how can I use Qt to send a file using email or bluetooth or a social network already defined in the N900 (e.g. facebook) .. Regarding bluetooth, I read ...
0
votes
0answers
63 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
183 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 ...