Questions tagged [nokia]

Nokia Corporation is a Finnish multinational communications corporation. Use this tag only for programming problems specifically related to Nokia-branded devices.

721 questions
0
votes
1 answer

find mobile and install app

How to find out mobile information.for installing corresponding app on mobile. right now i am using useragent.what i will do for useragent not supported mobile Thanks in advance Aswan
Aswan
  • 5,085
  • 10
  • 46
  • 70
0
votes
1 answer

install QJson in windows - 7

I want to install the qjson in my windows machine. I installed the cmake and nokia qt sdk in my window 7 and use the following commands but I am getting the error.. C:\Program Files\qjson\build>cmake -G "MinGW Makefiles" .. 'cmake' is not recognized…
Finder
  • 8,259
  • 8
  • 39
  • 54
0
votes
3 answers

Nokia Qt Installation

Recently I installed Nokia Qt SDK in my Windows machine but as I do with other installations, installed the SDK in different directory from the default one it suggested i.e C:\NokiaQtSDK. Alas I had to contend with lot of configuration issues…
0
votes
1 answer

Nokia 6212 platformRequest() to open a video

How can the platformRequest method defined in MIDP 2.1 JSR be used to open a video on a Nokia 6212 Classic? The Forum Nokia Library states: In Series 40, native applications are launched with platformRequest(localapp method. The following opens…
binarycreations
  • 3,091
  • 6
  • 32
  • 38
0
votes
1 answer

How to make SmartTouch application working in Nokia 5800 XpressMusic?

I have Nokia 5800 xpressMusic and after install SmartTouch application (PC Bluetooth remote control) it tells me that it is connected but not working. There a log file generated after running the server in PC contains the following error: Traceback…
0
votes
1 answer

WAP Push atop FLASH SMS

I want to send a WAP Push SI, but I want the message to look like an alert - like FLASH SMS. I've tried to make the SMS carrying the WAP data a FLASH SMS, but the it seems the phone can't handle it. I tried it on a Nokia 6230i. Is there something…
Asaf R
  • 6,880
  • 9
  • 47
  • 69
0
votes
3 answers

Developing apps for the nokia n73 in Java?

I'm trying to find out if it's possible to develop a key capturing application to analyse writing styles when using the SMS composer for the n73 using S60 2nd Edition, Feature Pack 3 SDK in Java? Originally, I thought that all Java applications…
abnev
  • 469
  • 1
  • 8
  • 20
0
votes
1 answer

notification/alert options in symbian OS

I'm trying to figure out whether or not I can register/call notifications in the symbian OS that's fit for the S60 series, using an app, that interrupt the OS and appear on the dashboard screen, the same way incoming calls and text messages do. If…
john
  • 1
0
votes
1 answer

WebCL doesn't fill global table

I started using Nokia WebCL implementation for Mozilla Firefox. I'm testing my application on Firefox version 32.0 (which is version for which Nokia binding was implemented). This is my code (for simplicity and to show you what my issue is I've…
VisstPL
  • 1
  • 1
0
votes
1 answer

RTSP Streaming Servers to broadcast receiving RTP packets from other system

I am developing a live video streaming application on Nokia N97. I have video and audio buffer in H.263 and AMR format respectively (from live camera source) and want to stream these to some sever that can broadcast it with RTSP. That RTSP broadcast…
Jawad
  • 1
  • 2
0
votes
1 answer

LWUIT : issue in showing arabic words ?

Hi i have problam in showing arabic words in LWUIT , the arabic words characters are separated and reversed , but it`s work true on nokia , how can i slove this problem ? thanks
mahdi
  • 16,257
  • 15
  • 52
  • 73
0
votes
1 answer

Undefined reference to `RPositionServer::RPositionServer()`

i'm writing program for Nokia 5230 (S60 5th edition platform) using Nokia Qt SDK. I have the problem with retrieving geolocation info. I'm trying to use example from nokia forum (http://bit.ly/be3QDK first one). The following code: #include…
fraktall
  • 32
  • 1
  • 1
  • 6
0
votes
1 answer

Is there any way to control nokia e90 or other phones from computer?

I am trying to develop programs which will work for nokia mobile phones. I have E90 and want to control it over my computer. Or i want to test programs with emulator. Do you know is there any way to do this?
uzay95
  • 16,052
  • 31
  • 116
  • 182
0
votes
1 answer

setIcon in j2me to set icons for buttons

I am trying to put in an icon (a scaled image) as part of a button that also contains some text. I am programming in J2ME for the Nokia SDK (S60 device) and using Eclipse. The code is as follows: but = new Button("Some text"); Image img =…
Sriram
  • 10,298
  • 21
  • 83
  • 136
0
votes
2 answers

Detect roaming (switching the Access Point) with QtMobility?

I need to write an application, that detects roaming from one access point to another if I'm connected to WLAN. Unfortunately I couldn't find anything that detects roaming for me. All I could find are some explanations in the Bearer API. One…
cyphorious
  • 809
  • 3
  • 7
  • 19