Issue
Location of pictures:
/storage/sdcard0/pictures/screenshots/
I want to move all the screenshots to below folder in my PC
C:\Users\[username]\Downloads
I have ADB enabled and not rooted my phone.
Help me to use ADB pull.
Solution
Use the following command:
adb pull /storage/sdcard0/pictures/screenshots/ C:\Users\<username>\Downloads
You will find the folder named 'screenshots' at the location C:\Users\<username>\Downloads
Answered By - Revathi Polisetty
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.