mirror of
https://github.com/revanced/jadb.git
synced 2025-05-16 22:17:07 +02:00
Updating README.md regarding unix domain sockets
- Adding short troubleshooting guide instructing users running with adb server version serving via a unix domain socket.
This commit is contained in:
parent
251b3ac970
commit
0cb9550b50
15
README.md
15
README.md
@ -68,6 +68,21 @@ project name and tag ignoring actual values from pom.xml. So you need to write:
|
|||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Troubleshooting
|
||||||
|
If you cannot connect to your device check the following.
|
||||||
|
|
||||||
|
- Your adb server is running by issuing `adb start-server`
|
||||||
|
- You can see the device using adb `adb devices`
|
||||||
|
|
||||||
|
If you see the device in `adb` but not in `jadb` please file an issue on https://github.com/vidstige/jadb/.
|
||||||
|
|
||||||
|
### Workaround for Unix Sockets Adb Server
|
||||||
|
|
||||||
|
Install `socat` and issue the following to forward port 5037 to the unix domain socket.
|
||||||
|
```bash
|
||||||
|
socat TCP-LISTEN:5037,reuseaddr,fork UNIX-CONNECT:/tmp/5037
|
||||||
|
```
|
||||||
|
|
||||||
## Contributing ##
|
## Contributing ##
|
||||||
This project would not be where it is, if it where not for the helpful [contributors](https://github.com/vidstige/jadb/graphs/contributors)
|
This project would not be where it is, if it where not for the helpful [contributors](https://github.com/vidstige/jadb/graphs/contributors)
|
||||||
supporting jadb with pull requests, issue reports, and great ideas. If _you_ would like to
|
supporting jadb with pull requests, issue reports, and great ideas. If _you_ would like to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user