- 27 Nov, 2017 1 commit
-
-
bigbiff bigbiff authored
Restore adb backup files that TWRP made to your PC. Put files in your backup directory to see them. e.g. /sdcard/TWRP/BACKUPS/<sn> Change-Id: I2c57970d77b64c39a302159041456e761c185259
-
- 20 Nov, 2017 1 commit
-
-
leskal authored
Change-Id: I1642a2c89e50438fdd7308dba318d52440b0809f
-
- 18 Nov, 2017 2 commits
-
-
Michael Bestas authored
* Enable it on all platforms after msm8960 Change-Id: I2584048a9b9fa77c6c7d3408d280811143b01e8d
-
Ethan Yonker authored
Change-Id: Ifcfff60fab1cd73b524cd521a7094c344f8e9e1d
-
- 17 Nov, 2017 3 commits
-
-
nkk71 authored
* OmniROM 8.0 uses AOSP f2fs-tools which builds a static mkfs.f2fs directly to $(TARGET_RECOVERY_ROOT_OUT)/sbin Change-Id: I364a13e33e71abceab2f9ba1bd3179c2d9672b27
-
nkk71 authored
* When you format the system partition, it will remain in a mounted state. * Subsequently restoring a system_image (even though successfully) the Update_System_Details() function will not correctly update the system partition details. * Reproducible by: 1- Advanced wipe: System 2- Restore: System_Image 3- Reboot -> No OS prompt * eg: [ ~ # twrp get tw_min_system tw_min_system = 50 ~ # twrp get tw_backup_system_size tw_backup_system_size = 8 ~ # mount -o ro /system ~ # du -sh /system 3.5G /system ] Change-Id: I99f75274816788dd38eccdd387f7ac691e1f3fab
- 26 Sep, 2017 1 commit
-
-
Ethan Yonker authored
-
- 15 Sep, 2017 1 commit
-
-
Ethan Yonker authored
Change-Id: I1311e4f9bb2409e856df3d333cc0d6c3f8f097f8
-
- 12 Sep, 2017 1 commit
-
-
Ethan Yonker authored
Change-Id: I99fad0cf2de7ff95814eff1a5f8dde59afb4b5c2
-
- 08 Sep, 2017 2 commits
-
-
Ethan Yonker authored
Change-Id: Id0bb17ebd11e120b4676c41d6553e6a830ac7ee9
-
Ethan Yonker authored
Change-Id: I29fe722b4eb9718765327902779046840a01433e
-
- 25 Aug, 2017 1 commit
-
-
Ethan Yonker authored
Change-Id: I8c8a9734adbf36c33463123844fa6e078934ae34
-
- 18 Aug, 2017 1 commit
-
-
kaneawk authored
Change-Id: I3ed9b5731d63f69748fbbf99c626669db39a1eb4
-
- 15 Aug, 2017 1 commit
-
-
big biff authored
-
- 12 Aug, 2017 1 commit
-
-
big biff authored
-
- 08 Aug, 2017 1 commit
-
-
nkk71 authored
* The scrollbar is not shown when more options are actually available. Change-Id: I78b223c5fe12f0cbd73357ca6615f83ff04201e1
-
- 07 Aug, 2017 1 commit
-
-
bigbiff bigbiff authored
Change-Id: I8bdb4b8a24cbdd0f68d45676f2858eb63f74677b
-
- 21 Jul, 2017 1 commit
-
-
nkk71 authored
* current_archive_type is not properly initialized leading to a potential random close(fd) in closeTar() Change-Id: I1598ba4d524b723b8175ee847e2b1c5aeedbd938
-
- 06 Jul, 2017 2 commits
-
-
Ethan Yonker authored
If the user selects to skip digest creation, Backup_Partition always returned false. This patch fixes this problem and somewhat cleans up the error handling. Change-Id: I1db0e285cd5ed2bd93756cd27c6f56b8415ffa86
-
Ethan Yonker authored
Change-Id: I457356069330c38299fd326181c1c88b12a08dbd
-
- 24 Jun, 2017 1 commit
-
-
Michael Bestas authored
* Use project pathmap when available for LOCAL_C_INCLUDES Change-Id: Iddc7cc8509d966307c4a490c9d6c15d761dbb3b4
-
- 18 Jun, 2017 1 commit
-
-
android-build-team Robot authored
release-request-f4ecf242-5d1c-45e0-8c7c-ede48d1a9e82-for-git_oc-release-4111650 snap-temp-L02200000075283731 Change-Id: Id1b274b254753d4ee0fc788092ef6a62f86efd92
-
- 17 Jun, 2017 2 commits
-
-
nkk71 authored
Change-Id: I430f6bb21a5fd87e0422420463e8bb96c4a612e1
-
bigbiff bigbiff authored
This patch is to refactor twrpDigest using polymorphism and inheritance to use the same call patterns for creating and reading a digest. Now a library. Use SHA2 from libcrypto. SHA2 is default if device has libcrypto. Change string MD5 everywhere to use digest or Digest instead. Updated string tags to digest. Translation will be required. Switch out digest code into a driver class from partitionmanager. SHA2 is better for digest creation due to decreased collision space compared to MD5 and SHA1. See https://en.wikipedia.org/wiki/SHA-2 Change-Id: I74b5546789990b12aa4ce2e389d25f80a3fe213f
-
- 15 Jun, 2017 1 commit
-
-
Jeff Vander Stoep authored
Fixed by Loading the file_contexts specified in libselinux, whereas previously recovery loaded /file_contexts which no longer exists. Bug: 62587423 Test: build and flash recovery on Angler. Warning is gone. Test: Wipe data and cache. Test: sideload OTA Change-Id: I11581c878b860ac5f412e6e8e7acde811f37870f (cherry picked from commit 2330dd87)
-
- 10 Jun, 2017 1 commit
-
-
Dees Troy authored
-
- 08 Jun, 2017 1 commit
-
-
big biff authored
-
- 07 Jun, 2017 1 commit
-
-
Pierre Roth authored
Change-Id: Id3b4cca16ec18f63fb71f7e0ae09d2cc2d8516f8
-
- 06 Jun, 2017 1 commit
-
-
Ethan Yonker authored
In trees where TWRP is the primary recovery, minui.h was not setting rules properly for healthd because healthd uses clang. Must use CLANG_TARGET_GLOBAL_CFLAGS to set global flags. Change-Id: I4cd9c88f8fcaec345fe012d09abcb9f24be06ef4
-
- 05 Jun, 2017 1 commit
-
-
nailyk-fr authored
Change-Id: Ia026a8578262d4bb231e1727313ed1f5e323b880
-
- 04 Jun, 2017 2 commits
-
-
nkk71 authored
* Partition information should be updated after successful decryption (both userdata and adopted) and then logged * Fix adopted storage nickname being "" Change-Id: Idcdab84f339e932e62880089bad36e206920dd70
-
bigbiff bigbiff authored
This will allow the gzip compression header to be written properly to the adb stream. Thanks to nkk71 for finding the issue. Change-Id: I3d88c5f575ca3fac904d8279f1f246994be2b02f
-
- 03 Jun, 2017 1 commit
-
-
Ayke van Laethem authored
There were a few memory errors while restoring a backup via adb (created using `adb backup --twrp`). On my device (S5 mini) it resulted in this error message: FORTIFY: strlen: prevented read past end of buffer This commit fixes this issue and a few other potential issues. Change-Id: I5022c94c961217238b3fefec0b2c4b8c6fa26ec7
-
- 23 May, 2017 1 commit
-
-
nkk71 authored
* The dm-crypt device needs to be removed from the device-mapper driver list otherwise it will remain busy and cannot be used later on by other processes (eg vold_decrypt) or for further testing/debugging in recovery. Change-Id: I35e43a79ecc3de234ddb9f87f7d75c6439ea7454
-
- 21 May, 2017 1 commit
-
-
android-build-team Robot authored
release-request-c72e46fd-06a9-4104-bad3-f7ba8aeb3e1d-for-git_oc-release-4029917 snap-temp-L38800000066299680 Change-Id: I8fd5a0c76fe7275b05cc3fb7713a582920cfe76c
-
- 17 May, 2017 1 commit
-
-
Tianjie Xu authored
We're not updating argc & argv during get_args(), so some boot arguments missed when we set the boot message for retry. Bug: 38383406 Test: boot command sets correctly during retry attempt. Change-Id: Ie8583a22fad5e0084245e3431d4018518d508dfd (cherry picked from commit 72449c9f)
-
- 16 May, 2017 1 commit
-
-
that authored
We shouldn't load libraries from some random working directory. For example it breaks busybox when you're in /system/lib. Change-Id: Ia1f8f4fda9e6182c0cd8c5ac727c2b1eb09c84a2
-
- 15 May, 2017 2 commits
-
-
Michael Bestas authored
Change-Id: I8314bb94bf5bcd9576995cd2ecdc5133c5f5ea11
-
that authored
Apparently we are supposed to delay going to the next line until the next character is printed. Change-Id: I5cd0cc128cc00dcdd0dd2dd9508281f1249db257
-