Suppose, I have two android devices A and B. They are on the same wifi network. Device A does not have any password or pattern lock and It is rooted.
How can I access to device A from device B and view it's files?
I know that using reverse_tcp or installing some kind of .apk in the target device which will create a backdoor connection to my device will somehow allow me to access in the target device. But, I don't want to do it in that way.
I want to know a way to access device A from device B remotely where I don't need to do anything with device A and still gain access to it's system.Is it possible? Can adb shell commands help me to do it? Assume both are my devices and I have full access control on both devices. I just want to control one using the other.
Thank you.