it seems you're still stuck on it, right? I am not sure but you should check
the folder of the database you are inserting, if it's really available. If
you can't change directory to it, so it's possible that your database does
not actually exist.



Regards + Thanks

On Mon, Oct 19, 2009 at 4:18 PM, joareiss <joare...@googlemail.com> wrote:

>
> Thanks for your answer !
>
> I tried the folloing:
>
> C:\android-sdk-windows-1.5_r1\tools>adb shell cd /data/data/
> com.android.provider
> s.settings/databases/settings.db
>
> cd: can't cd to /data/data/com.android.providers.settings/databases/
> settings.db
>
>
> After reading
> http://developer.android.com/guide/developing/tools/adb.html#sqlite
> I tried this:
>
> C:\android-sdk-windows-1.5_r1\tools>sqlite3 /data/data/
> com.android.providers.set
> tings/databases/settings.db
> SQLite version 3.5.9
> Enter ".help" for instructions
> sqlite> INSERT INTO system VALUES(99,'http_proxy','123.456.789:8080');
> Unable to open database "/data/data/com.android.providers.settings/
> databases/set
> tings.db": unable to open database file
>
>
>
> Thank you in advance
> BR
>
>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to