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
4
votes
1 answer

AT command AT+CPMS="SM","SM","MT"

I needed a clarification about the AT command AT+CPMS="SM","SM","MT" Although this AT command work with most of the UEs,it however gives an error msg with the Nokia N72... I tried the AT command AT+CPMS=? & the mobile's response was "+CPMS:…
user172413
  • 41
  • 1
  • 2
4
votes
1 answer

Can I use NOKIA \Here API's (REST) for getting GeoLocations(Lat\Long) giving Address Information as Input

I am writing a Geocoder C# test Application . Can I use NOKIA \Here API's (REST) for getting GeoLocations(Lat\Long) giving Address Information as Input.
sreejith cr
  • 43
  • 1
  • 3
4
votes
2 answers

Internet Explorer 10 in Nokia windows phone not responsive

I have used Twitter bootstrap to make my web site responsive. everything works great but IE 10 in Nokia (Lumia 920) windows phone. I searched alot and everybody says if I add @media(max-width:480px){@-ms-viewport{width:320px;} ...} it would solve…
user217648
  • 3,338
  • 9
  • 37
  • 61
4
votes
5 answers

Launch Nokia HERE Maps iOS via API

Is there a documented API for launching Nokia's HERE Maps iOS app for turn-by-turn navigation ?
Viraf
  • 746
  • 4
  • 11
4
votes
2 answers

How to change Nokia full touch lwuit form header color

I want to to change the header color of nokia lwuit based full touch form and i have tried setTitleComponent method but it is not working. Please also check the following link…
user1001084
  • 115
  • 1
  • 10
4
votes
2 answers

nokia device vibration in a game using j2me

I want to make my phone vibrate when my game ends. I tried using Display display = Display.getDisplay(midlet); display.vibrate(2000); but display.vibrate(2000) returns false and the device does not vibrate. Can anyone help. I am trying it on Nokia…
akhil
  • 85
  • 5
4
votes
2 answers

RTSP live streaming from IP Camera

Is it possible to see the live stream of an IP camera using RTSP ? Example URL: rtsp://public ip:554/1363e66e.mp4 The encoding is mp4 h.264 baseline profile at 320 x 240 resolution. I followed the Wiki link here. But I get the error: Prefetch error…
Viraj
  • 1,880
  • 22
  • 31
3
votes
1 answer

knowing the network operator name in J2ME

How do I get the network operator name in an app written with J2ME? I am recently trying to develop an app on Nokia s40 which should have an exclusive access to a particular network operator. Is there any API or library of such?
Sunday Okpokor
  • 721
  • 6
  • 18
3
votes
3 answers

Symbian: Is it possible to get access to a list of contacts through an application?

There are at least two ways that I know of to write a Symbian application: 1. J2ME 2. A native application. My question is, does the SDK/API for either of those methods (or any other method) grant me (at least) read-only access to contact…
AlexeyMK
  • 6,245
  • 9
  • 36
  • 41
3
votes
3 answers

Qt development in windows. Do I need pay for Microsoft tools?

Considering to develop a desktop application with Qt for Windows. It will be a free download application, but for a commecial SERVICE. (need an account with our commercial service to work). I think we could use the Qt for Windows from Nokia (LGLP…
Juanin
  • 602
  • 1
  • 8
  • 16
3
votes
3 answers

Why is the jar file size increasing when I run the application?

I'm developing a mobile application using j2me. In my mobile app I connect with another device through bluetooth and perform some operations. In my mobile application the jar file size is 80KB I deploy the application in "Nokia c2-00" mobile. When…
SIVAKUMAR.J
  • 4,258
  • 9
  • 45
  • 80
3
votes
2 answers

How to fix Media Exception in Nokia device(J2me)

I am developing a game in J2ME and I am using 4 different sound(midi) files in game. When I run this game on nokia device, it's showing too many players prefetched exception. It's working fine in Samsung. How to resolve this?
Shalini
  • 151
  • 1
  • 2
  • 9
3
votes
0 answers

Qt QSystemNetworkInfo cellIdChanged(int) not emitting in device

I'm trying to make a Qt program that calls a function whenever network CellId changes. Here is my class declaration (I've not shown some members out of the scope of the question): class Mgr:public QObject{ Q_OBJECT public slots: void onCidChange(int…
akarthik10
  • 322
  • 1
  • 4
  • 11
3
votes
1 answer

QT 4 - How to build QuaZip and QtCrypto to .Lib?

Latest news: I fixed QuaZip issue The QtCrypto is work on Desktop platform (with AES 256) now. But how to build the lib for Symbian? Questions: How do I Build the .lib file of QtCryptoand QuaZip ? (details as below) How to Use the Lib in a new QT…
MagicR
  • 75
  • 6
3
votes
1 answer

How to get Nokia S30+'s MRE vxp file to run on nokia 225?

The setup Ok let's me talk a bit about the setup: I have installed Visual Studio 2008 (the edition that let you try for 90 days), MRE SDK 3.0 from this Github issue, Sourcery Codebench Lite for ARM EABI and also ARM Realview Development suite 3.1…
raspiduino
  • 601
  • 7
  • 16