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
3 answers

System.Collections.Generic.KeyNotFoundException For Seemingly No Reason

Here is my code for some settings if (settings.Contains("dynamicOn")) { // Commenting out because we're trying a different way // DynamicCheck.IsChecked = (bool)settings["dynamicOn"]; …
PatrickC
  • 33
  • 1
  • 5
0
votes
1 answer

Can we directly deploy windows phone application to nokia lumia 710 using Application Deployment tool with developer paid account?

I am developinga phonegap application, and i doubted whether Nokia lumia 710 is suitable for application checking and can we diredtly deploy application on it using Application Deployment tool with developer account?
ajaylouis
  • 247
  • 1
  • 4
  • 18
0
votes
1 answer

nokia web apps playing sound

I have developed my first nokia web app . I am trying to play sound which saved in local storage when button clicked this is my code but it doesn't work
jmt
  • 223
  • 1
  • 8
  • 28
0
votes
1 answer

lwuit open default email/mail client from button

Please tell me how do I open he default email client from a lwuit button? and also predefine its subject and email address. I know how to use buttons. I would appreciate code for email client. (cant find on internet) using nokia s40 sdk from…
0
votes
1 answer

how to set timeout on image render from internet in lwuit

I have a dynamic page that displays a lot of images from internet. Some images are heavy and take too much time. So I want to set a timeout period after which default image from resources will be loaded. Kindly tell me how to set timeout on image in…
0
votes
2 answers

Check if internet is working or not in j2me

I am making application in j2me, i am sending data to server but before that i want to first check that if internet is working or not (it may be from WIFI or GPRS)
Siddhpura Amit
  • 14,534
  • 16
  • 91
  • 150
0
votes
2 answers

Response.Redirect not working on WAP sites in a basic phone model

When i click on the Submit Button and on the Button Click i have written a Response.Redirect to a new web page it firstly prompts a message. Data you are sending will be redirected to another server. Continue? If i say yes it gives an error Response…
vini
  • 4,657
  • 24
  • 82
  • 170
0
votes
1 answer

QObject::findChild returns wrong address when used with a custom widget plugin

When I call QObject::findChildren(), the address I receive is not the right address but it points to an exact copy of what im looking for. This error happens for the only case where im trying to find a custom widget plugin I have created. Whats up…
yan bellavance
  • 4,710
  • 20
  • 62
  • 93
0
votes
1 answer

LWUIT Table, constraint data

I am working in a table with multiple data inside. When I add only the header, I can see the data in a good way, and the columns with different sizes. But when I add the data, all the columns go crazy, the widths are adjust to the headers, and the…
Mun0n
  • 4,438
  • 4
  • 28
  • 46
0
votes
1 answer

Using Nokia AT command in VB 2010

I am a beginner in learning AT commands and windows programming. I prepared a code just to read the Serial no of a Nokia phone in VB 2010 as Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As…
0
votes
1 answer

Windows Phone App certification failed due Malware detected when using Nokia Ad Exchange

I recently signed up on Nokia Ad Exchange, I decided to use their service on my Windows Phone Apps. So I updated those apps to use Nokia Ad service, but now all of them are failing certification because "Malware was detected". I know that most of…
João Louros
  • 2,752
  • 4
  • 23
  • 30
0
votes
1 answer

Nokia Lumia 920 supports navigator.geolocation?

I'm using the Javascript below to detect the geolocation service: var options = { enableHighAccuracy: true, timeout: 5000, maximumAge: 0 }; function success(pos) { var crd = pos.coords; console.log('Your current position is:'); …
Nil Pun
  • 17,035
  • 39
  • 172
  • 294
0
votes
1 answer

how to get Network Status,Operator Name, Signal strength,Service status using j2me?

i need to get the info of Network Status,Operator Name, Signal strength,Service status using the j2me API and need to knew if i can test it over simulator or not thanks a lot for helping
Amr Angry
  • 3,711
  • 1
  • 45
  • 37
0
votes
1 answer

How to add an overlay to an image in J2ME for Nokia SDK 2.0?

I have an image and I want to add an overlay or to find another way to combine two images in Nokia SDK 2.0 (J2ME)... I need that one of the images to be partial transparent Thanks
danysz
  • 580
  • 3
  • 11
0
votes
1 answer

How do I get a decimal latitude / longitude from the Nokia Maps API?

I have the following code which will update a textbox with latitude / longitude of a location when I drag a marker on the map to its location: var listener = function (evt) { /* We check if this drag listener is called while the marker is being …
Michael A
  • 9,480
  • 22
  • 70
  • 114