logo Debian Debian Debian-France Debian-Facile Debian-fr.org Forum-Debian.fr Debian ? Communautés logo inclusivité

Debian-facile

Bienvenue sur Debian-Facile, site d'aide pour les nouveaux utilisateurs de Debian.

Vous n'êtes pas identifié(e).

#1 26-01-2020 18:32:02

dom94
Membre
Inscription : 21-01-2020

adb shell sur android wiko BIRDY

Je tente une récupération de données anciennes effacées sur un Wiko BIRDY fonctionnel, contrairement à un Wiko WIM pour lequel j'ai posté récemment.
Je suis en prise avec les commandes "adb shell" en suivant ce très bon article et tuto

https://debian-facile.org/utilisateurs: … mp-android

Je cherche les données sur la carte mémoire du téléphone, avec l'intention de les transférer  comme "image" donc fichier".img" vers le carte SD ou mon pc, puis de traiter cette image avec PHOTOREC.

je localise la mémoire du téléphone comme le device :/dev/block/platform/mtk-msdc.0

par la commande

1|shell@BIRDY:/ $  ls -al /dev/block/platform/
drwxr-xr-x root     root              2010-01-04 06:47 mtk-msdc.0
drwxr-xr-x root     root              2010-01-04 06:47 mtk-msdc.1
shell@BIRDY:/ $
 




ensuite son contenu

shell@BIRDY:/ $ ls -al /dev/block/platform/mtk-msdc.0                          
drwxr-xr-x root     root              2010-01-04 06:47 by-num
lrwxrwxrwx root     root              2010-01-04 06:47 mmcblk0 -> /dev/block/mmcblk0
lrwxrwxrwx root     root              2010-01-04 06:47 mmcblk0boot0 -> /dev/block/mmcblk0boot0
lrwxrwxrwx root     root              2010-01-04 06:47 mmcblk0boot1 -> /dev/block/mmcblk0boot1
lrwxrwxrwx root     root              2010-01-04 06:47 mmcblk0p1 -> /dev/block/mmcblk0p1
lrwxrwxrwx root     root              2010-01-04 06:47 mmcblk0p2 -> /dev/block/mmcblk0p2
lrwxrwxrwx root     root              2010-01-04 06:47 mmcblk0p3 -> /dev/block/mmcblk0p3
lrwxrwxrwx root     root              2010-01-04 06:47 mmcblk0p4 -> /dev/block/mmcblk0p4
lrwxrwxrwx root     root              2010-01-04 06:47 mmcblk0p5 -> /dev/block/mmcblk0p5
lrwxrwxrwx root     root              2010-01-04 06:47 mmcblk0p6 -> /dev/block/mmcblk0p6
lrwxrwxrwx root     root              2010-01-04 06:47 mmcblk0p7 -> /dev/block/mmcblk0p7




ensuite je tente de créer cette image "imgmembirdy.img" sur la carte externe

[ouam@localhost ~]$ adb shell
dd if=/dev/block/platform/mtk-msdc.0/ of=/dev/block/platform/mtk-msdc.1/imgmembirdy.img                      <
/dev/block/platform/mtk-msdc.1/imgmembirdy.img: cannot open for write: Permission denied




pour le pc en ayant créé au préalable le répertoire /home/ouam/birdyimage/

$ adb shell
dd if=/dev/block/platform/mtk-msdc.0 of=/dev/home/ouam/birdyimage/imgmembirdy.img                            <
/dev/home/ouam/birdyimage/imgmembirdy.img: cannot open for write: No such file or directory




J'ai tenté en lancant adb shell en root c'est pareil, même retour de commande.

donc je suis en quête de pistes sur la bonne procédure

Dernière modification par dom94 (26-01-2020 18:34:16)

Hors ligne

Pied de page des forums