Go to file
Doug Zongker 5d6309e77f fix comparison of ECC stats before and after mtd reads
ECC errors are found by comparing the result of ioctl(ECCGETSTATS)
before and after the read.  But if an error was found causing us to go
to the next block, we'd compare the stats before the *first* read to
the stats after the second (third, fourth, etc.) reads, so we'd read
to the end of the partition without ever succeeding.  Fix logic so we
compare the values before and after each read independently.

Bug: 3162777
Change-Id: I5a13abd7243d2afd1d21bd98cbb233e5124b2e80
2010-11-03 14:31:01 -07:00
applypatch (cherry-pick) EMMC support in applypatch 2010-09-15 11:12:11 -07:00
edify make StringValue wrapper okay to call on NULL 2010-02-24 15:05:07 -08:00
etc am ecc76ba5: Set adbd to be disabled by default in recovery 2010-06-28 12:24:16 -07:00
minui clear recovery framebuffers on allocation; display icon right after ui_init 2010-11-01 10:19:12 -07:00
minzip add a one-argument version of package_extract_file 2010-02-01 14:40:12 -08:00
mtdutils fix comparison of ECC stats before and after mtd reads 2010-11-03 14:31:01 -07:00
res/images bump updater API version to 3; deprecate firmware update command 2010-02-03 09:20:07 -08:00
testdata add a simple unit test for the OTA package verifier 2009-12-09 17:01:45 -08:00
tools remove amend 2009-07-14 16:58:42 -07:00
updater do not merge - update to match ext4utils api 2010-09-15 18:03:58 -07:00
Android.mk remove the notion of "root path"; support mixed flash types (do not merge) 2010-09-20 18:07:31 -07:00
bootloader.c use fs_type "emmc" instead of "block" for consistency (do not merge) 2010-09-21 14:28:11 -07:00
bootloader.h bump updater API version to 3; deprecate firmware update command 2010-02-03 09:20:07 -08:00
CleanSpec.mk Add an empty CleanSpec.mk 2010-03-08 18:04:03 -08:00
common.h remove the notion of "root path"; support mixed flash types (do not merge) 2010-09-20 18:07:31 -07:00
default_recovery_ui.c (cherry-pick) support installing any .zip file on the sdcard 2010-09-15 11:08:23 -07:00
encryptedfs_provisioning.c remove the notion of "root path"; support mixed flash types (do not merge) 2010-09-20 18:07:31 -07:00
encryptedfs_provisioning.h DO NOT MERGE 2010-04-01 17:14:57 -07:00
install.c remove the notion of "root path"; support mixed flash types (do not merge) 2010-09-20 18:07:31 -07:00
install.h auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00
NOTICE Automated import from //branches/donutburger/...@140818,140818 2009-03-24 18:36:43 -07:00
recovery_ui.h change log recovery to generic device_recovery_start function 2010-02-01 15:59:12 -08:00
recovery.c clear recovery framebuffers on allocation; display icon right after ui_init 2010-11-01 10:19:12 -07:00
roots.c mount sdcard only on demand; fix sideload installs 2010-09-21 16:58:10 -07:00
roots.h remove the notion of "root path"; support mixed flash types (do not merge) 2010-09-20 18:07:31 -07:00
ui.c (cherry-pick) EMMC support in applypatch 2010-09-15 11:12:11 -07:00
verifier_test.c add a simple unit test for the OTA package verifier 2009-12-09 17:01:45 -08:00
verifier_test.sh add a simple unit test for the OTA package verifier 2009-12-09 17:01:45 -08:00
verifier.c add a simple unit test for the OTA package verifier 2009-12-09 17:01:45 -08:00
verifier.h do not merge: cherry-picked 60151a295c from master branch 2009-08-17 13:21:04 -07:00