Questions tagged [series-40]

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.

The Series 40 platform is the world's most widely used mobile device platform. Series 40 devices range from mass-market devices that provide many mobile consumers with their first experience of the internet to devices for specific market segments, such as music or fashion.

For developers, the promise made by the Series 40 platform is that of reach. Whether working with Series 40 web apps, Java™ technology, Adobe Flash Lite, browsed content, themes, or mobile media content, the Series 40 platform offers a mass-market opportunity across the globe.

For web developers, Series 40 web apps offer the ability to provide your customers with a rich interface to web assets utilising the power of Ovi Browser.

For Java developers, there is MIDP and CLDC technology, with an array of JSRs that provide additional location, communication, messaging, media, and graphics capabilities.

Media developers can deliver websites, messaging, and Adobe Flash Lite content, as well as streaming video and audio, using the latest industry standards. The user interface of Series 40 devices can also be personalised with themes, animated screen savers, and wallpapers.

All this is supported by OMA DRM to protect your intellectual property.

36 questions
1
vote
1 answer

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.
aaron
  • 11
  • 2
1
vote
1 answer

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++?
Bharat
  • 265
  • 1
  • 6
  • 12
1
vote
2 answers

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 only for S40 3rd Edition FP1 and above. I tried the…
Kevin Boyd
  • 12,121
  • 28
  • 86
  • 128
1
vote
1 answer

RTSP streaming not working in Nokia series 40 mobile phones

I am new to creating Nokia application for the series 40 mobiles. I am trying use YouTube channel videos for my application, but I am getting an error on the simulator: "The RTSP streaming feature is currently not supported in the Web Apps…
ShriD
  • 43
  • 1
  • 12
1
vote
1 answer

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 1.0 is available, I can just see Series 40,…
Attilah
  • 17,632
  • 38
  • 139
  • 202
1
vote
1 answer

Create Landscape Game Canvas for Asha 303

i've searched all the forum bet never found any answer satisfy my question. I want to create a game with landscape orientation for Nokia Asha 303, are there any way to rotate the game canvas 90 degrees so the orientation become landscape…
1
vote
0 answers

how to prevent or handle " javax.microedition.media.MediaException: AUD" when playing audio files in j2me

I'm developing a mobile app in j2me with configuration cldc2.1 and midp 2.0. In my app, I'm running some audio files based on some user operations. But some times audio files running correctly but sometimes it throws "…
SIVAKUMAR.J
  • 4,258
  • 9
  • 45
  • 80
0
votes
2 answers

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. javax.microedition.midlet.MediaException:Sounds not…
Mihir Palkhiwala
  • 2,586
  • 3
  • 37
  • 47
0
votes
1 answer

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 280ms if the record length is 10s etc, the…
user818117
  • 420
  • 1
  • 5
  • 15
0
votes
1 answer

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 to allow multitasking with other phone…
David
  • 24,700
  • 8
  • 63
  • 83
0
votes
1 answer

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 application. I can insert an imageItem but it doesn't…
Hazem
  • 85
  • 1
  • 2
  • 9
0
votes
1 answer

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 most of QT Creator from Nokia. But need help in…
A-Cube
  • 61
  • 1
  • 9
0
votes
1 answer

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 it will be helpful for me to design the…
Nimmy
  • 5,051
  • 7
  • 33
  • 32
0
votes
1 answer

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 feature, the SMS is sent and the service replies with a…
0
votes
1 answer

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 this is possible before going deeper into it.…
Aaron Lim
  • 191
  • 1
  • 2
  • 8