series-40

Run Python script from Flash Lite

How can I run a Python script from a Flash Lite SWF? One such method is using SWF2GO to package the SWF + Py script together, after which you can launch the Python script by flash commands. Intelli-Launch Technology v2: Python for S60 background script launcher Another hopeful is Flash Lite's fscommand("Launch","myapp.app") fu...

Symbian Series 40/60

I am new about Symbian Series 40/60. so can anyone help me out the following queries. Which SDK are used to develop application in Symbian Series 40/60 ? Can we use Web Service from our application or call web service from Symbian Series 40/60 application? and last thing can we integrete thirt party application with this applications? t...

Developing for the Nokia 3120?

I want to develop an application for Nokia 3120 ( http://www.forum.nokia.com/devices/3120 ). from the previous link, It is said that the Developer Platform is "Series 40 Developer Platform 1.0" but from the "Series 40 Platform SDKs" page, no SDK Series 40 for Platform 1.0 is available, I can just see Series 40, Developer Platform 2.0 an...

J2ME, Reading Cell-ID from Nokia S40

Reading around Nokia forums, It seems that accessing Cell-ID and related info from Nokia S40 series phones is virtually impossible unless your Midlet is signed, and even this would work only for S40 3rd Edition FP1 and above. I tried the following on a Nokia S40 Dev Platform 2 phone , using Java ME: System.getProperty("com.nokia.mid.ce...

Reminder app for S40 phone

S40 doesn't allow an app to run in background. It seams the only solution is to use PushRegistry.registerAlarm. I'm trying to make a reminder app, so when triggered it should make the phone vibrate and make noise, but unfortunately i get a small message saying "Reminder: App name" and the softkey is set to "Open". When it opens it makes...

JavaME NullPointerException when changing MIDlet Name or Vendor property (Eclipse + Series 40 emulator)

I had a MIDlet project called Numbers that I decided to rename to Digits. Instead of simply renaming it, I decided to create a brand new project from scratch, so that I can have new directory, package name, .jad/.jar names, etc. Everything went fine, I copied the .java files to /src and resource files to /res and recompiled successfully....

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? ...

How to install/configure Eclipse for J2ME development for the Nokia S40 series? (windows)

I want to share with you how to develop for Nokia S40 with Java. I'm collecting all that's needed to develop for Nokia with j2me. Java Development Kit (6) - required to develop Java applications Eclipse Java (Helios) - need this to code, compile, debug and others Nokia s40 SDK (v.6) (login required) - used to emulate Nokia platform Mo...