Hi,
Is there anyone know how to switch the phone profile to silent mode? I cannot find any APIs to provide this feature.
Thanks,
Tang
Type: Posts; User: tangxj; Keyword(s):
Hi,
Is there anyone know how to switch the phone profile to silent mode? I cannot find any APIs to provide this feature.
Thanks,
Tang
Hi,
I have AMR file converted from WAV and sent it in MMS to my 6100 and 7650. I can hear the sound in 7650. But encounter problem in 6100.
On the phone, I can see the music icon indicate AMR....
Hi Nokia Guys,
8910i, 7250, N_Gage support http with TCP stack?
Above question is very critical to my app using http and TCP. As confirmed by you before that 6610, 6100, 7210 support http over...
We developed a j2me application on series 40 phone. The app server will constantly push message to j2me client. We choose http 1.1 Encoding-type: chunked to do that. The application works fine on...
Hi,
I am refering to TCP connection like socket://a.b.c.
I tried 6310i emulator which give javax.microedition.io.ConnectionNotFoundException which means socket is not supported.
But when I...
Hi,
I tried 6310i emulator which give javax.microedition.io.ConnectionNotFoundException which means socket is not supported.
But when I trying S60 emulator, it doesn't give any exeception and...
Hi,
I tried 6310i emulator which give javax.microedition.io.ConnectionNotFoundException which means socket is not supported.
But when I trying S60 emulator, it doesn't give any exeception and...
Hi,
As known from Nokia that 6610 and 6100 doesn't support http with TCP stack.
May I know whether it is the same for 7210 and 3530? Thanks.
For most phones available on the market, it is impossible to let two phone communicate with each other directly. Since these only support http connection and it only can talk to http server.
For...
Be prepared that ur app may not work on real phone as on emulator. In the case, you need to find ur own way of posting/storing exception/error for tracing. It could be something like mini version of...
The only way you can do is to post ur midlet to a WAP site and download it from there.
FOr 6100, u can use Infra. So it is much better model and the price just slightly higher.
You mean it is supporting http or it is the same case as 6100, 6610?
I know it supports http at J2ME API layer. My question is the http implementation of the two phones is base on WAP or TCP...
I have tested my http midlet on both of them and can download my midlet OTA. The phone always require wap gateway as the middleman to talk to my http server. I tried all 3 operators in Singapore, 2...
I have wrote J2ME http client connecting to http server which reply content-type:chunked data. Everything works fine on series 40 concept emulator and Sun's WTK emulator.
But it doesn't work on real...
I have the same problem also. Any Nokia guy there to answer this question?
I have wrote J2ME http client connecting to http server which reply content-type:chunked data. Everything works fine on series 40 concept emulator and Sun's WTK emulator.
But it doesn't work on real...
The simple question: Will 6110, 6100's http connection always look for WAP gateway's port 9201 to route the request? The answer could be in phone KVM's under layer implemention.
I have tried all 3...
Series 40 phones are not using direct http connection. The http is riding on WAP and all ur http request must be acceptable by ur operator's WAP gateway. The emulator is using real/direct http...
Same experience as you.
Hi Nokia guys, can you tell whether is it fixed in new OS version?which version?
Suggested steps for test:
1. design a wml page. Tested it with wap browser.
2. Use ur midlet to retrieve the wap page.
3. Servlet generate similar wml page as tested.
4. Use midlet to retrieve...