add "done" after "Updating partition details..."

This addresses a usability problem. Some users are confused when they
switch to the console and see this message, thinking they have to wait.

Examples:
http://forum.xda-developers.com/showthread.php?t=2498492
http://androidforums.com/verizon-galaxy-s3-all-things-root/718376-twrp-recovery-update-question.html

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