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