Commit Graph

214 Commits

Author SHA1 Message Date
Koushik Dutta
2f73e58ef8 Unmount partitions after restore (except for CACHE:).
Wipe sd-ext on data wipe.
Fix bug where wiping SDEXT: did not work.
2010-04-18 16:00:21 -07:00
Koushik K. Dutta
7fe4d7bbcb because Chris Soyars doesnt like adb reboot recovery. whaaat!? 2010-04-06 23:04:52 -07:00
Koushik K. Dutta
6d32ac029c do not create a /tmp/.installscript. Let the install script do that. 2010-04-06 22:20:04 -07:00
Steve Kondik
8fa54d19f1 Fix the module class fail. 2010-04-06 13:23:35 -04:00
Steve Kondik
59be31ed31 Fix the build. 2010-04-06 13:12:55 -04:00
Koushik K. Dutta
5552aa38f5 Create a static arm dump_image utility. 2010-04-05 22:25:16 -07:00
Koushik K. Dutta
a5f64e66dd Add Hero CDMA support. Fix fail where formatting sd-ext would actually rm -rf /... wow epic fail. Spaces in paths are not your friend. 2010-04-05 15:44:57 -07:00
Koushik K. Dutta
6771aca715 copy extended command and run it, rather than load and delete. 2010-04-03 23:28:39 -07:00
Koushik K. Dutta
7c17e8828c 1.8.0.5 2010-04-02 22:18:10 -07:00
Koushik K. Dutta
71ef11f2d5 sd-ext should not show an error when trying to back it up and it is not there 2010-04-02 22:17:56 -07:00
Koushik K. Dutta
1d53c4ea63 Real men clean up their mallocs 2010-04-02 16:46:21 -07:00
Koushik K. Dutta
dec83e2551 1.8.0.4 2010-04-02 14:25:56 -07:00
Koushik K. Dutta
b4bb02bdfb 1.8.0.3 2010-04-02 13:16:06 -07:00
Koushik K. Dutta
d6380d2cb4 up the recovery version 2010-04-01 17:01:16 -07:00
Koushik K. Dutta
24a0124b7c missing file 2010-04-01 12:21:10 -07:00
Koushik K. Dutta
68b0190858 Nandroid restore of sd-ext. 2010-04-01 12:20:39 -07:00
Koushik K. Dutta
3f99539c4d Add formatting options for SDCARD and SDEXT. Nandroid backup now supports SDEXT if it is mountable. TODO: Nandroid Restore of SDEXT. 2010-03-30 23:29:43 -07:00
Koushik K. Dutta
32f5c7ec94 1.7.8.9 2010-03-29 23:10:47 -07:00
Koushik K. Dutta
a958ac458d support run_program from non package root 2010-03-29 23:10:32 -07:00
Koushik K. Dutta
d221668138 1.7.8.8 2010-03-29 16:14:07 -07:00
Koushik K. Dutta
5a3caa1cfe Merge branch 'eclair' of git://github.com/koush/android_bootable_recovery into eclair 2010-03-29 15:20:36 -07:00
Koushik K. Dutta
24cecb1d08 use busybox-minimal.links 2010-03-29 15:20:07 -07:00
Koushik K. Dutta
6923cc3223 Allow selective restore from ROM Manager. Dump recovery image on Nandroid. 2010-03-29 14:46:00 -07:00
Koushik K. Dutta
6a26e7c23f friendlier backup names. Remove option to format anything but boot. 1.7.8.4 2010-03-27 15:26:11 -07:00
Koushik K. Dutta
c0970934e2 dont fail on lack of free space. just warn. figure out issue later. allow KEY_BACK 2010-03-25 23:19:19 -07:00
Koushik K. Dutta
04159f738f epic fail on my part. integer overflow. the s_bfree and such are all long values 2010-03-25 19:04:08 -07:00
Koushik K. Dutta
fe84a7ff84 allow selective restore 2010-03-25 18:19:23 -07:00
Koushik K. Dutta
78686294eb add free space check 2010-03-25 17:58:45 -07:00
Koushik K. Dutta
d717892353 put parenthesis around the md5sum... apparently there was a strange issue of the sum not being generated. 1.7.7.3 2010-03-24 14:38:40 -07:00
Koushik K. Dutta
f953555bde 1.7.7.1 2010-03-24 10:36:05 -07:00
Koushik K. Dutta
b0a2503e02 check for md5 creation failure 2010-03-24 10:34:38 -07:00
Koushik K. Dutta
1c61c29837 use libbusybox which has a minimum config 2010-03-23 23:52:38 -07:00
Koushik K. Dutta
622e82ace9 fix version to have a revision 2010-03-23 15:50:18 -07:00
Koushik K. Dutta
da3a58289f touch /tmp/.installscript so we dont run backuptool 2010-03-23 15:11:16 -07:00
Koushik K. Dutta
707fa6d289 null terminate script. wrapping menus. 1.7.7 2010-03-23 11:44:33 -07:00
Koushik K. Dutta
581bd861d1 run update-binary first. revert recovery API version to 2. use RECOVERY_VERSION for the actual display version. 2010-03-20 01:08:55 -07:00
Koushik K. Dutta
a496b51a83 working advanced menus 2010-03-19 14:51:45 -07:00
Koushik K. Dutta
16f0b49bea working erase_image and options in recovery now 2010-03-19 14:37:11 -07:00
Magnus Eriksson
75b930f396 added erase_flash, utility to erase mtd partition
primarily for platforms without engineering SPL or native fastboot support
2010-03-19 13:35:20 -07:00
Koushik K. Dutta
5899ac9ca0 the beginnings of adding a format option, 2010-03-19 13:34:36 -07:00
Koushik K. Dutta
d3243fe047 1.7.3 2010-03-17 12:59:57 -07:00
Koushik K. Dutta
6f406aab03 Move the symlink creation into recovery, rather than in the hacky build/core/Makefile 2010-03-16 23:46:13 -07:00
Koushik K. Dutta
f721594cd0 Fix mount USB storage bug. Fix bug where boot image was not being restored by Nandroid. 2010-03-16 13:34:51 -07:00
Koushik K. Dutta
23116c95c7 readd /sdcard to mount menu 2010-03-16 11:56:01 -07:00
Koushik K. Dutta
3fb8d302f4 use the cached basename, rather than call it again. 2010-03-15 17:05:27 -07:00
Koushik K. Dutta
4b249cd022 refactor backup and restore
fix bugs
2010-03-15 16:41:09 -07:00
Koushik K. Dutta
7e0a72c8b3 need to specify a backup directory if none is given 2010-03-15 00:54:34 -07:00
Koushik K. Dutta
b9546a8047 Camera and center button now select. Add more mount and unmount options. 1.7.0 2010-03-14 22:42:30 -07:00
Koushik K. Dutta
face588f64 do the md5 sum and check in the directory of the backup. otherwise it uses absolute paths, which doesnt allow you to rename the backup or move it. 2010-03-13 10:15:55 -08:00
Koushik K. Dutta
6da075c92b 1.6.7 2010-03-12 23:50:00 -08:00