質問1 :Android回復モードとは何ですか?それは完全なLinuxカーネルを実行しますか?
質問2 :Recovery.imgがインストールされている場所はどこにありますか? (/ somewhere_in_filesystem)
質問1 :Android回復モードとは何ですか?それは完全なLinuxカーネルを実行しますか?
質問2 :Recovery.imgがインストールされている場所はどこにありますか? (/ somewhere_in_filesystem)
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)
99888766544331 9988766644331 <
/コード>(イメージを入れるところ)
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)回復モードは、他のパーティションから起動する最小限のOSです。 ディスプレイ/ネットワーク/ 3GモジュールなしでLinuxカーネルを実行します。 一部のROMでは、デバイスがリカバリモードになっている間実際にADBシェルを起動し、カーネルを実行している(ADBシェルPS)
を参照できます。Recovery.img画像はブロックデバイス(パーティション)にインストールされています/ 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 cndgn.com All Rights Reserved. Q&Aハウス 全著作権所有