nokia

nokia j2me fullscreen width, height problem

I'm creating a canvas and setting it as fullscreen. In the canvas my getHeight() and getWidth() functions does not return the actual height and width of the full screen. It returns them as if I didn't set it to full screen. How can I get the size of the full screen in nokia phones or other ones that have the same problem? ...

wrapping python script and the running environment in a single sis file

Hi, I have python script running on my nokia N97, using python running environment. is there a way to create a single file with the script and the running environment so that someone wouldn't have to install the running environment separately? ...

Can Web Runtime be used to access incoming calls?

Can i create an application using Nokia Web Runtime to accept/reject call? ...

Error: Symbian SDK Error - Failed to initialize session

I've tried to deal with this before, about 8 months ago, I didn't find a solution for this then, and also now there is no real solution for it. I downloaded the Nokia Symbian-3 SDK 0.8 - the newest today, I have Java 1.6.0.13, Eclipse 3.5 and winXP sp3, and when I try to run the emulator from the IDE, on the "Connect to agent" step, the...

"Invalid Application. Delete?" only when compiled with a nokia sdk

I'm Developing a peace of software for my Uni and am currently attempting to implement NFC functionality witch requires me to move from my standard sun wireless tool-kit platform (implemented through net-beans) to a Nokia platform (also implemented through net-beans). The problem is, whenever I compile the code with the Nokia platform i...

J2ME MIDlet appears in Gallery but not in Applications

I've written a MIDlet with J2ME using Eclipse. To test it, I transfer the MIDlet using a bluetooth connection to my Nokia 6131. But the MIDlet (or App) just appears in the phone's "Gallery" folder. How can i move it to the "Applications" folder (where the other J2ME Apps reside)? ...

Why don't I receive signal and status for WiFi using QSystemNetworkInformation

Hello! I wrote a piece of software which does nothing else than reading network status and signal strength for each network mode (gsm, wlan (wifi), bluetooth, ...) on my device (Nokia E51) and printing it out. My test device is connected to bluetooth, wlan (wifi) and 3G (wcdma), but it's only able to give me the signal strength of 3G (...

J2me, I need a datamatrix decoder library that is not Zxing.

Hi, I am writing an application that uses Zxing datamatrix decoder. It is ok for QR but not for datamatrix. It only decodes it if it is code-generated, absolutely clean. But if it is a captured-by-camera image it does not work well. Can anyone give me an alternative to this library (for J2me), plz? ...

Trying to use jQuery on my Nokia gives me this error: TypeError: "Object $ (result of expression $) does not allow calls."

flickr Here's a simplified demo: http://jsbin.com/emugo3 <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"&gt;&lt;/script&gt; <script> try { $(function () { $.noop(); $("#hello").text("it works"); }); } catch (e) { alert(e.message); } </script> The user agent for my phone's browser is: Nokia...

How to generate a .torrent file in QT (C++) on S60 platform

I am developing an app using QT wrt that would include functionality monitoring how fast some one types (sms) on their mobile, log this to a file on the device (which file is then bencoded) and sent as a .torrent file. to a remote server * Having looked at symtorrent, a bit of the required functionality is implemented (torrent file creat...

Whats the best way to write a code for Nokia N97?

Hi there, I have a Nokia N97 Mini, and I am planning to write a small utility which sends out text messages (sms) to selected people at selected file, all from a csv file which i will be modifying from my laptop.. anyway, my main concern is to write a code which sends out text messages. I looked at developer forums and the options were...

Empty HTML page after OTA install on Symbian

Hi. I have some quite nasty issue I couldn't solve so far. Whenever I do installation of Symbian application on Nokia platform, the browser loads blank HTML page, and needs to be closed manually. It doesn't happens on WAP push installations - only on direct link installations via the browser. It happens on installations both from JAD ...

How to get started with mobile development?

Hi, I want to get started with mobile development , I know HTML,CSS,JavaScript,PHP and C#. What is the best way to get started? I know that for example, if i want to create an iphone application i need to know objective c (and get mac),Which language is the best for mobile development (and cross platform - works on Nokia,IPhone,android,p...

Capturing images using S40 5th edition FP1 Lite device in J2ME

I tried to test the source code for reading QR codes from http://qrdemo.com/qrmidlet. Then, I tested it using the S40 5th edition FP1 Lite SDK. It throws a javax.microedition.media.MediaException. It tells that "capture://image" and "capture://video" are invalid locators. Can anyone explain to me why are there devices like these? ...

Nokia Qt SDK and Qt Mobility API

It looks like Nokia Qt SDK does not provide QtMultimediaKit with the package which is a part of Qt Mobility API 1.0.2. e.g. I cannot use QMediaPlayer to play *.mp4 file (Simbiot^3) QMediaPlayer *player = new QMediaPlayer; playlist = new QMediaPlaylist(player); playlist->append(QUrl("http://example.com/myfile1.mp4")); playlist->se...

Looking for StackExcange/Overflow app/API for nokia's symbian s60v5

Is there any ready-to go project of app for StackExchange sites for nokias symbian? (somethn' like facebook app) Or maybe any code-base/reference/examples, from witch i can start to develop that kind of app? ...

Qt or j2me is better?

I am planning to do some development for Nokia Devices. Can someone tell me which to use between Qt framework and j2me? ...

compare QT and J2ME technology

Which one is best for developing Nokia based apps ? QT or Java technology ...

Which Nokia devices can Qt-based applications be deployed on?

Can Applications developed using Qt framework be deployed in all the Nokia devices. And Series 40, Series 60, Meamo cover all the Nokia devices available? How can we identify that an Qt app can be deployed in a Nokia device? ...

Detect roaming (switching the Access Point) with QtMobility?

Hello! I need to write an application, that detects roaming from one access point to another if I'm connected to WLAN. Unfortunately I couldn't find anything that detects roaming for me. All I could find are some explanations in the Bearer API. One sentence says: The second form of roaming is referred to as Forced Roaming. The sys...