Advertisement
spankranger

Untitled

Oct 21st, 2011
1,888
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. fastboot oem list_partition_emmc
  2. C:\android-tools>fastboot oem list_partition
  3. ...
  4. (bootloader) index, type, start, num
  5. (bootloader) 0, 0x4D, 0x1, 0x3E8
  6. (bootloader) 1, 0x45, 0x3E9, 0x80
  7. (bootloader) 2, 0x46, 0x469, 0x2328
  8. (bootloader) 3, 0x5, 0x2791, 0x43186E
  9. OKAY [ 0.024s]
  10. finished. total time: 0.025s
  11.  
  12. fastboot oem load_emmc
  13. C:\android-tools>fastboot oem load_emmc
  14. ...
  15. (bootloader) command format: load_emmc [len] [start]
  16. OKAY [ 0.019s]
  17. finished. total time: 0.020s
  18.  
  19. fastboot oem check_emmc
  20. C:\android-tools>fastboot oem check_emmc
  21. ...
  22. (bootloader) This eMMC is not made from Micron.MID=21.
  23. (bootloader) eMMC should not be Micron's
  24. OKAY [ 0.028s]
  25. finished. total time: 0.028s
  26.  
  27. fastboot oem check_emmc_mid
  28. C:\android-tools>fastboot oem check_emmc_mid
  29. ...
  30. (bootloader) Manufacturer ID, MID=15
  31. (bootloader) eMMC should be samsung
  32. OKAY [ 0.028s]
  33. finished. total time: 0.029s
  34.  
  35. fastboot oem read_mmc
  36. C:\android-tools>fastboot oem read_mmc
  37. ...
  38. (bootloader) command format: read_mmc [emmc/sd] [start] [#blocks] [#block
  39. (bootloader) s/read] [show]
  40. OKAY [ 0.015s]
  41. finished. total time: 0.016s
  42.  
  43. fastboot oem get_wp_info_emmc
  44. C:\android-tools>fastboot oem get_wp_info_emmc
  45. ...
  46. (bootloader) eMMC write protection group size = 8192
  47. OKAY [ 0.019s]
  48. finished. total time: 0.020s
  49.  
  50. fastboot oem get_sector_info_emmc
  51. C:\android-tools>fastboot oem get_sector_info_emmc
  52. ...
  53. (bootloader) Available eMMC Sector = 4407295
  54. OKAY [ 0.021s]
  55. finished. total time: 0.022s
  56.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement