This link has some suggestions for proxy setting for early (pre-1.5) and later (1.5 thru 1.6) Android emulators: http://www.coderanch.com/t/462906/Android/Mobile/connect-internet-behind-proxy
Basically, the older emulator used a “com.android.provider.setting.db” database or -http-proxy command line switch to set proxy/port/userid/ password. Android 1.5 and 1.6 used: Home->Menu->Settings->WirelessControls- >MobileNetworks->Access Point Names to set multiple proxy/port/userid/ password configurations. My 1.6 emulator is working behind our corporate firewall/proxy. Android 2.0 has some issue where the APN didn't display. I used sqlite3 /data/data/com.android.providers.telephony/databases/ telephony.db to manually set fields and make the entries editable (current=1). I could access local servers, but not get thru the firewall? Android 2.0.1 shows the APN with a default 'TelKila' entry. I can add my proxy information, but still can't get past the firewall (shows Web page not available)? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

