Request ADB Key

Hi , I need the ADB key please for 27540961, thanks!

Thank you so much bamarcant! worked like a charm. :grinning:

@bamarcant I was able to enable adb, but not showing on adb devices command yet, is there anything else I could be missing, thanks for your help !

Hi Miguel, the command for enable adb port is the first zero to convert in one ,The secuence is like this:
AT+QCFG="usbcfg" command to ask & get status
output: +QCFG: “usbcfg”,0x2C7C,0x0512,1,1,1,1,1,0,0 status
so for enable adb port the input after 0x…,0x…is to enable by put 1 instead of 0 …,1,1,1,1,1,1,0
like this AT+QCFG=“usbcfg”,0x2C7C,0x0800,1,1,1,1,1,1 where is all enabled…
so input after YOUR 0x,0x… that may vary for each modem…
AT+QADBKEY? +QADBKEY: 12380958 AT+QADBKEY=“a4ofPLoQ2xsjR4M”
AT+QCFG=“usbcfg”,0x2C7C,0x0800,1,1,1,1,1,1,1
all enabled!
AT+QCFG=“usbcfg”,0x2C7C,0x0800,1,1,1,1,1,1,0 (last port is for audio)
adb enabled

Thank you so much, It’s working now, I appreciate the help, now time for testing :smiley: