How to find latest MD5, KEY and VERSION when using

2019-07-14 19:16发布

I have seen issues where registering with whatsapp server sometimes fails when using yowsup with old_version error (Yowsup - old_version error). I understand this is due to whatsapp upgrading itself, what is a good way to find latest MD5, KEY and VERSION that whatsapp uses so that yowsup can register without an issue.

标签: yowsup
2条回答
干净又极端
2楼-- · 2019-07-14 19:48

follow these 3 simple steps:

git remote add jlguardi https://github.com/jlguardi/yowsup.git
git pull jlguardi Android_2.12.440
git merge jlguardi/Android_2.12.440
sudo python setup.py install

This should solve the issue

查看更多
Lonely孤独者°
3楼-- · 2019-07-14 20:08

You can use this site: https://coderus.openrepos.net/whitesoft/whatsapp_scratch

This site provides the MD5, key and the version.

查看更多
登录 后发表回答