nokia

How to workaround lack of multiple ao.lock?

I'm programming a simple pyS60 app, not really done anything with python or using multiple threads before so this is all a bit new to me. In order to keep the app open, I set an e32.Ao_lock to wait() after the body of the application is initialised, and then signal the lock on the exit_key_handler. One of the tasks the program may do is...

How to Filter calls in NOKIA N73

Hello, I am am new to mobile app development. But i would like to know if this is possible to intercept incoming calls on my N73 using code like Java or C++? My second question is if this is possible then can we prevent the phone from ringing with a specified phone number from a black listed contact??? I've seen a lot of apps doing thi...

Which phones support which J2ME (Java Micro Edition) spec?

Hello! I just can't find an up-to-date chart about which mobile devices support which Java Micro Edition version. I'm especially interested in Nokia smartphones and their support for the new JME 3.0. (I wonder that Sun doesn't seems to provide such information.) Please, provide me some links, if you know any! EDIT: I'm probably mixi...

Nokia 6600 battery status detecter

Hey all, I need to write a mobile application (midlet) that will run on Nokia 6600 (SDK 60 2nd Edition CW). the application's goal is to detect power interruptions(whenever there is no more electrical power going into the battery) and log them. this mobile application will be comprised of two modules : 1) a J2ME module, mainly for in...

J2ME, Reading Cell-ID from Nokia S40

Reading around Nokia forums, It seems that accessing Cell-ID and related info from Nokia S40 series phones is virtually impossible unless your Midlet is signed, and even this would work only for S40 3rd Edition FP1 and above. I tried the following on a Nokia S40 Dev Platform 2 phone , using Java ME: System.getProperty("com.nokia.mid.ce...

sync nokia with web based todo

i´m looking for some way to push goplanapp.com todos / maybe calendar too to nokia ovi todo. idea is to have todo from goplanapp.com in my symbian nokia E 71 because 80 % of my todoso are business like 20 % private ...

Program to change the phone numbers a call is redirected to if a mobile phone cannot be reached?

Is it possible to write a program that will change the phone numbers a mobile phone redirects calls to if it cannot be reached by the network? ...

What are good resources if I want to develop RSS feed readers for N97 and E71?

What are good resources if I want to develop RSS feed readers for N97, E71 and other Symbian phones? ...

Developing custom list control in 5th edition

If a custom list control is to be developed for S60 5th edition phones, what is the best approach to do that? The control should enable rich presentation of data in custom layouts. It should be possible to include images, texts, buttons in every item. Each list item should be able to expand/collapse to provide more details about the ite...

AT command AT+CPMS="SM","SM","MT"

I needed a clarification about the AT command AT+CPMS="SM","SM","MT" Although this AT command work with most of the UEs,it however gives an error msg with the Nokia N72... I tried the AT command AT+CPMS=? & the mobile's response was "+CPMS: (),(),()" & I tried the AT command AT+CPMS? & the response was "+CPMS: ,,,,,,,,". Does this mean...

Video in Qt S60 application?

Has anyone built a Qt S60 app (3rd edition, FP2) that plays (streaming or local) video? I want to play video 'in' a widget, not with (say) QDesktopServices. I know there's documentation about how to do this with Symbian, such as here and here but I'm still stuck. (Apologies in advance for cross-posting: I've asked elsewhere, but with ...

Question about a QList<QStringList> in Qt

I'm using Qt 4.5 and im working with a QList<QStringList> which is a list of string list. Now I want to replace one string inside one stringList but with it seems unusual to type. I have found the following way of doing it and was wondering if it is ok: QList <QStringList> pDataList; pDataList[listIndex].replace(QStringIndex, newStri...

Is there a way to emulate a QGroupVBoxLayout?

I am using Qt designer and I know how to use a QVBoxLayout and QGroupBox but it seems there is no such thing as a QGroupVBoxLayout. So I have to put a QVBoxLayout inside of a QGroupBox but if I modify the dimensions of one I have to do the same to the other. Is there a way to make them change dimensions together directly from QT design...

How can I insert a widget into a mainwindow generated by Qt designer?

I have a Main window build with Qt Designer and I also have a widget built with Qt designer (both in a separate ui file). How can I instantiate my widget into my mainwindow at runtime? ...

"Out of Memory" error in nokia 5610 while loading MP3 file.

Hi all, i am developing one j2me application to play wav & mp3 file. problems are: while try to play mp3 file in my phone (nokia 5610d) it is making "Out of memory" error. while try to play Wav file it is giving "Sounds are not allowed" exception. few lines of my code is here. Code to play Wav file InputStream is = getClass()....

How do I auto-adjust the size of a QDialog depending on the text length of one of its children?

I have a QDialog I am working with. It is made somewhat like a QMessageBox. I noticed that the size of the QMessageBox (and the size of its label) depends of the size of the message displayed. How would I make the size of my QDialog adjust automatically like a QMessageBox. Presently my QDialog contains a button box, a label and the Q...

Why can I not insert a QStackedWidget inside a custom widget?

I have made a custom Widget based on the "Custom Widget Plugin Example". Inside that custom widget I put a QStackedWidget. The problem is that when I start coding I cannot access the stackedWidget. Why? ...

QObject::findChild returns wrong address when used with a custom widget plugin

When I call QObject::findChildren(), the address I receive is not the right address but it points to an exact copy of what im looking for. This error happens for the only case where im trying to find a custom widget plugin I have created. Whats up with that...do i need to add something to the plugin project? ...

Reminder app for S40 phone

S40 doesn't allow an app to run in background. It seams the only solution is to use PushRegistry.registerAlarm. I'm trying to make a reminder app, so when triggered it should make the phone vibrate and make noise, but unfortunately i get a small message saying "Reminder: App name" and the softkey is set to "Open". When it opens it makes...

Detecting Nokia E61 Keyboard Layout in J2ME

Hi Everyone, Nokia E61,E71 etc has different variations of keyboard layouts like QWERTY, QWERTZ , AZERTY etc. Is there a way I could detect the current keyboard layout through J2ME? And there is also some funny thing happening, some E61 we tested has QWERTY keypad but is running QWERTZ layout pre-installed. Is anyone aware of such issu...