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
9
votes
7 answers

Netbeans keeps on restarting

I've installed the Nokia sdk 1.1 and chose to integrate the sdk with Netbeans IDE. Afterwards I tried closing the Ide but the Ide keeps on restarting and reinstalling the plugins. What can fix be the problem? I tried restarting the computer but…
sammyukavi
  • 1,501
  • 2
  • 23
  • 51
5
votes
2 answers

Nokia S40 Application Development

I am an Android Developer. I want to develop apps for my Nokia c2-00 phone. I dont know anything about nokia application but i am very interested to do apps. So friends can any one guide me from where i start reading for applications development and…
Ram kiran Pachigolla
  • 20,897
  • 15
  • 57
  • 78
4
votes
1 answer

PopupChoiceGroup actionlistener won't work on Asha 501

I'm currently making an app for Asha phones, both the 3xx series and the new 5xx ones. I already have the code working on the 3xx series such as Asha 310 and 311, but for some reason, when I compile and try it on Asha 501 phones, it doesn't…
Pat
  • 1,193
  • 1
  • 11
  • 36
4
votes
2 answers

Unable to send and recieve data in HINDI language from NOKIA S40 series cell phone correctly

I am trying to send data in HINDI language using JAXRPC webservice from my NOKIA S40 Series Cell phone, The main issue is that the data recieved on the webserver is not in correct format. All I get on the webserver is "?????" (question marks). Where…
Satyam Koyani
  • 4,236
  • 2
  • 22
  • 48
4
votes
1 answer

LWUIT: How to show menu commands with another button

In LWUIT we could add the commands button right into the Form with addCommand function like in this link http://lwuit.java.net/tutorial/events.html . Because I am currently developing the Nokia Asha Full Touch Apps soto show those commands I could…
giripp
  • 285
  • 1
  • 4
  • 13
4
votes
1 answer

arrayindexoutofboundsexception while using LWUIT ImageDownloadService

I am using Nokia-Lwuit for my project,While using the ImageDownloadServiceand I am getting a uncaught ArrayIndexOutOfBoundsException while the thread is trying to update the Label with the downloaded image . This is because the urls returned in the…
ashwin19
  • 41
  • 1
4
votes
2 answers

How to change Nokia full touch lwuit form header color

I want to to change the header color of nokia lwuit based full touch form and i have tried setTitleComponent method but it is not working. Please also check the following link…
user1001084
  • 115
  • 1
  • 10
4
votes
2 answers

How to reduce the Font of a text in LWUIT TextArea

I have created LWUIT TextArea,and I have added paragraphs of text to my TextArea ,now i want to reduce my TextArea's font size,I have used the code below: TextArea big = new TextArea(detailNews.getDescription()); Font createSystemFont =…
String
  • 3,660
  • 10
  • 43
  • 66
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
3 answers

Why is the jar file size increasing when I run the application?

I'm developing a mobile application using j2me. In my mobile app I connect with another device through bluetooth and perform some operations. In my mobile application the jar file size is 80KB I deploy the application in "Nokia c2-00" mobile. When…
SIVAKUMAR.J
  • 4,258
  • 9
  • 45
  • 80
3
votes
1 answer

J2me:Displayable.setTicker() automatically switch off nokia mobile

I am developing a mobile application in j2me. In that application I use 6 screen which is extends from the classes javax.microedition.lcdui.Form, javax.microedition.lcdui.List, etc. I create a Displayable(javax.microedition.lcdui.Displayable) object…
SIVAKUMAR.J
  • 4,258
  • 9
  • 45
  • 80
3
votes
1 answer

How to remove focus from LWUIT Textfield and resize Form correctly when Virtual Keyboard hides?

I'm facing a problem with the LWUIT's Textfield. In some of my Forms I display a CategoryBar, while in others I hide it. In some of the Forms I have Textfields, the problem presents itself when I focus on one and make the Virtual Keyboard (VKB) to…
Uriel Arvizu
  • 1,876
  • 6
  • 37
  • 97
3
votes
0 answers

Nokia Asha / J2me SSL Certification Error for Http request

While we are trying to access API's through HTTP/HTTPS we are getting exception with the below message. But we are trying the same URL's in other platforms (LUMIA) we are getting proper response and not getting any errors. While we are searching we…
Joseph
  • 131
  • 10
3
votes
0 answers

Force HTTP header

The HttpConnection.setRequestProperty method allows the setting of HTTP headers. Some devices like the Nokia 6234 insist on setting their own User-Agent causing both headers to appear in the request. Is there a way to force the header other than…
Hans Malherbe
  • 2,988
  • 24
  • 19
3
votes
1 answer

How do I change the emulator in Nokia Nokia SDK 2_0 to s40?

I recently taken interest to tinker with Nokia s40 phones, partly because we have a stock phone here at home and also because I've pretty much grown with the s40 system ever since I was young so I thought I'd take a walk down memory lane. I'm going…
Propeller
  • 2,465
  • 6
  • 35
  • 49
1
2 3
9 10