ADB and Root Login Password

Hello,

Could you please provde ADB password and root console login password for module? Thank you!

 quectel-v : v1.0

 quectel-ID : 20459937

hello, please check the passcode,thanks~
IjUiBjuuuiS05nW

Hello,

Please also give the root password for login via console.

The adb key worked, as well as AT+QCFG="usbcfg" but no devices are listed when running adb devices :frowning: :frowning:

Thank you!

The secuence is like this:

  1. AT+QCFG="usbcfg" command to ask & get status
    output: +QCFG: “usbcfg”,0x2C7C,0x0512,1,1,1,1,1,0,0
  2. 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

AT+QADBKEY?
+QADBKEY: 12387654

AT+QADBKEY=“a4ofPLxcxcxcxc”
AT+QCFG=“usbcfg”
+QCFG: “usbcfg”,0x2C7C,0x0512,1,1,1,1,1,0,0
AT+QCFG=“usbcfg”,0x2C7C,0x0800,1,1,1,1,1,1,0
adb enabled
(last port is for audio)

I know the sequence, my current config is +QCFG: "usbcfg",0x2C7C,0x0125,1,1,1,1,1,1,0, but adb reports no devices connected. I tried both Windows and Linux, tried modifying ~/.android/adb_usb.ini, restarting adb-server, running as root etc. to no avail.

I download current version “SDK Platform Tools” from SDK Platform Tools release notes  |  Android Studio  |  Android Developers
On my Windows 11 installed Quectel_LTE&5G_Windows_USB_Driver_V2.2.2.

I added the path to adb to the PATH variable, then opened the windows console, typed ‘adb devices’ - adb started the server and found nothing. ))
Then just entered the commands above, the module responded OK and rebooted. I did not remove the cable.

In the same console window I repeated ‘adb devices’ - the module was found, but without serial number. Then type ‘adb shell’ and I entered on the OS of the module.

I did it on an EC20 module.