Hi. Let me answer the questions since we now have full control over the situation with 4044O:
1. You must not flash Gerda Recovery on a device originally working on a lower OS version. Architecturally, Alcatel's software and partition layout is a bit different than Nokia's. You should wait until a recovery patched specifically for Alcatel comes out.
2. As with any Qualcomm device, you need three things to restore the partitions in EDL mode: flashing software (QFIL for Windows, qdl for Linux, no working solution found for current Macs - edl.py returns a wrong format), firehose loader and the images themselves.
Here they are:
cd qdl
make
Don't use the firmware as is right away, since it might reflash your IMEI, and no way to restore it has been found yet (the EFS structure is also different). Instead, open the rawprogram0.xml file for editing (create a backup copy of it before, of course) and then remove all the tags starting with <zeroout and <program except this one:
<program SECTOR_SIZE_IN_BYTES="512" file_sector_offset="0" filename="recovery.img" label="recovery" num_partition_sectors="65536" physical_partition_number="0" size_in_KB="32768" sparse="false" start_byte_hex="0xA0000000" start_sector="5242880"/>
So, this must be the only remaining line in the <data> section in that XML file. It will allow you to only flash the recovery and not touch anything else. Then, feed the file to QFIL or qdl and you should be good.