[android-developers] Re: Emulator is not able to connect to network

2008-12-29 Thread yukinoba
to dear David, You're right. It's actually a proxy problem at all. In the cupcake version, you need to set proxy through the following steps: 1) adb shell 2) cd /data/data/com.android.providers.settings/databases 3) sqlite3 settings.db 4) INSERT INTO secure

[android-developers] Re: Emulator is not able to connect to network

2008-12-18 Thread David Turner
first, use emulator -wipe-data to rest your /data partition.If this still doesn't solve the problem, try updating to 1.0_r2 and let us know On Fri, Dec 19, 2008 at 3:06 AM, Esther esther...@gmail.com wrote: My emulator can't connect to network by Browser or Email application but the PC does

[android-developers] Re: Emulator is not able to connect to network

2008-12-18 Thread yukinoba
hi David, I have the same situation to this. However, I could connect to internet by using HttpClient and get responses. The 3G icon appears in the top of Android home, but browser does not work at all. I have my own proxy address with proxy.local:80, and sets in the Eclipse preference and using