nokia

how do i get a checkbox item from a QTableView and QStandardItemModel alone?

Seems using model.setData(index, Qt::Checked,Qt::CheckStateRole) is not enough to get the checkbox working right. Any suggestions? ...

J2ME HttpConnection getResponseCode() blocks waiting answer from server on Nokia N97

Hello, I upload a file from a Nokia N97 phone to server, everything works fine but after file is uploaded I want to get response from server. The problem is that I get response only after half a minute or more. From what I see the code blocks in httpConnection.getResponseCode() waiting for response. I tested it on a Sony Ericsson and I...

What programming languages target J2ME?

I recently received a Nokia 5000 phone. Now I want to write software for it. Trouble is, I don't know Java. Now I've heard of other languages which supposedly make possible development without recourse to Java, languages like CellularBASIC (which looks a bit like QBASIC) and Hecl (which seems to be based on Tcl). Are these the only on...

Which devices can I develop for using the Nokia API Bridge for Flash Lite?

I need to develop a mobile application that connects to the devices camera and to a remote server. Using the Nokia API Bridge for Flash Lite which devices can I target? Does anyone know if this API works with any Symbian 60 device or only for 3rd edition? Do I need to publish as Flash Lite 3? can I publish Flash Lite 2? What about Kuner...

Need C# sample for sending sms with Nokia PC Suite?

Nokia N70; PC Suite 7.1.40.1 I'm able to send sms with pc suite and connected phone via bluetooth. But i want to be able to automate this and write some wraper (my own app) which will trigger send sms command in PC Suite... maybe somebody has some simple sample for start? thanks ...

How to send video stream to server while capturing with Nokia 5800?

So I need info on how to do it using nokia API? ...

Media file can not be switched and played

I am trying to play a music file on S60 5th edition with the following code: _LIT(KMusicFilename, "C:\\Data\\Music.mp3"); TApaTaskList iTaskList(CCoeEnv::Static()->WsSession()); TBool iExists; TApaTask iApaTask = iTaskList.FindApp(TUid::Uid(0x102072C3)); iExists = iApaTask.Exists(); if(iExists) { // Music player already run...

j2me application not working in nokia 3110

i have developed an application in j2me, it is working fine in latest nokia models. But i am facing problem with model 3110. Problem Description: in my application i used http connection. it is not getting fired in nokia3110 mobile. while i am trying to fire it is getting hanged Here is the sample code: http1 =(HttpConnection)Connecto...

DirectShow analog for Symbian OS?

So Windows Mobile has its DirectShow for media editing capturing and so what is its analog for Symbian OS (s60 v5)? ...

Tools to operate a mobile using a desktop pc

Hi, I have used a software name "my mobiler" which displays the screen of any windows mobile connected to desktop PC and allows the user to control the mobile from the desktop. Please let me know other similar software available in the market for series 60 or Series 40 Nokia mobiles. ...

How to Sniff Symbian OS Nokia Phone Network Connections?

How to Sniff Symbian OS(S60 platform) Nokia Phone Network Connections? I need to see the network traffic of my Nokia Phone... ...

Documentation for Nokia E52 home screen plugin programming

I don't seem to find any documentation on how to implement an home screen plugin for Nokia E52 devices. Does someone know how to do this or where this documentation is? ...

Nokia E50 and mac internet sharing

Hi, I am using a nokia E50 and imac. my imac is connected to the internet. i want to share my internet connection to my E50 too via bluetooth. is there any way to do this. help needed.. is there any third party application which does the same? ie, which provide an option to share the internet of a desktop.! Thanks in advance. ...

How can a FlashLite Developer using Device Central emulate camera and file upload integration?

I am developing an application with Flash Lite designed to run on Nokia S60 5th edition phones using the Flash Lite API Bridge Interface. The application uses the API Bridge to access the phones camera and upload functionality to take a photo, display it to the user then upload it to a server. I am using Flash CS4 Professional and Device...

What API's provide Nokia for Sound to text and text to sound transformation?

What API's provide Nokia for Sound to text and text to sound transformation for Java or C++ programmer? What do I need? Links to best API's of your choise Links to best Blog Articles/Tutorials on topic ...

Why is LoadVars() in FlashLite 3 SWF running on Nokia Remote Device Access not returning variables

I am trying to debug a FlashLite 3 application that uses LoadVars.sendAndLoad() to contact a server and return variables from a PHP page. When I run this in Adobe device central it works ok but when I install the SWF on a phone at Nokia Remote Device Access service and output the results of the resultVars I get nada... here is my code - ...

nokia 3110c with fedora

hai friends In my application i want to send sms using nokia 3310c mobile which is connected to a fedora core 8.while connecting the a new file named ttyACM0 is created in /dev directory i tried to send at commands using this file the first at command is returning ok ie., at then i tried at+cmgf=1 return ok then tried at+cmgl="ALL" i...

Free Language/IDE for Nokia Mobile Development

Hi, Can you pls advice me to a free and easiest language/IDE for Nokia mobile development ? Thanks. ...

Detect mobile device indoor (J2ME)

Hi all, I am trying to develop a mobile application using J2ME to detect the device indoor. As GPS is impossible to detect the mobile device indoor. So i am looking into using location base with cell id. Can anyone gives me some guidance on the approach of this? opencellid.org provides a free source for detecting the mobile using cel...

J2ME: platformRequest Issue

Hi, I want to call a number in below format using platformRequest: platformRequest("tel:*123*33584744#"); But it gives me error Invalid number on the phone. But if i call this number manually by typing on phone then it works fine. Even below works fine: platformRequest("tel:33584744"); So i suspect problem lies when i put * or # ...