-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Edit device and device ID #3977
Comments
you can edit the src/pgoapi/pgoapi to change deviceID but unless you know what you are doing I don't suggest it. I set my device to samsung and got that account banned. So I suggest you either mimick iPhone or not change it at all. Since android send alot more GPS info to niantic like how many satelites sensor see and so on. |
Default bot setting tells server that its device name is 'device_manufacturer'. I guess here is one of reasons they know we use a robot. |
Oh wow, that really needs to be changed. |
Link to git file where default deviceid is stored ? |
@AcorpBG @bash0r666 do you know how to extract the device infos from an iphone? i have only seen android examples. tried to search on google, didn´t find a lead to get all the fields... which file would i need to edit to put this infos in? are the default vaues always set for android? i just found this in Signature.proto:
another question :-). in i found two lines that are hardcoded for us / lang=en – does this mean every bot sends these infos?
shouldn´t there be an option in the config file where we can put in all the device values? does the country info mentioned above also get send to the niantic servers? hope that´s not too much for one message 😁 |
We need some help here, may be @kesfaw or @douglascamata knows or could link to people, who can help. |
Signature.proto is the structure of the signature that is used actual values are in Signature_pb2.py
The dynamic fields for the signature like time/locationhashesh and unknown 22 are set in the rpc_api.py I have no idea about iPhones at all and most of the signature is very confusing for me I wish I could help more. |
I think the api targets mimicing iphones because the android gps fields can be omitted then. |
OK just thought that it would be great if i could somehow extract all the device info values from my iphone and edit the relevant files so that when i´m switching to real app play the values from the phone and bot match as closely as possible. @AcorpBG Is there some dev from the pogobot team who has experience on how to get device values from a specific phone and how to copy them to the relevant files? An option for customizing the values and an example in the config files would be great! I´m trying to wrap my head around understanding the Signature_pb2.py file, but there is so much stuff going on in there... Under Unfortunately i can´t really understand what (and where) the actual strings for e.g. @vosk Do you know what file(s) i should look at to get an idea about the way the api mimicks an iphone? I just saw all the Android descriptors/signatures. If i repeat the same words too often please keep in mind that english is not my first language :-) |
Is this still required/wanted? This is the least recently updated thread and is 17 days old. @TheSavior any thoughts on this implementation? |
Can we set the device and/or device ID?
Is there a possibility to add a config for emulating the bot as your own android/iOS device?
the request of the bot are easy detectable cause everyone use the same fingerprint
The text was updated successfully, but these errors were encountered: