Questions tagged [java-micro-editon-sdk3.0]

About Java ME Platform SDK 3.0

Java ME Platform SDK is a state-of-the-art toolbox for developing mobile applications. It provides device emulation, a standalone development environment, and a set of utilities for rapid development of Java ME applications.

15 questions
2
votes
1 answer

J2ME BlackBerry creating instance from array class

Is there a way to create an array from a Class object dynamically using something like MyClass[].newInstance(); I'm aware that it throws an InstantiationException, but is there a way for me to instantiate an array indicating its type with a Class…
danielrvt-sgb
  • 1,118
  • 5
  • 17
  • 33
2
votes
0 answers

notification on nokia S40

Good day! I am doing an IM application on S40 phone using JAVA ME. I would like to know, when the application is closed, how to get notify(promt a dialog with the message and icon on the status bar) when a new message arrives. I tried with push…
1
vote
1 answer

Displaying Arabic on Device J2ME

I am using some arabic text in my app. on simulator Arabic Text is diplaying fine. BUT on device it is not displaying Properly. On Simulator it is like مَرْحَبًا that. But on device it is like مرحبا. My need is this one مَرْحَبًا.
1
vote
2 answers

compilation error in example midlet from Java ME 3.0

There are many example in j2me sdk 3.0 (http://www.oracle.com/technetwork/java/javame/javamobile/download/overview/index.html) I'm trying to build example to learn more about MIDlet 2d graphics. AGUISwingSet2 error: package javax.swing does not…
masiboo
  • 4,537
  • 9
  • 75
  • 136
1
vote
1 answer

How to launch many instances of the Sun JavaME Platform SDK 3.0 emulator?

I want to launch two instances of the emulator , how to achieve that ?
user833129
1
vote
1 answer

LWUIT 1.4 preverification errors in Eclipse Pulsar + Java Micro Edition SDK 3.0

I am experiencing some preverification error as decsribed in the object. I googled a lot around before to post this question but found very few responses, most of them very old (2008, 2009) or simply "Pass to NetBeans" ;) My project includes the…
Giorgio Vespucci
  • 1,586
  • 3
  • 18
  • 30
1
vote
0 answers

Why my usb to serial port is not recognized in Ubuntu?

I have to continue the development of a specific java embedded project which talks to some serial external devices. Previous development was done using Windows and now I try to run it using Ubuntu. I have some port issue when using this code: …
Cristian Boariu
  • 9,603
  • 14
  • 91
  • 162
1
vote
1 answer

Add date to picture J2ME

I have a code that I had in my phone, which takes photos and saves it to the memory cell. I would like to add the functionality to save the image with the shooting date included in the picture. byte[] capturedImageData =…
1
vote
1 answer

Converting String to datefield / Java Microedition

Using J2ME, netbeans 7.2, Developing a mobile app.. I have converted the Datefield value to a String and Now want to put it back to a Datefield. To do this I need to convert the String back to Datefield, I am using the following code but its not…
Ramesh Sivaraman
  • 1,295
  • 3
  • 19
  • 32
1
vote
1 answer

How to convert DateTime value into Filename in J2ME

I am doing a Java mobile program using J2ME. I want to save date time field value into a Mysql, I am trying to convert the datetime field into a long and saving it in Mysql if its possible. In c# ToFileTime() method which does it, is there…
Ramesh Sivaraman
  • 1,295
  • 3
  • 19
  • 32
0
votes
1 answer

can HTC diamond support MMAPI using j2me

I wanted to let my j2me project have the ability to take picutre using MMAPI(JSR135) So I check my HTC Diamond with the following code import javax.microedition.lcdui.Command; import javax.microedition.lcdui.CommandListener; import…
fr33m4n
  • 542
  • 2
  • 13
  • 31
0
votes
1 answer

How to add devices into Sun J2ME Emulator?

using Mac OSX, how can I add a device into J2ME Emulator? I have J2ME SDK 3.0 installed twice (standalone and as a part of Netbeans 7 bundle) emulator is in…
Marek Sebera
  • 39,650
  • 37
  • 158
  • 244
0
votes
1 answer

How to create an application in j2me, like wallpaper in personalization section in nokia store

This is my first day in J2ME,I went through lots of links but I got confuse which is the best way to achieve it. I want to create an application in J2ME for wallpaper and upload it on personalization section of nokia store. I just want best way to…
Rupesh Nerkar
  • 391
  • 1
  • 3
  • 23
0
votes
1 answer

Audio Streaming OutOfMemoryError

I am trying to stream an audio content (AAC) from server. The player starts without any problem, and after some time throws OutOfMemoryError. I think I need to buffer the audio. Any one please guide me to implement (or get rid-of this error)…
MobDev
  • 1,489
  • 1
  • 17
  • 26
-1
votes
1 answer

How an item(object, image, draw object) on Canvas j2me can be deleted after it has been painted, drawed?

How an item(object, image, draw object) on Canvas can be deleted(removed, unplaced with its position deletion(removation)) after it has been painted, drawed?