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
2 answers
How to Sniff Symbian OS Nokia Phone Network Connections?
How to Sniff Symbian OS(S60 platform) Nokia Phone Network Connections? I need to see the network traffic of my Nokia Phone...

Mustafa
- 11
- 2
1
vote
1 answer
Media file can not be switched and played
I am trying to play a music file on S60 5th edition with the following code:
_LIT(KMusicFilename, "C:\\Data\\Music.mp3");
TApaTaskList iTaskList(CCoeEnv::Static()->WsSession());
TBool iExists;
TApaTask iApaTask =…

Bojan Milankovic
- 847
- 3
- 11
- 23
1
vote
1 answer
Which devices can I develop for using the Nokia API Bridge for Flash Lite?
I need to develop a mobile application that connects to the devices camera and to a remote server.
Using the Nokia API Bridge for Flash Lite which devices can I target? Does anyone know if this API works with any Symbian 60 device or only for 3rd…

undefined
- 5,190
- 11
- 56
- 90
1
vote
2 answers
Sending at commands to mobile phone
I try to find library which may make a call from mobile phone and receive status of answer(answered, busy, missed etc.) Mobile phone will be Nokia 6300 or any other which will more optimal for this target. Phone will be connected through USB. The…

toohtik
- 1,892
- 11
- 27
1
vote
1 answer
J2ME HttpConnection getResponseCode() blocks waiting answer from server on Nokia N97
I upload a file from a Nokia N97 phone to server, everything works fine but after file is uploaded I want to get response from server. The problem is that I get response only after half a minute or more. From what I see the code blocks in…

user75569
- 367
- 1
- 5
- 12
1
vote
1 answer
how do i get a checkbox item from a QTableView and QStandardItemModel alone?
Seems using model.setData(index, Qt::Checked,Qt::CheckStateRole) is not enough to get the checkbox working right. Any suggestions?

yan bellavance
- 4,710
- 20
- 62
- 93
1
vote
0 answers
Publish Qt app to Nokia Ovi Store
I have developed a symbian app for S60 mobile phones. I have signed the app from Nokia. But when I attempt to upload the app to Ovi Store, The following error occurs.
Errors
105 - The package UID is not valid: 0xe0071385.
106 - The exe/dll UID3 is…

Mahmud Al-Noor
- 83
- 5
1
vote
1 answer
How to hide messages, contacts etc folder using J2ME Code ?
I used J2ME approx 3 year ago, so I have not updated knowledge about it. Can anybody tell me is it possible to create an app for my Nokia handset such that I can lock my sensitive folders such as messages, contacts, etc?

Richa
- 94
- 10
1
vote
0 answers
Lock and turn off screen programmatically in J2ME
I want to develope an utility application that help user lock and turn off their phones screen when tap in my application icon (platform: J2ME, my app target for Nokia S40 and Nokia Asha).
Is there any J2ME API or Nokia API to help me to do that? I…

hahv
- 582
- 1
- 4
- 16
1
vote
0 answers
Getting the real Useragent String from a Proxy-based Browser
I noticed something that seems a little odd when using a Nokia Asha 311.
When I use navigator.userAgent from the device's DOM, I get something very similar to the following:
mozilla/5.0 (x11; linux86_64; rv:5.0.1) gecko/20121205…

ObiHill
- 11,448
- 20
- 86
- 135
1
vote
0 answers
Is this possible make call from app, without asking user permission..?
I'm developing Nokia S40 web app. I've implemented "Tel URI" scheme, like below shown, to make call for a given number from my app. and Its works perfectly..!
Dial Me
when i click the link to make the call, Its…

Rishi Php
- 1,428
- 11
- 20
1
vote
2 answers
How is possibly Panorama realized? I need to create a vertical one, similar to Nokia map
Background:
I'm new to silverlight/windows phone.
I want to create something like a Nokia map (windows phone 8 version). In Nokia map, when you click search, and got the search result, the page is splitted into 2 portions, the upper one is the map,…

user534498
- 3,926
- 5
- 27
- 52
1
vote
1 answer
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…

Sam Dutton
- 14,775
- 6
- 54
- 64
1
vote
1 answer
J2ME contacts from phonebook &sim NOT reading in Nokia E5 and E72
My j2me application have the feature of messaging with contacts in phone and as well as on sim.I tested Application and running well on Nokia N70 M and Nokia C2-02 also. But not fetching contacts from Nokia E5 and and E72. Please let me know…

Arpit Kulsreshtha
- 2,452
- 2
- 26
- 52
1
vote
0 answers
USSD Not Display Nokia Lumia 710 (Windows 7.8)
I am not able to use USSD string on my Nokia Lumia 710.
After using *121# (Airtel-India) number is dialling but response screen is not displayed.
I raise the query to concern operator in revert they told me to install SMS 2.0 on my Nokia Lumia 710…

gauravsanu
- 63
- 2
- 11