Thanks Mark,  I can access the db files.

Although the device now gets the proxy but the browser is hung up
(earlier it gave the not found message), also
the -http-proxy startup option does'nt work, I can't see it on the
system table.
Any solutions?


On Aug 21, 3:51 pm, Mark Murphy <[EMAIL PROTECTED]> wrote:
> shan wrote:
> > I need to access the "system" table in data/data/
> > com.android.providers.settings/databases/settings.db in the adb shell.
> > I had earlier did this in the m5 to insert the 'http_proxy' field, but
> > now i can't invoke sqlite3 from the adb shell.
> > Please assist.
>
> Use adb pull (or the equivalent IDE action) to download your SQLite
> database to your development machine. Then use any SQLite client you
> want (sqlite3 console app, SQLite Manager Firefox extension, etc.). If
> you make changes you want reflected on the phone, use adb push (or the
> equivalent IDE action) to put the database back on the phone.
>
> --
> Mark Murphy (a Commons Guy)http://commonsware.com
> _The Busy Coder's Guide to Android Development_ Version 1.1 Published!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new Android 0.9 SDK beta!
http://android-developers.blogspot.com/2008/08/announcing-beta-release-of-android-sdk.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to