Improve storage size code, mount, unmount

Add flag parsing from recovery.fstab
8 files changed
tree: d25fe6ae32a6ab56025a3e73851d10dac953d1f2
  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. updater/
  25. adb_install.cpp
  26. adb_install.h
  27. Android.mk
  28. bootloader.cpp
  29. bootloader.h
  30. CleanSpec.mk
  31. common.h
  32. data.cpp
  33. data.h
  34. data.hpp
  35. default_device.cpp
  36. device.h
  37. extra-functions.c
  38. extra-functions.h
  39. firmware.c
  40. firmware.h
  41. gui_stub.c
  42. install.cpp
  43. install.h
  44. make-overlay.py
  45. makelist.c
  46. makelist.h
  47. mounts.c
  48. mounts.h
  49. NOTICE
  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. ui.cpp
  63. ui.h
  64. variables.h
  65. verifier.cpp
  66. verifier.h
  67. verifier_test.cpp
  68. 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.