Hi there!
I am currently trying to upgrade to Android 6, finally, after having it put off for way too long. I have TWRP installed and XPosed (which I uninstalled previously for the upgrade, just to be safe).
I already manually updated to 1.13.0 from my previous version via TWRP, which worked just fine.
Now I am trying to upgrade to 17.10.2 via fastboot, following this guide.
First of all: the flash.sh looks a bit differently for me and I couldn’t find the exact phrase to delete, so I deleted this instead:
SHA256SUM_CMD="${SHA256SUM_BIN} --status --check SHA256SUMS"
and:
${FASTBOOT_BIN} -s ${sn} reboot
hoping that these would be correct.
(Indeed, without deleting the first line, I got a validation error, but when I deleted it, I get “validation complete”.
My problems now occur while running the flash.sh.
It looks like this:
$ sh flash-for-unix.sh
** Fairphone OS 17.10.2 Manual Flashing Script **
Validating files...
Validation complete.
and then it just stops. There is no error or anything, it doesn’t abort, but it also doesn’t go farther than Validation complete and I really don’t know what to do. Can anyone help with this?
Laura