![]() |
2010-09-23
, 15:18
|
Posts: 968 |
Thanked: 974 times |
Joined on Nov 2008
@ Ohio
|
#2
|
truecrypt filelocation mountpoint --non-interactive --password=mypassword
The Following User Says Thank You to lemmyslender For This Useful Post: | ||
![]() |
2010-09-23
, 15:22
|
|
Posts: 1,091 |
Thanked: 323 times |
Joined on Feb 2010
@ ~
|
#3
|
truecrypt -m << END
<text to enter first time>
<text to enter second time>
<text to enter third time>
<and so on...>
END
The Following User Says Thank You to ToJa92 For This Useful Post: | ||
![]() |
2010-09-23
, 15:26
|
Posts: 9 |
Thanked: 6 times |
Joined on Sep 2010
@ Finland
|
#4
|
![]() |
2010-09-27
, 13:02
|
Posts: 9 |
Thanked: 6 times |
Joined on Sep 2010
@ Finland
|
#5
|
The Following User Says Thank You to jo123 For This Useful Post: | ||
![]() |
2010-10-22
, 14:10
|
Posts: 393 |
Thanked: 67 times |
Joined on Feb 2010
|
#6
|
Here is package if somebody might wanna use it: http://www.2shared.com/file/qFlroPKt..._01_armel.html
Picture:
![]() |
2010-10-22
, 22:35
|
Posts: 9 |
Thanked: 6 times |
Joined on Sep 2010
@ Finland
|
#7
|
The Following 2 Users Say Thank You to jo123 For This Useful Post: | ||
![]() |
2010-10-23
, 05:21
|
Posts: 393 |
Thanked: 67 times |
Joined on Feb 2010
|
#8
|
![]() |
2010-10-23
, 07:58
|
Posts: 9 |
Thanked: 6 times |
Joined on Sep 2010
@ Finland
|
#9
|
The Following User Says Thank You to jo123 For This Useful Post: | ||
![]() |
2010-10-24
, 18:00
|
Posts: 345 |
Thanked: 127 times |
Joined on Sep 2010
|
#10
|
I was planing to create little tool for mounting and dismounting volumes with truecrypt. I'm using Nokia Qt SDK and actually I got dismounting working already. Thats my first actual app with Qt, so I'm doing it most likely in training purpose.
By the way, the problem is that I don't get reading and writing part working in the app.
When I run command "truecrypt -m" with xterminal in device it asks few questions and mounts decided volume after that. With QProcess I can run that command too, but when it comes to answering quoestions I have no idea. I wasn't able to read those questions either (with QProcess). I tried someting with "QProcess->read()" and "QProcess->write()", but not with big sucess.
Thanks and hope you can help =)