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
0
votes
1 answer
manipulating signals & slots from command line input in qt
I am working on a project about a simple main menu interface for a mobile phone. Currently I am working on C++. I want to manipulate signals from the inputs I've typed from command line input. For example when I type "1" and press enter, I want the…

cagri
- 1
0
votes
1 answer
HTML5 in Nokia N8
whether Nokia N8 native browser support HTML5?
I'm trying to displaying charts using HTML5 but its not working in Nokia N8 native browser.

Sathish
- 1,481
- 5
- 20
- 33
0
votes
1 answer
Qt SDK version 1.0 & version 1.1
I am developing an application for Nokia Symbian since last two months, Nokia is a new platform for me I have good experience in iPhone development, I started Qt SDK 1.0 what I found 1.0 was not really good for some mobile device specially in UI, I…
0
votes
1 answer
Nokia Series 40 application to take a photo
I am looking to have a Symbian Series 40 application to take a photo using the onboard camera every 5 minutes and then upload the image to a server via GPRS.
Is this possible? I need to know whether this is possible before going deeper into it.…

Aaron Lim
- 191
- 1
- 2
- 8
0
votes
2 answers
QMessageBox segFaulting in Mainwindows slot onlclick
In my qt mobile app I have a list. I have connected list clicked to a slot of main window.
connect(view,SIGNAL(clicked(QModelIndex)),this,SLOT(showMessage()));
void MainWindow::showMessage()
{
…

Aniket Awati
- 1,381
- 3
- 13
- 21
0
votes
1 answer
Nokia QT Creator project, Error installing Qjson.sis
I am trying to run up an app in release mode on my Nokia N8. When it builds the phones asks me if i want to install it. i press yes and install it to the mass memory. This happens with out a hitch. Then it asks me to install Qjson.sis i choose the…
0
votes
2 answers
how to add symbian^3 UID?
My application is only targeted for Nokia N8 . Can some one please tell me how to add support for Nokia N8 only and displays error if other handsets try to install it. If someone can place the working code and name of the file that needs to be…

usman zafar
- 220
- 2
- 9
0
votes
1 answer
J2ME use left right buttons on the high lvl UI?
I am using the High level UI "Forms, Alert, textBox....". I need to use the left and right buttons to do something in a choices.

AMTourky
- 1,190
- 13
- 25
0
votes
1 answer
J2ME Image not Found
I am working on a menu with just simple image
Image x = Image.createImage("numbers.png");
listMenu.append(counter, x);
it's working well on the emulators with the Micro Edition SDK 3
but when I use the Nokia emulator S40 or deploy to my mobile…

AMTourky
- 1,190
- 13
- 25
0
votes
1 answer
ClassNotFoundException on app startup (on device)
I have been able to run my app exactly ONCE on the device (N8). Since then I always get a ClassNotFoundException when I launch it. It goes like this:
ClassNotFoundException:
com.greencod.pinball.nokia.PinballMIDLet
at java.lang.Class.forName…

ADB
- 2,319
- 1
- 24
- 35
0
votes
1 answer
RTSP Streaming on Nokia N97 mini
Can anone tell me if the Nokia N97 mini is capable of playing the following video stream via RTSP?
Container: 3gp
Video: h264
Audio: AAC Stereo 44KHz
I'm trying to start this stream via a HTML link that points to the RTSP-URL but when I tap the…

selfawaresoup
- 15,473
- 7
- 36
- 47
0
votes
1 answer
Qt for Symbian books
I want to start developing apps for my new Nokia E7-00.
What book do you recommend me?
I've read Beginning Nokia Apps Development: Qt and HTML5 for Symbian and MeeGo (Books for Professionals by Professionals) and I need more!!

VansFannel
- 45,055
- 107
- 359
- 626
0
votes
1 answer
How to get display width and height using the nokia sdk?
I can't seem to find any place where it is described how i can get the display width and height, using nokia sdk and QT.
I need to resize my GUI when i have detected the screensize.
Or do anyone else have a better solution?
Thanks in advance

Ikky
- 2,826
- 14
- 47
- 68
0
votes
1 answer
How do I import sms CSV from Nokia 2370C to Iphone?
So my mother decided it was about time to switch over to smartphone from her old nokia 2370C and of course she asked me to transfer over her ringtones, photos, contacts including all text message both inbox, sent & archived.
I was searching around…

Marc Brooks
- 369
- 1
- 6
- 15
0
votes
1 answer
Developing for Nokia, which is the right technology?
I want to start development for Nokia devices. I've found the following SDK and I'm lost:
Qt
Web
Java
Symbian C++
Adobe Flash
Open C/C++
When I had a Nokia N70, I used Symbian C++, but now I have a Nokia E7-00 and I don't what SDK must I use.
I…

VansFannel
- 45,055
- 107
- 359
- 626