Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Pheenoh:
- Used by TP during authentication:
- UID: (aka official 8 byte long Android Device ID transformed to a 16 byte long GUID)
- e816ebb8-44b7-3a37-9398-47ec566a63cd
- Keybox ID: (possibly an Android Keybox ID, see: https://developers.google.com/android-partner/guide/keybox)
- e3d33562-de30-13c5-c94d-ff59bbdaf602
- AID: (read from "sys/devices/platform/tegra-fuse/aid" --> sysfs node. Burned in via eFuse, see: https://android.googlesource.com/kernel/tegra.git/+/8a95a1a8e5817af21188ad74872b768d5d1ebe35/drivers/misc/tegra-fuse/tegra_fuse.c)
- 0x1C1DFE67
- General System Info:
- Android Device ID:
- 58FE96FE 13F33A58
- FYI: gets transformed by the game during the auth process with:
- String uid = UUID.nameUUIDFromBytes(androidID.getBytes(Charset.forName("utf8"))).toString();
- to UID (GUID): e816ebb8-44b7-3a37-9398-47ec566a63cd
- Device Key:
- 0xffffffff
- Public Key:
- 0x435a807e9187c53eae50e2dcab521e0ea41458a9b18d31db553ceb711c21fb52
- Mac Address:
- 00:04:4b:84:0c:c3
- Ethernet Address:
- 00:04:4b:84:0c:c5
- Bluetooth Address:
- 00:04:4b:84:0c:c4
- Shield Serial Number:
- 0322017017006 (matches the S/N number for the Shield TV on the Shield box)
- Model Number:
- P2897
- Shield Product ID:
- Not available
- Pics:
- About: https://media.discordapp.net/attachments/87725169623187456/479765140791754773/My_Great_Capture_Screenshot_2018-08-16_16-35-19.png?width=1168&height=657
- Box: https://cdn.discordapp.com/attachments/87725169623187456/479766500773724170/IMG_20180816_164038.jpg
- Device Info: https://cdn.discordapp.com/attachments/87725169623187456/479774651908882443/My_Great_Capture_Screenshot_2018-08-16_17-13-03.png
- Android Device ID: https://media.discordapp.net/attachments/87725169623187456/479765349223628800/My_Great_Capture_Screenshot_2018-08-16_16-36-08.png?width=1168&height=657
- Status: https://cdn.discordapp.com/attachments/87725169623187456/479774255534571520/My_Great_Capture_Screenshot_2018-08-16_17-11-01.png
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement