Hi DW. Is there anyone who know how I can I develop an App that's like TeamView for Android so that I will be able to remotely access the phone via browser on my website?
What I want to do is that instead of directly accessing the phone I want to virtualise it so that I can have duplicates of it when required so that let say 2 people are accessing or using it, they won't be interference from the two but each will have his own clone (virtual) device. I want then to share the virtual device screen on my website.
The use case of this is very simple it's just for viewing while, going to settings, dial a USSD code and see a response.
The catch here is that we all know that the actual devices are not the same interms of operation so it must clone that device behaviour so that the user will be like using the very same device.
How can I achieve this? I think the steps is to first clone the entire device, I don't know how, then create a virtual device of it which the user will be interacting with rather than interacting with the actual device because that will mean I will have to have many device if th number grows so I think best way is to virtualise it so that I can have duplicates of it unless if there's another way of threading the remote access which might be best if possible.
1)Android App to allow the remote access
2) server that will receive the access and broadcast it to website so that a user can select. NB there will be many different devices which a user will be able to choose from say if the user want to use a P40 Lite, or want to use A7, or want to use Y6, etc the virtualisation should give the user exactly the device feel for that selected device so I think buying one of each then virtualising it would be best.
3) user on the website select a device to use, the the session or remote access begins.
How can I achieve that?
Thank you