Update adb/README.md

This commit is contained in:
2025-02-01 11:07:10 +00:00
parent 832f33bd7d
commit bf60c268a2

View File

@@ -33,4 +33,14 @@ mitmdump -q
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
```