summaryrefslogtreecommitdiffstats
path: root/data.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove ignore image size settingDees_Troy2013-02-211-1/+0
| | | | | Move military time setting up and remove the now unused ignore image size setting from XML layouts.
* Check for root and root perms and offer to install/fixDees_Troy2013-02-211-0/+1
| | | | | | Also fix sort order for file selector by date and file sizes Change-Id: Idff9fe4232c19d4ed1082e78fabe6f921aa0a114
* add military time optionbigbiff bigbiff2013-02-211-7/+15
|
* Configurable timeout and brightness settingsDees_Troy2013-02-201-1/+39
| | | | Change-Id: I924297ab0dcf920cd4b4b617949c3b16cbc68e43
* convert file_bps to be unsigned long longbigbiff bigbiff2013-02-191-0/+18
| | | | Change-Id: Ib5d9ca8f9a2a4e27d9798665b312376a7d9c571c
* Add TW_USE_MODEL_HADWARE_ID_FOR_DEVICE_ID parameter for correct model identificationAnatoly Smaznov2013-02-191-0/+28
| | | | Change-Id: Ic6440c624b5cfbdb0f24681461748a0da16bf95e
* fix wrong debuging output of used BUILD FLAGS in data.cppTalustus2013-02-021-2/+2
|
* adding sideload page with wipe cache and dalvikbigbiff bigbiff2013-01-251-1/+3
| | | | | fix variable Change-Id: I72eed7b4d709a184e53cc94165a1817a7dcf041e
* Output most build flags to logDees_Troy2013-01-241-5/+24
| | | | Change-Id: I28f62236c5d5fa882cb5c05973ebf84da006b9ff
* Disable USB Mass Storage if the USB lun file does not exist.Dees_Troy2013-01-241-1/+15
| | | | Change-Id: I185edb4538fa84c17fc2b9a803557bb7a622f880
* Save version to cacheDees_Troy2013-01-171-4/+10
|
* Add libtar to TWRP instead of using busybox tarbigbiff bigbiff2013-01-091-3/+1
| | | | | | | Add proper mkdosfs tool Add fuse to TWRP Add experimental exfat-fuse to TWRP Convert all system() functions to use new Exec_Cmd function
* fix SP variable namesbigbiff bigbiff2012-11-241-2/+2
|
* Fixes for multi-user in 4.2Dees_Troy2012-11-151-24/+19
| | | | | | Also fixed inability to delete backups with a space in the name. Change-Id: I2f6639d33caa3c4542960f76adbd59b25ab64f5d
* Fix output of version numberDees_Troy2012-10-011-1/+29
|
* Port reboot functions to C++Dees_Troy2012-09-271-8/+4
|
* Unify portrait layouts againDees_Troy2012-09-261-9/+12
|
* Fix special partition handlingDees_Troy2012-09-211-0/+9
|
* Fix ext storage and zip pathsDees_Troy2012-09-191-1/+5
| | | | | | Fix a bug with handling external storage during boot. Check zip root path when switching storage and ensure that the path is in the new storage path to prevent user confusion.
* Cleanup extra-functionsDees_Troy2012-09-181-8/+12
|
* Add wipe functions, compiles in CM7, text shows in UI, zips installDees_Troy2012-09-141-3/+29
| | | | | | | | 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
* Move device ID code to data managerDees_Troy2012-09-111-9/+130
|
* Improve storage size code, mount, unmountDees_Troy2012-09-101-6/+0
| | | | Add flag parsing from recovery.fstab
* Add processing of fstab, mounting, and decryptDees_Troy2012-09-071-7/+7
|
* Hax to make it bootDees_Troy2012-09-061-2/+3
|
* TWRP-ify AOSP codeDees_Troy2012-09-051-0/+918
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