CTCaer-TWRP/mtdutils
Sergey 'Jin' Bostandzhyan 80a90edd47 Work around MEMERASE ioctl for rk3066 compatibility
Due to a kernel bug and no available sources we have to work around the
MEMERASE ioctl - if used, it hangs and never returns. I straced the original
recovery executable and could see that it is simply calling write() with a
bunch of zeroes instead of using MEMERASE.

Added a hack that does the same and now the resulting TWRP recovery image works.

Change-Id: I1b1c1c9e870e350776346bdca5d442c7ef565aa0
2013-01-05 00:23:06 +01:00
..
Android.mk Work around MEMERASE ioctl for rk3066 compatibility 2013-01-05 00:23:06 +01:00
bml_over_mtd.c Work around MEMERASE ioctl for rk3066 compatibility 2013-01-05 00:23:06 +01:00
flash_image.c Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE 2012-01-08 12:24:35 +00:00
mounts.c close update package before installing; allow remount 2010-09-14 21:26:38 -07:00
mounts.h TWRP-ify AOSP code 2012-09-05 15:24:31 -04:00
mtdutils.c Work around MEMERASE ioctl for rk3066 compatibility 2013-01-05 00:23:06 +01:00
mtdutils.h TWRP-ify AOSP code 2012-09-05 15:24:31 -04:00
rk30hack.c Work around MEMERASE ioctl for rk3066 compatibility 2013-01-05 00:23:06 +01:00
rk30hack.h Work around MEMERASE ioctl for rk3066 compatibility 2013-01-05 00:23:06 +01:00