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

OutOfMemoryError in LWUIT Table

I am developing an app for S40, focused to work in the Nokia Ahsa 305. In some pages of the app, I show some tables filled with so many data (21 rows with 10 columns, like 210 Label data). When I show that table the memory use, rise a lot and when I…
Mun0n
  • 4,438
  • 4
  • 28
  • 46
0
votes
1 answer

lwuit open default email/mail client from button

Please tell me how do I open he default email client from a lwuit button? and also predefine its subject and email address. I know how to use buttons. I would appreciate code for email client. (cant find on internet) using nokia s40 sdk from…
0
votes
1 answer

how to set timeout on image render from internet in lwuit

I have a dynamic page that displays a lot of images from internet. Some images are heavy and take too much time. So I want to set a timeout period after which default image from resources will be loaded. Kindly tell me how to set timeout on image in…
0
votes
1 answer

Displaying Map on Lwuit nokia s40

I'm using Lwuit to develop app on nokia s40 SDK 2.0 I have to add a Map to my application.. So i hav used the code given below but the screen doesnot display anything. I get a blank screen. How can I display this on lwuit form or container? (the…
0
votes
1 answer

Runtime error when trying to use lwuit

I'm trying to use LWUIT on an app I'm making for non-touch nokia s40 devices. I am using the Nokia sdk 1.1 I downloaded the lwuit binaries for the s40 platform here. The compressed file I downloaded is named: LWUIT-for-Series-40-binaries-1.0.zip I…
Adeeb
  • 1,271
  • 3
  • 16
  • 33
0
votes
1 answer

J2ME http post error - Nokia Asha SDK 1.0

I am making a http-post request from my J2ME app for Nokia Asha 501(s40). I'm using the Nokia Asha SDK 1.0 for development. Once the app tries to make http connection it goes directly into the finally clause of try-catch statement without throwing…
0
votes
1 answer

Access google Maps API in nokia series 40

I want to access the Google map API in series 40 mobiles. I tried with using http connection but the map displayed statically. I want to load the map and moving the location in the map so that I have to use the Google map dynamically. Please give…
seipl
  • 11
  • 3
0
votes
0 answers

Nokia VM Error: assertion failure ... assert(jvm_fast_globals.inline_allocation_top

I am trying to develop for Nokia S40 and am running into an assertion in the VM. Has anyone run into this problem before? I have never seen a VM assertion before. Emulator command: C:\Nokia\Devices\Nokia_Asha_SDK_1_0\bin\Nokia_Asha_SDK_1_0_em.exe…
AG1
  • 6,648
  • 8
  • 40
  • 57
0
votes
1 answer

how to get Network Status,Operator Name, Signal strength,Service status using j2me?

i need to get the info of Network Status,Operator Name, Signal strength,Service status using the j2me API and need to knew if i can test it over simulator or not thanks a lot for helping
Amr Angry
  • 3,711
  • 1
  • 45
  • 37
0
votes
1 answer

Nokia S40 FT .How to add a container in a container?

I have got a problem here in designing layout of S40 FT. Consider the following work flow... I have a form in which i can set the layout of the form as shown below GridLayout layout = new GridLayout(5,1); form.setLayout(layout); Is there a way i can…
0
votes
1 answer

How to change color of title in header bar using lwuit?

I am using following code to set title : super.setTitle("abc"); I just want to set color
0
votes
2 answers

How to save canvas as an image in j2me?

I want to save the current state of the canvas as an image as I will use it in the next pointerevent. If I use repaint it will clear the canvas and I can't get the previous state of canvas. So, I want to save it as image and then iterate it over and…
Indish
  • 739
  • 1
  • 7
  • 12
0
votes
1 answer

Nokia QA: The application cannot be launched successfully with an error message 'Application not supported. Delete?'

My Java s40 app for asha failed the QA test with the above title. I have tried recreating the problem by download the jar file to one of the supported asha phone and the app launched successfully. Every other things seems okay i have also used the…
Sunday Okpokor
  • 721
  • 6
  • 18
0
votes
2 answers

LWUIT Container capture event

I have a Containerwith so many Labels added inside it. When I try to capture the pointerReleased event in this Container, I have found some problems. The event only is captured when I released in the free area of the Container, no when I made the…
Mun0n
  • 4,438
  • 4
  • 28
  • 46
0
votes
1 answer

Nokia Forms not showing text

I only wish Nokia documentation was more helpful. Its search on developer documentation totally sucks. public class UpdateJourney extends Form implements CommandListener, Runnable { private LocationProvider myLocation; private Criteria…
Siddharth
  • 9,349
  • 16
  • 86
  • 148