Improve adb sideload -- add cancel

Also copy zip from /tmp to storage and remove from /tmp to
prevent running out of RAM.
4 files changed
tree: 1c625c2d24fde213c5c9b8c8f537b33ac0d1ddc9
  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.c
  44. makelist.h
  45. mounts.c
  46. mounts.h
  47. NOTICE
  48. partition.cpp
  49. partitionmanager.cpp
  50. partitions.hpp
  51. README.md
  52. reboot.c
  53. recovery.cpp
  54. recovery_ui.h
  55. roots.cpp
  56. roots.h
  57. screen_ui.cpp
  58. screen_ui.h
  59. tw_reboot.h
  60. twinstall.cpp
  61. twinstall.h
  62. twrp-functions.cpp
  63. twrp-functions.hpp
  64. ui.cpp
  65. ui.h
  66. variables.h
  67. verifier.cpp
  68. verifier.h
  69. verifier_test.cpp
  70. 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.