View Single Post
Posts: 9 | Thanked: 6 times | Joined on Sep 2010 @ Finland
#1
Hello there!

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 =)