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

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) BrowserNG/7.1.4 Mozilla/5.0 (SymbianOS/9.4;…
Enyby
  • 4,162
  • 2
  • 33
  • 42
0
votes
1 answer

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 Windows Phone 8 phone was detected. Make sure phone…
Mansinh
  • 1,365
  • 4
  • 19
  • 47
0
votes
1 answer

Is there a way to emulate a QGroupVBoxLayout?

I am using Qt designer and I know how to use a QVBoxLayout and QGroupBox but it seems there is no such thing as a QGroupVBoxLayout. So I have to put a QVBoxLayout inside of a QGroupBox but if I modify the dimensions of one I have to do the same to…
yan bellavance
  • 4,710
  • 20
  • 62
  • 93
0
votes
1 answer

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 LocationProvider myLocation; private Criteria…
Siddharth
  • 9,349
  • 16
  • 86
  • 148
0
votes
1 answer

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 HomeScreen() { } protected void…
Siddharth
  • 9,349
  • 16
  • 86
  • 148
0
votes
1 answer

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, pIGSMSubmit). it is saying that object variable…
Yuvaraj
  • 166
  • 1
  • 2
  • 11
0
votes
1 answer

Can't modify a file programmatically in Meego/Harmattan

I am developing a Meego/Harmattan application, in my package there is a file x.dat that I need to write in it using my executable foo app, the Debian package succeeds and installs x.dat in /opt/foo/bin but when I debug, the application foo refuse to…
0
votes
1 answer

Trying to play audio on Nokia C3, results in : Failed to fetch media data

I am currently working on a project that uses Manager.createPlayer(InputStream is, String mimeType) to create an audio player. The audio player works perfectly on the emulator. On a Nokia C3 it is able to play an audio/mpeg track after the app…
Rikus Louw
  • 78
  • 7
0
votes
1 answer

Check If File Exists, Download and Save File in J2ME

I want to edit my question. If file still not exist, download and save it, that my case. To check if file exist, I've try by this code private boolean isXmlFileExist(){ try{ FileConnection fCon = (FileConnection)…
Mahadi Siregar
  • 615
  • 3
  • 17
  • 38
0
votes
0 answers

j2me ContactList.commit() error

I have an application which use to write contacts using ContactList.commit(). I am using this app on 2 different mobiles, one is Nokia X2-02 and other Samsung DUOS E2252. When I use this code in Samsung DUOS, it goes inside if statement that means…
Saqib
  • 1,120
  • 5
  • 22
  • 40
0
votes
3 answers

Program to change the phone numbers a call is redirected to if a mobile phone cannot be reached?

Is it possible to write a program that will change the phone numbers a mobile phone redirects calls to if it cannot be reached by the network?
David
  • 4,786
  • 11
  • 52
  • 80
0
votes
1 answer

Can't able to download Nokia PC Connectivity API

When i try to download API from Nokia website it returns 403 error: here is the download link : http://www.developer.nokia.com/Resources/Tools_and_downloads/Other/PC_Connectivity_API/ Please suggest me another download source or mail me. m.qayyum at…
m.qayyum
  • 401
  • 2
  • 15
  • 44
0
votes
1 answer

J2ME RTSP Video Streams but no Audio

I've followed Nokia's wiki about creating the video player with J2Me. Generally the code is like these player =…
giripp
  • 285
  • 1
  • 4
  • 13
0
votes
5 answers

javascript windows phone if statement breaking the program

This line: if(Debug===true){console.log('No jquery detected on host site, loading own jquery');} Is breaking my script in a nokia windows phone, if I set that variable to false, everything works nicely, but if set to true the script stops. I tried…
Santiago Rebella
  • 2,399
  • 2
  • 22
  • 29
0
votes
1 answer

No Class Def Found error for ElementListener

I am testing an example java application on a Nokia 303 device using Nokia's java SDK/IDE(Eclipse). The example makes use of the categorybar and sets an element listener. When I run the app on the emulator, it works fine. When I run the app on the…
black
  • 781
  • 1
  • 7
  • 22