Nokia Corporation is a Finnish multinational communications corporation. Nokia is engaged in the manufacturing of mobile devices and in converging Internet and communications industries. It is the world's largest manufacturer of mobile phones: its global device market share was 31% in the fourth ...

learn more… | top users | synonyms

0
votes
1answer
9 views

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 ...
0
votes
0answers
8 views

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 ...
0
votes
1answer
36 views

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 ...
0
votes
1answer
32 views

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; ...
0
votes
0answers
26 views

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 ...
0
votes
0answers
12 views

Nokia Asha: List.TEXT_WRAP_ON is not working

I am trying to implement a List with some words that wrap, but it does not appear to be working. The Nokia documentation could use some improvement, I don't see any standalone examples that can be ...
0
votes
1answer
28 views

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
-1
votes
1answer
36 views

AT compliant mobile phone with USB [closed]

Apparently, you can not read SMS messages from a Nokia mobile phone using AT commands due to a security restriction put by the manafacturer. Can someone please name me a cheap mobile phone that has: ...
3
votes
1answer
16 views

Does the Nokia web 40 app developer platform read CSS prefixes

I have tested some -web-kit prefixes in a Web 40 app and noticed it isn't reading the css code. Can anyone confirm what the Nokia Asha browser is based on, and how I should tweak my css to comply.
3
votes
0answers
12 views

Nokia Developer Web40 apps with localstorage javascript

I'm developing for a Nokia Web40 App and for some reason I can't use localstorage with javascript is there a way to do this? Can I set a cookie if I decided to not use localstorage?
3
votes
1answer
55 views

Detect device names on serial ports in Python

I use a USB connected Nokia phone to send SMS messages via a COM port in Windows using Python. Evertyhing works fine until a COM port changes. Is there a way to detect which COM port my phone is ...
0
votes
0answers
31 views

Using SIM application to send sms

In my SIM there's a special menu application to send sms to the customer service of the service provider. For that I need to add message and special ID. By adding those I can send SMS to the service ...
-4
votes
0answers
33 views

API NOKIA MOBILE FOR PHP [closed]

I have Nokia mobile.I'm creating a site from where users can send sms from the site. I want those sms to be send from my mobile. Since there would be huge number of sms, I can't do that manually. So I ...
0
votes
0answers
25 views

Code error: RSS Reader Silverlight v1.2 - Nokia Sample Code (thanks)

Hello – I am working on this app https://projects.developer.nokia.com/wprssreader RSS Reader Silverlight v1.2 (12/14/12), and I have the following debugging questions for you: Why are these Rss URLs ...
0
votes
0answers
50 views

How to connect Nokia GSM phone with SMSLib on Ubuntu

I am trying to send sms's through the computer using SMSlib. I connected a Nokia 2700 classic[1] GSM phone to USB port of my Ubuntu 12.10 computer. When the phone is connected a device file is made as ...
-5
votes
0answers
121 views

Local Network issue via Internet Sharing on a Windows Phone 8 (Nokia Lumia 920) The phone itself is out of its own local network? [closed]

I am facing a network problem with my Nokia Lumia 920 running Windows Phone 8. I am not an expert in Networks and I don't know if what I am trying to do is possible with a Lumia/WP8. So, I am writing ...
0
votes
0answers
99 views

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 ...
0
votes
0answers
10 views

Meta refresh on Nokia 3120 or other Nokia devices

It seems that meta refresh tag is not working in my Nokia 3120. I can't use javascript to refresh the page since the device doesn't support javascript. What I need now is a proof that this device ...
0
votes
0answers
31 views

Nokia Image picker from gallery

In my app I want the user to be able to open a file picker and choose a picture from the gallery so that i can get the path of the selected picture. I have tried ...
0
votes
0answers
73 views

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
1
vote
0answers
53 views

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; ...
0
votes
0answers
16 views

using ttyACM0 with bluetooth pairing

This may be an odd question but i'm just throwing it out there hoping there's a cool short answer to it. I'm big on texting, so i connected my Nokia S60 phone with Ubuntu 12.04 with serial cable and ...
0
votes
0answers
8 views

Testing Carbide 2.7 applications in the phone

Maybe i am missing something, I am a bit lost here. I am learning to develop in Carbide 2.7. I test my apps using the emulator. But when I decided: let's see how this works in the real phone, I got ...
0
votes
0answers
30 views

Responsive table cells in Nokia Lumia

I do a lot of web design and the latest problem I ran into which I cannot figure out is responsive design, table cells and Nokia Lumia. I have set up the media CSS and when the screen goes to a ...
0
votes
1answer
173 views

using AT commands. of service in response encoding and read Chinese or Arabic for Nokia phones

I am developing an application for GSM Modems using AT commands. I have a problem reading Unicode messages or ussd example: that dcs=17 not 7 or 15 or 72 Two years ago, and I'm looking for a ...
2
votes
1answer
91 views

Media Query detection on windows mobile

if (window.matchMedia("(min-width: 320px)").matches) { alert("width 320"); // works } if (window.matchMedia("(min-width: 768px)").matches) { alert("width 768"); } if ...
0
votes
1answer
80 views

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

I have the following code which will update a textbox with latitude / longtitude of a location when I drag a marker on the map to its location: var listener = function (evt) { /* We check if this ...
0
votes
0answers
26 views

Nokia & QtCretor Remote compiler invalid password

I install QT Symbian SDK from nokia site. I add "remote compiler". I registred on nokia website. From QTCreator I cant log in to nokia remote compiler. When i try log in i get invalid passowrd. I ...
4
votes
1answer
107 views

How to get the current position for non gps phone in nokia j2me

I want to retrieve the latitude and longitude in j2me for non gps nokia mobile. when i googled,i found that we can get the current location based on the cellid,but it's not working properly,kindly ...
0
votes
0answers
51 views

Value undefined (result of expression console.time) is not object

I create next code and catch error in some phone browser: Mozilla/5.0 (SymbianOS/9.4; Series60/5.0 NokiaN97-1/22.0.110; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/525 (KHTML, like Gecko) ...
1
vote
2answers
70 views

Unable to send and recieve data in HINDI language from NOKIA S40 series cell phone correctly

I am trying to send data in HINDI language using JAXRPC webservice from my NOKIA S40 Series Cell phone, The main issue is that the data recieved on the webserver is not in correct format. All I get on ...
0
votes
0answers
34 views

Windows Phone Apps that Show Updates in Menu

I would like to know how are the apps that show updates in the menu called? Take as an example the Facebook App for Windows Phone or the Netflix app. Thanks.
0
votes
1answer
114 views

Nokia HERE Map using Google Latitude

I am trying to parse and add my google latitude KML marker into the Nokia HERE map. It only works locally on my laptop in IE 9, but it doesn't add the marker in Safari 5.7, Chrome 27 (locally or on ...
0
votes
1answer
659 views

Error:“Deployment failed because no Windows Phone 8 phone was detected. Make sure phone is connected and power on ”

I installed VS 2012 Ultimate and Windows Phone 8 SDK. When I create new project of Windows Phone 8 app and direct when i am debugging, it will give me the error like : "Deployment failed because no ...
0
votes
0answers
48 views

How do I test Nokia series 40 applications on the cloud?

I recently developed a web-based application for Nokia's series 40 platform. I am able to test the application using the "Local preview for web-app" on eclipse and it is running fine. However, when I ...
4
votes
1answer
48 views

how to check internet status is available or not in midlet for nokia?

I want to check internet status is available or not in midlet for nokia phone app how can i check internet status is true or false.
0
votes
0answers
64 views

Nokia C5-00 not allowing use addProximityListener() method

I am developing Location based reminder app. My target device is Nokia C5-00. When I run an app in C5, while adding reminder in app; I am also adding ProximityListener add that time, that code is as ...
0
votes
0answers
22 views

Nokia Forms not showing text

I only wish Nokia documentation was more helpful. Its search on developer documentation totally sucks. public class UpdateJourney extends Form implements CommandListener, Runnable { private ...
0
votes
1answer
17 views

InstantiationException while getLocation on Nokia device

New to Nokia development. I am trying to write a hello world for get GPS coordinates of my current location. What am I doing wrong here ? public class HomeScreen extends MIDlet { public ...
0
votes
0answers
38 views

Contacts list j2me- difference between devices in list when Family name is empty

I developing code that save new contact in contact list. When I Try to add contact without family name, two devices behave in diffrent ways(in list when display default : ginven name,family name): ...
0
votes
0answers
78 views

Key MIDlet-1 is missing in jar and jad files

I uploaded my JAR AND JAD files of my java based Nokia s40 application but I got mail from Nokia that key MIDlet-1 is missing in .jad and .jar files. So I added and resubmitted but again I got the ...
0
votes
1answer
479 views

Vb 6.0 Send SMS nokia pc suite

Can anyone help me how to send sms in vb 6.0 using nokia mobile connected through pcsuite. Below is the code im using . iam getting error in the Call pSMSAdapter.SendSMS(SHORTMESSAGE_ROUTE_TYPE_ANY, ...
0
votes
0answers
54 views

Incorrect User Agent String for Nokia SDK 2 Emulator

I recently installed the Nokia SDK 2.0 for Java. My primary reason is because I wanted to test some web apps using this device. When using navigator.userAgent to retrieve the relevant user agent ...
1
vote
0answers
52 views

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..! <a href="tel:+9196******72">Dial ...
2
votes
1answer
86 views

socket connection works well in wireless toolkit but no in my nokia phone

wireless toolkit code //j2me code for client mobile public class TCPConnectSend extends MIDlet implements CommandListener { Display display; public TCPConnectSend0 () { frm = ...
2
votes
1answer
76 views

Display R-T-L Language (Hebrew) Reversed

I have xml file with results. In this file i have an element that consists of a string phone number like this: xxxxx 053 333333333, but it's displayed in the application like xxxxx 333333333 053. ...
1
vote
2answers
157 views

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 ...
1
vote
1answer
235 views

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 ...
0
votes
0answers
144 views

Enable sharing location facebook chat on nokia e72

I suggest the developer to create facebook messenger with location sharing enabled on nokia s60 phone like iOs and Android platform ( OS ). And also enable location sharing on Blackberry.. Majority ...
2
votes
1answer
56 views

Check if application is installed on Nokia devices?

I try to check if application is installed on the device. In BlackBerry I can do it with CodeModuleManager.getModuleHandle("applicationName"); How can I do it on the Nokia device?

1 2 3 4 5 13