Advertisement
fuser-invent

Nexus 7 2013 - fastboot getvar all

May 26th, 2015
570
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. *The bootloader is recognizing the variables as the same between the bricked and working device with the exception of the bootloader version. I’ve been running mine on CM11 until CM12 is stable. And of course the serial numbers are different.
  2.  
  3. Bricked
  4.  
  5. E:\android_development\sdk\platform-tools>fastboot getvar all
  6. (bootloader) version-bootloader: FLO-04.04
  7. (bootloader) version-baseband: none
  8. (bootloader) version-hardware: rev_e
  9. (bootloader) version-cdma: N/A
  10. (bootloader) variant: flo 32G
  11. (bootloader) serialno: 049973d5
  12. (bootloader) product: flo
  13. (bootloader) secure_boot: enabled
  14. (bootloader) lock_state: unlocked
  15. (bootloader) project: flo
  16. (bootloader) off-mode-charge: yes
  17. (bootloader) uart-on: no
  18. (bootloader) partition-type:bootloader: emmc
  19. (bootloader) partition-size:bootloader: 0x0000000000aee000
  20. (bootloader) partition-type:recovery: emmc
  21. (bootloader) partition-size:recovery: 0x0000000000a00000
  22. (bootloader) partition-type:boot: emmc
  23. (bootloader) partition-size:boot: 0x0000000001000000
  24. (bootloader) partition-type:system: ext4
  25. (bootloader) partition-size:system: 0x0000000034800000
  26. (bootloader) partition-type:cache: ext4
  27. (bootloader) partition-size:cache: 0x0000000023000000
  28. (bootloader) partition-type:userdata: ext4
  29. (bootloader) partition-size:userdata: 0x00000006a3ffbe00
  30. all:
  31. finished. total time: 0.203s
  32.  
  33. Working
  34.  
  35. E:\android_development\sdk\platform-tools>fastboot getvar all
  36. (bootloader) version-bootloader: FLO-03.15
  37. (bootloader) version-baseband: none
  38. (bootloader) version-hardware: rev_e
  39. (bootloader) version-cdma: N/A
  40. (bootloader) variant: flo 32G
  41. (bootloader) serialno: 08e6d154
  42. (bootloader) product: flo
  43. (bootloader) secure_boot: enabled
  44. (bootloader) lock_state: unlocked
  45. (bootloader) project: flo
  46. (bootloader) off-mode-charge: yes
  47. (bootloader) uart-on: no
  48. (bootloader) partition-type:bootloader: emmc
  49. (bootloader) partition-size:bootloader: 0x0000000000aee000
  50. (bootloader) partition-type:recovery: emmc
  51. (bootloader) partition-size:recovery: 0x0000000000a00000
  52. (bootloader) partition-type:boot: emmc
  53. (bootloader) partition-size:boot: 0x0000000001000000
  54. (bootloader) partition-type:system: ext4
  55. (bootloader) partition-size:system: 0x0000000034800000
  56. (bootloader) partition-type:cache: ext4
  57. (bootloader) partition-size:cache: 0x0000000023000000
  58. (bootloader) partition-type:userdata: ext4
  59. (bootloader) partition-size:userdata: 0x00000006a3ffbe00
  60. all:
  61. finished. total time: 0.026s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement