Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| xro:tasker_calllog [2020-01-18 15:26] – created xro | xro:tasker_calllog [2025-11-09 09:25] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== Call Log with Tasker for Android ===== | ===== Call Log with Tasker for Android ===== | ||
| + | {{tag> | ||
| This implements logging of ingoing and outgoing calls to your calendar. I use an extra Nextcloud calendar " | This implements logging of ingoing and outgoing calls to your calendar. I use an extra Nextcloud calendar " | ||
| Line 8: | Line 9: | ||
| * App [[https:// | * App [[https:// | ||
| * Additional permissions for Tasker, since Android 8: | * Additional permissions for Tasker, since Android 8: | ||
| - | * '' | + | * '' |
| - | * '' | + | * '' |
| === Set Permissions using adb === | === Set Permissions using adb === | ||
| | | ||
| adb shell pm grant net.dinglisch.android.taskerm android.permission.PROCESS_OUTGOING_CALLS | adb shell pm grant net.dinglisch.android.taskerm android.permission.PROCESS_OUTGOING_CALLS | ||
| - | adb shell pm grant net.dinglisch.android.taskermandroid.permission.READ_PHONE_STATE | + | adb shell pm grant net.dinglisch.android.taskerm android.permission.READ_PHONE_STATE |
| ==== The App ==== | ==== The App ==== | ||