Questions tagged [pokemon-go]

Pokémon GO is a free-to-play location-based augmented reality mobile game developed by Niantic. It was released in July 2016 for iOS and Android devices. Use this tag for questions which may arise when developing FOR Pokémon GO. This tag is NOT for support questions about using the Pokémon GO official app.

Pokémon GO is a free-to-play location-based augmented reality mobile game developed by Niantic. It was released in July 2016 for iOS and Android devices. Use this tag for questions which may arise when developing FOR Pokémon GO. This tag is NOT for support questions about using the Pokémon GO official app.

23 questions
3
votes
1 answer

Detecting white text on a bright background with tesseract

I'm having issues reading white text on a bright background, it finds the text itself but it cannot really translate it correctly. The image: The result I keep getting is LanEerus which is not that far off, to be honest. What I'm wondering is what…
Jonathan
  • 685
  • 1
  • 10
  • 30
2
votes
1 answer

Why is Pokemon Go running on unsupported devices?

If most of the devices are not supported ARCore, then why is Pokemon Go running on every device? My device is not supported by ARCore but Pokemon Go is on it with full performance. Why?
Parth Nandaniya
  • 75
  • 3
  • 14
2
votes
1 answer

Using Wikipedia API on custom wikis like Bulbapedia

Does anyone have experience in using the Wiki API Sandbox with making REST calls on custom wikis? By custom wiki I mean something like http://bulbapedia.bulbagarden.net/wiki/. I particularly want to get access to some of the Pokemon content found on…
greg
  • 1,118
  • 1
  • 20
  • 40
2
votes
1 answer

Pokemon GO iOS URL Scheme

Does the iOS version of Pokemon GO contain a URL Scheme for purposes of launching Pokemon GO from another iOS application?
Daniel Storm
  • 18,301
  • 9
  • 84
  • 152
1
vote
1 answer

Javascript/D3 - Plotting Radar Graph

I'm new to Javascript and am stuck with building a Radar/Web graph for this project. As pictured, the graph is a three-point Radar Graph measuring Base Attack, Defense, and Stamina. I'm hoping to overlay a triangle (or another polygon) on top of…
Tom Munson
  • 11
  • 2
1
vote
1 answer

Trouble with with parsing JSON

I am trying to use the Poke api to create a quick version of a pokedex. I just want the user to input a pokemons name and return the name of the pokemon they choose, and other small details. I can get my code to print out the entire json file for…
1
vote
2 answers

Calling startActivity from my app to return to Pokemon Go causes Pokemon Go to restart

I'm wondering if there is another way to switch to a different app? The built-in task switcher doesn't cause Pokemon Go to restart. Is there a way to invoke that? I have been using this to switch from my app and open Pokemon Go PackageManager…
Eric Farng
  • 111
  • 1
  • 4
1
vote
0 answers

Formula to calculate pokemon go evolutions

I am trying to write a simple excel formula to calculate the number of evolutions I can make based on my candy and number of pokemon. I am trying to maximize XP, so I am only trying to evolve any given pokemon once. For some reason I couldnt find…
Rilcon42
  • 9,584
  • 18
  • 83
  • 167
1
vote
1 answer

Discord bot, task destroyed

I'm trying to make a bot for discord that send some coords to the chat channel, but when i run it after 2 minutes it stops giving the error the task was destroyed.. i'm not really good with python so if u want to explain i'll be glad to learn import…
oDzTV
  • 19
  • 3
1
vote
1 answer

How to scrape GIS coordinates from a map (e.g. Pokevision) using python and selenium?

I'd like to scrape PokemonVision so that I can get all the longitude and latitude coordinates of the Pokemon being displayed. The URL of the webpage contains the longitude and latitude of the flag marker . For example the following url contains…
Chris
  • 5,444
  • 16
  • 63
  • 119
1
vote
1 answer

CMD script timed Rebooter for pokemon go

Solved thank you so much for helping me Jean-François Fabre, haveing someone who was thinking along with me kept me motivated to keep figuring things out myself! what i ended up doing is using a timer script, that first boots up the scanning script,…
0
votes
0 answers

Unity Camera touch rotation Pokemon Go style

Recently I have been trying to get my camera to rotate the same way it does in Pokemon Go and by that I mean whenever the player does a circular touch gesture(like the below picture) the camera rotates that way too and if they reach back to the…
0
votes
1 answer

How can I get pokemon information in pokehub coordinates in vb.net

How can I get pokemon information in this website(https://pokehubcoordinates.com/pvp) in Vb.net? I tried two ways. but it didn't work code Dim sourceString As String = New…
Emin Yalçın
  • 11
  • 1
  • 2
0
votes
2 answers

I want to create AR app in UNITY the uses GPS, but the sensor is jumpy

On one hand i have the image-based AR that Unity provides me, which is amazing in making things seem as if they are actually around my in the real world. Problem is - this is only localized based on the imagery of my surrounding, disregarding my…
0
votes
1 answer

Refactoring Pokemon type weekness

I made pokemon weekness finder by ruby. It takes a lot of words. Could you suggest bit nice and sophisticated to write this code? The menu is as follows. puts "Which type of Pokemon do you want to know weaknesses? Menu 1 Normal 2 Fire 3…
1
2