私のAndroidデバイスからコンピュータの特定のフォルダにフォルダをコピーする方法は?
このコマンドを使用した場合:
<事前> <コード> 9988776655443330EFSフォルダの内容をコンピュータのルートディレクトリにコピーします。フォルダ全体をITの内容でコンピュータに特定の宛先にコピーしたいです。
次のようにして、成功せずに試してみました
<事前> <コード> 9988776655443331(私のAndroidは根付いています)
ウィンドウシェルを使用しています
私のAndroidデバイスからコンピュータの特定のフォルダにフォルダをコピーする方法は?
このコマンドを使用した場合:
<事前> <コード> 9988776655443330EFSフォルダの内容をコンピュータのルートディレクトリにコピーします。フォルダ全体をITの内容でコンピュータに特定の宛先にコピーしたいです。
次のようにして、成功せずに試してみました
<事前> <コード> 9988776655443331(私のAndroidは根付いています)
ウィンドウシェルを使用しています
How do I copy a folder from my android device to a certain folder of my computer?
if I use this command:
adb pull efs
It copies the contents of the efs folder to my computers root directory. I want to copy the whole folder with it contents to a certain destination to my computer.
I have tried with the following for instance, without success
adb pull efs C:\Users
(my android is rooted)
I am using a window shell
ADBを使用してファイルをC: Usersディレクトリにプルするには、昇格したコマンドプロンプトに参加する必要があります。 C: usersディレクトリにそれを持つ必要がない場合は、ファイルを他の場所に引っ張ることができます。 ex:<コード> 9988776655443331
To pull files to the C:\Users directory with adb you would need to be in an elevated command prompt. If it is not a necessity to have it in the C:\Users directory, you could pull the files elsewhere. Ex: adb pull C:\Users\[your username]\Desktop
.
© 2022 cndgn.com All Rights Reserved. Q&Aハウス 全著作権所有