Xperia XA2 ultra : Failed to install sailfish 3 using fastboot

asked 2018-11-08 16:45:42 +0300

BlueMagma gravatar image

updated 2018-11-08 16:52:43 +0300

jiit gravatar image

I'm installing from macOS, during fastboot install, it failed with the following error

sending 'userdata' (1103657 KB)...
FAILED (remote: Requested download size is more than max allowed)
edit retag flag offensive close delete

Comments

Same here on XA2, but on Linux and already with boot_a. The failing command was:

fastboot -s serial_number flash boot_a ./hybris-boot.img

After searching a bit, it turns out that if something takes too long, flashing won't proceed anymore.

I edited the flash.sh to remove the md5sum calculation (as well as dropped somewhat useless use of sudo; it's enough you have access to the device if udev assigns that). This sped up the process and allowed flashing to finish successfully.

My changes to flash.sh are too messy to be posted here...

Sakari ( 2018-11-08 19:30:18 +0300 )edit