Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-06-30 | Changes in rk30hack | Kra1o5 | 1 | -2/+2 | |
This works on rk3188 based devices too so rename it to rk3xhack. Change-Id: Ia3d9d52d99205057f8bece735a938986491b7522 | |||||
2013-01-05 | Work around MEMERASE ioctl for rk3066 compatibility | Sergey 'Jin' Bostandzhyan | 1 | -0/+60 | |
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 |