rovo89 / XposedInstaller

3.88k stars 1.51k forks source link

build recipe for embedded busybox #437

Closed Bubu closed 6 years ago

Bubu commented 6 years ago

I've now added this (back?) to F-Droid: https://gitlab.com/fdroid/fdroiddata/commit/29433efdc3a84da107cd1becfcbf07554946ceba

What I noticed is that the f-droid distributed version removes the embedded busybox bindaries (because they are in the repo only in binary form) and instaed requires busybox to be available on the target device.

This is explicitly stated in the app description to avoid confusion. Still I'd like to have feature parity with the official apks. Can you share how you compiled the busybox binaries in this repo? Which busybox config did you use, which ndk-toolchain versions?

Bubu commented 6 years ago

I found the source tree and build scripts in your other repos now. I'll see what I can do with them.