How to know a device is a cloud phone or real device?
Related
Setup:
Deploy Android app with WebRTC capability on cloud [Cloud does not have mic and camera]
Install another android app on physical device
Use VNC client to connect to Android app installed in cloud
Using VNC channel, cloud android app connects to a physical app installed on android device
My question here:
Is there any way we can send audio/video/mic info from VCN client to android app installed on cloud?
If we can send this information, is they any way, Android app installed on cloud, can re-transmit the audio/video/mic data to the android user installed on physical device ?
I have tried but its not working
I'm trying to enroll a device with the Android Device Policy app. I created a enrollment token, and typed it into the app. The app says it's going to encrypt the device. I want to skip the encryption, but it is not allowed. Is there any solution for that? Why is it mandatory to encrypt the device?
Edit:
The device is a Lollipop(Android 5.1) one. There is no camera or NFC on it.
We have a web application which requires bio-metric authentication for users to login to the web application. Currently those users cannot login from Android devices because they cannot verify bio-metrics on their smart phones. We want to find a solution which will help our web application running on an Android device to authenticate our users using bio-metric device which will be connected using OTG cable.
We are currently using Java Applet for bio-metric verification on our desktop applications.
We know so far that we cannot open Java Applets on Android devices. So we will be willing to find another solution which will help us perform bio-metric authentication on both our desktop and Android devices.
I'm not a very big fan of Google play services. I don't know what they do under the hood and they are not open source.
I would still like to connect my app with Android Wear to have a basic communication without the google lib. Is it possible?
Your phone has bluetooth, your wear device has bluetooth, you can connect them using the standard bluetooth api. Or, as both devices have wifi, you can make them connect through a server. You have to write your own server for that, i.e. your own "Play".
I am new to android, and I wanted to connect my phone remotely using php and do operations for Lock and unlock android phone. E.g I lock/unlock my phone from php website
I don't get your purpose of doing it, maybe your trying to have a remote control of your mobile phone. I don't know if theres an existing library for it but I think of a few ways to do it. You can use GCM(Google cloud messaging) so that you can have a reference of the phone you would want to lock. In your app you should handle a message sent from your api(Php) or your website to lock or unlock the your phone.
GCM Tutorial