View Single Post
Old 04-11-2018, 01:37 AM   #16
hius07
Wizard
hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.
 
Posts: 1,061
Karma: 3581267
Join Date: Sep 2014
Location: Ukraine
Device: Kindle PW2, PW3, PW4, Voyage
Assume I am on the jailbroken device with 5.9.4 firmware and got uImage and rootfs.img from, say, 5.8.7.0.1 update bin. Will this script downgrade the firmware?
Code:
#!/bin/sh

dd if=/mnt/us/uImage of=/dev/mmcblk0 bs=4096 seek=65 
dd if=/mnt/us/rootfs.img of=/dev/mmcblk0p1 bs=4096
hius07 is offline   Reply With Quote