Skip to content
  1. Jan 09, 2013
  2. Jan 08, 2013
  3. Jan 07, 2013
  4. Jan 04, 2013
    • Sergey 'Jin' Bostandzhyan's avatar
      Work around MEMERASE ioctl for rk3066 compatibility · 80a90edd
      Sergey 'Jin' Bostandzhyan authored
      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
      80a90edd
  5. Dec 21, 2012
    • Gary Peck's avatar
      Improve handling of undecrypted encrypted /data · 82599a87
      Gary Peck authored
      - Until the encrypted partition is decrypted, treat it as a disk image
        instead of a filesystem so that it is properly backed up using dd.
      - Make Partition::Wipe() use the filesystem from fstab for disk images
        so that wiping an undecrypted /data makes it a plain unencrypted
        partition again.
      
      Change-Id: I78db977d6348cfa66b0cfbc492fb5776f84db48d
      82599a87
    • Gary Peck's avatar
      Reset partition flags when the partition is wiped · e8bc5d7b
      Gary Peck authored
      Change-Id: I6c4cee5b038fd0c39c8723412dd8f421f7794a00
      e8bc5d7b
  6. Dec 20, 2012
  7. Dec 18, 2012
  8. Dec 12, 2012
  9. Dec 11, 2012
  10. Dec 10, 2012
  11. Nov 24, 2012
  12. Nov 22, 2012
  13. Nov 21, 2012
  14. Nov 19, 2012
  15. Nov 16, 2012
  16. Nov 15, 2012
    • Dees_Troy's avatar
      Fixes for multi-user in 4.2 · 16b74353
      Dees_Troy authored
      Also fixed inability to delete backups with a space in the name.
      
      Change-Id: I2f6639d33caa3c4542960f76adbd59b25ab64f5d
      16b74353
Loading