TaskerSettings icon indicating copy to clipboard operation
TaskerSettings copied to clipboard

Cannot install Tasker after installing TaskSettings

Open k3yma opened this issue 6 months ago • 3 comments

Android 16 on Google Pixel 8 Pro (non-rooted) with latest security updates applied.

I installed TaskerSettings with the following command:

adb install --bypass-low-target-sdk-block TaskerSettings.apk

However then trying to install Tasker, I get the following error:

Failure [INSTALL_FAILED_DUPLICATE_PERMISSION: Package net.dinglisch.android.taskerm attempting to redeclare permission com.joaomgcd.taskersettings.SET_SETTING already owned by com.joaomgcd.taskersettings]

If I do the install in reverse, i.e. Tasker then TaskSettings, I get the inverse of the error:

adb: failed to install TaskerSettings.apk: Failure [INSTALL_FAILED_DUPLICATE_PERMISSION: Package com.joaomgcd.taskersettings attempting to redeclare permission com.joaomgcd.taskersettings.SET_SETTING already owned by net.dinglisch.android.taskerm]

k3yma avatar Jul 29 '25 15:07 k3yma