Question 1: what's the android recovery mode? Does it run a full linux kernel?
Question 2: where the recovery.img is installed? (/somewhere_in_filesystem)
question 2 : où la récupération.img est installée? (/ quelque part_in_fileystem)
Question 1: what's the android recovery mode? Does it run a full linux kernel?
Question 2: where the recovery.img is installed? (/somewhere_in_filesystem)
adb shell flash_image recovery <path-to-recovery-image>
, où le chemin est normalement quelque chose comme /sdcard/custom_recovery.img < / code> (où que vous mettez l'image)
adb shell flash_image recovery <path-to-recovery-image>
, where the path is normally something like /sdcard/custom_recovery.img
(wherever you put the image)Le mode de récupération est un système d'exploitation minimal qui bottine d'une autre partition. Il gère un noyau Linux sans certains modules d'affichage / réseau / 3G. Sur certaines roms, vous pouvez réellement démarrer la coquille ADB pendant que l'appareil est en mode de récupération et voir le noyau en cours d'exécution (adb shell ps)
L'image de récupération.img est installée dans un périphérique de bloc (partition) habituellement / dev / mmcblk [x] p [y]
Recovery mode is a minimal OS that boots from another partition. It does run a Linux kernel without some display/network/3g modules. On some ROMS you can actually start adb shell while the device is in recovery mode and see the kernel running (adb shell ps)
the recovery.img image is installed in a block device (partition) usually /dev/mmcblk[x]p[y]
© 2022 www.demandez.top All Rights Reserved. Questions et réponses Accueil Tous les droits sont réservés