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
0
votes
1 answer

How to implement push notification in Nokia Series 40 using Nokia Java SDK 2.0?

I want my app to be able to receive notification from the server while it is running in the background. I don't like pooling, that will drain user's battery since I need almost realtime response, does Series 40 support that?
imgen
  • 2,803
  • 7
  • 44
  • 64
0
votes
1 answer

Error 403 in HTTPConnection POST in J2ME Nokia S40

I'm developing an apps for S40 using Nokia SDK 2.0 (J2ME) that can connect via REST API to the server. However there's some API (using method POST) result an Error 403 - Forbidden. I've checked the API in the apigee site, with exactly the same…
0
votes
1 answer

j2me JAR Manifest, JAD File and Nokia Publish QA failure

Recently I've developed some application which is simple Weider 6 excersises browser. I've created manually JAD file with elements from JAR manifest, however my application was revoked by Nokia Publish QA team with following reason: Dear…
mic-kul
  • 989
  • 3
  • 16
  • 26
0
votes
1 answer

How to recognize the direction with accelerometer

I'm bulding an application with a Nokia S40 Full Touch: A simple app that has a ball in the center of screen, when you shake it (Up/Down/Left/Right) you move the ball in the direction you want. I found that javax.microedition.sensor.Data is what I…
nvcnvn
  • 4,991
  • 8
  • 49
  • 77
0
votes
1 answer

Nokia S-40 LWUIT list scrolling issue

I've a List in my app and when I do the scroll over all the screen, the List use to set in the first element, I meant the user is sent to the beginning of the list if I make the gesture painted with the red arrow. Anybody knows anything about this…
Mun0n
  • 4,438
  • 4
  • 28
  • 46
0
votes
1 answer

How can you launch an installed s40 application via a link within a web page?

We have our own application installed in the s40 device. Can we call it via a url or command from within a web page or web app?
0
votes
1 answer

Activatione failed - Nokia SDK for Netbeans

I am trying to install Nokia SDK kit for Netbeans. Following this procedure, I went to Tools and selected plugins and installed the plugin named JAVA ME SDK. On activating it, I am getting the following error, Activation failed: Not all requested…
user379888
0
votes
1 answer

GSM packet sniffer (for Nokia s40 series) to extract telephony information

I need to extract telephony information of Nokia s40 series set via J2ME midlet: a) IMEI b) IMSI c) Memory Information(Free and Total) d) Battery Status e) Operator name f) Roaming status g) Country code h) Area code i) Signal strength But…
Omayr
  • 1,949
  • 4
  • 22
  • 35
0
votes
2 answers

j2me lwuit list take the same cell background

I am making a list that has persons and every ones rate as a cell background the list gives every cell the same rate background but when scroll the list up or down the cell that I'm dragging take it's real rate background but other cells stay the…
0
votes
2 answers

Debugging Java ME apps for Nokia Series 40 phones on the phone

I've just created a fairly simple Java ME app for the Series 40 platform. The app runs perfectly in the emulator, but when I package it to my own Series 40 phone, the app fails with a NullPointerException. Almost all of my code handles arrays, and…
ACarter
  • 5,688
  • 9
  • 39
  • 56
0
votes
1 answer

java.io.File in j2mepolish not working

I need to create an image in my application's sub-folder so that I am using java.io.File and java.io.FileOutputStream; but when I build the project , this error occurs : error: cannot find symbol [javac]java.io.File error: cannot find symbol …
Sara Houssein
  • 47
  • 2
  • 7
0
votes
1 answer

No Class Def Found error for ElementListener

I am testing an example java application on a Nokia 303 device using Nokia's java SDK/IDE(Eclipse). The example makes use of the categorybar and sets an element listener. When I run the app on the emulator, it works fine. When I run the app on the…
black
  • 781
  • 1
  • 7
  • 22
0
votes
2 answers

Nokia SDK 2.0 Emulator Won't Accept Inputs from Keyboard

I am developing app for Nokia first time. I have downloaded Nokia SDK 2.0 for Java (for s40 series). Soft keypad opens fine, but when I am trying to give input from my PC keyboard, emulator is not accepting any key. Can anyone tell me from where I…
NightFury
  • 13,436
  • 6
  • 71
  • 120
0
votes
1 answer

How to Display Multiple Lines of text using TextField in LWUIT

I have created LWUIT TextField,and I've added paragraphs of text to my TextField,But I am not able to Display the Fulltext ?I am able to Display single line of text? Here my Code: TextField field=new TextField(detailNews.getDescription()); …
String
  • 3,660
  • 10
  • 43
  • 66
0
votes
1 answer

File reading issues in Nokia Asha 303

I am reading a fixed number of characters from a file. The file contains both english and arabic text. I have two devices Nokia X3-02 and Nokia Asha 303 for testing. On Nokia X3-02, I am getting the correct string that I require from the file in…
1 2 3
9
10