Skip to content

hold the miui recovery source code ,full touch support ,

Notifications You must be signed in to change notification settings

ashuaid/miui_recovery-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 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


#add support flipped screen

为的就是处理屏幕倒置180度的问题.

#往BoardConfig.mk文件中添加如一下的内容
BOARD_HAS_FLIPPED_SCREEN := true

#settings.ini 例子

 #/sdcard/miui_recovery/settings.ini
 # miui recovery settings.ini file
 # version 3.2.0
[zipflash]
CDI=0
sigcheck=0
md5sum=1

[dev]
brightness=0

About

hold the miui recovery source code ,full touch support ,

Resources

Stars

Watchers

Forks

Packages

No packages published