Skip to content

ruling/miui_recovery

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EN README:

hold the miui recovery source code modify by Gaojiquan LaoYang port recovery binary to c++ now can build on CM10.1 source code

#support functions ORS full touch support set brightness root devices disable restore the official Recovery dup && tar backup method support tar.gz backup method

adb sideload (thanks petercxy) ... ......

if you need to use the device info from the 'recovery menu' you should add the line to Boardconfig.mk

MIUI_DEVICE_CONF := ../../../device/ZTE/N909/device.conf MIUI_INIT_CONF := ../../../device/ZTE/N909/init.conf

you should add the below line to init.rc

export LD_LIBRARY_PATH .:/sbin/

zh-CN README

这里是托管 MIUI RECOVERY源代码的地方

搞机圈论坛 老杨进行修改

源代码已经从C语言修改成C++

修改为动态库编译,所以需要在init.rc文件中添加下面的定义

export LD_LIBRARY_PATH .:/sbin

如何让MIUI_RECOVERY显示自己设定的信息: 修改方法请参考

how to support you device

Releases: v3.2.0.tar.gz

About

hold the miui recovery source code ,full touch support ,

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C 86.6%
  • C++ 11.2%
  • Shell 1.0%
  • Perl 0.9%
  • Objective-C 0.2%
  • Python 0.1%