rootcloak icon indicating copy to clipboard operation
rootcloak copied to clipboard

SmartToken app not working

Open eusebiu opened this issue 6 years ago • 0 comments

SmartToken app (https://play.google.com/store/apps/details?id=ro.raiffeisen.eToken) not working on Nexus 5 Android Pie (https://forum.xda-developers.com/google-nexus-5/development/rom-unofficial-aosip-pie-beta-t3925878). I compiled RootCloak 3.0 beta on armeabi-v7a so I could install the native lib (installed Riru, EdXposed from Magisk v19.1)

I had to change build.gradle (Module app) ` android {

...

externalNativeBuild {

    ndkBuild {

        path file('src/main/jni/Android.mk')

    }

}

splits {

    abi {

        enable true

        reset()

        include 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a' //select ABIs to build APKs for

        universalApk true //generate an additional APK that contains all the ABIs

    }

}

} `

Any suggestions on what to look on in order to make it work on Nexus 5/Android P?

eusebiu avatar May 30 '19 18:05 eusebiu