Solution: The problem was due to a needed update of the mobile firmware.
Type: Posts; User: cristi_armeana; Keyword(s):
Solution: The problem was due to a needed update of the mobile firmware.
Still searching for the solution. It seems that getLength does not return the correct length. I will try on other phones and maybe i will update the software on 3650.
private Image setImage()
{
String url = "http://myAddress/img.png";
Image m_Image = null;
ContentConnection connection = null;
DataInputStream iStrm = null;
try
{
...
I am trying to get an image through HTTP Connection to my mobile phone. I used emulator from Sun and it is working. When i tried on mobile phone(3650) it will not show anything.
I tried also on...