Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix derp with alternate storage | Dees_Troy | 2012-10-08 | 1 | -1/+1 |
| | |||||
* | Fix error message on encrypted devices | Dees_Troy | 2012-10-01 | 1 | -1/+8 |
| | |||||
* | Revert busybox for CM7 compatibility, add exclamation point to format data | Dees_Troy | 2012-09-28 | 1 | -3/+5 |
| | |||||
* | Update sdcard partitioning to C++ | Dees_Troy | 2012-09-27 | 1 | -9/+1 |
| | |||||
* | Port reboot functions to C++ | Dees_Troy | 2012-09-27 | 1 | -1/+0 |
| | |||||
* | Handle mountable boot partitions | Dees_Troy | 2012-09-27 | 1 | -2/+10 |
| | |||||
* | Backup size for special partitions that are images | Dees_Troy | 2012-09-26 | 1 | -0/+24 |
| | |||||
* | Fix problems with MTD devices | Dees_Troy | 2012-09-26 | 1 | -7/+2 |
| | | | | Also improve handling of MTD names | ||||
* | Add backup size checking | Dees_Troy | 2012-09-26 | 1 | -7/+20 |
| | | | | | Converted bootloader.cpp to TWRP and removed AOSP fstab parsing from startup | ||||
* | Convert makelist to C++ | Dees_Troy | 2012-09-26 | 1 | -2/+3 |
| | |||||
* | Unify portrait layouts again | Dees_Troy | 2012-09-26 | 1 | -1/+13 |
| | |||||
* | Update tablet layouts with ADB sideload | Dees_Troy | 2012-09-24 | 1 | -0/+1 |
| | |||||
* | Fix special partition handling | Dees_Troy | 2012-09-21 | 1 | -2/+2 |
| | |||||
* | Add android_secure support | Dees_Troy | 2012-09-21 | 1 | -17/+82 |
| | |||||
* | Various fixes | Dees_Troy | 2012-09-20 | 1 | -0/+7 |
| | | | | | | 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. | ||||
* | Cleanup extra-functions | Dees_Troy | 2012-09-18 | 1 | -4/+31 |
| | |||||
* | Improve backup and restore | Dees_Troy | 2012-09-18 | 1 | -13/+50 |
| | | | | Add in archive splitting support | ||||
* | Update backup and restore code, adb sideload | Dees_Troy | 2012-09-17 | 1 | -88/+178 |
| | | | | | | | 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 | -98/+353 |
| | | | | | | | | 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 | ||||
* | Zip install works again | Dees_Troy | 2012-09-11 | 1 | -6/+26 |
| | |||||
* | More Partition Manager functionality | Dees_Troy | 2012-09-10 | 1 | -9/+19 |
| | |||||
* | Improve storage size code, mount, unmount | Dees_Troy | 2012-09-10 | 1 | -62/+197 |
| | | | | Add flag parsing from recovery.fstab | ||||
* | Add processing of fstab, mounting, and decrypt | Dees_Troy | 2012-09-07 | 1 | -12/+510 |
| | |||||
* | TWRP-ify AOSP code | Dees_Troy | 2012-09-05 | 1 | -0/+193 |
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 |