Add backup size checking

Converted bootloader.cpp to TWRP and removed AOSP fstab parsing
from startup
7 files changed
tree: ccbc8bcb44eaf4c8847d4bfcbca344609261f19b
  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. install.cpp
  41. install.h
  42. make-overlay.py
  43. makelist.cpp
  44. makelist.hpp
  45. mounts.c
  46. mounts.h
  47. NOTICE
  48. openrecoveryscript.cpp
  49. openrecoveryscript.hpp
  50. partition.cpp
  51. partitionmanager.cpp
  52. partitions.hpp
  53. README.md
  54. reboot.c
  55. recovery.cpp
  56. recovery_ui.h
  57. roots.cpp
  58. roots.h
  59. screen_ui.cpp
  60. screen_ui.h
  61. tw_reboot.h
  62. twbootloader.cpp
  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.