already read something in some threads but couldn't find a definite answer to a question: must i have root to be able to run a sql command from "run shell" action?
i would like to run some sql commands that allow me to make some work on a db. I created the db by myself and i saved it on sdcard.
but if i try and run a sql command i get the same %error: "sqlite3: permission denied".
for instance i tried the following:
Test Sql (17)
A1: Run Shell [ Command:sqlite3 Watchedlist.db "SELECT * FROM t1"; Timeout (Seconds):0 Use Root:Off Store Output In:%output Store Errors In:%error Store Result In:%result Continue Task After Error:On ]
A2: Flash [ Text:%output Long:Off ]
A3: Flash [ Text:%result Long:Off ]
A4: Flash [ Text:%error Long:Off ]
No matter what kind of sql command i put in there, A3 is always "127" and A4 is always "sqlite3: permission denied".
i guess i must have root to do all of this, but can anyone confirm it?
and if so, is there any workaround to do it without root permission?
thanks in advance