1 the project is build android recovery only;
2 before building, make sure copy project android_prebuilt, android_bionic and anroid_hardware to the directory ,which from ICS or higher
3 Steps as following:
$. build/envsetup.sh
$make crespo
please see the out/patch_device/crespo/ , find recovery.img
4 please check Makefile to obtain the supported devices;
support : ZTE n909Setps to build n909 :
<code>
# build/envsetup.sh
# lunch full_n909-eng
# make && make n909
</code>
***Setps to build n880f: ***
# source build/envsetup.sh
# lunch full_n880f-eng
# make && make n880f
You cand find recovery.img in folder out/patch_device/device_name
Notification
support usb-toggle for internal sdcard && sdcard support ORS scripts , support root device func support to disable to restore the official Recovery from install.zip
$ cd MIUI_Recovery_N909
$ git submodule init
$ git submodule update
1. make it support adb sideload function
2. port new function from TWRP or CWM