/pogo-autorenamer

Primary LanguageJavaScriptISC LicenseISC

Prerequisites

  1. Android Platform Tools (on PC).
  2. NodeJS (on PC).
  3. Calcy IV (on Phone).
  4. Pokemon Go game.

License

Licensed under the terms of the ISC license, see the LICENSE file for details.

Preparing

  1. Enable Developer Options on your Android phone.
  2. Enable debugging over USB in Developer Options.
  3. (not all phones) Enable security settings USB debugging (to enable sending input via adb).
  4. Open Terminal / Cmd (depends on your OS) and go to platform-tools directory.
  5. Connect a device via USB cable.
  6. Type adb devices (the device should appear in the list)
  7. Open some input field on the phone, for ex, browser -> tap on the URL (keyboard should be visible)
  8. Type adb shell input text test.
  9. If the text 'test' appeared in the input field - you've done everything correctly.
  10. If not, please google how to enable sending events via adb to your phone

Installing

  1. Clone the repo.
  2. Navigate to the repo folder.
  3. Copy 'config.js.example' and remove the '.example' (leaving 'config.js').
  4. Adjust the path to your adb.
  5. Adjust screen size.
  6. For slow phones increase the sleep value.

Running

  1. Launch the CalcyIV.
  2. Set up desired renaming options.
  3. Click 'Switch to Game' button.
  4. Open first pokemon screen.
  5. Place the CalcyIV icon just above the Camera button.
  6. Type npm start in Terminal app on your PC.
  7. Watch pokes renaming.