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
2 answers

Is there a way to display web component in the j2me program? I am programming for a s40 series Nokia phone

I am trying to display a small web content in my application. Is there any way to display a web content? Currently I am displaying a link, and upon clicking that link my application will close and web browser will open to display the web page? I…
Ramesh
  • 406
  • 3
  • 9
1
vote
1 answer

Why does the code hang when calling cancelInquiry in Java to cancel, a Bluetooth inquiry, on some Nokia phones?

i have a problem on Nokia devices having S40 (but not on S60). the problem is this: when you call the discoveryAgent's cancelInquiry method from within a synchronized block, it hangs. it is actually supposed to call back inquiryCompleted. the code…
inor
  • 2,781
  • 2
  • 32
  • 42
1
vote
0 answers

how to prevent or handle " javax.microedition.media.MediaException: AUD" when playing audio files in j2me

I'm developing a mobile app in j2me with configuration cldc2.1 and midp 2.0. In my app, I'm running some audio files based on some user operations. But some times audio files running correctly but sometimes it throws "…
SIVAKUMAR.J
  • 4,258
  • 9
  • 45
  • 80
1
vote
1 answer

J2me ticker not displayed correctly. Help me to try to solve it

I'm developing a mobile application with j2me. The configuration is "CLDC 1.1" & "MIDP 2.0". The phone I used for testing purpose is "NOKIA C2-01". The phone is "S40" device. In that mobile app the data is send to server and perform based on…
SIVAKUMAR.J
  • 4,258
  • 9
  • 45
  • 80
0
votes
1 answer

How add to file data? without losing the existing data in the file

I use try { DataOutputStream out = c.openDataOutputStream(); String text = file + " | " + tag + " | " + report + " \n "; out.write(text.getBytes()); out.close(); } catch (Exception e) { …
Tim
  • 1,606
  • 2
  • 20
  • 32
0
votes
2 answers

Messaging Over Bluetooth

There are some related posts but they are not answer to my problem. I am planning to make some Desktop Application (Windows 7 x64) which will be requiring to send and receive SMS. How can I connect to a cell-phone ( Any Nokia Phone with bluetooth…
theXaib
  • 1
  • 2
0
votes
1 answer

how to send the http request with the help of certificate in res folder of the project in j2me?

Im developing a mobile app in j2me.In that i send a https request to the server which had self signed.My target mobile is "Nokia c2 00".Here i cannto put the server's certificate into mobile. Im added the server's certificate (the file is…
SIVAKUMAR.J
  • 4,258
  • 9
  • 45
  • 80
0
votes
1 answer

Nokia s40 testing GPS or location based service

I'm new to developing S40 Nokia applications using Java. I need to send to the emulator a latitude and longitude like the android emulator, you can update the location by passing latitude and longitude from the emulator. I'm using eclipse, can any…
0
votes
0 answers

Tools and environments for nokia asha development in 2022

It sounds silly but does anyone have the documentation and tools to build an app for Nokia Asha? I want to create a simple app for my old Asha 501. Thanks very much. Note: Most of the links have been removed so I would like to have the general…
0
votes
1 answer

How to detect central key of the Nokia S40 device using Java ME?

I am fresher in j2me. I like to implement an application that should detect central key of the S40 device.I use this code if(keyCode==-5&&c==2) { c=1; repaint(); } else { c=2; repaint(); } it work only on simulator and but not work in S40…
0
votes
1 answer

where can i find the Series 40 5th Edition SDK, Feature Pack 1 Lite for download?

i need this nokia sdk but i can't find it anywhere on the internet. i tried to access the nokia forum site and it seems like it has been down for a long time it shows a message on my browser DNS_PROBE_FINISHED_NXDOMAIN. Does someone still have…
0
votes
1 answer

is it possible to build and install os on 'any' mobile phone device?

I have a very very basic phone laying around and I was just wondering if it is possible to build and install an os on it. I'm aware of the intensified measure required to'build an os' and all, so if possible let's just skip those things in the…
Abhyas29
  • 123
  • 6
0
votes
1 answer

how can i capture network request waterfall of feature phone devices browser like chrome dev toolbar

i want to test my site on feature phone like nokia asha phones , user agent does not give exact behavior . for smartphone i can connect my android device to chrome browser using USB debug mode and can inspect element , how to do this thing for…
0
votes
1 answer

Nokia Asha SDK files

This is a very unusual request but since M$ took down the Nokia wiki pages, I can't seem to find some two files am looking for,…
user1048839
  • 938
  • 3
  • 9
  • 24
0
votes
1 answer

Calling number with special characters in J2ME Nokia

I want to call a number in the below format using platformRequest: platformRequest("tel:number,number#number#"); But i'm getting an invalid number error , is it possible to do that?
Reham
  • 1,916
  • 6
  • 21
  • 45