J'ai utilisé mon nouveau téléphone Moto X, puis j'ai rencontré un problème de base. Il fonctionne sous Android 4.4.2. Je prends une photo et je veux l'envoyer sur mon PC. L'application Galerie me dit que la photo est à /storage/emulated/0/DCIM/Camera/
mais en adb shell
Je ne le trouve pas.
shell@ghost:/ $ cd /storage/emulated/0/DCIM/Camera/
/system/bin/sh: cd: /storage/emulated/0/DCIM/Camera: No such file or directory
Je le trouve à /storage/emulated/legacy/DCIM/Camera/
Question 1 : Pourquoi le legacy
dir 0
dir ?
Puis je l'envoie sur le téléphone.
Question 2 : Existe-t-il un moyen pratique d'utiliser adb pull
quand je suis dans adb shell
?
exit;
~ adb pull /storage/emulated/legacy/DCIM/Camera/*.*
zsh: no matches found: /storage/emulated/legacy/DCIM/Camera/*.*
~ adb pull /storage/emulated/legacy/DCIM/Camera/IMG_20140302_105047591_HDR.jpg
5326 KB/s (2746404 bytes in 0.503s)
Question 3 : Pourquoi ne puis-je pas utiliser *
sur adb pull
?