通过ADB从SDCARD复制文件到PC

发布于 2025-01-20 00:25:11 字数 111 浏览 2 评论 0原文

我尝试阅读几种解决方案,但目前没有一个适合我。

我想将 SD 内存中存在的文件复制到计算机上,但是当

我通过 adb / sdcard 等调用时,它显示设备的内部存储器而不是 SD

I have tried reading several solutions, but none of them work for me at the moment.

I want to copy the files present in the sd memory on my computer, but when

I call via adb / sdcard etc., it displays the internal memory of the device and not the SD

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

千纸鹤带着心事 2025-01-27 00:25:11

有时SD卡目录与设备与设备不同,让我在开始之前说些什么,/sdcard实际上是内部存储,外部存储的真实目录(SD卡)在<< code>/storage/“ Randomletters” ,最好运行ADB外壳,然后输入命令ls进入/storege目录,“仿真“不是正确的目录,因为它包含内部存储文件,数据等。
有时会通过单词和数字的随机组合来调用,例如“ Fe54-fs14”,或者只是“ SDCard”,

希望我能帮助您能够备份SD卡中的数据,这是我第一次在上面发布解决方案堆栈溢出。

Sometimes the SD card directory differs from a device from a device, let me say something before I start, /sdcard is literally the internal storage, the real directory for the external storage (SD card) is in /storage/"randomletters" , better to run an adb shell and enter the command ls after going into /storage directory, "emulated" is not the right directory, as it contains the internal storage files, data, etc.
It is sometimes called by random combination of words and numbers like "FE54-FS14", or just "sdcard"

Hope that I helped you to be able to back up the data in your SD CARD, it is my first time posting a solution on Stack Overflow.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文