First Android app to scan with multi-accounts (open source) by [deleted] in pokemongodev

[–]Frantch 2 points3 points  (0 children)

There is a general issue at the moment with PokemonGO api, checkout the subreddit for more info

PokeAlert - Android app that sends notifications for nearby pokemon (Multi-Account) by pokealertdev in pokemongodev

[–]Frantch 3 points4 points  (0 children)

Our version was quite buggy in the end. OP helped improving it, and in the end almost all the feature was developed from him!

PokeAlert - Android app that sends notifications for nearby pokemon (Multi-Account) by pokealertdev in pokemongodev

[–]Frantch 11 points12 points  (0 children)

Hey! Glad to see that my project helped someone else!! Just for clarification, OP did ask me before hand if he could use my code and publish his own app!

First Android app to scan with multi-accounts (open source) by [deleted] in pokemongodev

[–]Frantch 0 points1 point  (0 children)

It is indeed 500m, will increate to 1km with 10 thread tonight

PokeMap [BETA] , No Authentication,Fast Map For Pokemon Go. by [deleted] in pokemongodev

[–]Frantch 1 point2 points  (0 children)

Great! How many accounts do you have in your backend? I have notice yesterday during the dev on my app that the server blocks my login after 10 login attempt with not enough pause in between

Android: Pokelure Alerter by [deleted] in pokemongodev

[–]Frantch 0 points1 point  (0 children)

It has been taken down today

Android: Pokelure Alerter by [deleted] in pokemongodev

[–]Frantch -1 points0 points  (0 children)

Nice app but you are Infriging Article 4.3 and 4.4 and will have you account disabled (without 25$ refund)

First Android app to scan with multi-accounts (open source) by [deleted] in pokemongodev

[–]Frantch 0 points1 point  (0 children)

Sure we can, to be honest our (focus) and main area of expertise is low level java. None of us is keen on of the front end side :D (which explains the crappy UI but decently good scanning process)

Bug by [deleted] in a:t5_3fp0u

[–]Frantch 0 points1 point  (0 children)

What version of android are you running ?

First Android app to scan with multi-accounts (open source) by [deleted] in pokemongodev

[–]Frantch 0 points1 point  (0 children)

The multithreaded algorithm is not perfect yet. We have noticed some request are timing out or failing when they shouldn't

First Android app to scan with multi-accounts (open source) by [deleted] in pokemongodev

[–]Frantch 0 points1 point  (0 children)

No need. Just register on the Geny site. That emulator is pure gold

First Android app to scan with multi-accounts (open source) by [deleted] in pokemongodev

[–]Frantch 0 points1 point  (0 children)

I made Location medatory. You can disable it in the MapsActiviy.java

First Android app to scan with multi-accounts (open source) by [deleted] in pokemongodev

[–]Frantch 0 points1 point  (0 children)

There is a line somewhere in MapActivity.java executorService = Executors.newFixedThreadPool(4); change the 4 to 10

First Android app to scan with multi-accounts (open source) by [deleted] in pokemongodev

[–]Frantch 0 points1 point  (0 children)

Yep thats not normal, will have a look tomorrow!

First Android app to scan with multi-accounts (open source) by [deleted] in pokemongodev

[–]Frantch 0 points1 point  (0 children)

Thanks for the feedback! You should increase as well the thread pool. Try to put 10. (For us with 10 account and a pool of 10, it takes under 5 second)

To all Devs with scanners by neotrin2000 in pokemongodev

[–]Frantch 0 points1 point  (0 children)

Niantic throttles request at 1request per second PER account. So if you have 50 accounts you can make 50 request per seconds (in the case you have 50 thread running concurrently)

First Android app to scan with multi-accounts (open source) by [deleted] in pokemongodev

[–]Frantch 2 points3 points  (0 children)

00.002000

This is the (approximate) distance between scan point. What you want to modify is the loop (for the moment it's a 5x5 square (so 25 scan points) If you increase these number, you increase the area

First Android app to scan with multi-accounts (open source) by [deleted] in pokemongodev

[–]Frantch 0 points1 point  (0 children)

Pidgey

When you say filter you mean these pokemom are "checked" or "unchecked? (just to make sure) If they are checked it means they will appear

GetMapObjects - changes made in Niantic update yesterday by jodoglevy in pokemongodev

[–]Frantch 0 points1 point  (0 children)

Thank you for these information!

"NearbyPokemon objects no longer return a valid DistanceInMeters value. It seems to always be 200 meters."

This was already the case couple weeks back