Load user saved setting for blank timer on recovery startup
Fix persistence of military time
3 files changed
tree: 5761efa0ffe4cdcaa3aa31a10820f480df8d5515
  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. dosfstools/
  20. edify/
  21. etc/
  22. exfat/
  23. fixPermissions.cpp
  24. fixPermissions.hpp
  25. flashutils/
  26. fuse/
  27. gui/
  28. htcdumlock/
  29. injecttwrp/
  30. install.cpp
  31. install.h
  32. libblkid/
  33. libcrecovery/
  34. libjpegtwrp/
  35. libtar/
  36. make-overlay.py
  37. minadbd/
  38. minelf/
  39. minui/
  40. minuitwrp/
  41. minzip/
  42. mmcutils/
  43. mounts.c
  44. mounts.h
  45. mtdutils/
  46. openrecoveryscript.cpp
  47. openrecoveryscript.hpp
  48. partition.cpp
  49. partitionmanager.cpp
  50. partitions.hpp
  51. pigz/
  52. prebuilt/
  53. recovery.cpp
  54. recovery_ui.h
  55. res/
  56. roots.cpp
  57. roots.h
  58. screen_ui.cpp
  59. screen_ui.h
  60. tarWrite.c
  61. tarWrite.h
  62. testdata/
  63. tools/
  64. twbootloader.cpp
  65. twinstall.cpp
  66. twinstall.h
  67. twmincrypt/
  68. twrp-functions.cpp
  69. twrp-functions.hpp
  70. twrpTar.cpp
  71. twrpTar.h
  72. twrpTar.hpp
  73. ui.cpp
  74. ui.h
  75. updater/
  76. variables.h
  77. verifier.cpp
  78. verifier.h
  79. verifier_test.cpp
  80. 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.