You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-2Lines changed: 21 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,13 +13,15 @@
13
13
-[x] support `fa shell`
14
14
-[x] colorful logcat and filter with package name
15
15
-[ ] install apk and auto click confirm
16
-
-[.] check device health status
16
+
-[] check device health status
17
17
-[ ] show current app
18
18
-[ ] unlock device
19
19
-[ ] reset device state, clean up installed packages
20
20
-[ ] show wlan (ip,mac,signal), enable and disable it
21
-
-[ ] share device to public web
21
+
-[x] share device to public web
22
+
-[ ] fa share-server
22
23
-[ ] install ipa support
24
+
-[x] fahub service
23
25
24
26
## Install
25
27
**For mac**
@@ -126,6 +128,23 @@ $ fa shell busybox ls
126
128
$ adb shell /data/local/tmp/busybox ls
127
129
```
128
130
131
+
### Share
132
+
Share local device
133
+
134
+
```bash
135
+
$ fa share
136
+
# here will print a address, eg: tcp://max.labstack.me:8000
137
+
```
138
+
139
+
In another machine use `adb connect`, for example the share addr is `max.labstack.me:8000`
140
+
141
+
```bash
142
+
$ adb connect max.labstack.me:8000
143
+
device connected
144
+
$ adb -s max.labstack.me:8000 shell pwd
145
+
/
146
+
```
147
+
129
148
### Pidcat (logcat)
130
149
Current implementation is wrapper of [pidcat.py](https://github.com/JakeWharton/pidcat)
0 commit comments