I've been trying to unlock the bootloader on this phone in order to install UBPORTS.
The only unlocker that the installer offers to download is for Windows. And while I can run the miflash-unlock.exe
file using wine with the phone booted in fastboot mode and connected to a USB port, the program complains that the phone is not connected.
I have tried the suggestion on Winehq of adding the line:
SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", ATTR{idProduct}=="d00d", MODE="0666"
to a high-numbered file in /etc/udev/rules, and restarting udev using
sudo udevadm control --reload-rules
sudo udevadm trigger
but to no avail.
Does anybody have any workarounds/solutions? I do NOT have a Windows machine available.
I am running Manjaro on the PC.