Attached is a simple cab to set your attachments folder to your storage card in the following path:
\Storage Card\Inbox\Attachments\
The second step is that it adds that path to the Encryption list for the device to protect it.
I am not sure the encryption is going to work.
I need someone to:
- Reboot
- Copy a text file in to the folder (must have something in it)
- take out the storage card and put it in a computer using a card reader
- Tell me if you can read the contents
Thanks for your help.
Click Thanks if you are interested in this project.
Here is what the CAB does:
Code:
<characteristictype="Registry">
<characteristictype="HKLM\System\Inbox\Settings">
<parmname="AttachPath"datatype="string"value="\Storage Card\Inbox\Attachments\" />
</characteristic>
</characteristic>
<characteristictype="DeviceEncryption">
<characteristictype="EncryptList">
<parmname="\Storage Card\Inbox\...\*" />
</characteristic>
</characteristic>