Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bash-3.2#
- bash-3.2#
- bash-3.2# ls -la
- total 20624
- drwxr-xr-x 4 ip admin 128 Dec 25 13:04 .
- drwxrwxr-x 48 root admin 1536 Dec 25 10:22 ..
- -rwxr-----@ 1 ip admin 2459632 Dec 25 13:03 MagiskManager-v5.5.0.apk
- -rwxr-xr-x 1 ip admin 8097792 Dec 13 19:38 m14_boot.img
- bash-3.2#
- bash-3.2#
- bash-3.2# adb reboot bootloader
- bash-3.2#
- bash-3.2# fastboot boot m14_boot.img
- downloading 'boot.img'...
- OKAY [ 0.225s]
- booting...
- OKAY [ 0.053s]
- finished. total time: 0.278s
- bash-3.2#
- bash-3.2# adb install -r MagiskManager-v5.5.0.apk
- MagiskManager-v5.5.0.apk: 1 file pushed. 4.3 MB/s (2459632 bytes in 0.546s)
- pkg: /data/local/tmp/MagiskManager-v5.5.0.apk
- Success
- bash-3.2#
- bash-3.2# adb shell su -c "dd if=/dev/block/mmcblk0p7 of=/sdcard/bntv4-boot.img"
- 32768+0 records in
- 32768+0 records out
- 16777216 bytes transferred in 1.788 secs (9383230 bytes/sec)
- bash-3.2#
- bash-3.2# adb shell su -c "dd if=/dev/block/mmcblk0p8 of=/sdcard/bntv4-recovery.img"
- 32768+0 records in
- 32768+0 records out
- 16777216 bytes transferred in 1.660 secs (10106756 bytes/sec)
- bash-3.2#
- bash-3.2# adb pull /sdcard/bntv4-boot.img
- /sdcard/bntv4-boot.img: 1 file pulled. 5.3 MB/s (16777216 bytes in 3.000s)
- bash-3.2#
- bash-3.2# adb pull /sdcard/bntv4-recovery.img
- /sdcard/bntv4-recovery.img: 1 file pulled. 4.7 MB/s (16777216 bytes in 3.389s)
- bash-3.2#
- bash-3.2#
- bash-3.2# ls -la
- total 87696
- drwxr-xr-x 6 ip admin 192 Dec 25 13:34 .
- drwxrwxr-x 48 root admin 1536 Dec 25 10:22 ..
- -rwxr-----@ 1 ip admin 2459632 Dec 25 13:03 MagiskManager-v5.5.0.apk
- -rw-r--r-- 1 root admin 16777216 Dec 25 13:33 bntv4-boot.img
- -rw-r--r-- 1 root admin 16777216 Dec 25 13:34 bntv4-recovery.img
- -rwxr-xr-x 1 ip admin 8097792 Dec 13 19:38 m14_boot.img
- bash-3.2#
- bash-3.2# adb reboot bootloader
- bash-3.2#
- bash-3.2# fastboot boot bntv4-boot.img
- downloading 'boot.img'...
- OKAY [ 0.450s]
- booting...
- OKAY [ 0.051s]
- finished. total time: 0.501s
- bash-3.2#
- bash-3.2# adb pull /sdcard/magiskmanager/patched_boot.img
- /sdcard/magiskmanager/patched_boot.img: 1 file pulled. 4.5 MB/s (8310784 bytes in 1.745s)
- bash-3.2#
- bash-3.2#
- bash-3.2# ls -la
- total 104848
- drwxr-xr-x 7 ip admin 224 Dec 25 13:38 .
- drwxrwxr-x 48 root admin 1536 Dec 25 10:22 ..
- -rwxr-----@ 1 ip admin 2459632 Dec 25 13:03 MagiskManager-v5.5.0.apk
- -rw-r--r-- 1 root admin 16777216 Dec 25 13:33 bntv4-boot.img
- -rw-r--r-- 1 root admin 16777216 Dec 25 13:34 bntv4-recovery.img
- -rwxr-xr-x 1 ip admin 8097792 Dec 13 19:38 m14_boot.img
- -rw-r--r-- 1 root admin 8310784 Dec 25 13:38 patched_boot.img
- bash-3.2#
- bash-3.2# adb reboot bootloader
- bash-3.2#
- bash-3.2# fastboot boot patched_boot.img
- downloading 'boot.img'...
- OKAY [ 0.231s]
- booting...
- OKAY [ 0.065s]
- finished. total time: 0.296s
- bash-3.2#
- bash-3.2# adb shell
- shell@st16c7bnn:/ $ su
- shell@st16c7bnn:/ # exit
- shell@st16c7bnn:/ $ exit
- bash-3.2#
- bash-3.2# adb reboot bootloader
- bash-3.2#
- bash-3.2# fastboot flash boot patched_boot.img
- target reported max download size of 134217728 bytes
- sending 'boot' (8116 KB)...
- OKAY [ 0.229s]
- writing 'boot'...
- OKAY [ 0.408s]
- finished. total time: 0.637s
- bash-3.2#
- bash-3.2# fastboot boot bntv4-recovery.img
- downloading 'boot.img'...
- OKAY [ 0.456s]
- booting...
- OKAY [ 0.053s]
- finished. total time: 0.509s
- bash-3.2#
- bash-3.2#
- bash-3.2#
- bash-3.2#
- bash-3.2#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement