Re: [android-beginners] Android Emulator Internet Setting

2010-05-22 Thread Ali Murtaza
Then what i should do?? On Sat, May 22, 2010 at 12:20 AM, David Turner wrote: > The -http-proxy option was fixed in the emulator binary that comes with SDK > 2.2 (it was only broken on Windows, for the record). > > > On Thu, May 20, 2010 at 8:52 AM, Ali Murtaza wrote: > >> The system is using p

Re: [android-beginners] Android Emulator Internet Setting

2010-05-21 Thread David Turner
The -http-proxy option was fixed in the emulator binary that comes with SDK 2.2 (it was only broken on Windows, for the record). On Thu, May 20, 2010 at 8:52 AM, Ali Murtaza wrote: > The system is using proxy to connect the internet. I have tried to set the > proxy by running query > > android-s

Re: [android-beginners] Android Emulator Internet Setting

2010-05-20 Thread Ali Murtaza
The system is using proxy to connect the internet. I have tried to set the proxy by running query android-sdk-windows/tools> adb.exe shell sqlite3 /data/data/com.google.android.providers/setting/databases/setting.db "INSERT INTO System values(111, 'http_proxy','ipaddress:portno');" then press ente

Re: [android-beginners] Android Emulator Internet Setting

2010-05-20 Thread Kaustubh Padegaonkar
You really dont need to do anything. The emulator should pick up your internat connection automatically. although you might wanna load up the emulator *after* you connect to the internet. Kaustubh Padegaonkar, thetuxra...@gmail.com On Tue, May 18, 2010 at 3:00 PM, Ali Murtaza wrote: > I am usi