Add TWFunc::Exec_Cmd() with no 'result' agrument

Signed-off-by: Vojtech Bocek <vbocek@gmail.com>

Change-Id: Id8acff1ac9b3c7e4b562c80562a8ff42a1d132b9
8 files changed
tree: 64da042d36402180f30518f14ad460a1e970166b
  1. applypatch/
  2. bmlutils/
  3. crypto/
  4. digest/
  5. dosfstools/
  6. edify/
  7. etc/
  8. exfat/
  9. fb2png/
  10. flashutils/
  11. fonts/
  12. fuse/
  13. gui/
  14. htcdumlock/
  15. injecttwrp/
  16. libblkid/
  17. libcrecovery/
  18. libtar/
  19. minadbd/
  20. minelf/
  21. minui/
  22. minuitwrp/
  23. minzip/
  24. minzipold/
  25. mmcutils/
  26. mtdutils/
  27. openaes/
  28. pigz/
  29. prebuilt/
  30. res/
  31. testdata/
  32. tools/
  33. updater/
  34. .gitignore
  35. adb_install.cpp
  36. adb_install.h
  37. Android.mk
  38. bootloader.cpp
  39. bootloader.h
  40. CleanSpec.mk
  41. common.h
  42. data.cpp
  43. data.h
  44. data.hpp
  45. default_device.cpp
  46. device.h
  47. fixPermissions.cpp
  48. fixPermissions.hpp
  49. install.cpp
  50. install.h
  51. make-overlay.py
  52. mounts.c
  53. mounts.h
  54. NOTICE
  55. openrecoveryscript.cpp
  56. openrecoveryscript.hpp
  57. partition.cpp
  58. partitionmanager.cpp
  59. partitions.hpp
  60. README.md
  61. recovery.cpp
  62. recovery_ui.h
  63. roots.cpp
  64. roots.h
  65. screen_ui.cpp
  66. screen_ui.h
  67. tarWrite.c
  68. tarWrite.h
  69. twbootloader.cpp
  70. twcommon.h
  71. twinstall.cpp
  72. twinstall.h
  73. twrp-functions.cpp
  74. twrp-functions.hpp
  75. twrp.cpp
  76. twrpDigest.cpp
  77. twrpDigest.hpp
  78. twrpTar.cpp
  79. twrpTar.h
  80. twrpTar.hpp
  81. ui.cpp
  82. ui.h
  83. variables.h
  84. verifier.cpp
  85. verifier.h
  86. verifier_test.cpp
  87. 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.

If there are changes that need to be merged from AOSP, we will pull the change directly from AOSP instead of creating a new patch in order to prevent merge conflicts with AOSP.

This branch is under final testing and will be used shortly for public builds, but has not officially been released.

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.