Advertisement
Guest User

adb shell cat /proc/cpuinfo

a guest
Nov 6th, 2014
1,225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. C:\Users\joshua>adb shell cat /proc/cpuinfo
  2. Processor : ARMv7 Processor rev 3 (v7l)
  3. processor : 0
  4. BogoMIPS : 38.40
  5.  
  6. processor : 1
  7. BogoMIPS : 38.40
  8.  
  9. processor : 2
  10. BogoMIPS : 38.40
  11.  
  12. processor : 3
  13. BogoMIPS : 38.40
  14.  
  15. Features : swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt
  16. CPU implementer : 0x41
  17. CPU architecture: 7
  18. CPU variant : 0x0
  19. CPU part : 0xc07
  20. CPU revision : 3
  21.  
  22. Hardware : Qualcomm MSM 8226 (Flattened Device Tree)
  23. Revision : 0006
  24. Serial : 00000000a26d708f
  25.  
  26. C:\Users\joshua>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement