Skip to content

ADB mode #15

Open
Open
@DestroyerBDT

Description

@DestroyerBDT

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
    • Pair
      • Click pair (in Windows app)
      • Dialog options (on Android)
        • Tap always allow
        • Tap connect
  • 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

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

No one assigned

    Labels

    Projects

    Status

    In Progress

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions