Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix fail over to vfat from exfat | Dees_Troy | 2013-02-01 | 1 | -5/+5 |
| | | | | | | | Fix issues with MD5 checking using chdir and leaving the working dir in a subfolder that prevented unmounting sometimes. Change-Id: I01a563d722f474297ed3f7a30064c3a61748ade3 | ||||
* | Disable USB Mass Storage if the USB lun file does not exist. | Dees_Troy | 2013-01-24 | 1 | -4/+0 |
| | | | | Change-Id: I185edb4538fa84c17fc2b9a803557bb7a622f880 | ||||
* | Move backup folder creation to after free space calc | Dees_Troy | 2013-01-18 | 1 | -8/+8 |
| | | | | Also fix free space calculation | ||||
* | ORS engine fixes | Dees_Troy | 2013-01-17 | 1 | -28/+29 |
| | | | | | | | | Fix backup to not error when a non-existant partition is given. Fix restore to run when no partition parameters are given. Ensure that ORS runs after decryption and that zips install. Fix a problem with the fake internal sdcard not mounting to /sdcard on data media devices. | ||||
* | Add flag for retaining layout version | Dees_Troy | 2013-01-15 | 1 | -0/+2 |
| | | | | | | | 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. | ||||
* | Check to ensure that external is encrypted | Dees_Troy | 2013-01-14 | 1 | -0/+7 |
| | |||||
* | More Samsung sdcard crypto fixes | Dees_Troy | 2013-01-10 | 1 | -1/+1 |
| | |||||
* | Fix ifdefs for Samsung encryption | Dees_Troy | 2013-01-10 | 1 | -0/+4 |
| | |||||
* | Improve remounting sdcard with ecryptfs | Dees_Troy | 2013-01-09 | 1 | -5/+12 |
| | |||||
* | Add libtar to TWRP instead of using busybox tar | bigbiff bigbiff | 2013-01-09 | 1 | -31/+42 |
| | | | | | | | 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 Samsung TouchWiz decryption | a3955269 | 2013-01-08 | 1 | -1/+52 |
| | | | | Change-Id: I418680e59372160dabfe3e2d5f0208229aa151ae | ||||
* | Improve handling of undecrypted encrypted /data | Gary Peck | 2012-12-21 | 1 | -0/+3 |
| | | | | | | | | | | - Until the encrypted partition is decrypted, treat it as a disk image instead of a filesystem so that it is properly backed up using dd. - Make Partition::Wipe() use the filesystem from fstab for disk images so that wiping an undecrypted /data makes it a plain unencrypted partition again. Change-Id: I78db977d6348cfa66b0cfbc492fb5776f84db48d | ||||
* | Add ignore blkid flag for Transformers | Dees_Troy | 2012-12-12 | 1 | -0/+2 |
| | | | | Change-Id: I8f2b5b68a8c3ede74858d53002efab997174ee65 | ||||
* | print partition details independent of whether its mountable | Gary Peck | 2012-11-22 | 1 | -61/+61 |
| | | | | Change-Id: Ibbc3bf3d3264fb9852f8312ece0567950aace496 | ||||
* | Fixes for multi-user in 4.2 | Dees_Troy | 2012-11-15 | 1 | -0/+9 |
| | | | | | | Also fixed inability to delete backups with a space in the name. Change-Id: I2f6639d33caa3c4542960f76adbd59b25ab64f5d | ||||
* | Unmount main partitions after fixing permissions | Dees_Troy | 2012-10-20 | 1 | -0/+1 |
| | |||||
* | Update and improve USB storage code | Dees_Troy | 2012-10-15 | 1 | -82/+39 |
| | |||||
* | Handle single lun file for USB storage | Dees_Troy | 2012-10-14 | 1 | -34/+60 |
| | |||||
* | Fix problem with sizes of images after reset default | Dees_Troy | 2012-10-13 | 1 | -0/+37 |
| | |||||
* | Unmount main partitions after USB storage disable | Dees_Troy | 2012-10-12 | 1 | -0/+1 |
| | |||||
* | Unmount system after boot, backup, and restore | Dees_Troy | 2012-10-12 | 1 | -0/+19 |
| | |||||
* | redo fix permissions in c++ for faster changes | bigbiff bigbiff | 2012-10-10 | 1 | -1/+18 |
| | |||||
* | Update sdcard partitioning to C++ | Dees_Troy | 2012-09-27 | 1 | -0/+144 |
| | |||||
* | Port backup name checking to Partition Manager | Dees_Troy | 2012-09-27 | 1 | -1/+53 |
| | |||||
* | Handle mountable boot partitions | Dees_Troy | 2012-09-27 | 1 | -1/+9 |
| | |||||
* | Add option to wipe android secure | Dees_Troy | 2012-09-26 | 1 | -0/+20 |
| | |||||
* | Fix permissions updates | Dees_Troy | 2012-09-26 | 1 | -13/+0 |
| | | | | | Also redirect stderr output on terminal commands for display in GUI console | ||||
* | Fix problems with MTD devices | Dees_Troy | 2012-09-26 | 1 | -2/+5 |
| | | | | Also improve handling of MTD names | ||||
* | Unify portrait layouts again | Dees_Troy | 2012-09-26 | 1 | -0/+3 |
| | |||||
* | Fix skip MD5 setting during backup | Dees_Troy | 2012-09-24 | 1 | -4/+6 |
| | |||||
* | Add progress bar support to backup and restore | Dees_Troy | 2012-09-21 | 1 | -25/+89 |
| | |||||
* | Fix special partition handling | Dees_Troy | 2012-09-21 | 1 | -17/+38 |
| | |||||
* | Add android_secure support | Dees_Troy | 2012-09-21 | 1 | -20/+35 |
| | |||||
* | Various fixes | Dees_Troy | 2012-09-20 | 1 | -3/+1 |
| | | | | | | Modify AOSP mount and wipe functions to use Partition Manager. Update wipe code to reset the log file index when wiping cache. Add ADB sideload to 540x960 theme. | ||||
* | Fix fstab and unmount problems | Dees_Troy | 2012-09-20 | 1 | -1/+5 |
| | | | | | | Fix a problem parsing some recovery.fstab files. Fixed a problem with MD5 checking that prevented unmounting after md5 checking. | ||||
* | Add and improve OpenRecoveryScript support | Dees_Troy | 2012-09-20 | 1 | -0/+9 |
| | | | | | Improve zip finding in ORS engine Add support for restoring with just a backup name | ||||
* | Cleanup extra-functions | Dees_Troy | 2012-09-18 | 1 | -20/+287 |
| | |||||
* | Improve backup and restore | Dees_Troy | 2012-09-18 | 1 | -177/+160 |
| | | | | Add in archive splitting support | ||||
* | Update backup and restore code, adb sideload | Dees_Troy | 2012-09-17 | 1 | -22/+449 |
| | | | | | | | 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 | -30/+126 |
| | | | | | | | | 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 | ||||
* | Make text appear in GUI console, Zip install works. | Dees_Troy | 2012-09-12 | 1 | -2/+2 |
| | | | | | | | Move TW zip install code to C++ so that it can use the ui->functions. Bring in mincrypt code to fix a crash during signature checking. | ||||
* | Zip install works again | Dees_Troy | 2012-09-11 | 1 | -4/+4 |
| | |||||
* | More Partition Manager functionality | Dees_Troy | 2012-09-10 | 1 | -13/+277 |
| | |||||
* | Improve storage size code, mount, unmount | Dees_Troy | 2012-09-10 | 1 | -50/+192 |
| | | | | Add flag parsing from recovery.fstab | ||||
* | Add processing of fstab, mounting, and decrypt | Dees_Troy | 2012-09-07 | 1 | -16/+190 |
| | |||||
* | TWRP-ify AOSP code | Dees_Troy | 2012-09-05 | 1 | -0/+147 |
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 |