Why do I get a “sqlite3: not found” error on a rooted Nexus One when I try to open a database using the adb shell?

As an alternative (may not be secure or even good idea though) you can always upload the sqlite3 binary to /system/bin this worked for me: First lets mount /system/ to allow read/write (rw) $ adb shell $ su # mount -o remount,rw /system in another terminal change directory (cd) to where sqlite3 is and lets … Read more