# sqlite3 /data/data/com.moodme.android/databases/moodme
sqlite3 /data/data/com.moodme.android/databases/moodme
sqlite3: not found
| |||
|
feedback
|
|
On the Android emulator, | |||||||||||||||
feedback
|
|
As an alternative (may not be secure or even good idea though) you can always upload the First lets mount
in another terminal change directory (cd) to where
Now back to the other shell lets change the permission of the binary
Now lets mount back
And now we can use sqlite3 from shell:
Note: I'm using the sqlite3 binary that comes with "SuperOneClickv1.6.5-ShortFuse" | |||||||
feedback
|
|
From the answer of evelio, I had problem to push the sqlite3 file to /system/bin. So, instead, I have pushed it to the /sdcard. In this thread I found the right Solution (answer of Kila): How can I install sqlite3 on rooted NexusOne runs Gingerbread
It works on my Samsung Galaxy S II with 2.3.3 | |||
feedback
|