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

Resume player when incoming call

I want that after incoming call Track continues from point stop I use this code: public void playerUpdate(Player player, String event, Object data) { if(event == PlayerListener.DEVICE_UNAVAILABLE) { player.stop(); isPause =…
Tim
  • 1,606
  • 2
  • 20
  • 32
0
votes
2 answers

Mobile application connect to server with "vodafone" sim,but not connect with "Idea" sim.

I'm creating a mobile app with j2me. My configuration is CLDC-1.1, MIDP-2.0. I'm sending the request to server via (https and http) and get response from my application through GPRS. If I'm using vodafone sim then it will works fine. But if I'm…
SIVAKUMAR.J
  • 4,258
  • 9
  • 45
  • 80
-1
votes
1 answer

Is there is any way to increase the java heap size in nokia c2 mobiles?

I'm developing a mobile app in J2ME. I'm facing memory issues. I'm using Nokia c2 mobile.Please tell me Is there is any way to increase the java heap size in Nokia c2 mobiles? Thanks & Regards,
SIVAKUMAR.J
  • 4,258
  • 9
  • 45
  • 80
-1
votes
1 answer

which jar file support for io class in S40-with-theme jar file

I am working on nokia asha sdk2.0 using S40-with-theme.now my problem is that when i want to import following class but these classes not in S40-with-theme jar file . These class is following Code: import com.sun.lwuit.io.ConnectionRequest; import…
Rajput V.K
  • 63
  • 1
  • 6
-1
votes
1 answer

How to get default mail credentials in nokia s40 phones ?

Is there any system defined function/method to get default mail credentials for a particular user and use it in our application for sending mail for nokia s40 ?
-2
votes
1 answer

Does Nokia Java midlet app developed on S60 5th make comaptibility with S40 series?

I have developed an J2ME Application(Midlets) using S60 5th series SDK. I want to make the app compatible with all Nokia mobile phones excluding Windows & Meego. I want to make sure that the app( jar file ) will run on all touch & non-touch nokia…
Yuvraj
  • 11
  • 2
-6
votes
2 answers

Developing an offline dictionary

Please I'm Relatively new to Java Programming am a first year Computer Science Student please I want to develop an offline dictionary for Nokia s40 phones .jar that translates English to my Local language I've googled and searched the discussion…
1 2 3
9
10