apps8os / contextlogger3

This is a repository for contextlogger3 software that is being built in Aalto University on top of the funf framework (http://code.google.com/p/funf-open-sensing-framework/). This project has originated from and is inspired by the ContextLogger2 project (http://contextlogger.org/) developed at Helsinki Institute for Information Technology (HIIT). All source code in this project is published under MIT open source license (http://opensource.org/licenses/MIT). If you have any questions about the project, please contact Kimmo Karhu (firstname.lastname [at] aalto.fi).
13 stars 2 forks source link

Unable to decrypt data collected from Android 2.3.X device #11

Closed ktkarhu closed 11 years ago

ktkarhu commented 11 years ago

Environment: Android 2.3.X + ContextLogger12.10.2012.apk (data collection), Windows 7 + Python 2.7 (decrypt)

For some reason, I am unable to decrypt data (using (db)decrypt.py script) when it is collected from Android 2.3 device (this has now happened both with Samsung Galaxy S+ and HTC Desire HD). There are no problems when I collect and decrypt data from Galaxy Tab 10.1 running Android 3.2.

nalincy commented 11 years ago

Send me the encrypted db file.

nalincy commented 11 years ago

I was able to decrypt normally. Make sure you are using the command properly. I have sent you the decrypted file for the file you sent me.

ktkarhu commented 11 years ago

Thanks for testing this in your environment. This is quite strange. There must be some difference in our decrypting environments. Let's check this together next time and compare our environments and verify that we use exactly the same script and command.

ktkarhu commented 11 years ago

It seems that this problem relates to my decryption environment. I tested decrypting at linux server and had no problems. I will close this issue.