I successfully rooted my Galaxy Tab and now I'd like to debug a SQLite database of my application using sqlite3 command on the device but it is not available there.
Is there any way how to install/inject this tool to the device, please?
Thank you for your answers.
If you are rooted on your galaxy tab, you can install Busybox, Connectbot and Terminal IDE from the Samsung Market, then you can install linux (i.e. google "sourceforge linux on android") which is packaged with python. I am running unbuntu 12 precise from sourceforge on my galaxy tab 10.1. Ubuntu12.04 beta comes with both python 2.7 and python 3.2.2. Python can implement sqlite3.