Really fix TWFunc::tw_chmod() for 3-character mode string

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

Change-Id: I8f03d46235e1c71e8ee510309c9418cde802f50b
2 files changed
tree: 7bc873341ac21a907228f70798ee8995060a0dc9
  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. fixPermissions.cpp
  26. fixPermissions.hpp
  27. flashutils/
  28. fuse/
  29. gui/
  30. htcdumlock/
  31. injecttwrp/
  32. install.cpp
  33. install.h
  34. libblkid/
  35. libcrecovery/
  36. libtar/
  37. make-overlay.py
  38. minadbd/
  39. minelf/
  40. minui/
  41. minuitwrp/
  42. minzip/
  43. mmcutils/
  44. mounts.c
  45. mounts.h
  46. mtdutils/
  47. openaes/
  48. openrecoveryscript.cpp
  49. openrecoveryscript.hpp
  50. partition.cpp
  51. partitionmanager.cpp
  52. partitions.hpp
  53. pigz/
  54. prebuilt/
  55. recovery.cpp
  56. recovery_ui.h
  57. res/
  58. roots.cpp
  59. roots.h
  60. screen_ui.cpp
  61. screen_ui.h
  62. tarWrite.c
  63. tarWrite.h
  64. testdata/
  65. tools/
  66. twbootloader.cpp
  67. twcommon.h
  68. twinstall.cpp
  69. twinstall.h
  70. twrp-functions.cpp
  71. twrp-functions.hpp
  72. twrp.cpp
  73. twrpDigest.cpp
  74. twrpDigest.hpp
  75. twrpTar.cpp
  76. twrpTar.h
  77. twrpTar.hpp
  78. ui.cpp
  79. ui.h
  80. updater/
  81. variables.h
  82. verifier.cpp
  83. verifier.h
  84. verifier_test.cpp
  85. 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.