Since it is not possible to specify the APN for HttpConnection in plain Java ME, are there vendor specific hacks other than BlackBerry OS URL suffixes?

link|improve this question

43% accept rate
are you asking about Blackberry specific hacks? if not, what device are you interested to know about? – gnat Nov 16 '11 at 15:08
I'm interested any Java ME device that does not come from RIM – Hans Malherbe Nov 16 '11 at 16:03
feedback

1 Answer

The only way I know is using a suffix:

"http://somenonexistingurl.fake;apn=<myapn>"

I think it should also work in a J2ME MIDlet running on BB.

As for the other non-bb devices, my guess is no. In J2ME you are not programming to a "phone" but to a "connected limited device" which may not have internet at all.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.