- 09 Jan, 2013 2 commits
-
-
Dees_Troy authored
-
bigbiff bigbiff authored
Add proper mkdosfs tool Add fuse to TWRP Add experimental exfat-fuse to TWRP Convert all system() functions to use new Exec_Cmd function
-
- 08 Jan, 2013 1 commit
-
-
a3955269 authored
Change-Id: I418680e59372160dabfe3e2d5f0208229aa151ae
-
- 07 Jan, 2013 6 commits
-
-
Dees_Troy authored
-
Dees_Troy authored
-
Dees Troy authored
-
Nick Kralevich authored
When creating a new file using open(..., O_CREAT), it is an error to fail to specify a creation mode. If a mode is not specified, a random stack provided value is used as the "mode". This will become a compile error in a future Android change. Change-Id: I73c1e1a39ca36bf01704b07302af4971d234b5a8
-
Dees Troy authored
-
Dees Troy authored
-
- 04 Jan, 2013 1 commit
-
-
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
-
- 21 Dec, 2012 2 commits
-
-
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
-
Gary Peck authored
Change-Id: I6c4cee5b038fd0c39c8723412dd8f421f7794a00
-
- 20 Dec, 2012 1 commit
-
-
Dees_Troy authored
-
- 18 Dec, 2012 5 commits
- 12 Dec, 2012 6 commits
- 11 Dec, 2012 3 commits
- 10 Dec, 2012 1 commit
-
-
bigbiff bigbiff authored
-
- 23 Nov, 2012 1 commit
-
-
bigbiff bigbiff authored
-
- 22 Nov, 2012 3 commits
-
-
Gary Peck authored
Change-Id: Ie44958a148d00cadd2ba3c51255f7fd9d8a651e7
-
Gary Peck authored
Allow to decrypt /data even if decryption was skipped during the initial loading of recovery Change-Id: If2251757a276dd069578e93e5a038b25a825bff6
-
Gary Peck authored
Change-Id: Ibbc3bf3d3264fb9852f8312ece0567950aace496
-
- 21 Nov, 2012 3 commits
-
-
Hiemanshu Sharma authored
-
Hiemanshu Sharma authored
-
Hiemanshu Sharma authored
-
- 19 Nov, 2012 4 commits
- 16 Nov, 2012 1 commit
-
-
Dees_Troy authored
-