Got it working on my phone, even rooted. Steps:
1. Get Android pay app (http://www.apkmirror.com/apk/google-inc/android-pay/android-pay-1-0-102576552-android-apk-download/)
2. Get up to date play services. For the g4, MAKE SURE IT IS 248! (http://www.apkmirror.com/apk/google...ices-8-1-13-2234497-248-android-apk-download/)
3. If not rooted, enjoy!
If rooted, you don't have to completely unroot.
1. I use juice ssh with "local" connection, but you need a terminal (highly suggest on the phone, if cord disconnects from adb shell you could end up stuck)
2. DO NOT CLOSE OUT/EXIT THE SHELL ON THE TERMINAL UNTIL DONE!
3. Get root access on the shell. Run this command:
mv /system/xbin/su /system/xbin/tempsu
If you get an error that file system is read only, run this command, then the one above:
mount -o rw,remount /system
4. Now go through the process of adding a card in Android pay, WITHOUT EXITING SHELL ON TERMINAL
5. Once running with a card showing on your list, go back to your shell
6. Now this command:
mv /system/xbin/tempsu /system/xbin/su
7. Test a root app before exiting your shell.
You're done! Once it's run once, you can add a card without doing the su business again. All good!
1. Get Android pay app (http://www.apkmirror.com/apk/google-inc/android-pay/android-pay-1-0-102576552-android-apk-download/)
2. Get up to date play services. For the g4, MAKE SURE IT IS 248! (http://www.apkmirror.com/apk/google...ices-8-1-13-2234497-248-android-apk-download/)
3. If not rooted, enjoy!
If rooted, you don't have to completely unroot.
1. I use juice ssh with "local" connection, but you need a terminal (highly suggest on the phone, if cord disconnects from adb shell you could end up stuck)
2. DO NOT CLOSE OUT/EXIT THE SHELL ON THE TERMINAL UNTIL DONE!
3. Get root access on the shell. Run this command:
mv /system/xbin/su /system/xbin/tempsu
If you get an error that file system is read only, run this command, then the one above:
mount -o rw,remount /system
4. Now go through the process of adding a card in Android pay, WITHOUT EXITING SHELL ON TERMINAL
5. Once running with a card showing on your list, go back to your shell
6. Now this command:
mv /system/xbin/tempsu /system/xbin/su
7. Test a root app before exiting your shell.
You're done! Once it's run once, you can add a card without doing the su business again. All good!
Last edited: