- bcdd003 Functional Nandroid by Koushik K. Dutta · 17 years ago
- 466e67a generate fstab using mkfstab.sh. implement restore of system data and cache in nandroid by Koushik K. Dutta · 17 years ago
- 1a7ee53 add mkfstab.sh script to create an fstab on any device. clean up dump_image to use libmtdutils by Koushik K. Dutta · 17 years ago
- 7e5a661 move unyaffs into external/yaffs2 by Koushik K. Dutta · 17 years ago
- f9476fb fix build break by Koushik K. Dutta · 17 years ago
- c788c26 more fixes by Koushik K. Dutta · 17 years ago
- 8ce0be4 nearly working nandroid, built against libc by Koushik K. Dutta · 17 years ago
- 3ab130f add missing files by Koushik K. Dutta · 17 years ago
- bf055bb intetrate nandroid into recovery by Koushik K. Dutta · 17 years ago
- a3c2f73 fix up back button and menu toggling by Koushik K. Dutta · 17 years ago
- 841b2bf Add static flash_image for recovery by Koushik K. Dutta · 17 years ago
- 3a976a7 power button toggles menu by Koushik K. Dutta · 17 years ago
- e923487 working recovery image! by Koushik K. Dutta · 17 years ago
- 1f14c9a 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. by Koushik K. Dutta · 17 years ago
- 6060e5c update.zip somewhat working now... by Koushik K. Dutta · 17 years ago
- 4c1eed2 Initial reintegration of legacy update process that used update-script by Koushik K. Dutta · 17 years ago
- 0d4ff2f allow alt-l or menu to bring up the recovery menu by Koushik K. Dutta · 17 years ago
- 89d385c allow mouse/trackball click for enter on touch only devices. by Koushik K. Dutta · 17 years ago
- 22d79a5 make offsets in firmware update header not point to bad blocks by Doug Zongker · 17 years ago
- 17a4709 use MEMGETBADBLOCK to look for bad blocks when reading MTD partitions by Doug Zongker · 17 years ago
- c652e41 fix cut-and-paste error in verifier by Doug Zongker · 17 years ago
- 54ec81f Merge change I1c8ca2e4 into eclair by Android (Google) Code Review · 17 years ago
- 988500b add terminator to recovery's getopt_long options array by Doug Zongker · 17 years ago
- 1c8ca2e replace generic recovery icons by Doug Zongker · 17 years ago
- f93d816 confirm before wiping user data in recovery by Doug Zongker · 17 years ago
- fd8fb0c reduce fraction of progress bar for verification by Doug Zongker · 17 years ago
- 60babf8 delete files before symlinking; log error messages by Doug Zongker · 17 years ago
- 196c25c don't complain if recovery icon is short by Doug Zongker · 17 years ago
- a3f89ea add a run_program() function to edify by Doug Zongker · 17 years ago
- 34c98df do not merge: cherry-pick of c2d666bd4f6eb5f7a9f17b10435c161cb105b7c5 from master by Doug Zongker · 17 years ago
- 54e2e86 do not merge: cherry-picked 60151a295ccf726238dc47456d80b427db6d6a38 from master branch by Doug Zongker · 17 years ago
- 0cf0e33 merge from open-source master by Jean-Baptiste Queru · 17 years ago
- b9955b8 am 20697b96: only build flash_image for eng by Doug Zongker · 17 years ago
- 34109de merge from donut by Jean-Baptiste Queru · 17 years ago
- eb1ac27 reconcile korg/master into goog/master by Jean-Baptiste Queru · 17 years ago
- 7bd5c66 Merge korg/donut into korg/master by Jean-Baptiste Queru · 17 years ago
- 20697b9 only build flash_image for eng by Doug Zongker · 17 years ago
- 23412e6 fix compile warnings in recovery, change images by Doug Zongker · 17 years ago
- 608fa02 resolved conflicts for merge of 64893ccc to master by Doug Zongker · 17 years ago
- 64893cc remove amend by Doug Zongker · 17 years ago
- c457ff6 am bec02d57: skip over all-zero blocks when reading MTD partition by Doug Zongker · 17 years ago
- bec02d5 skip over all-zero blocks when reading MTD partition by Doug Zongker · 17 years ago
- fc382df am d8f7c9b8: Merge change 5545 into donut by Android (Google) Code Review · 17 years ago
- d8f7c9b Merge change 5545 into donut by Android (Google) Code Review · 17 years ago
- ad3db09 remove updater from the user system image by Doug Zongker · 17 years ago
- 898ef39 am 0bbfe3d9: fix off-by-one error in set_perm() by Doug Zongker · 17 years ago
- 0bbfe3d fix off-by-one error in set_perm() by Doug Zongker · 17 years ago
- 4275c3c am fbf3c10e: improve updater progress bar by Doug Zongker · 17 years ago
- fbf3c10 improve updater progress bar by Doug Zongker · 17 years ago
- 2b0fdc6 add device extension mechanism to updater by Doug Zongker · 17 years ago
- b128f54 add function for device-specific wipe data features by Doug Zongker · 17 years ago
- f8aaf0a am 47cace98: add file_getprop() to updater by Doug Zongker · 17 years ago
- 47cace9 add file_getprop() to updater by Doug Zongker · 17 years ago
- d683785 resolved conflicts for merge of fb2e3af3 to master by Doug Zongker · 17 years ago
- fb2e3af let the "firmware" command take the file straight from the package by Doug Zongker · 17 years ago
- e77e091 am e3da02e7: add less_than_int, greater_than_int to edify by Doug Zongker · 17 years ago
- 84cbfb6 am d9c9d10d: fixes to edify and updater script by Doug Zongker · 17 years ago
- cf2b2a2 am 8edb00c9: edify extensions for OTA package installation, part 2 by Doug Zongker · 17 years ago
- e3da02e add less_than_int, greater_than_int to edify by Doug Zongker · 17 years ago
- d9c9d10 fixes to edify and updater script by Doug Zongker · 17 years ago
- 8edb00c edify extensions for OTA package installation, part 2 by Doug Zongker · 17 years ago
- 32eb0a8 am 9dbc027b: fix sim build in donut, too by Doug Zongker · 17 years ago
- 6c301e2 am 9931f7f3: edify extensions for OTA package installation, part 1 by Doug Zongker · 17 years ago
- 9dbc027 fix sim build in donut, too by Doug Zongker · 17 years ago
- c3885fa fix simulator build by excluding more of recovery by Doug Zongker · 17 years ago
- 9931f7f edify extensions for OTA package installation, part 1 by Doug Zongker · 17 years ago
- cbb9129 fix error from change 3606 by Doug Zongker · 17 years ago
- ddd6a28 split out device-specific recovery UI code into vendor directories by Doug Zongker · 17 years ago
- d9d9d17 am 9b9c2114: Merge change 3514 into donut by Android (Google) Code Review · 17 years ago
- 9b9c211 Merge change 3514 into donut by Android (Google) Code Review · 17 years ago
- 37bee62 core of edify, an eventual replacement for amend by Doug Zongker · 17 years ago
- 573fd7b Force the fb into 16 bpp mode in case the hw has some other default. by Rebecca Schultz Zavin · 17 years ago
- 825915d am b2ee9201: allow OTA package to provide binary instead of script by Doug Zongker · 17 years ago
- b2ee920 allow OTA package to provide binary instead of script by Doug Zongker · 17 years ago
- 8caf81f am f28c916e: remove unused permissions scheme from amend by Doug Zongker · 17 years ago
- f28c916 remove unused permissions scheme from amend by Doug Zongker · 17 years ago
- 9d5be84 am 07e1dca7: don\'t say "install complete" when it really isn\'t by Doug Zongker · 17 years ago
- 07e1dca don't say "install complete" when it really isn't by Doug Zongker · 17 years ago
- 985d95f am 1c4ceae: undo temporary alignment hack by Doug Zongker · 17 years ago
- 1c4ceae undo temporary alignment hack by Doug Zongker · 17 years ago
- 1c10ff3 am 683c462: align data passed to write() on 32k boundaries by Doug Zongker · 17 years ago
- 683c462 align data passed to write() on 32k boundaries by Doug Zongker · 17 years ago
- 0f03d14 am 596271f: handle short writes when unzipping files by Doug Zongker · 17 years ago
- 596271f handle short writes when unzipping files by Doug Zongker · 17 years ago
- 7fce23f Merge donut into master by Jean-Baptiste Queru · 17 years ago
- f554ceb merge cupcake into donut by Jean-Baptiste Queru · 17 years ago
- 29fcea1 Merge donut into master by Jean-Baptiste Queru · 17 years ago
- 275acbe Merge branch 'readonly-p4-master' by Doug Zongker · 17 years ago
- 796901d AI 144132: am: CL 144130 Don't build OTA package keys into the recovery binary; read by Doug Zongker · 17 years ago
- d5ebb7b Merge branch 'readonly-p4-master' by Doug Zongker · 17 years ago
- 0555388 AI 144105: am: CL 144082 Remove the unused "unpacking" recovery icon. by Doug Zongker · 17 years ago
- 5d30026 Merge branch 'readonly-p4-master' by Doug Zongker · 17 years ago
- fc3ada0 AI 144101: am: CL 144070 Add an option to wipe cache (only) to the recovery menu. by Doug Zongker · 17 years ago
- d1b19b9 AI 144130: Don't build OTA package keys into the recovery binary; read by Doug Zongker · 17 years ago
- 4928385 AI 144082: Remove the unused "unpacking" recovery icon. by Doug Zongker · 17 years ago
- 1066d2c AI 144070: Add an option to wipe cache (only) to the recovery menu. by Doug Zongker · 17 years ago
- 36a9c1e Merge branch 'open_source_no_contributions' into google_internal by The Android Open Source Project · 18 years ago
- 19faefa AI 143289: am: CL 143128 Use PNG instead of BMP for recovery image icons. This saves by Doug Zongker · 18 years ago
- b2b467c Merge commit 'korg/cupcake' by The Android Open Source Project · 18 years ago
- 58bde31 AI 143128: Use PNG instead of BMP for recovery image icons. This saves by Doug Zongker · 18 years ago