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
not able to receive sms, Help me correct the code
I don't know what is the problem, but SMS is not received with below code and when I see in the phone memory, app is invalid.
Can anyone correct this code?
I am having a lot of issues with this, it compiles well, but when it is on the real phone,…
user1099129
2
votes
1 answer
SMS Receiving Port in J2ME Mobile Application
Can you please explain following doubts?
When my j2me application is listening for sms on specific port, will it run as a server or client? Because if the two application run on same port, who will receive the sms?
And please suggest me, which…

Pavunkumar
- 5,147
- 14
- 43
- 69
2
votes
3 answers
send sms j2me appear promt message
When I am sending sms via j2me application, before message sent it appears question for can I use internet to sent message. Is it possible to exit this question to not appear?

zule
- 93
- 1
- 2
- 6
2
votes
2 answers
Receive sms on specific port j2me
I am developing j2me app. I need to receive sms on specific port. Which is the best port to define for receiving sms?
Thanks for advice

zule
- 93
- 1
- 2
- 6
2
votes
1 answer
receiving sms j2me
I am using j2me technology. I send sms and then I want to receive sms on port "0", not to go in inbox. I can receive on port "5000" but sender can not make changes, and I must receive on default port. But when I am listening on port "0" the message…

zule
- 93
- 1
- 2
- 6
2
votes
1 answer
SMS sent from j2me not recieved by non-java phones like android and gsm modem
I need to send a pattern like "username,password,0,1,1,1,0,1,0" using sms from j2me app to a gsm modem that is not in my control. It is used to reserve foods.
If anyone send a sms to provided number of the gsm modem using any mobile phone normally…

Ali Momen Sani
- 840
- 2
- 11
- 26
2
votes
2 answers
How to do digitize signature my sms
I'm sorry for my mistake grammar and e.t.c in my question ,because English is not my first language!!
But my question:
I want digital signature sms and send it to another ,this means that digital signature to an sms and send it to another and…

Zabihullah Alipour
- 605
- 8
- 23
2
votes
3 answers
J2ME do cellphones have an auto-disable feature for non-compatible Packages?
I'd like to know if, for instance, I develop an App with both WMA Packages (1.1 and 2.0) and then deploy it to an older phone model with only WMA 1.1 support, will the Phone disable the 2.0 Package?
The code doesn't differ for what it's set to do…

Gonçalo Vieira
- 2,249
- 2
- 19
- 39
2
votes
2 answers
Is there any free g729 or g711 converter?
I need converter to convert G729 or G711 files to wav,wma,mp3 or any other format witch can play for example Windows Media Player.

Noro
- 1,643
- 5
- 22
- 38
2
votes
2 answers
Is it possible to decode an MMS+WMA2 stream using audio units on the iPhone?
I am not sure whether audio units can work as codecs in a streaming audio scenario on the iPhone.
I've read in various places that it can be done, but I haven't seen any examples or proper documentation for that. Instead, I find that most of the…

Nick Toumpelis
- 2,717
- 22
- 38
2
votes
1 answer
Get Audio File Duration Via a Microsoft DLL or Utility
Is there a Windows dll or utility that can be used to see the duration (HH:MM:SS) of an audio file (WMA, MP3, or WAV) that can be accessed from a script (specifically JScript)?
I know there is one, or something else can read file metadata, but I'm…

Nathan R
- 227
- 2
- 11
2
votes
1 answer
Error: j2me conflicting applications, show items?
I have designed a j2me application with push registry functionality. I have little issue of error "Conflicting Applications, show items?" while starting the application.
What I did is just added an entry into the Project->Properties->Pushregistry…

Saqib
- 1,120
- 5
- 22
- 40
2
votes
1 answer
Decode WMA with FFMpeg to PCM
I want to decode a WMA stream to 16 Bit PCM. Now i have a Question concerning FFMpeg- what is the output format of ..
len = avcodec_decode_audio2(c, (int16_t *)outbuf, &outbuf_used, inbuf_ptr, size);
is this the right function for this task?
Thank…

erazorx
- 2,027
- 2
- 16
- 12
2
votes
2 answers
Obfusticator cause exception to my j2me program - Error verifying method
After I Obfuscate my jar file I can install my jar file on the cell phone but it does not run! It gives me Exception:
Error verifying method mainPackage/mainClass notifyIncomingMessage(Ljavax/wireless/messaging/MessageConnection;)
I used ProGuard…

Navid
- 901
- 9
- 20
2
votes
2 answers
Convert wma stream to mp3 stream with C# and ffmpeg
Is it possible to convert a wma stream to an mp3 stream real time?
I have tried doing something like this but not having any luck:
WebRequest request = WebRequest.Create(wmaUrl);
HttpWebResponse response =…

user1363468
- 79
- 1
- 6