Nokia Corporation is a Finnish multinational communications corporation. Use this tag only for programming problems specifically related to Nokia-branded devices.
Questions tagged [nokia]
721 questions
1
vote
1 answer
J2ME "notifyDestroyed()" is not working properly on Nokia 501
I am writing a game using J2ME. I am having a problem in notifyDestroyed() method.
When I exit the game from main menu it shows me exit confirmation screen I created, when I say yes by pressing LSK (Left Soft Key) where I have called the…

Prachi Joshi
- 355
- 1
- 7
- 20
1
vote
2 answers
application not supported error while installing signed app
I signed the application and trying to install on Nokia 5000 giving error "Application not supported".
and failing download of application.
I used the MIDP 2.0 and have given following application permission
MIDlet-Permissions:…

sohilv
- 1,712
- 2
- 16
- 21
1
vote
1 answer
missing rrsensorapi.h for gathering sensor data from N97 Nokia device
I am quite new with symbian and c++. I try to use sensor on N97 device. I got error that rrsensorapi.h is not found. I have check through epoc folder it not there either. In this case, how can I find rrsensorapi?
I have sensor.pri file like…

newbie
- 151
- 1
- 7
1
vote
0 answers
WP8 - How to display a UserControl to use as a listPicker?
I'm working on my app and I'm having a problem with a listBox (I know I'm not good with XAML) :D
I actually have a RadListPicker (the Telerik control) that I use in one of my page, but I don't like the layout of the popup screen with all the list…

Sergio0694
- 4,447
- 3
- 31
- 58
1
vote
1 answer
Out of Memory Issue(java.lang.outofmemory) in J2ME LWUIT
I am developing J2ME (LWUIT) Application without any theme.
In Nokia 206 device am facing Out of Memory issue (java.lang.outofMemory)
My JAR size is 404 KB
This issue is not coming consistent it is coming sometimes
I have done R and D on this issue…

Nancy Jain
- 204
- 1
- 7
1
vote
1 answer
How to make a LWUIT List to render its items accordingly to each item contents?
I have a LWUIT List filled with items that represents Flight objects, each Flight item displays its flight number, each of it legs departure and arrival times and the price for a ticket.
Some flights have two legs (a leg meaning a segment of a…

Uriel Arvizu
- 1,876
- 6
- 37
- 97
1
vote
3 answers
How to develop app only for the Lumia devices?
I see more apps on the Windows Phone depends on the Phone Model.
GroupOn, Nokia apps, App folder are some of the apps I mean. I can only install these apps if I've Lumia Phone. Else I can't install.
Like that, I wish to develop an app only for the…

WP_Insane
- 117
- 1
- 1
- 8
1
vote
1 answer
how to set the item selection forcefully in Qt
Can any one tell me how to set the item to be selected forcefully..
I tried this after adding items to list row..
QModelIndex index = mylistview->currentIndex();
mylistview ->setCurrentIndex(index);
its not working.. index I am getting…

Naruto
- 9,476
- 37
- 118
- 201
1
vote
1 answer
Handling Connection Timeouts in Nokia S60 devices?
I have a thread which handles all the HTTP Connections to the server and there is another thread which updates the UI etc. I have a timeout logic implemented in the UI Thread which looks for some response and times it out (closes the connection and…

Azlam
- 2,052
- 3
- 24
- 28
1
vote
1 answer
text is exceeding the listview bounds in Qt
I need to customize the listview,I am placing an icon and a text at the center of the listview.
If the text length is bigger then the list rectangle length.. the text is coming over the icon first letter of the string is not visible..
How to avoid…

Naruto
- 9,476
- 37
- 118
- 201
1
vote
2 answers
Qt switching between views
How do I switch between the two screens on the Qt?
For example, I have a button - static text plus a toolbar. Now I will add it to a frame and set it as a central widget. It works well for one window. What if I move it to the next window? Then I…

Naruto
- 9,476
- 37
- 118
- 201
1
vote
1 answer
SDK for Nokia 3310
I'm thinking some time about the possibilities to bring back some life to my loved Nokia 3310 by developing some software for it. The only downside is that there is not really much information on the Internet about the subject.
I've read that there…

Sven van Zoelen
- 6,989
- 5
- 37
- 48
1
vote
3 answers
How to set specific IMEI in Nokia S60 SDK emulator
I'm also interested in other Symbian SDKs that allow to set their emulator's IMEI.

wheleph
- 7,974
- 7
- 40
- 57
1
vote
4 answers
How to get money from users mobile phone using Java application?
How to get money from users phone using Java application?
So I want to create simple casual game, I want to charge users if they want to pass some extra layers. I want to create an app first of all for android, it'll be opensource. Than to port in…

Rella
- 65,003
- 109
- 363
- 636
1
vote
0 answers
Can't debug windows phone app on real device
I'm trying to debug my WP8 App on a nokia 520. All works fine on the emulator but once i pick "device" as target, I still get the same error :
Error 1 Error : DEP6100 : The following unexpected error occurred during boostrapping stage…

Vincent Monteil
- 568
- 5
- 22