Various fixes

Modify AOSP mount and wipe functions to use Partition Manager.
Update wipe code to reset the log file index when wiping cache.
Add ADB sideload to 540x960 theme.
5 files changed
tree: de20eb047205f9fec817cdd18ec47a82ae16add5
  1. Android.mk
  2. CleanSpec.mk
  3. NOTICE
  4. README.md
  5. adb_install.cpp
  6. adb_install.h
  7. applypatch/
  8. bmlutils/
  9. bootloader.cpp
  10. bootloader.h
  11. common.h
  12. crypto/
  13. data.cpp
  14. data.h
  15. data.hpp
  16. default_device.cpp
  17. device.h
  18. edify/
  19. etc/
  20. extra-functions.c
  21. extra-functions.h
  22. flashutils/
  23. gui/
  24. htcdumlock/
  25. injecttwrp/
  26. install.cpp
  27. install.h
  28. libcrecovery/
  29. libjpegtwrp/
  30. make-overlay.py
  31. makelist.c
  32. makelist.h
  33. minadbd/
  34. minelf/
  35. minui/
  36. minuitwrp/
  37. minzip/
  38. mmcutils/
  39. mounts.c
  40. mounts.h
  41. mtdutils/
  42. openrecoveryscript.cpp
  43. openrecoveryscript.hpp
  44. partition.cpp
  45. partitionmanager.cpp
  46. partitions.hpp
  47. pigz/
  48. prebuilt/
  49. reboot.c
  50. recovery.cpp
  51. recovery_ui.h
  52. res/
  53. roots.cpp
  54. roots.h
  55. screen_ui.cpp
  56. screen_ui.h
  57. testdata/
  58. tools/
  59. tw_reboot.h
  60. twinstall.cpp
  61. twinstall.h
  62. twmincrypt/
  63. twrp-functions.cpp
  64. twrp-functions.hpp
  65. ui.cpp
  66. ui.h
  67. updater/
  68. variables.h
  69. verifier.cpp
  70. verifier.h
  71. verifier_test.cpp
  72. 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.