Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SmartToken app not working #191

Open
eusebiu opened this issue May 30, 2019 · 0 comments
Open

SmartToken app not working #191

eusebiu opened this issue May 30, 2019 · 0 comments

Comments

@eusebiu
Copy link

eusebiu commented May 30, 2019

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 eusebiu changed the title SmartToken SmartToken app not working May 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant