Open
Description
Description
Just like scrcpy, there can be an ADB mode that connects the phone through ADB either through USB or ADB-over-TCP (wireless) which will not require the companion Android app to be installed
in-app configurator
The Windows app can include automated tools which will
- Give instructions
- Prepare phone
- Enable developer options
- Open settings
- Find the build number
- Repeatedly tap it
- Allow ADB connection
- Go to developer settings
- Enable USB debugging
- Enable developer options
- Pair
- Click
pair
(in Windows app) - Dialog options (on Android)
- Tap
always allow
- Tap
connect
- Tap
- Click
- Prepare phone
- Give
Recieve_sensetive_permissions
to the companion app- check if the companion Android app is installed
- if it is installed
- run the ADB command to give the companion app permission to read sensetive notification content (if at anytime later, the companion app is used)
- if not installed
- don't do anything
- if it is installed
- check if the companion Android app is installed
Examples of what else it can do if working with ADB mode
- Install APKs
- Control settings
- manage apps
- grant permissions
- uninstall them
- disable them
Metadata
Metadata
Assignees
Labels
Projects
Status
In Progress