Captain_Throwback

hexdump before and after system.img

Mar 28th, 2015
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.12 KB | None | 0 0
  1.  
  2. C:\Users\20407719\Documents\Android\android-sdk-windows\platform-tools>adb shell
  3. tune2fs -l /dev/block/bootdevice/by-name/system
  4. tune2fs 1.42.9 (28-Dec-2013)
  5. Filesystem volume name: <none>
  6. Last mounted on: <not available>
  7. Filesystem UUID: 57f8f4bc-abf4-655f-bf67-946fc0f9f25b
  8. Filesystem magic number: 0xEF53
  9. Filesystem revision #: 1 (dynamic)
  10. Filesystem features: has_journal ext_attr resize_inode filetype extent spar
  11. se_super large_file uninit_bg
  12. Filesystem flags: unsigned_directory_hash
  13. Default mount options: (none)
  14. Filesystem state: clean
  15. Errors behavior: Remount read-only
  16. Filesystem OS type: Linux
  17. Inode count: 286720
  18. Block count: 1146880
  19. Reserved block count: 0
  20. Free blocks: 165830
  21. Free inodes: 282095
  22. First block: 0
  23. Block size: 4096
  24. Fragment size: 4096
  25. Reserved GDT blocks: 279
  26. Blocks per group: 32768
  27. Fragments per group: 32768
  28. Inodes per group: 8192
  29. Inode blocks per group: 512
  30. Last mount time: n/a
  31. Last write time: Thu Jan 1 00:00:00 1970
  32. Mount count: 0
  33. Maximum mount count: -1
  34. Last checked: Thu Jan 1 00:00:00 1970
  35. Check interval: 0 (<none>)
  36. Reserved blocks uid: 0 (user root)
  37. Reserved blocks gid: 0 (group root)
  38. First inode: 11
  39. Inode size: 256
  40. Required extra isize: 28
  41. Desired extra isize: 28
  42. Journal inode: 8
  43. Default directory hash: tea
  44. Journal backup: inode blocks
  45.  
  46. C:\Users\20407719\Documents\Android\android-sdk-windows\platform-tools>adb shell
  47. mount -t ext4 /dev/block/bootdevice/by-name/system /system
  48.  
  49. C:\Users\20407719\Documents\Android\android-sdk-windows\platform-tools>adb shell
  50. umount /system
  51.  
  52. C:\Users\20407719\Documents\Android\android-sdk-windows\platform-tools>adb shell
  53. tune2fs -l /dev/block/bootdevice/by-name/system
  54. tune2fs 1.42.9 (28-Dec-2013)
  55. Filesystem volume name: <none>
  56. Last mounted on: <not available>
  57. Filesystem UUID: 57f8f4bc-abf4-655f-bf67-946fc0f9f25b
  58. Filesystem magic number: 0xEF53
  59. Filesystem revision #: 1 (dynamic)
  60. Filesystem features: has_journal ext_attr resize_inode filetype extent spar
  61. se_super large_file uninit_bg
  62. Filesystem flags: unsigned_directory_hash
  63. Default mount options: (none)
  64. Filesystem state: clean
  65. Errors behavior: Remount read-only
  66. Filesystem OS type: Linux
  67. Inode count: 286720
  68. Block count: 1146880
  69. Reserved block count: 0
  70. Free blocks: 165830
  71. Free inodes: 282095
  72. First block: 0
  73. Block size: 4096
  74. Fragment size: 4096
  75. Reserved GDT blocks: 279
  76. Blocks per group: 32768
  77. Fragments per group: 32768
  78. Inodes per group: 8192
  79. Inode blocks per group: 512
  80. Last mount time: Sat Mar 28 23:17:38 2015
  81. Last write time: Sat Mar 28 23:17:53 2015
  82. Mount count: 1
  83. Maximum mount count: -1
  84. Last checked: Thu Jan 1 00:00:00 1970
  85. Check interval: 0 (<none>)
  86. Lifetime writes: 68 MB
  87. Reserved blocks uid: 0 (user root)
  88. Reserved blocks gid: 0 (group root)
  89. First inode: 11
  90. Inode size: 256
  91. Required extra isize: 28
  92. Desired extra isize: 28
  93. Journal inode: 8
  94. Default directory hash: tea
  95. Journal backup: inode blocks
  96.  
  97. C:\Users\20407719\Documents\Android\android-sdk-windows\platform-tools>adb shell
  98. hexdump -C -s 0x578 -n 32 /dev/block/bootdevice/by-name/system
  99. 00000578 30 10 01 00 00 00 00 00 00 00 00 00 00 00 00 00 |0...............|
  100. 00000588 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  101. 00000598
  102.  
  103. C:\Users\20407719\Documents\Android\android-sdk-windows\platform-tools>adb shell
  104. hexdump -C -s 0x578 -n 32 /dev/block/bootdevice/by-name/system
  105. 00000578 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  106. *
  107. 00000598
  108.  
  109. C:\Users\20407719\Documents\Android\android-sdk-windows\platform-tools>
Add Comment
Please, Sign In to add comment