I am creating a Java ME
application to connect to server. My problem in HttpConnection
setting issue. how can i dynamically configure gprs setting in my application.Opera mini browser dynamically get connection setting. how can i do same in my application ?
You don't need to get connections for your applications because of the following reasons
HttpConnetion gets the default settings for java . trying to load this setting would involve you developing specific application version for each phone
Opera mini has different arrangement with most telecom to force all connection via WAP gateway because they require MSISDN and IMSI information .. Am sure you don't want to go this wrote
Blackberry has option to connect via BIS, BES , Wifi or WAP ... this is very straight forward but am sure your application is not for blackberry
4 reason your app might not be working
I hope this helps
Thanks :)