on port other than 80, it all depent on ur mobile ISP, some GPRS/wap setting simply block all the acesss to a URL other than 80
Type: Posts; User: jstorm; Keyword(s):
on port other than 80, it all depent on ur mobile ISP, some GPRS/wap setting simply block all the acesss to a URL other than 80
maybe ur URL length is too long for 7650
same problem also happen to me, it seems a bug on OS
if u developing on 7650c, and if u display string is static (included in code), just use canvas.drawString, form.appendText to display it. If the text is download from web, then u need to use readUTF...
no limit on 7650, but the wap server on the different ISP may have size limitation on the OTA
Hi developers,
where i can download the library and document of mobile media API??
thxs
release soon at HK, maybe 2 weeks later, not very sure. But i have one on hand for development
Hi Nokia,
i am a j2me devloper in Hong Kong(china), when i developing midlet on chinese version 7650, i found out the following bugs on UI
List, TextField' label, Choice Group don't work on...
hi, i am developing chinese midlet,
i read the data from network, i am using readUTF() to read the chinese data so it can display on canvas. (in current version, only canvas, and form.append(string)...
try start a thread to play the sound, instead of play it in the main midlet thread.
me 2, this error always pop up for the 1st set up a http connection
make sure each of the http connect running in a thread other than ur main midlet
yep, in 7650 ur URL can't longer than 148 chars, so i need to write a converting jsp get a short form of URL parameter as user=abc123 turn to u=abc123
I got a status = -9 :(
what is this error means???
it happens when i trying to get a input stream from HttpConnection