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

2010-01-03 Thread Aaron Li
, //com.android.masfproxyservice.MasfProxyService)); //startService(proxyServiceIntent, null); Does that imply the browser won't consider proxy anymore? Best regards, Aaron On 2009年12月28日, 下午4時56分, Aaron Li yhlee...@gmail.com wrote: Hello, is it possible to set http proxy on real device with Android 2.0.1? -http-proxy only

[android-developers] Re: Android 2.0.1 emulator: APN proxy setting is unable to function as before?

2009-12-28 Thread Aaron Li
about real device? Where to set -http-proxy on real device? Thanks very much. Best regards, Aaron On 12月24日, 下午1時20分, Aaron Li yhlee...@gmail.com wrote: Hello all, I wrote a http proxy on Android 1.5 four months ago. It can work properly on both 1.5 and 1.6 emulator, with APN proxy setting

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

2009-12-28 Thread Aaron Li
Hello, is it possible to set http proxy on real device with Android 2.0.1? -http-proxy only available for emulator :( Best regards, Aaron On 12月16日, 下午3時33分, WebUX1 web...@gmail.com wrote: Hi, I am also experiencing this same issue where G1.6 emulatorproxy works withAPNsettings but trying to

[android-developers] Android 2.0.1 emulator: APN proxy setting is unable to function as before?

2009-12-23 Thread Aaron Li
Hello all, I wrote a http proxy on Android 1.5 four months ago. It can work properly on both 1.5 and 1.6 emulator, with APN proxy setting to 127.0.0.1. However, when i port this app to 2.0.1, it's not working anymore. Did browser on emulator 2.0.1 change its behavior? It seems that the browser no

[android-developers] Is Settings.Secure.HTTP_PROXY the same as APN on proxy?

2009-07-30 Thread Aaron Li
Hello all, I'm just curious about the proxy setting in APN, it seems that this setting will lead default browser traffic to pass through it. Is this APN proxy setting the same as HTTP proxy ? Any feedback will be highly appreciated. Best regards, Aaron

[android-developers] How to modify HTTP PROXY by using Android API?

2009-07-28 Thread Aaron Li
Hello all, I found a statement in SDK document about HTTP PROXY. It seems that there is no way to modify HTTP PROXY directly by using API since this becomes read only in Settings.Secure.HTTP_PROXY . Is there any other way to change this settings? either via UI or function call. Any help would

[android-developers] URL interception in android browser

2009-06-30 Thread Aaron Li
Hello all, I want to implement an URL filter in current android browser to intercept urls before the user actually browse the page. One thing that came to my mind is to write a WebKit plugin, which implies that I might need to download android source and do this at firmware level. Is it

[android-developers] URL interception in browser

2009-06-30 Thread Aaron Li
Hello all, I want to implement an URL filter in current android browser to intercept urls before the user actually browse the page. One thing that came to my mind is to write a WebKit plugin, which implies that I might need to download android source and do this at firmware level. Is it