Update adb/README.md
This commit is contained in:
@@ -33,4 +33,14 @@ mitmdump -q
|
|||||||
curl -x localhost:8080 ip.yauk.tv
|
curl -x localhost:8080 ip.yauk.tv
|
||||||
```
|
```
|
||||||
|
|
||||||
https://m.blog.naver.com/wonjinho81/222597996987
|
https://m.blog.naver.com/wonjinho81/222597996987
|
||||||
|
|
||||||
|
# KeepAlive
|
||||||
|
|
||||||
|
```shell
|
||||||
|
adb -a nodaemon server start # blocking
|
||||||
|
adb forward tcp:8080 tcp:8080 # reentrant
|
||||||
|
|
||||||
|
adb shell svc data disable
|
||||||
|
adb shell svc data enable
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user