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
1
vote
1 answer

Synchronizing clock of Nokia S40 mobile phone with a current date time on PC?

Not sure where else I could have asked this question, so here it goes. I have been using wammu/gammu on my Ubuntu PC to connect to a Sony Ericsson T630 mobile via Bluetooth - all works fine there. In particular, there is a feature that I like in…
sdaau
  • 36,975
  • 46
  • 198
  • 278
1
vote
1 answer

how we can open my app at daily alarm.can i use pushregistry as a daily alarm

I am working on nokia sdk2.0 using lwuit1.5.i have used pushregistry in my app.it is working properly.An alarm open on specific time as i set and aap open on view click.Now i want to use the pushregistry as dailiy alarm .so please suggest me is it…
Rajput V.K
  • 63
  • 1
  • 6
1
vote
1 answer

LWUIT S40 Nokia Calendar Events with sound

I'm building an app to create events in the device Calendar, but when I have created them, all are set default without sound. I need to set the sound ON, when the user wants it. How can I set the sound on the alarm in my created events?
Mun0n
  • 4,438
  • 4
  • 28
  • 46
1
vote
1 answer

ClassFormatError: 154>, Exception caught in Display class

I am running a midlet application already deployed & run on Nokia S60 sdk. I want to make my app run on every java & symbian device. I tried to run the application on Java_ME_platform_SDK_3.4 but getting an error in the code when i am trying to…
Yuvraj
  • 11
  • 2
1
vote
1 answer

Remove ContainerList margin or padding between elements

Context: J2ME, LWUIT, Nokia S40 I've been struggling with this for the last few days. When using a ContainerList, no matter how much I change the ContainerList or the padding, margin and border of the elements, there is always a 2px margin around…
lbarbosa
  • 2,042
  • 20
  • 23
1
vote
0 answers

Nokia S40 Asha 2013: Options Command Removed in List Renderer

Hi i'm developing Nokia S40 Series, I used custom list renderer with Title, Subtitle, and thumb image.. In my form i have added options menu with addCommand() method.. Without obfuscate the options menu is visible, while I'm give obfuscate 10 while…
Joseph
  • 131
  • 10
1
vote
1 answer

Error at start app

Sometimes, in the first screen of my app, appears the following error. java.lang.ArrayIndexOutOfBoundsException: 5 >= 5 at java.util.Vector.elementAt(Vector.java:427) at com.sun.lwuit.Container.getComponentAt(Container.java:844) at…
Mun0n
  • 4,438
  • 4
  • 28
  • 46
1
vote
1 answer

J2ME Nokia s40 app beginner could not find error using form

I'm trying to create a simple Nokia s40 app to add two numbers (just for practice), I could not find any error in my code, so please help, import javax.microedition.lcdui.Display; import javax.microedition.lcdui.Form; import…
Ashwani Agarwal
  • 1,279
  • 9
  • 30
1
vote
2 answers

LWUIT move all commands from the form to the "slide context menu"

I am trying to make a calculator for nokia 501 asha and i want all my buttons to fit on the the screen so that i don't have to scroll the form to access all buttons. Apparently adding commands like exit,about and help are mandatory to your app. Now…
user2497398
  • 61
  • 1
  • 1
  • 4
1
vote
0 answers

Getting the real Useragent String from a Proxy-based Browser

I noticed something that seems a little odd when using a Nokia Asha 311. When I use navigator.userAgent from the device's DOM, I get something very similar to the following: mozilla/5.0 (x11; linux86_64; rv:5.0.1) gecko/20121205…
ObiHill
  • 11,448
  • 20
  • 86
  • 135
1
vote
1 answer

How to ensure that my page is wrapped by operamini browser?

I am developing page for low end phones like s40. However, I also need to make sure it works on phone with bigger screen. My page loads fine on bigger screen but its behavior is random with opera mini in nokia s40 phones. Sometimes the page is…
1
vote
0 answers

Cross site AJAX error

The ajax is not executed when deployed on Nokia Series 40/ cloud preview ( PS - Nokia used a proxy server to run web apps on phones). The ajax calls work in desktop browser and on local preview (Nokia Web tools).
Gaurav
  • 782
  • 1
  • 12
  • 22
1
vote
0 answers

Is this possible make call from app, without asking user permission..?

I'm developing Nokia S40 web app. I've implemented "Tel URI" scheme, like below shown, to make call for a given number from my app. and Its works perfectly..! Dial Me when i click the link to make the call, Its…
Rishi Php
  • 1,428
  • 11
  • 20
1
vote
3 answers

Lwuit S40 Dimmed Forms

I am developing a LWUIT S40 app. The guidelines specify that when a dialog is on, the background, including status bar, header bar, category bar, must be dimmed – 60% black. I think that this will happen automatically, but it doesn't. Anybody knows…
Mun0n
  • 4,438
  • 4
  • 28
  • 46
1
vote
3 answers

Emulator of Nokia S40 6th edition SDK is not running....What should I do to run this As soon as possible?

I have install Nokia S40 6th edition SDK(emulator of 6260 slide phone) & using Netbeans 7.2 IDE for my app development. In NetBeans when I run my project with S40 SDK configuration it gives me following error:- Creating New "Series 40 6th Edition…
Rahul More
  • 615
  • 3
  • 13
  • 41