- 04 Sep, 2014 1 commit
-
-
Ethan Yonker authored
Change-Id: I95cf6f4def0c86f40c775738f0712323f0a0f146
-
- 02 Sep, 2014 1 commit
-
-
bigbiff bigbiff authored
Big thanks to Dees_Troy for helping with the implementation. Change-Id: I6c9c522b9c9de5dc139e2ecb0141008182ba07f0
-
- 09 Jul, 2014 1 commit
-
-
Ethan Yonker authored
Track backup and restore progress based on the sizes of the files as they are being added to the tar backup file. Update the progress bar based on the sizes of the files. Change-Id: Idf649efa1db3e91830b4b2add86203a3f30042ff
-
- 04 Jun, 2014 1 commit
-
-
Ethan Yonker authored
Change-Id: I9043e98e1e1ed4722f05c13a60b43d2d0bf739f6
-
- 31 May, 2014 1 commit
-
-
Vojtech Bocek authored
Change-Id: Ia5957efe616defa4272501cd8f31d26d394077bb Signed-off-by:
Vojtech Bocek <vbocek@gmail.com>
-
- 16 Apr, 2014 1 commit
-
-
Matt Mower authored
Some devices (jewel, m8) have .android_secure at a non-standard location. Allow a different partition to be specified as the home of .android_secure using the fstab flag 'andsec'. Using the /data/media variant of jewel as an example, recovery.fstab or twrp.fstab could be edited like follows: /external_sd vfat /dev/block/mmcblk1p1 flags=display="MicroSD";andsec Note, this is NOT a method to move .android_secure in your ROM. Your ROM must already write to this alternative location. Change-Id: I3a6e4e63aaddb35870b79e80938b0f9c2c902443
-
- 01 Apr, 2014 1 commit
-
-
Ethan Yonker authored
Change-Id: I5743d9b967a8227c4bb87da01a9c67c574bf9876
-
- 13 Mar, 2014 1 commit
-
-
Ethan Yonker authored
Change-Id: I8af92543c2f0c201e7220267c417d74e4561038d
-
- 19 Dec, 2013 2 commits
-
-
bigbiff bigbiff authored
Create a TWRP Disk Usage Class to retain state about a directory and whether we should skip it in other classes like twrpTar. Moved Get_Folder_Size to this new class. Change-Id: If0a0220f900eb109581f2eeaf7b76e3f7d6886f1
-
Hashcode authored
example userdata line (as needed by MotoX): /data f2fs /dev/block/platform/msm_sdcc.1/by-name/userdata flags=fsflags="inline_xattr" Code for parsing flags/options originally based on AOSP fs_mgr sources. Change-Id: I5fb2b5d5cdd08137e6bf71f0085a3f8aebd889a8
-
- 24 Oct, 2013 1 commit
-
- 22 Oct, 2013 1 commit
-
-
Dees Troy authored
-
- 30 Aug, 2013 1 commit
-
-
Hashcode authored
Change-Id: I58f4a8cedf31e6b6efd88f96a43ed525603ae311
-
- 29 Aug, 2013 1 commit
-
-
Dees_Troy authored
Need to add this to your source tree: https://github.com/razrqcom-dev-team/android_external_f2fs-tools Change-Id: I3ee9ebbb617259655518f8ea356ce7b8c246cd4d
-
- 24 Aug, 2013 1 commit
-
-
Vojtech Bocek authored
* Remove useless 'virtual' keyword * Set proper members visibility Signed-off-by:
Vojtech Bocek <vbocek@gmail.com>
-
- 03 Jul, 2013 1 commit
-
-
Dees_Troy authored
Also copy recovery.fstab to cache and create a storage.fstab in cache for app/apk use.
-
- 22 Jun, 2013 1 commit
-
-
Dees_Troy authored
Also includes features merged from: Update twrpTar by kokotas Revised function entryExists(). Added function to get archive's uncompressed size. Added option to exclude item(s) from the archive. Revised forks() http://review.teamw.in/#/c/590/ Change-Id: I01fa2c81643161984eff2625247af75990684bd9
-
- 30 Mar, 2013 1 commit
-
-
Dees_Troy authored
Add partition list GUI element and update backup, restore, mount, storage selection, and wipe sections of GUI and partition manager code to reflect the new GUI element. Update ORS engine to handle new backup and restore setup. Fix a bug with decrypt. Add 1080x1920 layout. Change-Id: Iaa2f44cb707167e66f935452f076ba00e68a2aa4
-
- 15 Jan, 2013 1 commit
-
-
Dees_Troy authored
Needed on Sony mint (Xperia T) as the /data/media folder is a separate partition and normal data media wiping is not appropriate for this device but the layout version file needs to be retained for Android 4.2 multi-user.
-
- 09 Jan, 2013 2 commits
-
-
Dees_Troy authored
-
bigbiff bigbiff authored
Add proper mkdosfs tool Add fuse to TWRP Add experimental exfat-fuse to TWRP Convert all system() functions to use new Exec_Cmd function
-
- 12 Dec, 2012 1 commit
-
-
Dees_Troy authored
Change-Id: I8f2b5b68a8c3ede74858d53002efab997174ee65
-
- 22 Nov, 2012 1 commit
-
-
Gary Peck authored
Change-Id: Ie44958a148d00cadd2ba3c51255f7fd9d8a651e7
-
- 14 Oct, 2012 1 commit
-
-
Dees_Troy authored
-
- 13 Oct, 2012 1 commit
-
-
Dees_Troy authored
-
- 12 Oct, 2012 1 commit
-
-
Dees_Troy authored
-
- 09 Oct, 2012 1 commit
-
-
bigbiff bigbiff authored
-
- 27 Sep, 2012 2 commits
- 26 Sep, 2012 4 commits
- 21 Sep, 2012 2 commits
- 20 Sep, 2012 1 commit
-
-
Dees_Troy authored
Improve zip finding in ORS engine Add support for restoring with just a backup name
-
- 18 Sep, 2012 2 commits
- 17 Sep, 2012 1 commit
-
-
Dees_Troy authored
Fixed a problem with using make_ext4fs by making its lib a dynamic lib. Added ADB sideload zip install feature - no way to cancel it yet. Improve backup and restore code.
-
- 14 Sep, 2012 1 commit
-
-
Dees_Troy authored
Zip install works, had to move mincrypt code into TWRP to prevent a crash when checking the zip signature. Added wipe functions Made it compile in CM7 Made text show up in console and logging
-