File tree 1 file changed +18
-0
lines changed
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -63,14 +63,32 @@ Running on Darwin 21.6.0 (arm64)
63
63
64
64
``` ruby
65
65
66
+ # 容器内版本:
67
+ dev@e78bf036eb60 :/ app$ uname - a
68
+ Linux e78bf036eb60 6.5 .13 - orbstack- 00116 - gb64875927ef8 # 1 SMP Wed Dec 6 22:19:46 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
69
+
70
+
71
+ # 配对手机:
66
72
dev@e78bf036eb60 :/ app$ adb pair 10.211 .1.129 :42641
67
73
Enter pairing code: 322393
68
74
Successfully paired to 10.211 .1.129 :42641 [guid= adb- ab3015d3- d2orWm]
69
75
dev@e78bf036eb60 :/ app$
70
76
71
77
78
+ # 连接手机:
79
+ dev@e78bf036eb60 :/ app$ adb connect 10.211 .1.129 :42119
80
+ connected to 10.211 .1.129 :42119
81
+
72
82
83
+ # 进入手机 shell:
84
+ dev@e78bf036eb60 :/ app$ adb shell
85
+ alioth: / $
86
+ alioth: / $
87
+ alioth: / $ uname - a
88
+ Linux localhost 4.19 .157 - perf- g92c089fc2d37 # 1 SMP PREEMPT Wed Jun 5 13:27:08 UTC 2024 aarch64 Toybox
73
89
90
+ # 查看手机安装的应用:
91
+ alioth: / $ pm list packages - 3
74
92
```
75
93
76
94
You can’t perform that action at this time.
0 commit comments