@Controllerboy I've just rooted my phone and (no offense to you or anyone) from all the small bits of info that i found lacking over every post, it feels like I just installed iOS on a Nokia 1100...
So, could you add these things to the main post? Every problem I had on the way had already been asked to every OP on the other posts, so it would be more helpful if you just condensed all the steps in your post. BTW i have (had, more like it) an A2017G with B10:
- If your phone doesn't pop up as QUSB__BULK over EDL mode, then it's probably likely that you had installed the driver that came with the phone (there was an option to install a driver that seemingly did only dev features whenever you connected the USB wire). The device will pop up below
Ports (COM & LPT) on the Device Manager (win10 ofc) as Qualcomm something-something USB device. You only have to uninstall the driver if this happens (Programs and Features - ZTE driver). I was dumbfounded when this happened to me

After this, Zadig was needed in my case, because the icon had a yellow sign
-axon7tool fails with a what() and STD-exception and whatnot - if you installed the Zadig driver, do this:
>go to Device Manager, right click QUSB__BULK and
Uninstall
>adb reboot edl
>install Zadig winUSB driver
>reboot phone via power button (~10 secs)
>adb reboot edl
>axon7tool -r gpt boot recovery
That should do the trick.
-after unlocking BL, installing TWRP and all, when you want to install LOS14.1, LOS refuses to install with error axon7.verify_trustzone - to fix this you have to install the UNIVERSAL BOOTLOADER BEFORE THE N MODEM. I didn't find any mention of the A2017X_B15_UniversalBootloader file in this post. So:
After you get access to TWRP you have to:
>Install univ. BL (A2017X_B15_... .zip)
>Install A2017G_N_modem.zip
>Install LOS14.1 zip
>Install optionally Gapps
>Flash TWRP img
I think that's all. Thank you for the really nice guide. I'm in no way criticizing your work or the devs' work here, but I want to help people who might have the same errors than me in the future.