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
8
votes
2 answers
How to get the selectionchange event in Qt
I have a class inherited from QWidget, now in that class I will be creating aQListView object and filling up the items to view.
When the selection of items in the list view gets changed, I want to get the selectionChange event.
How can I achieve…

Naruto
- 9,476
- 37
- 118
- 201
8
votes
3 answers
Error: Deployment failed because no Windows Phone 8 phone was detected
I am using Visual Studio 2013 on Windows 8. I have got three Windows Phone devices, lumia 620, 920, 1320 and these are all developer unlocked devices. The 620 device has got Windows Phone 8.1 preview installed. Whenever I'm trying to deploy a WP8…

mesbahuk
- 272
- 1
- 2
- 11
7
votes
1 answer
Application asks for internet connection
When I start any application, that I wrote with python for my Nokia 5800(software version 60.0.003), it asks me for internet connection. Application doesn't use it or need it. And if I skip it applications works fine.
I'm using ensymble(PyS60…

4d4c
- 8,049
- 4
- 24
- 29
7
votes
1 answer
difference between Nokia's MeeGo 1.2 "Harmattan" and intel Meego?
Nokia has recently announced Nokia N9 with MeeGo 1.2 "Harmattan. Some forums are saying
that it is differed from intel MeeGo. Is it true? What is Maemo?
Is Maemo same as MeeGo Harmattan? Where can we download SDK to develop applications for it with…
user141302
7
votes
0 answers
Where to get MRE SDK for Nokia 225?
Is there any site from which I can download MRE SDK? I just registered on mre, but after four days I still get
You have been registered, but need wait 1-3 days for account review,
after the virified process can be downloaded.
I am not sure if…

Possible
- 171
- 2
- 13
7
votes
3 answers
How to Send/Receive SMS Messages from C# application, using Nokia Mobile Phone
Okay, so what I need to do is to write C# code, to integrate into an existing application.
I will (most likely) be using a Nokia 7230 mobile phone, and I'm willing to use the Nokia PC Connectivity SDK/API, or just AT commands over from C#, whatever…

WayneB
- 73
- 1
- 1
- 3
7
votes
6 answers
Develop on mobile phones(Java), using SDK or not?
Recently I have to develop on mobile phones using Java and I am planning to do the development on the following brands:
Nokia
Samsung
SonyEricsson
Motorola
LG
I've browsed the "developer site" of each company and looks like they all have provided…

Mickey Shine
- 12,187
- 25
- 96
- 148
7
votes
4 answers
The best way of developing on Symbian
I am going to develop on Symbian (S60), and I know there are some ways to develop on this platfrom: Symbian C++, Java ME, Qt,OVI etc.
I need an overall brief guide on all the ways and I have a few questions:
What's the difference between Symbian…

Mickey Shine
- 12,187
- 25
- 96
- 148
7
votes
1 answer
Does J2ME Media Player on Nokia E65 work?
I'm trying to write a simple media playback application in J2ME. Currently I'm starting with the most simple thing, I just want to play a wav file from resources included in the jar file. I'm using this simple code:
DataInputStream wav = new…

Jarek
- 235
- 2
- 12
7
votes
1 answer
Start MIDlet automatically when device reboots?
I am working in J2ME. I want that my application must be automatically started when my device reboots.
I have made Nokia-MIDlet-auto-start: yes entry in my JAD file as suggested in…

Pushpendra Kuntal
- 6,118
- 20
- 69
- 119
6
votes
3 answers
Approach to developing an application across many Nokia devices
First off, greetings everyone and thank you for your interest in my question.
I'm currently working at a mobile startup. Our product is a communication app for Android, iOS and BlackBerry devices and we're looking to expand onto some Nokia…

Andre
- 3,150
- 23
- 23
6
votes
1 answer
Encoding of SMS-files from Nokia backup (.nbf)?
I am using a Mac and have a Nokia phone. Therefore I cannot sync it with my computer, but I found out, that making a backup on the creates a .nbf-file, which contains all the data I want (contacts and messages).
The contacts are stored easily…

Martes Rd
- 103
- 1
- 6
5
votes
2 answers
How to cancel USSD need response
I have Nokia device connected to the PC
This is the code that I use to send USSD command:
Port.Write("AT+CUSD=0,\"*147*1*#\",15\r\n");
It works fine,
BUT it displays an option to choose the service. What I want is to stop it OR Exit (Quit) from that…

Omani-Ghost
- 51
- 2
5
votes
0 answers
Nokia 3310: MIDlet always gives "Can't compile the file"
After reading this comment proving that it's possible to write custom apps for the new Nokia 3310 3G (TA-1006), I'm trying to get my own app running.
After doing a lot of reading about what MIDP, CLDC etc. are, I installed the Java ME SDK (on a…
user11121986
5
votes
4 answers
Symbian C++ Development Under Mac OS X
I've been developing for Symbian S60 3rd Edition since last year using Carbide.c++ under Windows. THe problem is that I moved to Mac OS X this year(bought a Macbook Pro) and when I was going to download Carbide.c++, I saw that it's Windows-only,…

Nathan Campos
- 28,769
- 59
- 194
- 300