MacroDroid Helper APK

Endercraft

Moderator (& bug finder :D)
I'm using Google Pixel 7 Pro phone and when I try and install it says This app isn't compatible with my phone. Is there a version that is?
View attachment 7545
Your phone is lying to you, see this thread:
 

mrg9999

New member
Your phone is lying to you, see this thread:
This is the error message from ADB
C:\adb>adb install --bypass-low-target-sdk-block MacroDroidHelper_v1_13.apk
Performing Streamed Install
adb: failed to install MacroDroidHelper_v1_13.apk: Failure [INSTALL_FAILED_DEPRECATED_SDK_VERSION: App package must target at least SDK version 23, but found 21]

[SOLVED]
Pixel 7 pro Android 14

Screenshot from app on phone
1699797742436.png


OK, hold on it's working now
C:\adb>adb install --bypass-low-target-sdk-block MacroDroidHelper_v1_13.apk
Performing Streamed Install
Success

Not sure what I did except try it three times. Don't think I pressed the OK, somewhere above.
 
Last edited:

mrg9999

New member
Are you 100% sure you wrote it right ?
I just up arrow repeated the command 3 times, then it worked
C:\adb>adb install --bypass-low-target-sdk-block MacroDroidHelper_v1_13.apk
Performing Streamed Install
adb: failed to install MacroDroidHelper_v1_13.apk: Failure [INSTALL_FAILED_VERIFICATION_FAILURE: Install not allowed for file:///data/app/vmdl666835121.tmp]

C:\adb>adb install --bypass-low-target-sdk-block MacroDroidHelper_v1_13.apk
Performing Streamed Install
Success

C:\adb>adb install --bypass-low-target-sdk-block MacroDroidHelper_v1_13.apk
Performing Streamed Install
Success
 

mrg9999

New member
I guess you didn't allow installing or forgot to enable some permissions for adb.
Well it's working now.

Maybe something else you can help me with.
Macrodroid said I had to enter
"adb shell pm grant com.arlosoft.macrodroid android.permission.WRITE_SECURE_SETTINGS"
to allow mobile data to be turned on and off from macros.

I had this saved from last time.
Is there a list of other permissions that might be required so that I can enter them all in advance?
 

Endercraft

Moderator (& bug finder :D)
You can run this script to grant almost all permissions including ones that you can grant normally. They file is in a zip because I can't upload scripts directly.
 

Attachments

  • allow_permissions.zip
    984 bytes · Views: 22

Donworry5

New member
You can run this script to grant almost all permissions including ones that you can grant normally. The file is in a zip because I can't upload scripts directly.
That script looks good, a little similar to another script someone else wrote that seems to be intended to guide step-by-step and help download extract, and connect via ADB.
Hopefully, that developer will see your script and maybe integrate it.
Or maybe you two could work together on an official step-by-step script for newbies to use. https://gitlab.com/mhmatthewhugley/...e/TARSetupMacroDroidADB_HelperApplication.bat
 

Endercraft

Moderator (& bug finder :D)
That script looks good, a little similar to another script someone else wrote that seems to be intended to guide step-by-step and help download extract, and connect via ADB.
Hopefully, that developer will see your script and maybe integrate it.
Or maybe you two could work together on an official step-by-step script for newbies to use. https://gitlab.com/mhmatthewhugley/...e/TARSetupMacroDroidADB_HelperApplication.bat
The script I attached is part of another script that does approximately the same thing as what you linked although it is compatible with Linux (Android) and Windows.
I don't think @MacroDroidDev has time to create the script, fortunately some in the community can help with this.
 
Top