Advertisement
dragonbane

Shield Keys

Aug 15th, 2018
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. Pheenoh:
  2.  
  3. Used by TP during authentication:
  4.  
  5. UID: (aka official 8 byte long Android Device ID transformed to a 16 byte long GUID)
  6. e816ebb8-44b7-3a37-9398-47ec566a63cd
  7.  
  8. Keybox ID: (possibly an Android Keybox ID, see: https://developers.google.com/android-partner/guide/keybox)
  9. e3d33562-de30-13c5-c94d-ff59bbdaf602
  10.  
  11. 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)
  12. 0x1C1DFE67
  13.  
  14.  
  15. General System Info:
  16.  
  17. Android Device ID:
  18. 58FE96FE 13F33A58
  19.  
  20. FYI: gets transformed by the game during the auth process with:
  21. String uid = UUID.nameUUIDFromBytes(androidID.getBytes(Charset.forName("utf8"))).toString();
  22. to UID (GUID): e816ebb8-44b7-3a37-9398-47ec566a63cd
  23.  
  24. Device Key:
  25. 0xffffffff
  26.  
  27. Public Key:
  28. 0x435a807e9187c53eae50e2dcab521e0ea41458a9b18d31db553ceb711c21fb52
  29.  
  30. Mac Address:
  31. 00:04:4b:84:0c:c3
  32.  
  33. Ethernet Address:
  34. 00:04:4b:84:0c:c5
  35.  
  36. Bluetooth Address:
  37. 00:04:4b:84:0c:c4
  38.  
  39. Shield Serial Number:
  40. 0322017017006 (matches the S/N number for the Shield TV on the Shield box)
  41.  
  42. Model Number:
  43. P2897
  44.  
  45. Shield Product ID:
  46. Not available
  47.  
  48.  
  49. Pics:
  50.  
  51. About: https://media.discordapp.net/attachments/87725169623187456/479765140791754773/My_Great_Capture_Screenshot_2018-08-16_16-35-19.png?width=1168&height=657
  52.  
  53. Box: https://cdn.discordapp.com/attachments/87725169623187456/479766500773724170/IMG_20180816_164038.jpg
  54.  
  55. Device Info: https://cdn.discordapp.com/attachments/87725169623187456/479774651908882443/My_Great_Capture_Screenshot_2018-08-16_17-13-03.png
  56.  
  57. 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
  58.  
  59. 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