dcooterfrog
Well-Known Member
i am so close
I was able to manipulate a database using sqlite
and wrote the following script
and called it xxx.sh
i can navigate to the directory and cat the file
cat xxx.sh
shows properly
if I drop in to su and try to execute it I get
xxx.sh not found
chmod 777 xxx.sh
did not help
when I get it to work for sure
i will add it to the phone priortizer app and schedule it.
I was able to manipulate a database using sqlite
and wrote the following script
Code:
#stuff
su
sqlite3 /data/data/com.nitrodesk.drois20.nitroid/databases/windroid.db <<SQL_ENTRY_TAG_1
update table
set boolean=0 ;
commit;
.exit
SQL_ENTRY_TAG_1
exit
and called it xxx.sh
i can navigate to the directory and cat the file
cat xxx.sh
shows properly
if I drop in to su and try to execute it I get
xxx.sh not found
chmod 777 xxx.sh
did not help
when I get it to work for sure
i will add it to the phone priortizer app and schedule it.