Azelphur / PokemonGo-CalcyIV-Renamer

Uses adb to send fake tap events to your phone, alongside Calcy IV to automatically rename all your pokemon.
GNU General Public License v3.0
77 stars 32 forks source link

Fixes a bug that happens sporadically on some scans #48

Closed esauvisky closed 5 years ago

esauvisky commented 5 years ago

In some cases (don't know which ones) the line from the logcat the we use to identify invalid scans comes with a little extra bit at the end: W/az (15340): Scan invalid (2)

That makes the script loop forever on the check_pokemon() while loop, and you have no initial idea why, which is the reason this took me an hour and a half to find out lol.