-
Notifications
You must be signed in to change notification settings - Fork 315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Find no Pokemons #383
Comments
pokevision doesn't work, read older post... it's since the last update, all tracker app/website are down. |
And i think there is noch way to fix it? |
*no |
Not sure if it's totally shutdown. The AHAAAAAAA/PokemonGo-Map project still works on my PC. That's the project this port was based on. So what's the difference is the question? |
I think they reduced the scan radius, so we just need to make a few changes to the config in MapHelper. |
There is also now the issue of the scan frequency. Niantic has throttled the api so each single account can only scan once every 5 seconds. Otherwise the scan comes back blank. I have had to switch to using a fractured multi-account python server from the AHAAAAAAA project instead of this app. :( |
Can someone tell me where you handle the search loop? So I'd like to test if adding a delay between steps could help. |
Hey I've written a little workaround due to this problem it's slows down scan but i have made the scan running in background and refresh the activity on resume with data coming from the service. For now it take 120 seconds to refresh the area around you. I adjusted Notifications as well |
I have made a fork and push my changes https://github.com/pillisan42/Pokemap |
^ can you compile an apk for ust to test? |
Yeah let me 10 min to get back home and i'll send you that. (There was tentacruel level 1200) juste 300 meters from my home i had to get it ) |
Here it is oh i forgot, you just have to rename app-debug.zip to app-debug.apk |
Well it seems i have a big problem with parameters you have to go in parameter activity before restart the application so that the service work on the next restart ... |
app-debug.zip |
@pillisan42 have you pushed your latest changes to your fork ? |
Just done it |
@pillisan42 Crashes upon start for me, with Android 4.4.2 |
@magiblot have you some trace to provide ? Which language are you using it may be the cause i have not updated any language just english and french the problème may come from there |
@pillisan42 Spanish. Yes that might be the problem. |
@magiblot i tried it with spanish version and i had no crash but i've got a 6.0.1 version Can you provide me your traces ? |
@pillisan42 Sorry, I'm not a programmer. I don't know what traces are nor how to see them. |
@pillisan42 I pulled from your fork and built my own APK. It runs for me and I can login successfully. However, scanning doesn't seem to work at all. Also, the background notification seems very broken does not seem to want to go away. I can provide logcats if needed. I am running 5.1.1. |
@magiblot I'm sorry for you i can't help you without any traces. Try to get logcat with https://play.google.com/store/apps/details?id=com.pluscubed.matlog. Otherwise you will have to wait a little or try with another phone. I hope it will be fixed in the near future for you. Yeah you can send them I'll take a look at them. |
@pillisan42 I'll try to do it anyway. |
@pillisan42 Crashed upon start on BlueStacks 0.10.0.4321, here's the log: |
Oh i see it's because i've build the application with instant run and it's a multidex application that is only compatible with version 5.0.0 and older ... sorry for that I'm building a version without instant run right now |
This one should work on 4.x.x version |
@magiblot I doubt the skiplagged website is crowdsourced. It has pokemons that are at 14:30 sec, and it's really accurate, as in every single pokemon |
So they fixed the unknown 6 packets before 2016-08-02 ? |
@magiblot @mastescarhead1 seems so, the website is working in some big cities but not everywhere. |
@xakiru Maybe the app is server-depending and they just had to update the API in their server. If it had worked before the fixed API we would have known it for sure. |
The app is definitely server dependent. I mean the app is still utilizing skippedlag server |
I tried the app days ago, and it was either crashing, or not working. |
@mastescarhead1 It is crowdsourced. But it does it in a different way that having people manually input the locations. What they are doing is running a lot of emulators that have a modified version of the pokemon go app. This modified version allows them to intercept and read the in coming data. That data is then put on a server. |
@s7092910 so essentially it would have the same efficacy as scanning then, since the scan rate is maxed at once per 5 sec, no? So perhaps their method is actually more accurate in getting pokemons as soon as they pop up? |
@mastescarhead1 |
@mastescarhead1 Yes and no. Currently we are working on showing all the pokemon that are catchable. All the others have issues where certain pokemon that have spawned will not show up on the map. |
Just so you guys know, there is some important news in the ReadMe.md. This is one of the reasons why we are taking a bit longer. As one of the changes has to build our own implementation for the PokemonGo Api. |
Do we have an ETA? |
Further development of Pokemap will continue in a private repo. The source code here will be left as legacy. How do I join the "Private Repo" and help? |
@programmerpro19 I also want to continue working on my directions/navigation stuff for Pokémap. I also keep the Dutch translations up to date. How to join the Private Repo? |
Again, finds no Pokémons for me. Settings: Show lured Pokémon: ON, Show scanned area: ON, Search Size: 5, Background Service: OFF. Logged in using Google account. dev-rev538 Catlog: http://pastebin.com/d41iVr90 EDIT: Re-reading your last post, s7092910, I have realized this new development build could not be supposed to work, because you have not finished with the API implementation yet. |
@programmerpro19 me 3, I want to use my dev experience and contribute code |
@magiblot The apk that filfat uploaded was still of the old build. Which it seems that filfat might have set up a bot that will do an apk build from the github repo whenever there is an update to the repo. So that would be an apk build of the old code. We are actually getting very close to having a build that is ready. We fixed one issue that was plaguing us for the past day or so. |
We are possibly a day or so away from release. The hype is real! |
Can anyone Send me the working apk?? |
@blackmaskmen no, sorry. We're all out off apk's. |
@CarstenHouweling Ohh no!! So old app won't work anymore uh?? |
@blackmaskmen I'm afraid the old server gods have abandoned us :( |
Guys Any luck?? Any good news!! |
@blackmaskmen take a chill pill. They will update when they have an update |
Guys we have it fully working and are only days away from releasing it now |
Good to hear! Can i submit pull requests to the private repo? I have navigation implemented. |
Since the last update, the app show me only few pokemons. With another app like "pokevision" i found more. Can someone tell me why the app found no Pokemons?
The text was updated successfully, but these errors were encountered: