aboutsummaryrefslogtreecommitdiffstats
path: root/nandroid.c
Commit message (Expand)AuthorAgeFilesLines
...
* tar nandroid and /data/media support.Koushik Dutta2011-06-081-14/+126
* fix up some implicit declarationsKoushik Dutta2011-05-261-18/+21
* more fixesKoushik Dutta2011-05-261-2/+2
* testKoushik Dutta2011-05-261-2/+2
* Revert "allow precise device detection"Koushik Dutta2011-04-171-2/+2
* allow precise device detectionKoushik Dutta2011-04-161-2/+2
* for toastKoushik Dutta2011-03-021-8/+10
* check for bml tooKoushik Dutta2011-02-271-0/+2
* Use raw partition functions for emmcChristopher Lais2011-01-161-2/+4
* fix sd-ext backup and restore.Koushik Dutta2011-01-161-1/+1
* Refactor nandroid so the availability of boot backup is determined automatica...Koushik Dutta2011-01-041-27/+50
* fix wimaxKoushik Dutta2011-01-011-1/+1
* fix nandroid linkage issueKoushik Dutta2011-01-011-1/+1
* Erase WiMAX device before restore.Joshua Wise2010-12-311-0/+3
* Fix up for property_get in recovery, which appears to have slightly different...Joshua Wise2010-12-311-5/+10
* WiMAX backups have their serial number in them, and messages now say WiMAX in...Joshua Wise2010-12-301-7/+9
* wimax restore should not be on by defaultKoushik Dutta2010-12-291-1/+1
* Add support for wimax imagingagrabren2010-12-291-2/+31
* Automatically detect /datadata from recovery.fstab. Remove BOARD_HAS_DATADATA.Koushik Dutta2010-12-181-8/+8
* Fix various bugs.Koushik Dutta2010-12-181-1/+1
* Merge from ClockworkMod recoveryKoushik Dutta2010-12-181-34/+28
* Refactor recovery's block device handling to work across variant hardware in ...Koushik Dutta2010-11-101-35/+6
* Changes to support Vision recovery. Fixing up a lot of bugs related to the Co...Koushik Dutta2010-11-091-1/+17
* add support for bml dumpingKoushik Dutta2010-09-131-2/+6
* initial support for bml backup and restoreKoushik Dutta2010-09-131-2/+10
* Do not unmount on wipe unless needed. Add reboot binary. Restart recovery pro...Koushik Dutta2010-07-241-0/+2
* Galaxy S initial support. Fix firmware flash on inc. May need to fix other ph...Koushik Dutta2010-07-221-1/+1
* galaxysKoushik Dutta2010-07-201-27/+24
* Backup of Froyo apps on external storage.Koushik Dutta2010-07-031-8/+45
* command line nandroidKoushik Dutta2010-06-261-0/+48
* fix sdext backup bugKoushik Dutta2010-06-211-1/+1
* Remove any references to mmcblk0. Add recovery.log failure hook into ROM Mana...Koushik Dutta2010-06-201-1/+1
* support DATADATAKoushik Dutta2010-06-141-1/+11
* add optional hiding of the progress bar, for speed.Koushik Dutta2010-06-091-2/+14
* format BOOT on nandroid restore.Koushik K. Dutta2010-04-181-0/+3
* tabs vs spacesKoushik K. Dutta2010-04-181-1/+1
* Unmount partitions after restore (except for CACHE:).Koushik Dutta2010-04-181-10/+10
* copy extended command and run it, rather than load and delete.Koushik K. Dutta2010-04-031-2/+9
* sd-ext should not show an error when trying to back it up and it is not thereKoushik K. Dutta2010-04-021-3/+4
* Nandroid restore of sd-ext.Koushik K. Dutta2010-04-011-17/+38
* Add formatting options for SDCARD and SDEXT. Nandroid backup now supports SDE...Koushik K. Dutta2010-03-301-0/+5
* Allow selective restore from ROM Manager. Dump recovery image on Nandroid.Koushik K. Dutta2010-03-291-1/+7
* dont fail on lack of free space. just warn. figure out issue later. allow KEY...Koushik K. Dutta2010-03-251-2/+3
* epic fail on my part. integer overflow. the s_bfree and such are all long valuesKoushik K. Dutta2010-03-251-2/+2
* allow selective restoreKoushik K. Dutta2010-03-251-9/+12
* add free space checkKoushik K. Dutta2010-03-251-1/+10
* put parenthesis around the md5sum... apparently there was a strange issue of ...Koushik K. Dutta2010-03-241-1/+2
* check for md5 creation failureKoushik K. Dutta2010-03-241-1/+4
* Fix mount USB storage bug. Fix bug where boot image was not being restored by...Koushik K. Dutta2010-03-161-0/+7
* use the cached basename, rather than call it again.Koushik K. Dutta2010-03-151-1/+1