I pushed sqlite3 (from my Android SDK tools folder) to my rooted device 
(*Galaxy 
S III, 4.0.3*), since it wasn't on there.

But executing any query or even just entering sqlite3 fails with an error.

via adb shell:

~ # sqlite3/system/xbin/sqlite3: line 1: syntax error: unexpected "("
~ # sqlite3 /data/system/accounts.db "delete from grants;"/system/xbin/sqlite3: 
line 1: syntax error: unexpected "("

What's wrong?

I also tried to use "sqlite3" (with ", as suggested by somebody on 
http://stackoverflow.com/questions/13696259/sqlite3-on-android-fails-with-syntax-error-unexpected),
 
but it makes no difference. 

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to