For clear bugs, please use report a bug in troubleshooting section with a clear description.
For other issue and discussions, please leave all feedback here.
For other issue and discussions, please leave all feedback here.
Replace all not working on version 5.29
View attachment 3968
I also reported it just after updatingI already reported it. No text manipulation in 5.29.0 is getting saved into output variables.
I looked at it and saw no duplicate.I think there are duplicate permissions in the manifest
In addition, I have 2 methods of turning on WiFi in airplane mode. One is UI based to click on the WiFi icon and the other uses adb shell command.I have changed Airplane mode actions to use the adb hack option and have an initial observation.
The airplane mode on or off action using the adb hack option appears to take longer to change the mode.
I have macros where I need to turn on WiFi after turning on airplane mode. Previously using MD as digital assistant app a wait of 500ms was sufficient for the WiFi on to work reliably. Just changing the airplane mode to use the adb hack and WiFi didn't turn on. Progressively I tried different wait times until I found 1.25s worked reliably.
This may not be an issue for many, but I thought it would be useful to point out the extra time required for those with similar macros.
I see this twice: com.arlosoft.macrodroid.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION using this app: https://play.google.com/store/apps/details?id=com.wt.apkinfoI looked at it and saw no duplicate.
I see this twice: com.arlosoft.macrodroid.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION using this app: https://play.google.com/store/apps/details?id=com.wt.apkinfo
<permission android:name="com.arlosoft.macrodroid.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" android:protectionLevel="0x2" />
<uses-permission android:name="com.arlosoft.macrodroid.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" />
I installed it with success. Note that arm64 doesn't work for all devices :5.29.1 ARM64 apk seems to be corrupted.
Maybe it changes depending on the version ?MacroDroidDev said:Arm64 APK should work for most modern devices
No problem here5.29.1 ARM64 apk seems to be corrupted.