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
5
votes
2 answers

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)…
Kevin Buzzard
  • 537
  • 4
  • 11
4
votes
1 answer

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 extracting it on a desktop machine seems like a good…
Adrian
  • 1,652
  • 2
  • 22
  • 32
4
votes
2 answers

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…
Bogdan Balan
  • 6,493
  • 8
  • 25
  • 23
3
votes
1 answer

How to make visible notification bar (battery info, clock etc.), when I use my java me app?

I have an app (LWUIT, Java Me). When I run the app on device, it occupies the complete screen. But I want the top panel (notification bar of device) to be visible. What are the solutions? Are there any settings for lwuit?
Tim
  • 1,606
  • 2
  • 20
  • 32
3
votes
1 answer

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?
hsmit
  • 3,906
  • 7
  • 34
  • 46
3
votes
1 answer

jar file directly opening and not installing mobile

I am trying to create a java me application . The code is hello xxxx, its simple. But the problem is that when I port it to a nokia series 40 phone or an emulator, the .jad or .jar file opens directly, but in other series 60 phones like e72 or e63…
netuser
  • 553
  • 1
  • 6
  • 11
2
votes
2 answers

J2ME nokia s40 out of memory exception

I am trying to read a 2mb file into a memory and then send that file to web server. But I am getting out of memory exception. FileConnection fileConn = (FileConnection)Connector.open("file:///" + pictureURI.getString(), Connector.READ); …
Venu
  • 7,243
  • 4
  • 39
  • 54
2
votes
1 answer

Get Canvas in LWUIT app

I tried set fullScreenMode(false) for my app (LWUIT). But can not get Canvas. 1 way: com.nokia.mid.ui.LCDUIUtil.setObjectTrait(javax.microedition.lcdui.Display.getDisplay(this).getCurrent(), "nokia.ui.canvas.status_zone", Boolean.FALSE); 2 way:…
Tim
  • 1,606
  • 2
  • 20
  • 32
2
votes
0 answers

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…
jean27
  • 701
  • 8
  • 25
2
votes
0 answers

Can not access fm radio in nokia s40 c3-00

I am trying to access the ondevice fm radio through JSR 234 in c3-00 . Everything seems to work fine but the radio can not be accessed. I have also checked supported JSRs for nokia c3 which is a s40 v6 device which shows that it supports JSR 234. I…
2
votes
1 answer

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 40/60 application? Can we integrate third-party…
Brijesh Patel
  • 2,901
  • 15
  • 50
  • 73
2
votes
1 answer

Is there any API in j2me to make silent http requests without the connection selection prompt?

In my j2me application, I am trying to fetch some data over the network but I want to do it silently if the connection is available. I know that user settings are available for prompting/not prompting for IAP selection dialog but I want that even if…
raj
  • 45
  • 6
1
vote
1 answer

I use UTF-16LE when I parsing xml. But, it does not work on some device

Device is getting a UTF16 encoded XML response then I parse xml. On some device it doesn't work. All these devices support utf-16. What may be the problem in?
Tim
  • 1,606
  • 2
  • 20
  • 32
1
vote
2 answers

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.
Edem Kofi
  • 41
  • 2
  • 6
1
vote
2 answers

Nokia S40 Ovi browser web application tips and tricks

What are some tips and tricks when developing web applications using the Series 40 Ovi browser platform?
ariefbayu
  • 21,849
  • 12
  • 71
  • 92
1
2 3