neurodroid / cryptonite

EncFS and TrueCrypt on Android
GNU General Public License v2.0
203 stars 49 forks source link

encfs or truecrypt: command not found #97

Open venil7 opened 9 years ago

venil7 commented 9 years ago

typing encfs or truecrypt in terminal produces command not found

neurodroid commented 9 years ago

Are you in the right directory? What's the output of ls? If so, what about ./encfs or ./truecrypt?

venil7 commented 9 years ago

pwd tells me i'm in / where are encfs and truecrypt binaries located? I thought those binaries automatically get into $PATH

neurodroid commented 9 years ago

They should, if you've started the terminal using the button in the "Expert" tab. This will only work on a rooted phone. See https://github.com/neurodroid/cryptonite/blob/master/cryptonite/src/csh/cryptonite/Cryptonite.java#L1171

venil7 commented 9 years ago

@neurodroid I start emulator from "expert" tab, but encfs or truecrypt are not in my $PATH, my phone is rooted. what is the exact location of encfs or truecrypt binaries?

neurodroid commented 9 years ago

I think it's /data/data/csh.cryptonite but I don't have a rooted device to verify atm