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
0 answers
Regarding nokia mobile browser simulator java error
I'm trying to install Nokia Mobile Browser Simulator but it's gave the following error :-
Fatal Error
Invocation of this Java Application has caused an
InvocationTargetException. This application will now exit. (LAX)
…

I'am Jaggi
- 21
- 5
1
vote
1 answer
SoundEffect randomly decreases its volume
I'm working on a game for wp7 and I'm having issues with the sound.
Most of the time, when I play a sound (tap a button or something like that) it plays perfectly. But there are times when, for a period of time the Sound volume decreases…

petrix18
- 51
- 5
1
vote
1 answer
How to download this Nokia developer repository
How to download that repository:
http://projects.developer.nokia.com/DSP/browser/examples/WindowsPhone/NoiseReduction#sdkMicrophoneCS
I installed SVN client, getting access forbidden even tough I have Nokia Developer account. Can anybody download it…

Yoda
- 17,363
- 67
- 204
- 344
1
vote
2 answers
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?

Randell
- 6,112
- 6
- 45
- 70
1
vote
1 answer
Screenshot in landscape using Qt
I am using the following code to take screenshot in a Nokia device using Qt
QDesktopWidget *w = QApplication::desktop();
if (w)
{
QRect r = w->screenGeometry();
originalPixmap = QPixmap::grabWindow(w->winId(),0,0,r.width(),…

Naveen Ramanathan
- 2,166
- 1
- 19
- 21
1
vote
1 answer
Overriding builtin mobile alerts via j2me or Sending SMS silently
I have designed an app which sends a number of SMS for performing an action, on each message send it shows builtin alerts from the mobile phone "Sending text message" & then "text message sent". Is there any way to override this annoying message…

Saqib
- 1,120
- 5
- 22
- 40
1
vote
1 answer
Is there an easy (and not too slow) way to compare two images in Qt/QML to detect motion
I would like to implement a motion detecting camera in Qt/QML for Nokia N9. I hoped that there would be some built in methods for computing image differences but I can't find any in the Qt documentation.
My first thoughts were to downscale two…

Kevin Whitefoot
- 414
- 3
- 15
1
vote
2 answers
Reading cell ID from Nokia S40 using J2ME
Reading around Nokia forums, it seems that accessing the Cell ID and related information 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…

Kevin Boyd
- 12,121
- 28
- 86
- 128
1
vote
1 answer
RTSP streaming not working in Nokia series 40 mobile phones
I am new to creating Nokia application for the series 40 mobiles.
I am trying use YouTube channel videos for my application, but I am getting an error on the simulator:
"The RTSP streaming feature is currently not supported in the Web Apps…

ShriD
- 43
- 1
- 12
1
vote
1 answer
What's the code to retrieve IMSI using JavaME?
I need a JavaME code that will be able to retrieve IMSI.

user1759570
- 13
- 2
1
vote
1 answer
How to get information/data from platformRequest() in J2ME?
I want to implement a behavior similar to Whatsapp, where when the user can upload an image. I tried opening the images in my app, but if the image is too large, I will have an out of memory error.
To solve this, I'm opening forwarding the images to…

Midori Ryuu
- 35
- 4
1
vote
1 answer
Handle soft keys action in LWUIT
I'm developing an application for Nokia C2 Mobile and I want to handle the soft keys of the keyboard
Attached an image with the button that I want to handle
I have tried Handle KeyPressed and the keycode that returned when I press this button is…

Amira Elsayed Ismail
- 9,216
- 30
- 92
- 175
1
vote
1 answer
My lwuit application is running slow on my Nokia x2 phone
Why is my lwuit application running slowly on phones, and how can I fix it to perform better?
When I run the LwuitDemo, it is running fine. So maybe there is something missing in my code.
I use this when want to display a dialog:
…

NaPsTeR
- 31
- 4
1
vote
0 answers
IAPClientPaymentException: Application ID initialization fails j2me nokia
I just want to know, what can make the IAP prompt this kind of exception "com.nokia.mid.payment.IAPClientPaymentException: Application ID initialization fails" when you test it in the emulator.
Another related question: The documentation says to…

SoH
- 2,180
- 2
- 24
- 53
1
vote
0 answers
I want to start a symbian application development..what are the basic requirements for creating symbian apps?
I want to start a symbian application development..what are the basic requirements for creating symbian apps?
I have downloaded Eclipse JUNO 221 mb
what other plugins required?

Chaitanya Apte
- 19
- 2