I run command >>adb pull >>/data/data/com.google.android.providers.settings/databases/settings.db >>C:\Android
i get error remote object "/data/data/com.google.android.providers.settings/ databases/settings.db" does not exists... 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 invokesqlite3from 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 (sqlite3console 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 -~----------~----~----~----~------~----~------~--~---

