View Single Post
Old 05-29-2012, 06:32 AM   #15
silver18
THE NOOB
silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.
 
silver18's Avatar
 
Posts: 701
Karma: 1545649
Join Date: Jan 2012
Location: Italy
Device: Kindle Touch 5.3.2
Right now I'm downloading the main partition image.

I think I'll act like this:
- enter in diag mode
- go in USB mode
- drop mmcblk0p1.img from 5.0.0 firmware
- exit USB mode
- go in fastboot mode
- flash 5.0.0 kernel with
Code:
fastboot flash kernel kernel-5.0.0.img
- reboot in diag mode
- enter in USBnet mode
- copy mmcblk0p1.img with
Code:
dd if=/mnt/us/mmcblk0p1.img of=/dev/mmcblk0p1 bs=4K
- if needed, erase /var/local with
Code:
dd if=/dev/zero of=/dev/mmcblk0p3 bs=4K count=1K
- start factory reset script with
Code:
/usr/sbin/factory_reset
Is it OK?
silver18 is offline   Reply With Quote