Advertisement
ipdev

BNTV450_root

Dec 25th, 2017
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.40 KB | None | 0 0
  1. bash-3.2#
  2. bash-3.2#
  3. bash-3.2# ls -la
  4. total 20624
  5. drwxr-xr-x 4 ip admin 128 Dec 25 13:04 .
  6. drwxrwxr-x 48 root admin 1536 Dec 25 10:22 ..
  7. -rwxr-----@ 1 ip admin 2459632 Dec 25 13:03 MagiskManager-v5.5.0.apk
  8. -rwxr-xr-x 1 ip admin 8097792 Dec 13 19:38 m14_boot.img
  9. bash-3.2#
  10. bash-3.2#
  11. bash-3.2# adb reboot bootloader
  12. bash-3.2#
  13. bash-3.2# fastboot boot m14_boot.img
  14. downloading 'boot.img'...
  15. OKAY [ 0.225s]
  16. booting...
  17. OKAY [ 0.053s]
  18. finished. total time: 0.278s
  19. bash-3.2#
  20. bash-3.2# adb install -r MagiskManager-v5.5.0.apk
  21. MagiskManager-v5.5.0.apk: 1 file pushed. 4.3 MB/s (2459632 bytes in 0.546s)
  22. pkg: /data/local/tmp/MagiskManager-v5.5.0.apk
  23. Success
  24. bash-3.2#
  25. bash-3.2# adb shell su -c "dd if=/dev/block/mmcblk0p7 of=/sdcard/bntv4-boot.img"
  26. 32768+0 records in
  27. 32768+0 records out
  28. 16777216 bytes transferred in 1.788 secs (9383230 bytes/sec)
  29. bash-3.2#
  30. bash-3.2# adb shell su -c "dd if=/dev/block/mmcblk0p8 of=/sdcard/bntv4-recovery.img"
  31. 32768+0 records in
  32. 32768+0 records out
  33. 16777216 bytes transferred in 1.660 secs (10106756 bytes/sec)
  34. bash-3.2#
  35. bash-3.2# adb pull /sdcard/bntv4-boot.img
  36. /sdcard/bntv4-boot.img: 1 file pulled. 5.3 MB/s (16777216 bytes in 3.000s)
  37. bash-3.2#
  38. bash-3.2# adb pull /sdcard/bntv4-recovery.img
  39. /sdcard/bntv4-recovery.img: 1 file pulled. 4.7 MB/s (16777216 bytes in 3.389s)
  40. bash-3.2#
  41. bash-3.2#
  42. bash-3.2# ls -la
  43. total 87696
  44. drwxr-xr-x 6 ip admin 192 Dec 25 13:34 .
  45. drwxrwxr-x 48 root admin 1536 Dec 25 10:22 ..
  46. -rwxr-----@ 1 ip admin 2459632 Dec 25 13:03 MagiskManager-v5.5.0.apk
  47. -rw-r--r-- 1 root admin 16777216 Dec 25 13:33 bntv4-boot.img
  48. -rw-r--r-- 1 root admin 16777216 Dec 25 13:34 bntv4-recovery.img
  49. -rwxr-xr-x 1 ip admin 8097792 Dec 13 19:38 m14_boot.img
  50. bash-3.2#
  51. bash-3.2# adb reboot bootloader
  52. bash-3.2#
  53. bash-3.2# fastboot boot bntv4-boot.img
  54. downloading 'boot.img'...
  55. OKAY [ 0.450s]
  56. booting...
  57. OKAY [ 0.051s]
  58. finished. total time: 0.501s
  59. bash-3.2#
  60. bash-3.2# adb pull /sdcard/magiskmanager/patched_boot.img
  61. /sdcard/magiskmanager/patched_boot.img: 1 file pulled. 4.5 MB/s (8310784 bytes in 1.745s)
  62. bash-3.2#
  63. bash-3.2#
  64. bash-3.2# ls -la
  65. total 104848
  66. drwxr-xr-x 7 ip admin 224 Dec 25 13:38 .
  67. drwxrwxr-x 48 root admin 1536 Dec 25 10:22 ..
  68. -rwxr-----@ 1 ip admin 2459632 Dec 25 13:03 MagiskManager-v5.5.0.apk
  69. -rw-r--r-- 1 root admin 16777216 Dec 25 13:33 bntv4-boot.img
  70. -rw-r--r-- 1 root admin 16777216 Dec 25 13:34 bntv4-recovery.img
  71. -rwxr-xr-x 1 ip admin 8097792 Dec 13 19:38 m14_boot.img
  72. -rw-r--r-- 1 root admin 8310784 Dec 25 13:38 patched_boot.img
  73. bash-3.2#
  74. bash-3.2# adb reboot bootloader
  75. bash-3.2#
  76. bash-3.2# fastboot boot patched_boot.img
  77. downloading 'boot.img'...
  78. OKAY [ 0.231s]
  79. booting...
  80. OKAY [ 0.065s]
  81. finished. total time: 0.296s
  82. bash-3.2#
  83. bash-3.2# adb shell
  84. shell@st16c7bnn:/ $ su
  85. shell@st16c7bnn:/ # exit
  86. shell@st16c7bnn:/ $ exit
  87. bash-3.2#
  88. bash-3.2# adb reboot bootloader
  89. bash-3.2#
  90. bash-3.2# fastboot flash boot patched_boot.img
  91. target reported max download size of 134217728 bytes
  92. sending 'boot' (8116 KB)...
  93. OKAY [ 0.229s]
  94. writing 'boot'...
  95. OKAY [ 0.408s]
  96. finished. total time: 0.637s
  97. bash-3.2#
  98. bash-3.2# fastboot boot bntv4-recovery.img
  99. downloading 'boot.img'...
  100. OKAY [ 0.456s]
  101. booting...
  102. OKAY [ 0.053s]
  103. finished. total time: 0.509s
  104. bash-3.2#
  105. bash-3.2#
  106. bash-3.2#
  107. bash-3.2#
  108. bash-3.2#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement