Port backup name checking to Partition Manager
Dees_Troy authored
c9ff7a34
Name Last commit Last update
applypatch TWRP-ify AOSP code
bmlutils TWRP-ify AOSP code
crypto Fix special partition handling
edify minor recovery changes
etc Add init.htc.rc and modify ADB sideload messages
flashutils TWRP-ify AOSP code
gui Port backup name checking to Partition Manager
htcdumlock TWRP-ify AOSP code
injecttwrp TWRP-ify AOSP code
libcrecovery TWRP-ify AOSP code
libjpegtwrp TWRP-ify AOSP code
minadbd Improve adb sideload - use storage vs tmp
minelf remove retouching code from updater
minui TWRP-ify AOSP code
minuitwrp TWRP-ify AOSP code
minzip Fix multiple defined symbol errors
mmcutils TWRP-ify AOSP code
mtdutils TWRP-ify AOSP code
pigz Update pigz to 2.2.5 source code
prebuilt Fix permissions updates
res Remove unneeded AOSP images
testdata add a simple unit test for the OTA package verifier
tools Fixed unused param warnings for check-lost+found
twmincrypt Move to shared libmincrypt
updater Use the static version of libsparse
Android.mk
CleanSpec.mk
NOTICE
README.md
adb_install.cpp
adb_install.h
bootloader.cpp
bootloader.h
common.h
data.cpp
data.h
data.hpp
default_device.cpp
device.h
extra-functions.c
extra-functions.h
install.cpp
install.h
make-overlay.py
makelist.cpp
makelist.hpp
mounts.c
mounts.h
openrecoveryscript.cpp
openrecoveryscript.hpp
partition.cpp
partitionmanager.cpp
partitions.hpp
recovery.cpp
recovery_ui.h
roots.cpp
roots.h
screen_ui.cpp
screen_ui.h
twbootloader.cpp
twinstall.cpp
twinstall.h
twrp-functions.cpp
twrp-functions.hpp
ui.cpp
ui.h
variables.h
verifier.cpp
verifier.h
verifier_test.cpp
verifier_test.sh

Team Win Recovery Project (TWRP)

The goal of this branch is to rebase TWRP onto AOSP while maintaining as much of the original AOSP code as possible. This goal should allow us to apply updates to the AOSP code going forward with little to no extra work. With this goal in mind, we will carefully consider any changes needed to the AOSP code before allowing them. In most cases, instead of changing the AOSP code, we'll create our own functions instead. The only changes that should be made to AOSP code should be those affecting startup of the recovery and some of the make files.

This branch is currently a work in progress, however, most features have been implemented and it is now ready for testing.

You can find a compiling guide here.

More information about the project.

If you have code changes to submit those should be pushed to our gerrit instance. A guide can be found here.