Maome / ingress-bot

48 stars 31 forks source link

New nemesisID #4

Open ghost opened 11 years ago

ghost commented 11 years ago

Hi, this is the new nemesisID I got for scanner v1.35.1

ClientWrapper.java:35

public final String nemesisDeviceID = "json=%7B%22nemesisSoftwareVersion%22%3A%222013-09-10T22%3A08%3A32Z+904499d6f84a+opt%22%2C%22deviceSoftwareVersion%22%3A%22v1.35.1%22%7D";

I have already tested it and it works. Thanks for sharing the code!!

duplicat commented 10 years ago

Hi I have tested this one: public final String nemesisDeviceID = "json=%7B%22nemesisSoftwareVersion%22%3A%222013-10-15T22%3A32%3A58Z%20438a6fac0786%20opt%22%2C%22deviceSoftwareVersion%22%3A%224.2.3%22%7D";

Maertuerer commented 10 years ago

any news on the current one? And how did you get that id duplicat?

duplicat commented 10 years ago

As far as I have seen, the nemesisSoftwareVersion is actually shown in one of the ingress tabs (ops->device:build tag) and the deviceSoftwareVersion is/was incremental. I haven't checked the current version (1.42.2), but will soon.

xwavex commented 10 years ago

For the nemesisSoftwareVersion (i.e. 2013-08-07T00:06:39Z a52083df5202 opt) you can use the tool I developed as part of my Ingress-Bot. It allows you to extract the specific string directly from the official ingress-apk.

https://github.com/xwavex/Ingress-Version-Extractor

Furthermore deviceSoftwareVersion does not matter, it can be always set to 4.1.1 or any other android version that is supported by the Ingress-App.