Improve backup and restore

Add in archive splitting support
3 files changed
tree: a16d7459c48ce16d9c3e4d98cda51dfb6097e059
  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. extra-functions.c
  39. extra-functions.h
  40. firmware.c
  41. firmware.h
  42. gui_stub.c
  43. install.cpp
  44. install.h
  45. make-overlay.py
  46. makelist.c
  47. makelist.h
  48. mounts.c
  49. mounts.h
  50. NOTICE
  51. partition.cpp
  52. partitionmanager.cpp
  53. partitions.hpp
  54. README.md
  55. reboot.c
  56. recovery.cpp
  57. recovery_ui.h
  58. roots.cpp
  59. roots.h
  60. screen_ui.cpp
  61. screen_ui.h
  62. tw_reboot.h
  63. twinstall.cpp
  64. twinstall.h
  65. twrp-functions.cpp
  66. twrp-functions.hpp
  67. ui.cpp
  68. ui.h
  69. variables.h
  70. verifier.cpp
  71. verifier.h
  72. verifier_test.cpp
  73. 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 and should not be used for compiling.

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.