Doing that would have caused problems since fdl2-dl.bin is not meant for this device. It can be used as FDL2 (a loader for flashing partitions), but you should still flash the real bootloader (lk.bin) to the uboot_a and uboot_b partitions.
Your phone probably detected that your uboot_a was not correct and used the correct bootloader from uboot_b, but if you had changed that to fdl2-dl.bin too, it wouldn’t have worked.
There was no ready-to-use document with all the process steps that could be followed.
This situation has not changed imho, but let’s try to change it.
Update or Not Update Android
I started installing Sailfish as soon as I took the device out of the box. According to the information I received from lokenk, he first applied the updates available on the Android side and then started installing Sailfish and had a smoother experience.
Decide if and how much to update Android. You can get help by asking questions on this topic in the forum.
Developer Developer Developer - Steve Ballmer
Enable developer mode and unlock the bootloader in the settings. Since this is not enough, also use unisoc-unlock or another tool to unloock bootloader:
Get the most up-to-date or suitable Sailfish OS image from Index of /images/ and extract it into a directory named SailfishOS. Then run these commands to flash them:
simg2img SailfishOS/sailfish.img001 sailfish.img
simg2img SailfishOS/fimage.img001 fimage.img
./spd_dump \
exec_addr 0x65015f08 \
fdl fdl1-dl.bin 0x65000800 \
fdl fdl2-dl.bin 0x9efffe00 exec \
w uboot_a SailfishOS/lk.bin \
w uboot_b SailfishOS/lk.bin \
reset
# Hold down the volume up key while the phone reboots!
./spd_dump \
exec_addr 0x65015f08 \
fdl fdl1-dl.bin 0x65000800 \
fdl SailfishOS/lk.bin 0x9efffe00 exec \
w boot_a SailfishOS/hybris-boot.img \
w boot_b SailfishOS/hybris-boot.img \
w vendor_boot_a SailfishOS/vendor_boot.img \
w vendor_boot_b SailfishOS/vendor_boot.img \
w dtbo_a SailfishOS/dtbo.img \
w dtbo_b SailfishOS/dtbo.img \
w userdata sailfish.img \
w super fimage.img \
reset
Please feel free to provide additional information so that users of all levels can follow the document more easily
Anıl merhaba. Öncelikle bu işi başarmış olman çok sevindirici. Bende yükleme için Reeder a ulaşmaya çalıştım ama nafile sonuç. Telefonda Sailfishin çalışması nasıl? Bir de orta düzey bilgimle bende Sailfish yükleyebilir miyim? Bu konuda bana yardım edebilir misin? Teşekkürler. E-mail: ozgurkeysan@gmail.com
Hello Anil. First of all, it is very pleasing that you have accomplished this work. I also tried to reach Reeder for uploading, but to no avail. How does Sailfish work on the phone? Can I also install Sailfish with my intermediate level knowledge? Can you help me with this? Thanks.
Unfortunately, this is a very late victory for me. Unfortunately Sailfish and the phones it supports were not available in Turkey and I switched to the iOS ecosystem.
I’m not using it regularly now and haven’t had much time to test it so far. Except for making calls, I’ve tested everything in general and everything seems to work.
If you want to install Sailfish, I think you can definitely install it. I’ve done almost everything wrong that can be done wrong, and thanks to the community we’ve learned the right way.
The steps are not yet fully documented, but the gaps can be easily filled. You can follow them and get help from the community where you get stuck.
I am also actively following the thread and if there is something I can help with, I will be happy to help.
Unfortunately, it is forbidden to receive phone calls from abroad over the internet in our country. If you bring it yourself, the tax is extremely high. That’s why we have to deal with it, unfortunately.
Bu adımlar reeder s19 Max pro s Android’den sailfish os için yapılacak adimlarmi? Birde cihazın bootloader kilidi acildikdan sonra normalde güncelleme yapmaması lazım degilmi?
@Ugur@lokenk Please guys - write in English, so other ppl. can find Information they are looking for and understand it. If you want communicate entirely in Turkish - please open separate thread for this. Thanks
There is no problem with the update whether it is unlocked or not, I tried it myself…
Do all updates on android there are 2 different update sections…Put the phone in bootloader mode with fastboot “adb reboot bootloader” and install with the commands I wrote above