How to find our own mobile specification like MD5, key and extra to use in android.env and get login in yowsup
@Painkiller1991
https://coderus.openrepos.net/whitesoft/whatsapp_scratch
env for register
@tombaki what is c and f??? i figure out other but just c and f are unknown for me
"a" is _MD5_CLASSES
"b" is first part in _TOKEN_STRING for s40
"c" is ????
"d" is android _VERSION
"e" is s40 _VERSION
"f" is ????
"g" is first part in _TOKEN_STRING for s40
"h" is relase time for use in _TOKEN_STRING for s40
"i" is first part in _TOKEN_STRING for s40
"j" is relase time for use in _TOKEN_STRING for s40
correct?
The problem was solved?
@Tinocoo not completely, some item do not know what, i mention it above
Do not. I have the same problem and I'm following up.
@tombaki can help more??
@Tinocoo
For s40:
gets token info from:
https://coderus.openrepos.net/whitesoft/whatsapp_scratch
Gets the version from "e", and makes the token from "b" appended with the numbers part of "c" and "{phone}"
For Android:
gets token info from:
https://coderus.openrepos.net/whitesoft/whatsapp_scratch
and then copy "a" y "d" _VERSION and _MD5_CLASSES in yowsup/env/env_android.py
Most helpful comment
@Painkiller1991
https://coderus.openrepos.net/whitesoft/whatsapp_scratch
env for register