summaryrefslogtreecommitdiffstats
path: root/partitions.hpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-12-19add support for fsflags= option in twrp.fstab fileHashcode1-0/+3
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
2013-10-24Update licenses to all matchDees Troy1-21/+17
Change-Id: I3be70a897e563658736b2dec3a9ea2697b69b225
2013-10-22Update licenses to all matchDees Troy1-21/+17
2013-08-30implement "usermrf" fstab flag to force rm -rf * deletion on specific partitionsHashcode1-0/+1
Change-Id: I58f4a8cedf31e6b6efd88f96a43ed525603ae311
2013-08-29Initial f2fs supportDees_Troy1-0/+1
Need to add this to your source tree: https://github.com/razrqcom-dev-team/android_external_f2fs-tools Change-Id: I3ee9ebbb617259655518f8ea356ce7b8c246cd4d
2013-08-24Clean-up in partitions.hppVojtech Bocek1-90/+88
* Remove useless 'virtual' keyword * Set proper members visibility Signed-off-by: Vojtech Bocek <vbocek@gmail.com>
2013-07-032.6.0.0Dees_Troy1-0/+1
Also copy recovery.fstab to cache and create a storage.fstab in cache for app/apk use.
2013-06-22Support encrypted backup filesDees_Troy1-0/+2
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
2013-03-30Add partition list GUI elementDees_Troy1-0/+16
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
2013-01-15Add flag for retaining layout versionDees_Troy1-0/+1
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.
2013-01-09Improve remounting sdcard with ecryptfsDees_Troy1-0/+3
2013-01-09Add libtar to TWRP instead of using busybox tarbigbiff bigbiff1-1/+2
Add proper mkdosfs tool Add fuse to TWRP Add experimental exfat-fuse to TWRP Convert all system() functions to use new Exec_Cmd function
2012-12-12Add ignore blkid flag for TransformersDees_Troy1-0/+1
Change-Id: I8f2b5b68a8c3ede74858d53002efab997174ee65
2012-11-22restore based on backup type, not destination typeGary Peck1-2/+3
Change-Id: Ie44958a148d00cadd2ba3c51255f7fd9d8a651e7
2012-10-15Update and improve USB storage codeDees_Troy1-0/+1
2012-10-14Handle storage devices that are slow to mountDees_Troy1-0/+1
2012-10-12Unmount system after boot, backup, and restoreDees_Troy1-0/+1
2012-10-10redo fix permissions in c++ for faster changesbigbiff bigbiff1-0/+1
2012-09-27Update sdcard partitioning to C++Dees_Troy1-1/+1
2012-09-27Port backup name checking to Partition ManagerDees_Troy1-0/+1
2012-09-26Add option to wipe android secureDees_Troy1-0/+1
2012-09-26Fix permissions updatesDees_Troy1-1/+0
Also redirect stderr output on terminal commands for display in GUI console
2012-09-26Fix problems with MTD devicesDees_Troy1-1/+1
Also improve handling of MTD names
2012-09-26Add backup size checkingDees_Troy1-2/+4
Converted bootloader.cpp to TWRP and removed AOSP fstab parsing from startup
2012-09-21Add progress bar support to backup and restoreDees_Troy1-2/+2
2012-09-21Add android_secure supportDees_Troy1-1/+6
2012-09-20Add and improve OpenRecoveryScript supportDees_Troy1-0/+1
Improve zip finding in ORS engine Add support for restoring with just a backup name
2012-09-18Cleanup extra-functionsDees_Troy1-0/+4
2012-09-18Improve backup and restoreDees_Troy1-0/+1
Add in archive splitting support
2012-09-17Update backup and restore code, adb sideloadDees_Troy1-3/+6
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.
2012-09-14Add wipe functions, compiles in CM7, text shows in UI, zips installDees_Troy1-4/+14
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
2012-09-10More Partition Manager functionalityDees_Troy1-0/+1
2012-09-10Improve storage size code, mount, unmountDees_Troy1-3/+9
Add flag parsing from recovery.fstab
2012-09-07Add processing of fstab, mounting, and decryptDees_Troy1-34/+55
2012-09-05TWRP-ify AOSP codeDees_Troy1-32/+34
Pull in most TWRP sources Stub out partition management code Make it compile -- probably will not boot Kind of a mess but have to start somewhere
2012-09-04Initial stub of partitions.hppDees_Troy1-0/+141