[android-beginners] Re: Setting proxy on emulator: Unable to open settings.db

2009-10-19 Thread Chaiyasit T
hi I recommend you to login to the the emulaltor's shell before using sqlite3 ex: ./adb shell cd /data/data.../databases sqlite3 you_file_database Regards + Thanks On Mon, Oct 19, 2009 at 3:52 PM, joareiss joare...@googlemail.com wrote: Hello, Does anyone know what I have to do in order

[android-beginners] Re: Setting proxy on emulator: Unable to open settings.db

2009-10-19 Thread joareiss
Thanks for your answer ! I tried the folloing: C:\android-sdk-windows-1.5_r1\toolsadb 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

[android-beginners] Re: Setting proxy on emulator: Unable to open settings.db

2009-10-19 Thread Chaiyasit T
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

[android-beginners] Re: Setting proxy on emulator: Unable to open settings.db

2009-10-19 Thread joareiss
It is a predefined database from android. In this database I want to set my proxy settings for the emulator so that I can connect to the internet with my android emulator. This is described here: http://openhandsetmagazine.com/2007/11/tips-howto-connect-android-emulator-behind-proxy/ When I

[android-beginners] Re: Setting proxy on emulator: Unable to open settings.db

2009-10-19 Thread joareiss
This worked for me: http://www.anddev.org/not_able_to_do_proxy_setting_for_the_emulator-t6418.html Thanks anyway. BR --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group,