Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add flag for retaining layout version | Dees_Troy | 2013-01-15 | 1 | -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. | ||||
* | Improve remounting sdcard with ecryptfs | Dees_Troy | 2013-01-09 | 1 | -0/+3 |
| | |||||
* | Add libtar to TWRP instead of using busybox tar | bigbiff bigbiff | 2013-01-09 | 1 | -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 | ||||
* | Add ignore blkid flag for Transformers | Dees_Troy | 2012-12-12 | 1 | -0/+1 |
| | | | | Change-Id: I8f2b5b68a8c3ede74858d53002efab997174ee65 | ||||
* | restore based on backup type, not destination type | Gary Peck | 2012-11-22 | 1 | -2/+3 |
| | | | | Change-Id: Ie44958a148d00cadd2ba3c51255f7fd9d8a651e7 | ||||
* | Update and improve USB storage code | Dees_Troy | 2012-10-15 | 1 | -0/+1 |
| | |||||
* | Handle storage devices that are slow to mount | Dees_Troy | 2012-10-14 | 1 | -0/+1 |
| | |||||
* | Unmount system after boot, backup, and restore | Dees_Troy | 2012-10-12 | 1 | -0/+1 |
| | |||||
* | redo fix permissions in c++ for faster changes | bigbiff bigbiff | 2012-10-10 | 1 | -0/+1 |
| | |||||
* | Update sdcard partitioning to C++ | Dees_Troy | 2012-09-27 | 1 | -1/+1 |
| | |||||
* | Port backup name checking to Partition Manager | Dees_Troy | 2012-09-27 | 1 | -0/+1 |
| | |||||
* | Add option to wipe android secure | Dees_Troy | 2012-09-26 | 1 | -0/+1 |
| | |||||
* | Fix permissions updates | Dees_Troy | 2012-09-26 | 1 | -1/+0 |
| | | | | | Also redirect stderr output on terminal commands for display in GUI console | ||||
* | Fix problems with MTD devices | Dees_Troy | 2012-09-26 | 1 | -1/+1 |
| | | | | Also improve handling of MTD names | ||||
* | Add backup size checking | Dees_Troy | 2012-09-26 | 1 | -2/+4 |
| | | | | | Converted bootloader.cpp to TWRP and removed AOSP fstab parsing from startup | ||||
* | Add progress bar support to backup and restore | Dees_Troy | 2012-09-21 | 1 | -2/+2 |
| | |||||
* | Add android_secure support | Dees_Troy | 2012-09-21 | 1 | -1/+6 |
| | |||||
* | Add and improve OpenRecoveryScript support | Dees_Troy | 2012-09-20 | 1 | -0/+1 |
| | | | | | Improve zip finding in ORS engine Add support for restoring with just a backup name | ||||
* | Cleanup extra-functions | Dees_Troy | 2012-09-18 | 1 | -0/+4 |
| | |||||
* | Improve backup and restore | Dees_Troy | 2012-09-18 | 1 | -0/+1 |
| | | | | Add in archive splitting support | ||||
* | Update backup and restore code, adb sideload | Dees_Troy | 2012-09-17 | 1 | -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. | ||||
* | Add wipe functions, compiles in CM7, text shows in UI, zips install | Dees_Troy | 2012-09-14 | 1 | -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 | ||||
* | More Partition Manager functionality | Dees_Troy | 2012-09-10 | 1 | -0/+1 |
| | |||||
* | Improve storage size code, mount, unmount | Dees_Troy | 2012-09-10 | 1 | -3/+9 |
| | | | | Add flag parsing from recovery.fstab | ||||
* | Add processing of fstab, mounting, and decrypt | Dees_Troy | 2012-09-07 | 1 | -34/+55 |
| | |||||
* | TWRP-ify AOSP code | Dees_Troy | 2012-09-05 | 1 | -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 | ||||
* | Initial stub of partitions.hpp | Dees_Troy | 2012-09-04 | 1 | -0/+141 |