Try to use adb pull the database from the hardware environment and push to the emulator to modify the settings, then pull back, then push to the real hardware device. Alternatively, you may be able to modify it on the Windows host using the sqlite3 distributed in the SDK tools(at least with 1.0r1 distribution). Possibily, you can pull the sqlite3 from the emulator and push to the real hardware if adb is enabled there. Note, since / and /system is read-only, you may need to put somewhere else. Hope it helps! -- Chen
On Sat, Sep 27, 2008 at 12:14 PM, Naseer <[EMAIL PROTECTED]> wrote: > > sqlite3 is not there anymore on the emulator > > On Sep 26, 2:42 pm, "Chen Yang" <[EMAIL PROTECTED]> wrote: > > see whether it helps. > http://discuz-android.blogspot.com/2008/01/set-proxy-for-android-web-... > > > > > > > > On Fri, Sep 26, 2008 at 5:23 PM, Ben <[EMAIL PROTECTED]> wrote: > > > > > Hi Deepak, > > > > > Surely those startup options are for the emulator and don't apply to > > > real hardware??? > > > > > Kind Regards, > > > > > Ben > > > > > On Sep 24, 1:54 pm, deepak singal <[EMAIL PROTECTED]> wrote: > > > > Hi Ben, > > > > > > Please check the below link for network related settings ----> > > > > > > > http://code.google.com/android/reference/emulator.html#startup-options > > > > > > Thanks & Regards, > > > > Deepak > > > > -- > > Yang, Chen > > > -- Yang, Chen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Internals" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-internals?hl=en -~----------~----~----~----~------~----~------~--~---
