posted 13 years ago
If the user agent is the same as the host device(?), you can make a call to
I believe the other cross-platform calls are "microedition.encoding" for character encoding, "microedition.configuration" for the support CDC/CLCD and "microedition.profiles" for the supported MIDP. There may be others, but those are the ones I know of that are of use in getting information about the device the midlet is running on.
I believe the other cross-platform calls are "microedition.encoding" for character encoding, "microedition.configuration" for the support CDC/CLCD and "microedition.profiles" for the supported MIDP. There may be others, but those are the ones I know of that are of use in getting information about the device the midlet is running on.
Sebastian Green
Ranch Hand
Posts: 136
posted 13 years ago
I supose it works cause Im getting no errors and exceptions and Im having no problems to get the data. Instead of "User-Agent" "j2me" when I use WTK 1.0.4 Thanks but Im not shure what setRequestProperty(), Im using it two times, wouldnt that mean that the "User-Agent" would be overwritten when I use it the seconds time?
/ Sebastian<br />No blog, No homepage, No life?
