Azelphur / PokemonGo-CalcyIV-Renamer

Uses adb to send fake tap events to your phone, alongside Calcy IV to automatically rename all your pokemon.
GNU General Public License v3.0
77 stars 32 forks source link

Clipper - Your device is incompatible - is it a reason renames not work? #67

Open damir206 opened 2 years ago

damir206 commented 2 years ago

I am getting "Your device is incompatible" error when starting Clipper installed from an APK v2.4.17. Is Clipper a reason my monsters are not renamed? or it is something else?

Line 44 in the attached log shows my mon, Dwebble so I assume Calcy IV works. And then the log is continuously running, maybe Calcy IV is looping at some issue. Thank you for your help.

calcyiv-dwebble-log.txt

Azelphur commented 2 years ago

I haven't played pokemon go in over a year, and this repo is unmaintained due to that, I think changes to the game make it no longer work.

Clipper is definitely required, otherwise the script can't read the information about the pokemon from the phone, but clipper is not something I created or have involvement in.

Sorry I can't be of more help

esauvisky commented 2 years ago

Clipper is 7 years old by now, so you're likely out of luck. Android 9 broke the implementation as it doesn't allow accessing the device clipboard from within foreground services anymore, unless the application has input focus.

It should be possible to fix in rooted devices, but then you face having to update the rest of the application, as both pogo and calcy changed substantially.

damir206 commented 2 years ago

Now that clipboard is not available, how apps can exchange data between each other?