Questions tagged [nokia-s40]

Nokia Series 40 is a software platform and application user interface (UI) software on Nokia's broad range of mid-tier feature phones.

Nokia Series 40 is an embedded software platform that 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 technology, which provide location, communication, messaging, media, and graphics capabilities. S40 also supports Flash Lite applications. S40 devices do not support true multi-tasking and do not have a native code API for third parties, its user interface may appear to be more responsive and faster than other Nokia platforms on similar hardware.

142 questions
2
votes
2 answers

try/catch does nothing in Java ME

So I have the following code: public class Minesweeper extends MIDlet implements CommandListener { public static String error = ""; public void startApp() throws MIDletStateChangeException { Display display = Display.getDisplay(this); …
ACarter
  • 5,688
  • 9
  • 39
  • 56
2
votes
1 answer

Copyright not available Nokia Location API (OVI Maps)

I have made a simple J2ME application using Location API to show maps on my application, when I run it on Nokia Mobile it is working fine but When I try to run it on Samsung mobile I got that error Copyright not available could anyone please help in…
Amira Elsayed Ismail
  • 9,216
  • 30
  • 92
  • 175
2
votes
1 answer

LWUIT Form.show() has a weird margin (or padding)

When i add a Form to LWUIT using form.show(), the form is not set exactly in the (0,0) coordinate, it's leaving like 20 pixels in the top and 3 on the left. I'm developing for the Nokia SDK 1.1 FYI and i'm using their version of LWUIT Let me know if…
albertosh
  • 2,416
  • 7
  • 25
  • 32
2
votes
1 answer

Facebook Connect implementation for Nokia SDK 1.1

I'm trying to implement a facebook app for Nokia (specifically the Asha Models) I don't see any libraries or reference on how to implement FBConnect using J2ME or the Nokia SDK. Any help would be greatly appreciated!
albertosh
  • 2,416
  • 7
  • 25
  • 32
2
votes
3 answers

How to install an application which size is bigger than 1MB on s40 device?

I am developing a J2ME application. Its size is 1.5MB. When I try to install it using Nokia PC Suite, this error appears " the application cannot be installed to the phone the file size is too big". How may I install this application or any way to…
Sara Houssein
  • 47
  • 2
  • 7
1
vote
1 answer

Bluetooth connection with Nokia e63 in java?

I want to connect with my nokia e63 mobile using bluetooth or usb with pc but that using java application. I want to know about how to do that ? And my question are like : Can I connect with using java application and if yes then how ? I mainly…
Nitz
  • 1,690
  • 11
  • 36
  • 56
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

J2me mobile app run in sony ericson but not run in nokia mobile.Help me to solve it?

I am developing a mobile app using j2me. It works fine in "sony ericsson z530i". It works fine in "Nokia c2-00" mobile before 1 week. But I run the app now in nokia phone after sometime in the middle of app automatically my nokia phone switches off.…
SIVAKUMAR.J
  • 4,258
  • 9
  • 45
  • 80
1
vote
2 answers

Shutdown nokia series 40 phone if sim is changed

I need to restrict only a particular sim on a given phone (nokia 2700) such that the phone is not usable if the sim is changed. I'm thinking of either preventing the sim from registering on the network or having some background app that will…
ritcoder
  • 3,274
  • 10
  • 42
  • 62
1
vote
2 answers

how to make Database option in j2me for S40 development?

I've been searching on how to make a database in J2ME for S40 development, but it seems that Derby is too complicated and RMS doesn't have the capabilities of adding other columns and rows... I just want to know if there's anything like SQLite for…
Hazem
  • 85
  • 1
  • 2
  • 9
1
vote
2 answers

How to display HTML content in J2ME?

I am developing a MIDlet for a Nokia (series 40). I want to display an HTML content. How can I do that?
Nimmy
  • 5,051
  • 7
  • 33
  • 32
1
vote
1 answer

J2ME "notifyDestroyed()" is not working properly on Nokia 501

I am writing a game using J2ME. I am having a problem in notifyDestroyed() method. When I exit the game from main menu it shows me exit confirmation screen I created, when I say yes by pressing LSK (Left Soft Key) where I have called the…
Prachi Joshi
  • 355
  • 1
  • 7
  • 20
1
vote
1 answer

Out of Memory Issue(java.lang.outofmemory) in J2ME LWUIT

I am developing J2ME (LWUIT) Application without any theme. In Nokia 206 device am facing Out of Memory issue (java.lang.outofMemory) My JAR size is 404 KB This issue is not coming consistent it is coming sometimes I have done R and D on this issue…
Nancy Jain
  • 204
  • 1
  • 7
1
vote
0 answers

J2ME with Lwuit does not run on Nokia Asha Emulator

While I am trying to deploy an app on the Nokia Asha Emulator(Using SDK1.2), I get the following log each time I try to launch the application and the application does not load at all. I am not able to find any problem with my code. The code I have…
Shiv Kumar Ganesh
  • 3,799
  • 10
  • 46
  • 85
1 2
3
9 10