Binary addon not works on Android

Hi all,

I successfully compiled a static ARM binary and created an addon, which loads it as a daemon. Well, it works fine on an RPi2, but on my phone, it gives a ‘No such file or directory’…. Sad

AFAIK, it caused, because the external storages (like /storage/emulated/0, or /storage/sdcard1) is mounted with the noexec flag. Which is okay, because it makes my sdcard more safety. But I want to run this binary. Big Grin

Well, is there a way to move the binaries under /data/data/org.xbmc.kodi/… folder, where hopefully, I Can run theese binaries? Or what Can I do? (Unfortunately, I haven’t got root access)

Many thanks!