summaryrefslogtreecommitdiffstats
path: root/twrp-functions.hpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix output of version numberDees_Troy2012-10-011-1/+0
|
* Save version number to storageDees_Troy2012-09-271-3/+4
|
* Port reboot functions to C++Dees_Troy2012-09-271-0/+17
|
* Add backup size checkingDees_Troy2012-09-261-0/+1
| | | | | Converted bootloader.cpp to TWRP and removed AOSP fstab parsing from startup
* Unify portrait layouts againDees_Troy2012-09-261-0/+2
|
* Update backup and restore code, adb sideloadDees_Troy2012-09-171-6/+9
| | | | | | | 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 installDees_Troy2012-09-141-0/+23
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