Demo Manager
Last updated: 1 year ago • 2 versions | Visibility: Public
Requirement
Only supported on Windows platform.
Description
Demo Manager is a tool based on adb and scrcpy to manage easily your headset without having to type command lines.
The tool contains the selected device and 3 tabs:
- Demos: to easily start, stop, mirror the headset and applications.
- Applications: install or uninstall an apk.
- Logs: let you inspect the logs based on given filter.
Select device
Connected devices are listed here.
Only the selected device will be managed by the DemoManager.
When connecting/disconnecting headsets, use the refresh button to update the list.
Demo tab
Demo tab helps you to manage headset and applications.
- Filter - filter by package name. Requires at least 4 characters to start to search for matching packages (case insensitive).
- Application - select the application to manage.
- Power button - similar to a simple click on the hardware power button . Switch on/off the screen.
- LR/L - Mirror headset view. "L" to display only the Left eye, "LR" to display both Left and Right eyes.
- Reboot - reboot the headset.
- Play - start the selected application.
- Stop - stop the selected application.
Applications tab
Application tab helps you to install or uninstall application on the headset.
- Filter - filter by package name. Requires at least 4 characters to start to search for matching packages (case insensitive).
- Application - select the application to manage.
- Install an apk - select the apk you want to install. This will grant all permissions to avoid permissions issues (adb install -g )
- Uninstall selected - uninstall selected package
Logs tab
This tab lets you visualize logs in a new console.
- Filter - select which tag you want to track (cf. logcat).
- Custom filter - place here your custom tag filter for logs.
- Open - Open the console with logs. This will clear previous logs.