Step 7: Download [latest Magisk apk](https://github.com/topjohnwu/Magisk/releases/) and change the .apk extension to .zip. Extract zip and look into lib here you can find the binary tools for your architecture. On PC you extract lib/x86/libmagiskboot.so
Magisk has some native static linked binary for x86 packed inside their apk. Download the magisk's apk, unzip it, look inside lib/ and you will find some x86 binary. There will be libmagiskboot.so. Just run it like a normal Linux executable (./libmagiskboot.so)
Hello.
I'm trying to enable KVM for SM-A600G (Samsung Galaxy A6 with exynos7870). This is the tutorial that I'm following :
https://github.com/raspiduino/a6lte-kvm
at point 7,he says :
Step 7: Download [latest Magisk apk](https://github.com/topjohnwu/Magisk/releases/) and change the .apk extension to .zip. Extract zip and look into lib here you can find the binary tools for your architecture. On PC you extract lib/x86/libmagiskboot.so
and even on the issues that I've opened :
https://github.com/raspiduino/a6lte-kvm/issues/5
he says :
Magisk has some native static linked binary for x86 packed inside their apk. Download the magisk's apk, unzip it, look inside lib/ and you will find some x86 binary. There will be libmagiskboot.so. Just run it like a normal Linux executable (./libmagiskboot.so)
ok. I've got the Magisk apk from here :
https://github.com/topjohnwu/Magisk/releases/download/v26.1/Magisk-v26.1.apk
but I've seen that inside the folder lib/x86 and lib/x86_64 there aren't binaries. Why ?