Remote Control of Android Devices
Sometimes, we want to remotely control android devices which connected to another node like below:
graph LR
B[Emulator] --> A[Node IP:<192.168.98.87>];
C[Android Phone] --> A;
D[Rack] --> A;
E[...] --> A;
Sometimes, we want to remotely control android devices which connected to another node like below:
graph LR
B[Emulator] --> A[Node IP:<192.168.98.87>];
C[Android Phone] --> A;
D[Rack] --> A;
E[...] --> A;
Automated test rack requires the injection of rotary input events using the car_service
command, follow Set up a rotary controller.