View Single Post
Posts: 52 | Thanked: 226 times | Joined on Feb 2011 @ CZ & US ex-(UK/France/Switzerland/Canada)
#91
Originally Posted by CepiPerez View Post
- Whatsup database is not encryped. It's basically the same you have in wazapp. It's just text messages are in base64 (wich is very easy to decode).
Cool! So I actually do have a few (minor) questions. I guess, for example, that type=1 in the messages table means outgoing msg, type=0 means ingoing, that's easy. But not 100% sure what are the possible values (and their meanings) in the fields like "status" or "key". Also I haven't fully parsed the field "media" (I can see there are comma-separated stuff like BASE64 of the pic preview, URL to whatsapp, link to the local file, but then there are also some numbers that I didn't understand). Maybe in order to not spam the topic here, are you being online on IRC so I can bug you and coderus a bit there? Alternatively, I can also start a separate topic here for this stuff...

Originally Posted by CepiPerez View Post
- Coderus is great, it's not a challenge. I just made my own client because I can and it fits my UI taste.
Oh, no, I did not mean challenge between you and Coderus, it was just a childish comment that "only we two can import the history" can be read as a challenge for me :-). Anyways, I wrote before I knew both Whatsup and Mitakuuluu simply use SQLite3 :-)

BTW, credits to both coderus and you for the apps!

Originally Posted by CepiPerez View Post
- "kind" value in settings file is obsolete, the only ones that matters are "username" and "password" (the rest are for some stupid things)
I've had a feeling it didn't work for me until I set this one when I was transferring my test account, but maybe (probably) I've changed also something else on the way. Thanks for the clarification!