guardianproject / LUKS

no longer maintained, check the forks for maintained versions
GNU General Public License v3.0
91 stars 38 forks source link

LUKSapp seems to be working for creating / mounting / encrypting #2

Closed hamiltont closed 12 years ago

hamiltont commented 12 years ago

I'm not sure if the LUKSapp was supposed to be alpha ready, but it didn't work at all for me. These commits have 'fixed' the app so that it works completely on a vanilla AOSP Nexus S + busybox. The Android implementation of Process seems to react much differently to input/output than other implementations, so I modified all the commands to avoid needing input/output :-D

One possible bad thing about these commits is that they currently echo all input / output to the Logcat constantly - this should probably be turned off by default.

n8fr8 commented 12 years ago

Wow thanks, crabpot8! Will take a look and most likely merge shortly.