I decided to change custom status code to 5XX something. you are correct that it is not standard status code (intended to define a custom status code), but just don't understand why others are...
Type: Posts; User: maodean; Keyword(s):
I decided to change custom status code to 5XX something. you are correct that it is not standard status code (intended to define a custom status code), but just don't understand why others are...
Nokia N9 browser cannot recognize the Http Status Code greater than 600.
I am using AJAX to send request and receive response. Unfortunately, the maximum status code I can set on server side is...
Dear all,
Does anyone know how to transfer the SMS on mobile phone to PC? Thanks
Regards
Dean
Dear everyone,
Is there any possible way to send sms to a specific server such as 124.567.879.122? Or we have to talk to the telecommunication companies to ask them forward the message to a...
Hello Everyone,
I knew some knowledges about J2ME. However, someone asked me, why you are using J2ME rather than others such as Symbian C++ and BREW....
I even could not answer it very...
Thanks for you guys relpies. I just looked at the example, its C++, is there any java version. I mean a small J2ME application that access the Internet and display the webpage. Just like we are...
Hello everyone,
Does anyone know if the emulator can access the Internet, just like our mobile phone, we can use it access Internet.
How to wirte a program to do the same thing.
Thx
...
How many percentage of CPU is used when I run my program on J2ME? I want to test the CPU utilization so that I can choose a proper mobile phone to install the application.
cheers
dean
Hello Guys,
Is there any way to calculate the CPU utilization of J2ME application?
Thanks
Dean
Devices do not support duplex, it does not mean that VoIP cannot be implemented on J2ME. We do not need to the sending and receiving at the same time. It is because of J2ME implementation. Thingk...
Hello,
I am doing RTP on J2ME. However, I got a strange problem, when I just receive, it works fine. When I just send voice only, it works. But, when I send and receive at the same time. the...
Hello everyone,
I am using J2ME to develop the VoIP. I need to talk to another client.
However, When I receive RTP packets from another client.
My programme is crashed after...
Hello everyone,
I am using J2ME to develop the VoIP. I need to talk to another client.
However, When I receive RTP packets from another client.
My programme is crashed after...
Hello guys,
Is it able to do RTP streaming and Playing it using Symbian?
Thanks
Dean
maodean@hotmail.com
Hello guys,
Is it able to do RTP streaming and Playing it using Symbian?
Thanks
Dean
maodean@hotmail.com
Hello every,
When I am recording, why I can hear my own voice at the same time? Can I disable it?
try {
p = Manager.createPlayer("capture://audio");
...
Thanks Peter, I will try.
Hi all,
did anyone implement SIP on J2ME before, I did it, but it running pretty slow. receiving response from server is really slow so that I cannot test my streaming part. Because I use SIP...
hi all,
I need the a mobile phone emulator which support SIP protocol. which one is the best. where to download it, thanks/
If it is supporting RTP, will be great.
thanks guys
dean...
hi all,
I need the a mobile phone emulator which support SIP protocol. which one is the best. where to download it, thanks/
If it is supporting RTP, will be great.
thanks guys
...
hello everyone,
Currently, is there any voip software available on the actual mobile phone device?
If not, is it possible that Nokia company will release this sotware next year or...
hello everyone,
Currently, is there any voip software available on the actual mobile phone device?
If not, is it possible that Nokia company will release this sotware next year or...
Hello guys,
The J2ME normally can play x-wav format or midi format for audio. However, The codec for packet format that I can get is GSM, PCMU, PCMA, or something else. So, how I can play...
hello guys,
normally, you need to use RTP to do the streaming. however, J2ME does not support the RTP. I am not sure you are using J2ME or symbian. Someone said so far its impossible to do the...
hi guys,
I need to know how to convert iLBC audio format to audio/x-wav format or audio/x-wav or audio/basic? Can anyone help me ? Thanks, Its urgent.