Manager.getSupportedContentTypes() question

Hi everyone,

The question is:

"Is it possible to play .3gp with Motorola MPx220 smartphone(Windows Mobile but supports java)?"

I checked out Manager.getSupportedContentTypes(null) and the result is:

- audio / x-tone-seq

- audio / midi

- audio / x-wav

I know that according to the list above, I should not be able to play 3gp. However the phone has a built in camera and records as 3gp files.(I mean the phone supports 3gp from windows side). Is there a way for java too?

Is there anyone playing video with java on MPx220?

[580 byte] By [kessafa] at [2007-10-3 3:15:45]
# 1
No one?
_kessafa at 2007-7-14 21:07:06 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
hi,i'm not sure that java supports 3gp format: when i tried to play 3gp files on mobile, i had a Player error because he can't create a Player for 3gp files.
suparenoa at 2007-7-14 21:07:06 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3
Java does support 3gp ( the code works fine on other telephones ). The thing I wanna learn was "is there 3gp support for java in MPx220". (that phone plays 3gp by media player)
_kessafa at 2007-7-14 21:07:06 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 4
if it's not in the list, it's not supported...You could make your own decoder to decode 3gp to wav to play the files...
deepspacea at 2007-7-14 21:07:06 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 5
sorry if I am mistaken but I wanna play video/3gp and as far as I know wav files are sound files.(audio/x-wav). I did not get the trick in decoding the files
_kessafa at 2007-7-14 21:07:06 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 6
I don't think there is any video supported by your device in j2me..
deepspacea at 2007-7-14 21:07:06 > top of Java-index,Java Mobility Forums,Java ME Technologies...