miracle2k / android-autostarts

Tool to manage autostarts (broadcast receivers) on an Android device.
http://elsdoerfer.name/=android-autostarts
GNU General Public License v3.0
207 stars 88 forks source link

Fix program to work on 64-bit architecture #22

Closed anonimou0 closed 7 years ago

anonimou0 commented 7 years ago

When calling the root command, on 64-bit architecture, it didn't find the correspondent /system/lib64/ folder, still looking for /system/lib. Now, it checks the architecture and set the folder accordingly.

AreYouLoco commented 7 years ago

I am waiting so much for this to be merged...

I tried to send Michael an email. But?! I didn't pass spam filter ;P

So please merge this to mainline and update app on f-droid repo so it can be used on newer devices.

anonimou0 commented 7 years ago

@AreYouLoco , not sure how to do this and even if i'm able to. I sent an email to Michael as well. But no response.

I made the built myself and uploaded here: https://github.com/miracle2k/android-autostarts/issues/20 direct link: https://github.com/miracle2k/android-autostarts/files/520751/autostarts_x86_64.zip

miracle2k commented 7 years ago

Sorry guys, I just didn't have a lot of time. Good fix!