Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix output of version number | Dees_Troy | 2012-10-01 | 1 | -25/+0 |
| | |||||
* | Fix compiler warnings | Dees_Troy | 2012-09-28 | 1 | -1/+1 |
| | |||||
* | Save version number to storage | Dees_Troy | 2012-09-27 | 1 | -0/+26 |
| | |||||
* | Port reboot functions to C++ | Dees_Troy | 2012-09-27 | 1 | -0/+128 |
| | |||||
* | Add backup size checking | Dees_Troy | 2012-09-26 | 1 | -2/+10 |
| | | | | | Converted bootloader.cpp to TWRP and removed AOSP fstab parsing from startup | ||||
* | Unify portrait layouts again | Dees_Troy | 2012-09-26 | 1 | -0/+23 |
| | |||||
* | Fix fstab and unmount problems | Dees_Troy | 2012-09-20 | 1 | -4/+3 |
| | | | | | | Fix a problem parsing some recovery.fstab files. Fixed a problem with MD5 checking that prevented unmounting after md5 checking. | ||||
* | Cleanup extra-functions | Dees_Troy | 2012-09-18 | 1 | -19/+14 |
| | |||||
* | Update backup and restore code, adb sideload | Dees_Troy | 2012-09-17 | 1 | -0/+71 |
| | | | | | | | 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 | -0/+164 |
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 |