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.
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.