2008/9/11 Ed Burnette <[EMAIL PROTECTED]> > > I tried taking the /system/bin/sqlite3 from the M5 version and > installing it into 0.9_beta but it didn't work. I ran the M5-rc15 > emulator with -wipe-data, used adb pull to get the program, ran the > 0.9_beta emulator with -wipe-data, ran adb remount to make /system > read write, used adb push to upload sqlite3 to /system/bin, used adb > shell chmod 777 /system/bin/sqlite3 to make it executable, and then > tried to run it in an adb shell. Unfortunately it just returned > immediately with no errors or output. >
I don't think you can upload sqlite3 to adb shell and make it work. But you should be able to add sqlite3 in tools dir to 0.9 windows sdk from the previous m5 sdk. Or you could download sqlite3 windows binary from the web. > When you say this "will be fixed in the next release" do you mean (a) > that the Android system image will include a working /system/bin/ > sqlite3 that you can run with adb shell (like M5 had), or do you mean > (b) that there will be a Windows (or Linux or Mac) binary installed on > the development computer as part of the SDK? > Yes both. Sorry for not being specific enough. > Also... is there an issue number for tracking this? A quick search > didn't turn up one. There is an internal bug for tracking this... it will be fixed in the next release. > Thanks, > --Ed > > On Aug 19, 11:09 pm, "Megha Joshi" <[EMAIL PROTECTED]> wrote: > > It seems windows sdk is missing tools/sqlite3 which will be fixed in the > > next release. For the time being if you use Linux, you will find > > tools/sqlite3. > > > > On Tue, Aug 19, 2008 at 7:31 PM, Brad Larson <[EMAIL PROTECTED]> wrote: > > > > > I'm using windows, although I have access to a linux box if that is > > > needed > > > > > On Aug 19, 5:27 pm, "Megha Joshi" <[EMAIL PROTECTED]> wrote: > > > > Which OS are you using? > > > > > > On Tue, Aug 19, 2008 at 3:15 PM, Brad Larson <[EMAIL PROTECTED]> > wrote: > > > > > > > Thank you for the reply Magha. I can't find anything related to > > > > > sqlite in the tools directory. Could you please provide more > > > > > information? > > > > > > > Thanks! > > > > > -Brad > > > > > > > On Aug 19, 4:52 pm, "Megha Joshi" <[EMAIL PROTECTED]> wrote: > > > > > > You cab use sqlite3 from the sdk tools directory directly... > > > > > > > > On Tue, Aug 19, 2008 at 2:26 PM, Brad Larson <[EMAIL PROTECTED] > > > > > wrote: > > > > > > > > > Has the sqlite3 command line tool been removed from 0.9beta? I > > > > > > > haven't been able to find anything in the documentation, but I > do > > > get > > > > > > > sqlite3: not found from the shell. This was a useful debug > tool... > > > if > > > > > > > it has been removed, is there anything to replace it? > > > > > > > > > Thanks, > > > > > > > Brad > > > --~--~---------~--~----~------------~-------~--~----~ 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] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

