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 ...
Is there any form to get the data of the recordstore from an external middlet? Thanks in advance ...
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...
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...
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! ...