This idea could be interesting and many could benefit from it. I don't know if you know the Square payment system, but it's not compatible with PCs, only Android phones, iPads and iPhones, so I thought of installing Android-x86 to make a POS system using a computer. The installation of the Square app from the Play Store worked and bluetooth seems to work fine. It detects my Square card reader (device) when I open the Square app and it tries to pair with it. The only problem is the app doesn't allow me to use the reader on Android x86 as it detects the Android system is on developer mode (for whatever reason, probably security ones). Is there a way to fix that? The system doesn't seem on developer mode, but there's probably something that makes it seem like it is. Is there a command line to change that? I would love to be able to use my PC for transactions!Thank you!
--
You received this message because you are subscribed to the Google Groups "Android-x86" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-x86...@googlegroups.com.
To post to this group, send email to andro...@googlegroups.com.
Visit this group at https://groups.google.com/group/android-x86.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-x86/61526ac3-0401-449d-96da-1ae090145754%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You will need to make your own signed release build.Some apps, especially those used for sensitive things like banking and personal identification will refuse to run on anything other than a release build. And make sure you remove root as well.
On Sat, Jun 1, 2019, 23:16 PingMetal <samuel.c...@gmail.com> wrote:
--This idea could be interesting and many could benefit from it. I don't know if you know the Square payment system, but it's not compatible with PCs, only Android phones, iPads and iPhones, so I thought of installing Android-x86 to make a POS system using a computer. The installation of the Square app from the Play Store worked and bluetooth seems to work fine. It detects my Square card reader (device) when I open the Square app and it tries to pair with it. The only problem is the app doesn't allow me to use the reader on Android x86 as it detects the Android system is on developer mode (for whatever reason, probably security ones). Is there a way to fix that? The system doesn't seem on developer mode, but there's probably something that makes it seem like it is. Is there a command line to change that? I would love to be able to use my PC for transactions!Thank you!
You received this message because you are subscribed to the Google Groups "Android-x86" group.
To unsubscribe from this group and stop receiving emails from it, send an email to andro...@googlegroups.com.
You will need to make your own signed release build.Some apps, especially those used for sensitive things like banking and personal identification will refuse to run on anything other than a release build. And make sure you remove root as well.
On Sat, Jun 1, 2019, 23:16 PingMetal <samuel.c...@gmail.com> wrote:
--This idea could be interesting and many could benefit from it. I don't know if you know the Square payment system, but it's not compatible with PCs, only Android phones, iPads and iPhones, so I thought of installing Android-x86 to make a POS system using a computer. The installation of the Square app from the Play Store worked and bluetooth seems to work fine. It detects my Square card reader (device) when I open the Square app and it tries to pair with it. The only problem is the app doesn't allow me to use the reader on Android x86 as it detects the Android system is on developer mode (for whatever reason, probably security ones). Is there a way to fix that? The system doesn't seem on developer mode, but there's probably something that makes it seem like it is. Is there a command line to change that? I would love to be able to use my PC for transactions!Thank you!
You received this message because you are subscribed to the Google Groups "Android-x86" group.
To unsubscribe from this group and stop receiving emails from it, send an email to andro...@googlegroups.com.
On Sunday, June 2, 2019 at 1:13:15 PM UTC+2, DDS Central wrote:You will need to make your own signed release build.Some apps, especially those used for sensitive things like banking and personal identification will refuse to run on anything other than a release build. And make sure you remove root as well.Does signing of release builds just requires private keys to be generated and used to build image?Or does it involve require to pass Android CTS certification to received release keys?