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
0
votes
1 answer
How to debug webpage on nokia lumia 920
I created a wordpress website but I get the feedback that one of the menu's is not showing on a nokia lumia 920. Is there a way to simulate this ?

Nealv
- 6,856
- 8
- 58
- 89
0
votes
2 answers
Error in Nokia In- App purchase for Android -"Something went wrong with your Payment"
I am trying to implement "Nokia In- App purchase" in my android application.
I referred the sample project**"Sample pepper firm"** provided by Nokia.
When I enter a product-id and click on "Buy" button it gives error "Something went wrong with your…

Rupesh Nerkar
- 391
- 1
- 3
- 23
0
votes
1 answer
"Object doesn't support property or method" - jQuery Nokia Lumia
I keep getting "Object doesn't support property or method" for basic jQuery such as "before". I'm trying to simply add a couple of DIV tags before an element. This works with iPhone, Android and responsive design view in Firefox but this particular…

superjaz1
- 436
- 4
- 11
0
votes
1 answer
How to get jar installation or runtime path in j2me/lwuit?
I have an application built on j2me/lwuit to work on Nokia s40 phone.
I want to know the path where the application runs from. Do we have a way to get the path? Can anybody help me on this?
Say, for an E.g I have the application in both Games and…

Ganesh
- 179
- 10
0
votes
1 answer
BackGround Proceess Example in Nokia J2me Applicationn
I need my J2ME app to run in the background and still allow the user to use his mobile without problem.The app still needs to process some events in the background.I would also like to allow the user to stop the app if he wants to. Like Music Player…

user2109918
- 1
- 2
0
votes
1 answer
How to create a Playlist using the Nokia Music API?
I'm just starting playing with the Nokia Music API and it seems straightfoward to use. However, I would like to know if is possible to create a Playlist using the API.
I mean, I want to create different playlist. For example, one for running, one…

MikePR
- 2,786
- 5
- 31
- 64
0
votes
1 answer
how can get name of current city in nokia asha java ME
I am working on nokia asha sdk1.1 with using lwuit 1.5.so i want to get the name of current city where user running the app so how i can get it in nokia asha java ME

Rajput V.K
- 63
- 1
- 6
0
votes
2 answers
Image processing for windows phone
im searching for a good imaging SDK for windows phone ...
i tried to use Nokia SDK but it didn't work for me, it keeps showing as exception:
"Operation Is Not Valid Due To The Current State Of The Object."
here is my test code:
The processImage…

Yazan
- 15
- 1
- 4
0
votes
1 answer
How to display remote email message?
I have been using this code to display IMAP4 messages:
void DisplayMessageL( const TMsvId &aId )
{
// 1. construct the client MTM
TMsvEntry indexEntry;
TMsvId serviceId;
User::LeaveIfError(…

Bojan Milankovic
- 847
- 3
- 11
- 23
0
votes
1 answer
"Error: Phone reports generic communication error or syntax error. (GsmComm.GsmCommunication.CommException)"
i was checking the sample code with gsmComm library, my modem is nokia 5130 Xpressmusic modem and the connection was done successfuly but when i tried to send a SMS .. i got this message
"Error: Phone reports generic communication error or syntax…

kiran
- 13
- 1
- 1
- 7
0
votes
2 answers
Download Qt SDK 1.1.2 for Symbian
I need to make some changes in application for Symbian s60 (Nokia X6). Unfortunatelly I can't find any working link where I can download Qt SDK 1.1.2 for Symbian.
Where can I find a working download link for Qt SDK 1.1.2 for Symbian?

user404781
- 67
- 1
- 5
0
votes
1 answer
How can I make Nokie HERE map polyline using object of lat long in javascript
Here is my code:
$.each(data, function (i, val) {
salesmanTrackPoints[val.id] = new Array();
var coords = new nokia.maps.geo.Coordinate(parseFloat(val.latitude), parseFloat(val.longitude));
salesmanTrackPoints[val.id] = new…

jttorate
- 61
- 1
- 1
- 9
0
votes
1 answer
Controlling two Nokia 5110 screens to show identical things over SPI (Arduino)
I'm working on a project which requires two Nokia 5110 screens, but they are always displaying exactly the same things.
Since I do not have to send different information to each screen, can I run them both off the same SPI lines (including Chip…

user2372996
- 73
- 1
- 2
- 8
0
votes
1 answer
Destroy polygon nokia maps api
I made a script to create dynamic polygons, but to update its value will need to remove it to create another polygon.
The problem is that I'm not finding the solution to remove it. Anyone know how to do?
Thank you!
edited: I am using javascript..
user2632190
0
votes
1 answer
WP8 HERE Maps walking directions between two points using official HERE Maps app
Using the HERE Launchers how can I get walking directions between two locations when the user presses a button on my page? Can I use names of places rather than coordinates? Also what references do I need for that app and is it possible for these…

m.findlay93
- 27
- 7