- Android Platform Tools (on PC).
- NodeJS (on PC).
- Calcy IV (on Phone).
- Pokemon Go game.
Licensed under the terms of the ISC license, see the LICENSE file for details.
- Enable Developer Options on your Android phone.
- Enable debugging over USB in Developer Options.
- (not all phones) Enable security settings USB debugging (to enable sending input via adb).
- Open Terminal / Cmd (depends on your OS) and go to platform-tools directory.
- Connect a device via USB cable.
- Type
adb devices
(the device should appear in the list) - Open some input field on the phone, for ex, browser -> tap on the URL (keyboard should be visible)
- Type
adb shell input text test
. - If the text 'test' appeared in the input field - you've done everything correctly.
- If not, please google how to enable sending events via adb to your phone
- Clone the repo.
- Navigate to the repo folder.
- Copy 'config.js.example' and remove the '.example' (leaving 'config.js').
- Adjust the path to your
adb
. - Adjust screen size.
- For slow phones increase the sleep value.
- Launch the CalcyIV.
- Set up desired renaming options.
- Click 'Switch to Game' button.
- Open first pokemon screen.
- Place the CalcyIV icon just above the Camera button.
- Type
npm start
in Terminal app on your PC. - Watch pokes renaming.