Commit Graph

151 Commits

Author SHA1 Message Date
ea46fe29d9 install_zip command 2010-03-08 02:58:04 -08:00
19459f31fa 1.5.0 2010-03-07 22:31:40 -08:00
60d7ee07ba add sleep and print commands. 2010-03-07 22:16:55 -08:00
a9483087a0 add backup_rom and restore_rom to amend scripts 2010-03-07 21:47:41 -08:00
13d8fccf50 need to hide the UI to reboot 2010-03-07 14:15:14 -08:00
32e4111df5 reboot upon extendedcommand success 2010-03-07 14:11:56 -08:00
72a1db6358 run an extended command script on boot if it exists 2010-03-07 14:10:26 -08:00
f68aaaf20c run amend scripts from the command line 2010-03-07 13:39:21 -08:00
2bda3e9fa0 disable script asserts by default for user usage 2010-03-06 16:40:52 -08:00
73098ab18a version 1.4.2. minor bug fixes. 2010-03-06 16:37:01 -08:00
99fb6fef11 merge busybox and other tools into recovery. 2010-03-03 00:42:58 -08:00
e81cb750fd not every implementation has the "enable" file 2010-02-26 17:44:33 -08:00
81d8ee59bb up the version 2010-02-26 14:18:55 -08:00
0317378bf6 usb mass storage support. user initiated recovery is now user friendly. 2010-02-26 14:14:23 -08:00
ea2f2428a1 Merge branch 'eclair' of git@github.com:ctso/android_bootable_recovery into eclair 2010-02-26 02:49:57 -05:00
a1749d93bc Added ability to wipe_data and update_package at the same time.
This will be needed for a future project I am working on,
OpenUpdater.
2010-02-26 02:49:30 -05:00
db8dedf12f Fixed a bug that would never allow update_package + wipe_data to be called. 2010-02-26 02:48:08 -05:00
185baeeb79 Added ability to wipe_data and update_package at the same time.
This will be needed for a future project I am working on,
OpenUpdater.
2010-02-26 02:45:55 -05:00
261dde9f48 make it pretty 2010-02-25 16:51:45 -08:00
001c5b508f clean up tabs vs spaces 2010-02-25 14:53:57 -08:00
49f5689b42 allow choosing of subdirectories when searching for a zip file to install 2010-02-25 14:51:05 -08:00
79ce82cab3 successful installation should hide the android installing icon 2010-02-25 12:03:17 -08:00
33370db187 better error codes to allow for diagnosing problems in recovery mode. fix system looking for sh in /system/bin/sh 2010-02-25 11:39:07 -08:00
01098d245c nandroid backup supports a directory now 2010-02-25 11:07:19 -08:00
36d02893cd fix build 2010-02-24 22:46:28 -08:00
ff32e8c7e5 clean up 2010-02-24 13:16:43 -08:00
a37e9b1f19 Patch from Magnus to fix issues with bad blocks and dumping a boot image. Need to clean up the patch a bit. Also reverted mtdutils.s to korg/eclair-release 2010-02-24 13:13:34 -08:00
5740b042b5 change the nandroid backup directory to something recovery specific, to reo prevent possible collisions 2010-02-23 22:41:36 -08:00
69b75410de do not check the results of a run_program if script asserts are disabled 2010-02-23 18:07:31 -08:00
007439bef6 never restore recovery 2010-02-22 19:01:54 -08:00
7400dc2700 missing file 2010-02-22 08:53:47 -08:00
981b0cd1e1 roll recovery tools into a single binary. fix up nandroid to work without deviceid requirement 2010-02-22 08:53:34 -08:00
225c6b4673 do error checking of nandroid operations 2010-02-21 22:02:24 -08:00
1fa52ecdbf add mount sdcard option 2010-02-21 21:29:10 -08:00
bcdd00359c Functional Nandroid 2010-02-21 21:10:25 -08:00
466e67a582 generate fstab using mkfstab.sh. implement restore of system data and cache in nandroid 2010-02-21 19:29:32 -08:00
1a7ee5384d add mkfstab.sh script to create an fstab on any device. clean up dump_image to use libmtdutils 2010-02-21 17:52:30 -08:00
7e5a661064 move unyaffs into external/yaffs2 2010-02-21 01:09:52 -08:00
f9476fbfe8 fix build break 2010-02-21 01:02:30 -08:00
c788c26397 more fixes 2010-02-20 17:25:03 -08:00
8ce0be4956 nearly working nandroid, built against libc 2010-02-20 15:59:06 -08:00
3ab130fa9e add missing files 2010-02-19 16:50:36 -08:00
bf055bb1be intetrate nandroid into recovery 2010-02-19 16:47:53 -08:00
a3c2f735d7 fix up back button and menu toggling 2010-02-19 14:17:22 -08:00
841b2bf352 Add static flash_image for recovery 2010-02-15 01:45:38 -08:00
3a976a79bf power button toggles menu 2010-02-13 15:33:49 -08:00
e923487ff6 working recovery image! 2010-02-12 00:43:24 -08:00
1f14c9a1f1 Need to call register_package_root prior to installing the package. The subsequent unregistering made me think that it was being registered at some point, but it was removed in the transition to eclair. The unregistration was dead code. It is being used now though. 2010-02-11 23:08:23 -08:00
6060e5c6df update.zip somewhat working now... 2010-02-11 22:27:06 -08:00
4c1eed2573 Initial reintegration of legacy update process that used update-script 2010-02-11 18:59:58 -08:00