You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to flash lk2nd with heimdall, thanks! It boots up and say MODEL - Unknown (FIXME!). I had to disable driver signing and add %SingleBootLoaderInterface% = USB_Install, USB\VID_18D1&PID_D00D to Google's usb driver INF file before Windows would recognize lk2nd as a fastboot device.
This is all new to me... I had zero idea whether everybody has to disable driver signing and add PID=D00D like this, before fastboot will recognize the lk2nd device. Or is it only because my MODEL is Unknown that I have to install an unsigned driver? I had no idea how the model detection works. My model is SM-A5000. Let me know if I need to retrieve more information to identify the model of my phone. Thank you.
The text was updated successfully, but these errors were encountered:
Hi, we generally don't expect the user to use Windows so it's on the user to know what to do, lk2nd should use generic fastboot usb ids though.
As per A5000, the configuration was only recently added (in 67d801a) and there was no new lk2nd release yet to include it. You should be able to build lk2nd from source to see if the device model is detected properly.
I was able to flash lk2nd with heimdall, thanks! It boots up and say MODEL - Unknown (FIXME!). I had to disable driver signing and add
%SingleBootLoaderInterface% = USB_Install, USB\VID_18D1&PID_D00D
to Google's usb driver INF file before Windows would recognize lk2nd as a fastboot device.This is all new to me... I had zero idea whether everybody has to disable driver signing and add PID=D00D like this, before fastboot will recognize the lk2nd device. Or is it only because my MODEL is Unknown that I have to install an unsigned driver? I had no idea how the model detection works. My model is SM-A5000. Let me know if I need to retrieve more information to identify the model of my phone. Thank you.
The text was updated successfully, but these errors were encountered: