1. On the tools folder of the sdk use cmd and do the following while the emulator is running:
adb pull /data/data/com.android.providers.settings/databases/settings.db settings.db 2. Then using sqlite.exe do: sqlite3 settings.db "INSERT INTO system VALUES(99,'http_proxy','yourproxy.server.com:port');" *where yourproxy.server.com:port is your proxy's server address You can also use any other sqlite software such as a firefox's sqlite manager 3. Push the .db back to the emulator adb push settings.db /data/data/com.android.providers.settings/databases/settings.db Restart the emulator Hope this helps! -F -----Original Message----- From: [email protected] [mailto: [EMAIL PROTECTED] On Behalf Of Jeff Sent: Thursday, November 13, 2008 9:11 AM To: Android Discuss Subject: [android-discuss] how to let android simulator browser connect internet through proxy I connect to internet through a proxy . Now in android simulator browser can not connect internet. Why? There are some settings for proxy in android simulator browser? Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
