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