You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add battery status and connection info (Wi-Fi, signal strength, etc.) as visible indicators directly on the main UI for each connected device.
Battery status should display as a percentage and icon (e.g., charging, low battery).
Connection information should include the type of connection (e.g., Wi-Fi, USB) and signal strength, where applicable.
These indicators can be added in a dedicated column next to the Device Name column.
Battery status can be retrieved through this command: adb shell dumpsys battery
Why this feature is important
This feature would be particularly useful for users managing and controlling multiple devices simultaneously. Having quick access to battery and connection status in the main UI would allow users to:
Identify devices that need charging without interrupting the workflow.
Monitor the connection stability and quickly troubleshoot issues.
Streamline device management in setups with numerous devices, such as QA testing or demo environments.
Describe the solution you'd like
Add battery status and connection info (Wi-Fi, signal strength, etc.) as visible indicators directly on the main UI for each connected device.
Battery status should display as a percentage and icon (e.g., charging, low battery).
Connection information should include the type of connection (e.g., Wi-Fi, USB) and signal strength, where applicable.
These indicators can be added in a dedicated column next to the Device Name column.
Battery status can be retrieved through this command:
adb shell dumpsys battery
Why this feature is important
This feature would be particularly useful for users managing and controlling multiple devices simultaneously. Having quick access to battery and connection status in the main UI would allow users to:
Reference
The text was updated successfully, but these errors were encountered: