Skip to content

scottismyname/GoIV

 
 

Repository files navigation

GoIV, android project for Pokemong Go.

Table of Contents

#What is GoIV GoIV is an android app made for Pokemon GO that allows users to seamlessly calculate their Pokemon's IVs. GoIV does not interfere with Pokemon GO or their servers.

#Images Alt text Alt text

#Download You can download GoIV apk here: https://drive.google.com/file/d/0B0Nazg34pSbpdjh5dTd5azlRS2c/view?usp=sharing
Latest Version: 2.0.0
Checksum:
MD5 1AC4F43B1546C0AF1F057A36A7C8589E
SHA1 BDB487CD2CD32B60B3CD328AEFC018DE919A7A1D
SHA-256 B44712B7CE6C515A93D65B9C5941B2B9EC95885B2889BFE6A26872D311897C74

Changelog: [2.0.0]

  • Remove Billing Permission
  • Visual Updates
  • Performance Improvements
  • New notification icon
  • Now starts PoGo after starting GoIV
  • Android KitKat Support with Battery Saver
  • Fixed arc alignment for trainer's level >= 30
  • Now copies "lowpercent - highpercent" to clipboard after scan
  • Remove "Scanning" text

#FAQ

###Is there an iOS version?

No, but the application is open source, so someone else might try to recreate it in iOS. The current developers are not planning on making an iOS version.

###Why does the app fail to scan my Pokemon type?

The applicaiton scans the pokemon name to determine pokemon type, so if you've given your pokemon a nickname, it's going to fail.

###Why doesn't my arc dot line up perfectly?

If it's just a couple of pixels wrong, then it's fine. It hardly lines up 'perfectly' on any device.

Usually when the dot is misaligned, it turns out the user forgot to increment their level in the app. You can see what level the application thinks your trainer is in the notification, it it's wrong, change it in the app!

If the dot still doesn't fit, then you might have a device with an unusual resolution, and it would be good if the application was updated to accommodate that.

###Why doesn't the IV button appear?

The most common reasons are:

Screen changing apps / features such as screen tinting and dynamic brightness level.

The phone you're running has a faulty screen capture api (Seems to occasionally affect Cyanogen and some lesser known phone brands)

The application has not been granted permission to draw other other apps.

The application wasn't started.

###Does this application break Niantics terms of use?

This application is in a gray area, you could argue that the application does or does not, depending on how you interpret the wording.

###Can you get banned from Pokémon Go for using GoIV?

It's 'possible', but we don't think it will happen. Niantic could alter their app to scan for other apps running along-side it, but even if they did that, they probably wont go as far as banning users.

###Why does GoIV require X permission?

Storage: To store the OCR module. (OCR - Optical character recognition, the thing that converts images of text to text.)

Screen capture: To identify when to add the overlay, and to read the pokemon information.

###What are IVs?

Basically stats that determine how much extra power a Pokemon has, compared to the baseline. The better the IVs, the more hp/attack/defence (CP) the pokemon will have, compared to another Pokemon of the same species & level.

#Community Have feedback/questions/comments? Visit our subreddit: https://www.reddit.com/r/GoIV/

#Special Thanks GoIV would not have been possible without the help and support of the following people:

  • Johan Swanberg
  • Stuart Dorff
  • Kevin Do
  • Tommy Tran

Packages

No packages published

Languages

  • C 59.2%
  • C++ 31.6%
  • Shell 3.3%
  • Roff 1.4%
  • Makefile 1.3%
  • HTML 1.2%
  • Other 2.0%