zwantE
Dauer-User
- 204
Kann mir jemand sagen wie ich mit Tasker SQL Anweisungen ausführen kann? Gibt es dafür bereits ein plugin?
Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: This feature currently requires accessing the site using the built-in Safari browser.
Sql (65)
A1: Variable Set [
Name:%path
To:/data/data/com.android.providers.calendar/databases/calendar.db ]
A2: Variable Set [
Name:%command
To:"SELECT title FROM events WHERE eventlocation = 'Berlin';" ]
A3: Run Shell [
Command:sqlite3 %path %command
Timeout (Seconds):0
Use Root:On
Store Output In:%output
Store Errors In:%error
Store Result In:
Continue Task After Error:On ]
A4: Flash [
Text:%output; %error ]