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

What coverage does the Nokia SDK 2.0 have?

I am attempting to develop for as many feature phone devices as possible, my question is, if I opt to use the Nokia SDK 2.0 - what sort of device coverage can I expect? Will the SDK work with old devices (5 years +)? Currently I am using the LWUIT…
JamieB
  • 923
  • 9
  • 30
0
votes
1 answer

How to disable LWUIT's transition effects?

I'm developing an app for Nokia Asha 501 using LWUIT 1.5 and I'm trying to disable the fade effect that happens when transitioning from one form to another by using the CategoryBay component. I've looked around the web but only mentions of how to…
Uriel Arvizu
  • 1,876
  • 6
  • 37
  • 97
0
votes
1 answer

How to convert Object to String in J2ME for Nokia Asha?

I'm developing for Nokia Asha and using Tantalum library to make my HTTP requests through the HTTPPoster class. When the task is executed I try to get the value from the X-Session-Id header from the rest of the response headers, these are returned…
Uriel Arvizu
  • 1,876
  • 6
  • 37
  • 97
0
votes
1 answer

How can I get a reference to the main application MIDlet object when running Codename one application on Nokia s40 device?

I'm trying to integrate the Nokia in app purchase for s40 and Asha library to my application. The NPayManager constructor needs a reference to the running MIDlet.
user3811368
  • 183
  • 5
0
votes
1 answer

Why isn't my commandListener working?

I'm learning to develop some basic applications for Nokia S40 devices. I've created a couple of Commands for the user to use. The problem is that command 'no' works however 'yes' does nothing. Why is this? The example is as follows: final Form…
dan983
  • 454
  • 2
  • 5
  • 19
0
votes
1 answer

developing for nokia s40 sdk

Is it possible to connect a keyboard to a mobile phone (via its USB port) and receive input from it (just as if you would type in a text editor)? I am trying to do this programmatically. I've installed NetBeans along with Nokia S40 5th Edition SDK.…
ffs
  • 148
  • 1
  • 2
  • 11
0
votes
0 answers

PIM contact list inside a LWUIT Tab

I am new in j2me symbian mobile app development and I am trying to create an sms/chat app with two tabs. Tab1 contains a where the user will choose in a list of contacts and other one contains the new screen for chat. I manage to create a tab using…
jjydummya
  • 63
  • 2
  • 10
0
votes
1 answer

How to get jar installation or runtime path in j2me/lwuit?

I have an application built on j2me/lwuit to work on Nokia s40 phone. I want to know the path where the application runs from. Do we have a way to get the path? Can anybody help me on this? Say, for an E.g I have the application in both Games and…
Ganesh
  • 179
  • 10
0
votes
1 answer

Do s40 with themes jar has a bug that textarea is not getting scrolled in it?

I am making s40 app and done all my coding using s40 with themes jar file. I used this jar because of gesture available in it. But my textarea is not getting scrolled in it. Anybody used it so far for scrolling textarea? Plz help
Manpreet
  • 23
  • 10
0
votes
2 answers

Hiding the keyboard in S40 Lwuit Nokia

I don't find the way to do a simple this like hide the keyboard when I want to. I've a Commandand a TextField. The user can write in the TextFieldand when he press the command the keyboard must hide, but I don't know how to do that.
Mun0n
  • 4,438
  • 4
  • 28
  • 46
0
votes
1 answer

Out of memory Error in Nokia S40 Asha 305

Getting out of of memory error while loading different URLs in Nokia s40 Asha 305 device, but my same code works well in Asha501.. What i have to do?? Any one can help me. i have added my data retrieve code for web response public static…
Joseph
  • 131
  • 10
0
votes
1 answer

Nokia S40 LWUIT Back Button

I'm building a nokia s40 app. I've set this app to be in full screen mode and I notice that when I set this full screen mode, I've lost the native back buttons. I need to build a back button like the native back button (always on screen, in the…
Mun0n
  • 4,438
  • 4
  • 28
  • 46
0
votes
2 answers

Nokia S40 custom header bar

I'm building a custom header bar for Nokia S40, in LWUIT. I've found 2 issues. My Form has a BorderLayout and I've added the header bar (Container) in the NORTH. This container doesn't fill the width of the Form, as the CategoryBar does. I try with…
Mun0n
  • 4,438
  • 4
  • 28
  • 46
0
votes
1 answer

LWUIT Container Style, importing from resource editor

I'm building a Container using code and now I want to set the Styleusing one UnselectedStyle from the Resource Editor. I'm doing this because, I don't find the way to add a LinearBackground color and a RoundBorder to my Container. When I put the two…
Mun0n
  • 4,438
  • 4
  • 28
  • 46
0
votes
1 answer

nokia web apps playing sound

I have developed my first nokia web app . I am trying to play sound which saved in local storage when button clicked this is my code but it doesn't work
jmt
  • 223
  • 1
  • 8
  • 28