adborc icon indicating copy to clipboard operation
adborc copied to clipboard

Create a network of android devices for remote debugging

Results 8 adborc issues
Sort by recently updated
recently updated
newest added

Tried to execute command `adborc consumer scrcpy deviceId`. However got an error: ``` Screen mirroring failed: Could not start scrcpy: Scrcpy server failed to start: 2023-03-03 17:12:20.255 scrcpy[28358:144649] ERROR: Command...

As [highlighted](https://github.com/mobi-nex/adborc/issues/6#issuecomment-1364435465) by @fjborquez in #6 there are a lot of large files in the project currently that can be more easily manageable/readable/navigable if they were smaller. Also, unit testing...

Current state of tests is pretty bad. Only limited number of unit tests exist and even they aren't very good. Not to mention, no integration tests exist at the moment....

#12 Added ability to stop device screen mirroring. It stops the mirroring by closing the tunnels established for `scrcpy`. This doesn't work if both the Consumer and Supplier are on...

Explore addition of Mac and Linux executables along with `adb` and `scrcpy` dependencies in the next release. It is easily possible to ship the AdbOrc executable for mac and linux...

question

For both linux and macos, the system listener is run as a daemon currently. This is not available for windows. This means that the `adborc init` window needs to be...

enhancement

Two kinds of logging update are needed: 1. Remove/Change lot of log levels. For example: many of the logs currently have the `error` level. When they can be easily relegated...

good first issue

When running `adborc consumer scrcpy DEVICE_ID`, the following error is printed: ``` Screen mirroring failed: Could not start scrcpy: Scrcpy server failed to start: 2024-05-21 11:42:09.013 scrcpy[97427:17602128] ERROR: --bit-rate has...