View Single Post
Posts: 17 | Thanked: 109 times | Joined on Nov 2018
#28
Originally Posted by Xeno_PL View Post
Hello,
First apologies for me being dumb. I've broke my JP1 doing factory reset via recovery menu. Device seems to be booting, but displays gargbage (like static noise).
I hope device can be recovered by flashing it with proper OS image.
I got the image archive but I'm a bit stuck. How exatcly I'm supposed to flash my JP1 with provided files. In the archive there are files:

Code:
boot.img
emmc_appsboot.mbn
hw-release
os-release
persist.img
recovery.img
rpm.mbn
sailfish.img001
sailfish.img002
sailfish.img003
sailfish.img004
sailfish.img005
sailfish.img006
sailfish.img007
sailfish-release
sbj-btrfs.xml
sbl1.mbn
sbl2.mbn
sbl3.mbn
tz.mbn

mbn/img files seems to be replacement to those in /boot.
Should I use flasher available via shell (recovery menu opt 4)? If so then how as it complains about not being run on the device.
In theory I could overwrite files in /boot and do factory reset once more.
But then how can I reflash main OS partition?
Or there's a way to flash it from computer with fastboot tools?
Code:
fastboot flash boot boot.img
fastboot flash aboot emmc_appsboot.mbn
fastboot flash recovery recovery.img
fastboot flash sailfish sailfish.img001
fastboot flash sailfish sailfish.img002
fastboot flash sailfish sailfish.img003
fastboot flash sailfish sailfish.img004
fastboot flash sailfish sailfish.img005
fastboot flash sailfish sailfish.img006
fastboot flash sailfish sailfish.img007
extra stuff (may not be needed):
Code:
fastboot flash rpm rpm.mbn
fastboot flash sbl1 sbl1.mbn
fastboot flash sbl2 sbl2.mbn
fastboot flash sbl3 sbl3.mbn
fastboot flash tz tz.mbn
 

The Following 6 Users Say Thank You to sailfishlover For This Useful Post: