Could you try and see if providing the direct IP helps..

Also what configuration did you follow to enable proxy..

need to use the following

db shell
sqlite3 /data/data/com.google.android.providers.settings/databases/
settings.db "INSERT INTO system
VALUES(99,'http_proxy','192.168.0.88:8118');"
sqlite3 /data/data/com.google.android.providers.settings/databases/
settings.db "SELECT * FROM system"
sqlite3 /data/data/com.google.android.providers.settings/databases/
settings.db "DELETE FROM system WHERE _id=99"


to add, view and delete ther proxy entries..

Regards,
Nagendra
www.tejasoft.com
- Offshore Java Code Audit and Refactoring Experts.

On May 12, 8:19 am, "resbonus(USOON.net)" <[EMAIL PROTECTED]> wrote:
> Hi every one,I am a Chinaese user,using ADSL to connect to
> network,with dynamic IP. The computer works well with
> network connection.But in android,emulator or in eclipse,I can't
> connect to network.While using android maps,it tells me that "the
> network seems to be down,...",in browser,it tells me that "connection
> failed...". I have closed the firewall,and tried to use
> http_proxy ,but got the seam problem.What's wrong?Can anyone give me
> suggestion?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to