Update ORS and recovery commands
3 files changed
tree: 5e150c35f574162616a8981da480bcf8107fe9bf
  1. applypatch/
  2. bmlutils/
  3. crypto/
  4. edify/
  5. etc/
  6. flashutils/
  7. gui/
  8. htcdumlock/
  9. injecttwrp/
  10. libcrecovery/
  11. libjpegtwrp/
  12. minadbd/
  13. minelf/
  14. minui/
  15. minuitwrp/
  16. minzip/
  17. mmcutils/
  18. mtdutils/
  19. pigz/
  20. prebuilt/
  21. res/
  22. testdata/
  23. tools/
  24. twmincrypt/
  25. updater/
  26. adb_install.cpp
  27. adb_install.h
  28. Android.mk
  29. bootloader.cpp
  30. bootloader.h
  31. CleanSpec.mk
  32. common.h
  33. data.cpp
  34. data.h
  35. data.hpp
  36. default_device.cpp
  37. device.h
  38. install.cpp
  39. install.h
  40. make-overlay.py
  41. makelist.cpp
  42. makelist.hpp
  43. mounts.c
  44. mounts.h
  45. NOTICE
  46. openrecoveryscript.cpp
  47. openrecoveryscript.hpp
  48. partition.cpp
  49. partitionmanager.cpp
  50. partitions.hpp
  51. README.md
  52. recovery.cpp
  53. recovery_ui.h
  54. roots.cpp
  55. roots.h
  56. screen_ui.cpp
  57. screen_ui.h
  58. twbootloader.cpp
  59. twinstall.cpp
  60. twinstall.h
  61. twrp-functions.cpp
  62. twrp-functions.hpp
  63. ui.cpp
  64. ui.h
  65. variables.h
  66. verifier.cpp
  67. verifier.h
  68. verifier_test.cpp
  69. verifier_test.sh
README.md

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.