add helpful adb commands to the readme
This commit is contained in:
parent
bf79d3c977
commit
684af9a040
1 changed files with 21 additions and 0 deletions
|
|
@ -24,3 +24,24 @@ Enable formatting using yap and the style file in this repo (there may be an eas
|
|||
"yapf.args": ["--style", "/home/wizard/code/realestate-crawler/crawler/.style.yapf"]
|
||||
}
|
||||
```
|
||||
|
||||
ADB commands (from `/Applications/BlueStacks.app/Contents/MacOS`):
|
||||
|
||||
Set proxy
|
||||
```
|
||||
./hd-adb shell settings put global http_proxy 192.168.9.110:8080
|
||||
```
|
||||
|
||||
Disable proxy:
|
||||
```
|
||||
/hd-adb shell settings put global http_proxy :0
|
||||
```
|
||||
|
||||
Connect adb
|
||||
```
|
||||
./hd-adb connect 127.0.0.1:5555
|
||||
```
|
||||
Disconnect adb
|
||||
```
|
||||
/hd-adb disconnect
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue