View Single Post
Old 04-11-2018, 02: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,190
Karma: 3592925
Join Date: Sep 2014
Location: Ukraine
Device: Kindle
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