[android-beginners] Re: Emulator Proxy

2009-08-19 Thread David Turner
There are some proxy-related fixes in Android SDK 1.5_r3, can you test with
this and report if yourproblem still persists?

If it does, can you start with the -debug-proxy option and show the output
here?

On Tue, Aug 18, 2009 at 6:20 PM, chengks99 chengk...@gmail.com wrote:


 I encounter some problem when starting emulator using -http-proxy

 C:\android-sdk-windows-1.5_r2\toolsemulator -avd android1 -http-proxy
 proxy.##.##.com:8080 -debug-proxy
 proxy_http_setup: creating http proxy service connecting to:
 proxy.##.##.com:8080
 server name 'proxy.##.##.com' resolved to XX.XX.X.X:8080
 proxy_http_setup: creating HTTP Proxy Service Footer is (len=2):
 '
 '

 however, I still cant use internet connection via emulator's browser.
 I also tried command below:

 ./adb shell sqlite3 /data/data/com.google.android.providers.settings/
 databases/settings.db “\”INSERT INTO system VALUES(99,’http_proxy’,’
 proxy.##.##.com:8080’);\”

 but seems had no effect at all, the problem remain. Can anyone help me
 on this issues? Thank you...

 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Emulator Proxy

2009-08-19 Thread swapnil

Hi,

I don't exactly know why such things happen but you can try with
different Primary Key valeues such as (101,111).

In my case same thing was problem but once I change this the things
are working pretty fine.

Have a go  check if you also get same things or not.

Aslo while setting proxy use the ip address rather that name.


Regards,
Swapnil Dalal.

On Aug 19, 6:20 am, chengks99 chengk...@gmail.com wrote:
 I encounter some problem when starting emulator using -http-proxy

 C:\android-sdk-windows-1.5_r2\toolsemulator -avd android1 -http-proxy
 proxy.##.##.com:8080 -debug-proxy
 proxy_http_setup: creating http proxy service connecting to:
 proxy.##.##.com:8080
 server name 'proxy.##.##.com' resolved to XX.XX.X.X:8080
 proxy_http_setup: creating HTTP Proxy Service Footer is (len=2):
 '
 '

 however, I still cant use internet connection via emulator's browser.
 I also tried command below:

 ./adb shell sqlite3 /data/data/com.google.android.providers.settings/
 databases/settings.db “\”INSERT INTO system VALUES(99,’http_proxy’,’
 proxy.##.##.com:8080’);\”

 but seems had no effect at all, the problem remain. Can anyone help me
 on this issues? Thank you...
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---