回答編集履歴
2
リンクと日時付け
test
CHANGED
@@ -20,7 +20,7 @@
|
|
20
20
|
|
21
21
|
|
22
22
|
|
23
|
-
追記
|
23
|
+
追記(2020/06/03 16:18)
|
24
24
|
|
25
25
|
|
26
26
|
|
@@ -42,4 +42,4 @@
|
|
42
42
|
|
43
43
|
参考ページ
|
44
44
|
|
45
|
-
https://stackoverflow.com/questions/54959259/enable-mtp-using-adb
|
45
|
+
[https://stackoverflow.com/questions/54959259/enable-mtp-using-adb](https://stackoverflow.com/questions/54959259/enable-mtp-using-adb)
|
1
MTP有効化できた
test
CHANGED
@@ -17,3 +17,29 @@
|
|
17
17
|
参考ページ
|
18
18
|
|
19
19
|
[https://developer.android.com/studio/command-line/adb#copyfiles](https://developer.android.com/studio/command-line/adb#copyfiles)
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
追記
|
24
|
+
|
25
|
+
|
26
|
+
|
27
|
+
私もさっき調べて知ったのですが、
|
28
|
+
|
29
|
+
``adb shell svc usb setFunctions mtp``
|
30
|
+
|
31
|
+
でMTPを有効化出来るようです!
|
32
|
+
|
33
|
+
端末によっては
|
34
|
+
|
35
|
+
``adb shell svc usb setFunction mtp``
|
36
|
+
|
37
|
+
``adb shell svc usb setFunctions mtp true``
|
38
|
+
|
39
|
+
だったりするそうです。
|
40
|
+
|
41
|
+
|
42
|
+
|
43
|
+
参考ページ
|
44
|
+
|
45
|
+
https://stackoverflow.com/questions/54959259/enable-mtp-using-adb
|