Well for the benefit of those following this discussion... on my 3650 any image larger than about 500 bytes cannot be received. On a 6600 however, the application works fine. But according to a...
Type: Posts; User: disgustipated23; Keyword(s):
Well for the benefit of those following this discussion... on my 3650 any image larger than about 500 bytes cannot be received. On a 6600 however, the application works fine. But according to a...
thanx for the prompt reply rossotom... i tried downloading a WAV file and playing it on a 3650, and the loudspeaker is automatically activated... thats all i need to do at the moment, so... =D and...
Well it seems as if the loudspeaker is automatically activated when a .wav file is played in the 3650... problem solved!
Hi
I'm facing the same problem... I need to activate the loudspeaker on a Nokia 3650 through my application. Is there any way to do this?
Hi
I am facing the same problem... I need to activate the loudspeaker on a 3650 using my application... Is there any way to do this?
Which port is your server running on? I'm a newbie myself, but you could try running on port 80 instead of port 8080... just a suggestion. Also, make sure your server has a public IP otherwise...
Thanks again for the tips Graham. I'm not sure if the number of bytes received equals the number of bytes sent, because I send the data length before sending the actual data, and then create an array...
You were right, I tried comparing the data that I send and the data that I receive. The initial 10 bytes are identical. The middle 10 bytes are also identical. But when I compare the last 10 bytes of...
I am sending a PNG image in the form of a byte array to the mobile phone using a servlet. On the emulator, this works fine, but when i try it out on a 3650 the following line gives me an...
I am sending a PNG image in the form of a byte array to the mobile phone using a servlet. On the emulator, this works fine, but when i try it out on a 3650 the following line gives me an...
Hi
I am implementing streaming of video on a Series 60 phone (Nokia 3650) by downloading PNG images from an HTTP server and displaying them in quick succession. What I need to know is whether I...
Hi
I am implementing streaming of video on a Series 60 phone (Nokia 3650) by downloading PNG images from an HTTP server and displaying them in quick succession. What I need to know is whether I...