Android Tablets Forum banner
1 - 8 of 291 Posts

· Registered
Joined
·
425 Posts
I started up the 1.6 emulator and then ran the 1.x adb code above (from the SDK 'tools' directory') and all that is returned is "sqlite3: not found". Any ideas? By the way, I've used Market fine from the emulator. Thanks folks.....
 

· Registered
Joined
·
425 Posts
OK, not sure where I'm going wrong. I bring up a cmd prompt and type in adb shell. The shell starts. I type in sqlite3 and get not found. So I try clicking on sqlite3.exe using Windows Explorer and a cmd prompt window opens with sqlite3 started. So I put in the /data/data....... command and get "Error: near "/": syntax error". I know this has to be a dumb user problem, but I don't see where I'm going wrong.
 

· Registered
Joined
·
425 Posts
clockworx said:
I'm not sure why "ls" doesn't work but the correct command is "sqlite3" (as opposed to "sqlite")
That was just a typo on this run. sqlite3 does the same thing.
C:pandigitalhacksandroid-sdk_r06-windowsandroid-sdk-windowstools>adb shell
# cd /system/xbincd /system/xbin
# lslsls: not found
# sqlite3sqlite3sqlite3: not found#
 

· Registered
Joined
·
425 Posts
clockworx: Yes, definitely only have the emulator running. Had the same problem using ./sqlite3. For grins, I stopped the emulator and plugged in the PDN. Running the command again, just goes back to the command prompt - no error message. Very odd behavior. I think I've taken up more than enough of your time tonight. Not sure what to try next but I guess I'll pick up on this again tomorrow. Thanks for all of the help.
 

· Registered
Joined
·
425 Posts
edit_text said:
That would pretty much be it just make sure the sqlite3 file is in the same directory as the accounts.dbOn a side note clockworx, the market seems to work. However, it fails anytime I try to download an app.e_t
One last thing. Using edit_text's method worked. The two commands you provided were all that was needed. I'll still do some more testing to see if I can figure out why using the adb shell command didn't work and post if I find anything.Thanks again...........
 
1 - 8 of 291 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top