[android-developers] Android 2.0.1 emulator: Not able to get Proxy settings to work (tried -http-proxy and APN proxy)

2009-12-04 Thread Clark Hunter
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

Re: [android-developers] Android 2.0.1 emulator: Not able to get Proxy settings to work (tried -http-proxy and APN proxy)

2009-12-04 Thread David Turner
Try using the -http-proxy proxy option when starting the emulator. This implements a transparent HTTP proxy that doesn't need modifying settings in the emulated system at all. It used to be buggy in previous releases of the emulator (mainly when used with MS proxy servers) but this should have