nikita-yfh / android-adb-tools

ADB & Fastboot tools for Android
MIT License
103 stars 11 forks source link

Allow text in command area to be selected and copied to clipboard. #1

Closed now0clock closed 2 years ago

now0clock commented 2 years ago

It would be really convenient to be able to select text in the bottom command area and copy it to the clipboard. Especially for the output of some commands in fastboot..

Screenshot_20220806-192610_ADB_ _Fastboot_tools

Also, I noticed an error when tapping "Bootloader Info", under OEM,

nikita-yfh commented 2 years ago

Command output are copyable now (https://github.com/nikita-yfh/android-adb-tools/commit/5177cd5e6dfc93cc1f97f2ac49a245c3a42450f6 https://github.com/nikita-yfh/android-adb-tools/commit/16ab375ce0ff20d6727e0b2ffc905bec1a6947b8). OEM command are vendor-specific and may not work on some devices.

now0clock commented 9 months ago

Just wanted to say thanks for this app, I use it often. I have it on a few devices. Works good on a tablet, too..

now0clock commented 9 months ago

an open idea, maybe we can get certain OEM commands integrated in there.? maybe a button(s) that just do commands, like:

adb --help fastboot --help

nikita-yfh commented 9 months ago

OEM commands are device-specific, and it is not possible to get a list of them from the Fastboot command line

But i have integrated the most useful commands