简体   繁体   中英

Direct Way to Access External Storage from Computer with ADB (Android 10)

For Android 10 phone. I'm looking for a direct way to access external storage from the computer with ADB.

The path is here. But it doesn't seem to have a stable naming. I want this to be valid for another device.

1:daisy:/ $ cd storage

2:daisy:/storage $ ls

3:1606-1548 emulated self

I think this is not the right method. The solutions I found on the internet did not work for me. cd $EXTERNAL_STORAGE

just try adb root adb pull /storage/self

self folder would be containing ur sd card files

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM