0

   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 Wave II it works fine. How to resolve this problem of player.realize in j2ME application for the Samsung duos?
filename : is a releative path to Media file.

 player = Manager.createPlayer(filename);
 player.addPlayerListener(listener);
 player.realize();
gnat
  • 6,213
  • 108
  • 53
  • 73
Megha
  • 1,581
  • 2
  • 18
  • 33
  • It could be depends on the mobile's internal processor. – Lucifer Nov 17 '11 at 05:01
  • is there any solution we can do for this particular device.accept it internal processor but should able to play video file. – Megha Nov 17 '11 at 05:25
  • First of all check the processor speed in Samsung Wave II & Samsung Champ. what is the size of the file you are playing ? – Lucifer Nov 17 '11 at 05:45
  • Hi Megha, your problem get solved or not ? – Lucifer Nov 17 '11 at 08:36
  • no i try simple player application of j2me and try to run that but that also not work .3gp format audio is playing but video is not playing – Megha Nov 17 '11 at 11:12

0 Answers0