grothedev / snapsaver

android app that saves snapchats
5 stars 3 forks source link

storage #1

Open gusimons opened 11 years ago

gusimons commented 11 years ago

I have the latest beta version of snapchat (4.0.04) and it seems that the application does not store pending snapchat in /data/data/com.snapchat.android/cache/received_image_snaps/ anymore because on my android the /data/data/com.snapchat.android/ folder is empty.

grothedev commented 11 years ago

I will work on that this weekend On Oct 4, 2013 7:46 AM, "gusimons" notifications@github.com wrote:

I have the latest beta version of snapchat (4.0.04) and it seems that the application does not store pending snapchat in /data/data/com.snapchat.android/cache/received_image_snaps/ anymore because on my android the /data/data/com.snapchat.android/ folder is empty.

— Reply to this email directly or view it on GitHubhttps://github.com/grothedev/snapsaver/issues/1 .

grothedev commented 11 years ago

it now encrypts the files. i decompiled snapchat and found the encryption key. my app now decrypts the files.

gusimons commented 11 years ago

yes it seems to work perfectly now. Thanks for this quick reaction!