Tagged Questions
Series 40 is an embedded software platform that is used on Nokia's mid-tier smartphones. It is open for software development via standard or de-facto content and application development technologies. It supports Java MIDlets, i.e. Java MIDP and CLDC technolog. S40 also supports web and Flash Lite applications.
4
votes
2answers
772 views
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 ...
2
votes
1answer
209 views
How do I read an RMS file from a Nokia S40 device?
I have an RMS file generated on an S40 Nokia phone - is there any way of reading this on a PC? I'm trying to debug an issue on the phone, which seems to be related to the contents of the RMS, and ...
2
votes
1answer
646 views
How to install/configure Eclipse for Java ME development for the Nokia Series 40? (Windows)
What is required to start developing for Nokia Series 40 with Java?
2
votes
1answer
381 views
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. ...
2
votes
1answer
887 views
Symbian Series 40/60
I am new about Symbian Series 40/60.
Which SDK is used to develop applications in Symbian Series 40/60?
Can we use a web Service from our application or call a web service from a Symbian Series ...
1
vote
0answers
25 views
reading from/writing to a file in J2ME without continually pestering the user
I'm writing a simple J2ME phone app and I want to save the status of the app when I exit it.
Googling around led me to the FileConnection class:
FileConnection filecon = (FileConnection) ...
1
vote
2answers
844 views
Nokia S40 Ovi browser web application tips and tricks [closed]
What are some tips and tricks when developing web applications using the Series 40 Ovi browser platform?
1
vote
2answers
340 views
Series 40 application to use Nokia VGA camera
Is it possible for a Series 40 application to use the Nokia VGA camera with Java or Flash lite? I need the application to take a photo every 5 minutes and then upload the JPEG file to a server.
1
vote
1answer
188 views
Can the Funambol C++ API be used for Symbian Series 40 development?
Can I use the Funambol API for Symbian Series 40 development using C++, as the Series 40 SDK is not available for C++?
1
vote
1answer
291 views
Developing for the Nokia 3120?
I want to develop an application for Nokia 3120. 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 ...
0
votes
1answer
67 views
Push notification in S40 and S60
I want to implement an app that makes use of push notifications. Any ideas about how to start and links to resources will be useful.
0
votes
2answers
153 views
j2me + javax.microedition.midlet.MediaException:Sounds not allowed
I am trying to Play MP3 and getting unexpected errors.
I have tested my app before 3 days
which was working perfect on my device
but now even that same jar file is giving me following error.
...
0
votes
1answer
61 views
j2me record and stream without gap?
Is it possible to record voice and stream in J2ME,like I record and use commit() to get the byte array,but the commit() takes at least 250ms ,even the record length is 10 ms,and it irrationally takes ...
0
votes
1answer
71 views
Are hooks or global hotkeys possible on Nokia's Series 40 at all?
Is there a way other then being Nokia to write an application for global hotkeys/hooks on Series 40 (6th edition)? The only way to add user code appears to be Java, and the Java sandbox does not seem ...
0
votes
1answer
116 views
how to set a background image for S40 Nokia SDK in Netbeans?
I'm developing an application to work on S40 platform for Nokia devices using Netbeans IDE, I'm working on a visual MIDLET (MIDP 2.1) and I am trying to set a background image for the forms in my ...
0
votes
1answer
63 views
Mobile Development Newbie Setup SDKs and Development Enviroment. NOKIA
I am trying to install development enviroments of Nokia. Can someone help me setup please, and point to some good tutorials that can give me some confidence and development start. I have downloaded ...
0
votes
1answer
119 views
How to use a gesture API for Java series 40?
I was developing a Java application using NetBeans and Java s40 SDK. Here I need to use the gesture API for my application.
What would some example or sample programs other than racer program be? So ...
0
votes
1answer
142 views
SMS sent to shortcode from J2ME doesn't get reply from service. Why?
I'm building a J2ME app for Nokia Series 40 devices that has the feature of sending SMSs to predefined shrotcodes.
On some networks:
1) User uses the app, activates the send to SMS to shortcode ...
0
votes
3answers
478 views
Nokia Series 40 application to take a photo
I am looking to have a Symbian Series 40 application to take a photo using the onboard camera every 5 minutes and then upload the image to a server via GPRS.
Is this possible? I need to know whether ...
0
votes
1answer
102 views
Sending and receiving SMSes in Series 40
Which API can be used for sending and receiving SMSes in Series 40?
0
votes
1answer
241 views
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 ...
0
votes
1answer
1k views
Reading cell ID from Nokia S40 using J2ME
Reading around Nokia forums, it seems that accessing the Cell ID and related information from Nokia S40 series phones is virtually impossible unless your MIDlet is signed, and even this would work ...