Tagged Questions
Mobile Media API is a Java ME specification, JSR 135
6
votes
3answers
1k views
Alternatives to rotating buffers into Players in J2ME?
Due to (quite annoying) limitations on many J2ME phones, audio files cannot be played until they are fully downloaded. So, in order to play live streams, I'm forced to download chunks at a time, and ...
5
votes
3answers
6k views
Full Resolution Camera Access in j2me
I'm trying to do an image capture on a high end Nokia phone (N95). The phone's internal camera is very good (4 megapixels) but in j2me I only seem to be able to get a maximum of 1360x1020 image out. ...
4
votes
0answers
720 views
Does J2ME Media Player on Nokia E65 work?
I'm trying to write a simple media playback application in J2ME. Currently I'm starting with the most simple thing, I just want to play wav file from resource included in the jar file.
I'm using this ...
4
votes
4answers
7k views
Playing Audio with J2ME
What is the best way to play audio utilzing the J2ME Media libary?
For example, should I make use of the MMAPI or should I just use the Midlet's platformRequest(String s) method?
2
votes
1answer
213 views
java J2me Player, Play Mp3 Files One After The Other
i am unable to play an mp3 file one after the other, when 1 file finishes playing the other file needs to start. i am only able to start playing 1 file, when i put code to start the next file it just ...
2
votes
1answer
140 views
How to take a Snapshot in J2me with the MMAPI while using LWUIT
I want to make an application that takes a snapshot from Camera and send it to the server. I can do this pretty easily in Highlevel UI using MediaPlayer but it seem that I can't use the same code in ...
2
votes
2answers
642 views
J2ME: Prefetch error -5. MediaException
I get a MediaException (Prefetch error: -5) when executing the following code on a Nokia N73. It runs fine in the emulator and I have tried the same thing before on the same phone successfully. The ...
1
vote
1answer
68 views
Playing audio on CDC device j2me
I have a j2me app built for a CDC device. I have used Personal profile to display the UI.
However now I need to play audio. AFAIK in j2me I can play audio only through J2me MMAPI i.e JSR135.
But on my ...
1
vote
1answer
2k views
Video player using j2me to play mp4 from a directory
I want to develop a j2me application that will play a video file(.mp4) by selecting a particular directory on mobile phone(nokia s40 series).
How do i go about this?can anyone help me to initiate the ...
1
vote
1answer
314 views
Don't let the display go to stand-by in JavaME
Im streaming video to my MIDLET. And while it is playing it, after 20 seconds (depends on a system setting) display on the phone goes to stand-by mode.
How can I prevent this so I can watch the ...
1
vote
2answers
2k views
can J2ME access camera(image capture) event from N73 device
I am working on project where I need to catch the image capture event.
It's for nokia N73 having platform S60 3rd edition.
Is there any possible way using J2ME only (without using symbian).
...
1
vote
0answers
614 views
JSR-135 MMAPI Implementing Custom Codec
Is it possible to implement a custom codec decoder and play a media file using JSR135? Actually I am interested in playing back a custom media file in J2ME. I think JSR135 is a good starting point but ...
0
votes
0answers
30 views
Midlet in Windows Mobile snapshot image size
I have a Midlet that runs on Windows Mobile using javaFx. The problem is that when I get a snapshot the size of the picture is always too small.
No matter what confituration I use the image is ...
0
votes
0answers
33 views
playing mp3 from web in j2me
public class player extends MIDlet implements CommandListener{
Command cmd;
Form f;
Display display;
Player player;
VolumeControl vc;
public void startApp() {
f=new Form("player");
cmd=new ...
0
votes
0answers
24 views
J2ME add a Navigator to the player(MMAPI)
I want to add a navigator to my J2ME audio player.For example,When an audio file is being played,if the user want to go back 2 seconds and re listen to the audio,there should be a navigator to go back ...
0
votes
0answers
90 views
Audio is playing video is not displaying in Samsung Device
Below is code for the Video playback in J2ME application.after executing this code only audio is coming video is not display on the Samsung Champ Duos. Video is inside the memory card that's way we ...
0
votes
0answers
121 views
MediaPlayer.realize() takes too much time in the Samsung Champ Duos
Samsung Champ Duos I faced worried problem. create media player application.
But it takes too much time in player.realize(); and application gets hung.
In Samsung ...
0
votes
1answer
110 views
unable to capture picture using camera in j2me polish?
I am developing a mobile app in j2me. Now I am converting it into j2me polish.
In my app I capture a picture using camera in mobile phone. It works fine in j2me. But it does not work fine ...
0
votes
2answers
153 views
j2me + javax.microedition.midlet.MediaException:Sounds not allowed
I am trying to Play MP3 and getting unexpected errors.
I have tested my app before 3 days
which was working perfect on my device
but now even that same jar file is giving me following error.
...
0
votes
1answer
60 views
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 ...
0
votes
0answers
67 views
VideoCamera in J2ME polish
I am making an application in j2me polish which uses camera.Firstly i tried a simple j2me camera code working perfect in j2me,but not working with polish giving exception Container not valid.Even I ...
0
votes
0answers
114 views
j2me audio player
I created a audio player using following code.
try {
InputStream is = getClass().getResourceAsStream("bell.wav");
player = Manager.createPlayer(is, "audio/X-wav");
player.realize();
...
0
votes
1answer
128 views
J2ME voice capture for VOIP
How can I capture the audio in a j2me device for VOIP?
I tried RecordControl but until commit() it gives no data, and
while trying in a loop, each time it asks permission from the user to commit and ...
0
votes
1answer
32 views
Implement JSR135 for JVM using on linux arm device
I'm porting a JVM to my linux arm set-top box. I've already built the phoneME Advance successfully for it and can run a midlet game well. But it couldn't play sound, so I think maybe JSR135 is needed.
...
0
votes
0answers
232 views
J2ME Video recording stops automatically at 128KB
I'm recording video/audio in my J2ME app using a Midlet like below, with LWUIT Forms.
The code below closely represents my real code, except that the videoForm is done as a seperate class extending ...
0
votes
1answer
345 views
RIM blackberry Record 3GP video
I am writing an application that can record a 3GP video.
I have tried both MMAPI and Invoke API. But have following issues.
Using MMAPI:
1. When I record to stream, It records video in RIMM streaming ...
0
votes
1answer
80 views
Does MIDP 2.0 say that this phone has at least GPRS connectivity?
Does MIDP 2.0 say that this phone has at least GPRS capability?
I need to come up with a list of phones which has MIDP 2.0, and GPRS capability.
0
votes
1answer
136 views
Issues regarding playing audio files in a JME midlet
I am making a midlet which is to be used to play out local audio files. It is obviously not working. I am getting a null reference on the "is" variable, in the code snippet shown below.
1. try{
2. ...
0
votes
1answer
693 views
J2ME Camera and Sound Recorder Access On A Windows Mobile
I'm currently involved in a research project that requires me to access a Windows Mobile Camera and sound recorder with J2ME to, well take pictures and record sound... the phone has to be a windows ...
0
votes
4answers
2k views
Deleting a File using J2ME throws an IOException
I am attempting to delete a file using J2ME's FileConnection.delete() method, but I an IOException is being thrown each time I call the delete() method. I have written a conditional statement to ...