trying to fix md5
Change-Id: I4ec037f76aa965bc818afe924942adbe9a080b36
4 files changed
tree: 0aaa3c47052201c939de8886442b9fcf59d0b394
  1. .gitignore
  2. Android.mk
  3. CleanSpec.mk
  4. NOTICE
  5. README.md
  6. adb_install.cpp
  7. adb_install.h
  8. applypatch/
  9. bmlutils/
  10. bootloader.cpp
  11. bootloader.h
  12. common.h
  13. crypto/
  14. data.cpp
  15. data.h
  16. data.hpp
  17. default_device.cpp
  18. device.h
  19. digest/
  20. dosfstools/
  21. edify/
  22. etc/
  23. exfat/
  24. fixPermissions.cpp
  25. fixPermissions.hpp
  26. flashutils/
  27. fuse/
  28. gui/
  29. htcdumlock/
  30. injecttwrp/
  31. install.cpp
  32. install.h
  33. libblkid/
  34. libcrecovery/
  35. libjpegtwrp/
  36. libtar/
  37. make-overlay.py
  38. minadbd/
  39. minelf/
  40. minui/
  41. minuitwrp/
  42. minzip/
  43. mmcutils/
  44. mounts.c
  45. mounts.h
  46. mtdutils/
  47. openrecoveryscript.cpp
  48. openrecoveryscript.hpp
  49. partition.cpp
  50. partitionmanager.cpp
  51. partitions.hpp
  52. pigz/
  53. prebuilt/
  54. recovery.cpp
  55. recovery_ui.h
  56. res/
  57. roots.cpp
  58. roots.h
  59. screen_ui.cpp
  60. screen_ui.h
  61. tarWrite.c
  62. tarWrite.h
  63. testdata/
  64. tools/
  65. twbootloader.cpp
  66. twinstall.cpp
  67. twinstall.h
  68. twmincrypt/
  69. twrp-functions.cpp
  70. twrp-functions.hpp
  71. twrpDigest.cpp
  72. twrpDigest.hpp
  73. twrpTar.cpp
  74. twrpTar.h
  75. twrpTar.hpp
  76. ui.cpp
  77. ui.h
  78. updater/
  79. variables.h
  80. verifier.cpp
  81. verifier.h
  82. verifier_test.cpp
  83. 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.

If there are changes that need to be merged from AOSP, we will pull the change directly from AOSP instead of creating a new patch in order to prevent merge conflicts with AOSP.

This branch is under final testing and will be used shortly for public builds, but has not officially been released.

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.