我有三星注4,带有Android 5.1.1。我有一个安装在线音乐播放器。玩家可以从Internet下载音乐,并且文件存储在外部SD卡中。但它有一个深刻的道路,如 ./flash-all.sh # added set -x to script + fastboot flash bootloader bootloader-angler-angler-03.68.img target reported max download size of 494927872 bytes sending 'bootloader' (3544 KB)... OKAY [ 0.127s] writing 'bootloader'... OKAY [ 0.208s] finished. total time: 0.335s + fastboot reboot-bootloader rebooting into bootloader... OKAY [ 0.022s] finished. total time: 0.073s + sleep 5 + fastboot flash radio radio-angler-angler-03.81.img < waiting for any device > target reported max download size of 494927872 bytes sending 'radio' (48728 KB)... OKAY [ 1.283s] writing 'radio'... OKAY [ 2.174s] finished. total time: 3.457s + fastboot reboot-bootloader rebooting into bootloader... OKAY [ 0.022s] finished. total time: 0.072s + sleep 5 + fastboot -w update image-angler-n2g48c.zip extracting android-info.txt (0 MB)... extracting boot.img (12 MB)... target reported max download size of 494927872 bytes archive does not contain 'boot.sig' archive does not contain 'dtbo.img' archive does not contain 'dt.img' extracting recovery.img (17 MB)... archive does not contain 'recovery.sig' extracting system.img (2727 MB)... W/ziparchive(66399): Zip: unable to allocate 2860210996 bytes at offset 0 : No space left on device failed to extract 'system.img': I/O error 3
因为某种原因,我想使用股票音乐播放器来播放这些文件。但它只是找不到它们。
我试过从我的SD卡的根目录中复制一些名为"music" 的文件夹的文件夹,然后储备播放器可以找到它,但我无法改变我在线音乐的下载路径玩家,我不想每次下载音乐时做副本或移动。
所以,任何良好的建议让股票音乐播放器找到文件?