Hi guys.
I am now facing with a problem of internet connection inside android emulator. Built-in browser can not connect to internet although it can resolve the address of an url (for example: www.google.com is resolved as
64.233.189.99,..)
I tried to start emulator with the [-http-proxy 192.168.1.xxx:xxx] where the address is my exactly proxy address but failed.
I also tried to using sqlite3 to insert proxy server address to the settings data tables:
"INSERT INTO system VALUES (99,'http_proxy','192.168.1.xxx:xxx');"
Databases: /data/data/com.google.android.providers.settings/databases/settings.db
And confirm that the 99|http_proxy|192.168.1.xxx:xxx was inserted.
But emulator still fails to connect to internet.
Further more, I found an error using logcat:
05-20 04:31:15.138: ERROR/ActivityThread(804): Failed to find provider info for com.google.settings
Then, I check from data/data, there is no com.google.settings existed. => Why?
Any Ideas is appreciated
VinhNT.



