project-SIMPLE / GamaServerMiddleware

Server for monitoring Gama Server simulations and managing multiplayer connections
4 stars 2 forks source link

[ENHANCEMENT] Auto start headset's application while starting learning package #8

Open RoiArthurB opened 1 month ago

RoiArthurB commented 1 month ago

Description

It's possible to remotely start an android application using ADB with a command like below :

adb -s <ADDRESS.IP> shell am start -n com.ACROSS.package.name/com.unity3d.player.UnityPlayerActivity

As headsets will have ADB enabled and already paired with server (for gathering scrcpy casting), it would be possible to also trigger headset's starting game with it

What to do