rovo89 / XposedInstaller

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build recipe for embedded busybox

Bubu opened this issue · comments

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?

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