midlet

Get RecordStore data from an external middlet

Is there any form to get the data of the recordstore from an external middlet? Thanks in advance ...

Mimic file IO in j2me midlet using RMS

I want to be able to record audio and save it to persistent storage in my j2me application. As I understand j2me does not expose the handset's file system, instead it wants the developer to use the RMS system. I understand the idea behind RMS but cannot seem to think of the best way to implement audio recording using it. I have a continu...

J2me multipart/form-data sending java.lang.exception Out Of Memory Error - help needed

Hi, I am trying to send image from my midlet to an HTTP server. images are converted into byte and sent to server using http multipart/form-data request format. ByteArrayOutputStream bos = new ByteArrayOutputStream(); bos.write(boundaryMessage.getBytes()); bos.write(fileBytes); bos.write(endBoundary.getBytes()); When the image size i...

How to start two J2ME Midlets on Mac OS X with WTK 3.0.

Whenever I want to start second Midlet, I get error "MIDlet suite is already running." I'm developing under Netbeans. On Windows it work OK. With king regards! ...