May refer to Windows Media Audio format. Also may refer to Java ME Wireless Messaging API - 1.0 (JSR 120) and 2.0 (JSR 205)
Questions tagged [wma]
108 questions
2
votes
2 answers
Authentication failed deploying a J2ME application to a cell phone
I have an application to send SMS with J2ME, I generate a JAR file and a signed JAD file, I can install and run my app with the JAR file, but I get the "untrusted midlet" message, and I can't send sms, when I try I get this exception : wma : open…

Ahmed Laatabi
- 907
- 1
- 8
- 21
1
vote
1 answer
Simple J2ME SMS code debugging
I'm trying to develop J2ME SMS applications (on Symbian, but that's not important).
I tried with the simplest app that sends a SMS when it receives one.
It is completely based on the example provided by JSR-205:
The base class is made implementing…

Thor69
- 233
- 3
- 9
1
vote
1 answer
how to receive sms in netbeans mobile application
I am developing a mobile application in net-beans that will send and receive SMS, I'm done with sending text but I don't know how to receive SMS in NetBeans mobile application ?

Shumaila Malik
- 21
- 3
1
vote
1 answer
How to play wma file in iphone?
I want to build a radio app in iPhone for which wma streaming is necessary. So if u have any idea please help me.
thanks in advance

Mohasin
- 19
- 1
1
vote
0 answers
How to restore the file type association in iOS
Some of you may have tried an App named Phone Drive, it took over the file type like mp3, pdf etc.
But what if I want to restore the association to the default app?
For example, previously when I opened a link to mp3 in Safari, Safari plays it.…

mr.pppoe
- 3,945
- 1
- 19
- 23
1
vote
1 answer
Playing a WMA in my android app
Simple question:
I'm using MediaPlayer to play mp3 files (they play just fine), but also i need support for WMA files. I know some devices support it, but not all of them, but i want some way where I'm sure it will play in any device. Is there…

Ale K.
- 316
- 6
- 18
1
vote
2 answers
Is it possible to progressive play DRMed tracks
Is it possible to legally progressive play Windows Media DRM tracks as they are downloaded from a HTTP link?
I've managed to do this without DRM but someone here told me it wasn't possible with DRM. Is this true?
And if so with what set of…

Duncan Edwards
- 1,528
- 2
- 19
- 32
1
vote
2 answers
Receiving SMS Messages using WMA in Java ME
I am trying to develop a sms sending and receiving test application in J2ME using the WMA API. I have separate threads for sending and receiving.
The Sending thread's run method -
public void run() {
try {
MessageConnection…

Chan
- 2,601
- 6
- 28
- 45
1
vote
0 answers
Convert Webcam Recorder Audio Into WMA
I m working on recording audio from web cam.
So far i have successfully written the code for recording and saving audio to silverlights cache. My problem is i am not getting any way to convert that recorded audio files which are of unknown format…

shirish
- 21
- 3
1
vote
1 answer
J2ME WMA send SMS for device without MIDlet installed
I'm using the WMADemo from the J2ME samples to send and receive SMS.
If I send one SMS from the SMSSend MIDlet for one device that doesn't have SMSReceive MIDlet installed the message goes to the inbox.
Is there any way to prevent this from…

Diogo Cardoso
- 21,637
- 26
- 100
- 138
1
vote
1 answer
Audio WMA incorrectly reported as video/x-ms-wma
Having to handle audio WMA files as part of an upload script but I've run across a really annoying bug with the file type.
I need to only allow audio, NOT video but it seems that all WMA files have the type of :
video/x-ms-wma
Whether they contain…

spice
- 1,442
- 19
- 35
1
vote
2 answers
finding mime type of wma files using java
I am using apache tika for detecting the mime type of audio and video files. For some reason tika reports the mime type of the wma file (Windows Media Audio format owned by Microsoft) as application/octet-stream. Do you know a better way to find…

Ajith Jose
- 723
- 2
- 9
- 22
1
vote
2 answers
J2ME SDK 3.0 WMA Console in NetBeans
Does anyone knows if NetBeans 6.9.1 has the WMA console of J2ME 3.0 SDK?
Thanks.

Diogo Cardoso
- 21,637
- 26
- 100
- 138
1
vote
1 answer
Monogame Content Manager - WAV/MP3 Importer Terrible Final Quality
I'm developing a game in Monogame, and using the Content Manager to manage audio files used as background music. I have three tracks in WAV format. These are the settings I'm using for importing the tracks:
The converted WMA files in the final…

ಠ_ಠ
- 3,060
- 28
- 43
1
vote
2 answers
Converting *.wma to *.mp3 by SHELL-script with mplayer, lame, and find
I want to convert my older *.wma files into *.mp3. For that purpose I found a short script to convert with using mplayer + lame (found here:…

lshw
- 35
- 1
- 5