Monday, November 10, 2014

About the android recovery mode


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)




Answer




  1. Recovery mode is used mainly by carriers/manufacturers for replacing bad firmware that causes the phone to be otherwise unbootable. Users can install signed update.zip packages (such as OTA updates) through it as well. It does not run a full Linux kernel. Custom recovery modes such as Clockworkmod exist also, which allow more complex things such as full backup and restore of the device software and data.

  2. I'm not sure where recovery.img is unpacked to, but you can let the system handle that by using the following: adb shell flash_image recovery , where the path is normally something like /sdcard/custom_recovery.img (wherever you put the image)


No comments:

Post a Comment

samsung galaxy s 2 - Cannot restore Kies backup after firmware upgrade

I backed up my Samsung Galaxy S2 on Kies before updating to Ice Cream Sandwich. After the upgrade I tried to restore, but the restore fails ...