[android-developers] Re: Copying database off device

2009-12-31 Thread Clark Hunter
Link to SDK Tools Info: http://developer.android.com/guide/developing/tools/index.html Rather than pulling db to workstation, just open a 'adb shell' and look at the db directly - see the sqlite3 section in the above tools link. If you need pull/push, see the tools adb section. On Dec 31, 5:56 

[android-developers] Re: Android 2.0.1 emulator: Not able to get Proxy settings to work (tried -http-proxy and APN proxy)

2009-12-07 Thread Clark Hunter
it here so I can have a look at it. Also see -help-proxy for details about the proxy parameter. Hope this helps. On Fri, Dec 4, 2009 at 10:19 AM, Clark Hunter chbrigh...@gmail.com wrote: This link has some suggestions for proxy setting for early (pre-1.5) and later (1.5 thru 1.6) Android

[android-developers] Android 2.0.1 emulator: Not able to get Proxy settings to work (tried -http-proxy and APN proxy)

2009-12-04 Thread Clark Hunter
This link has some suggestions for proxy setting for early (pre-1.5) and later (1.5 thru 1.6) Android emulators: http://www.coderanch.com/t/462906/Android/Mobile/connect-internet-behind-proxy Basically, the older emulator used a “com.android.provider.setting.db” database or -http-proxy command