QADBKEY Unlocker for Quectel RM5XX Series Modules
Find a file
carp4 cab52a0a74
Update README.md
Updated link
2025-06-01 08:17:36 -04:00
.gitignore Add .gitignore 2021-07-25 01:36:06 -04:00
LICENSE Commit LICENSE 2021-07-25 01:19:34 -04:00
qadbkey-unlock2.py Edit script and README 2023-09-23 15:50:23 -04:00
README.md Update README.md 2025-06-01 08:17:36 -04:00

Quectel RM5XX ADBKEY Unlock script

This is a modification of Ryan Bradley's script to support RM5XX Series modems. It works for the RM520N-GL, RM502Q-AE, RM500Q-AE, EM120K-GL, and others. For more information, see Unlocking ADB. This will allow you to replace the Quectel Forums step of the guide with an easier and faster method.

Modified by carp4 to allow AT+QADBKEY? to be entered directly and result displayed for RM5XX series modems.

Modified by iamromulan to remove the sudo reqirement and query the user to input the AT+QADBKEY? response from the modem.

How To Use

Your adb unlock key command will be generated under output

Alternatively, download and run the script from an environment that supports python3 and crypt with the following command:

$ python3 /path/to/qadbkey-unlock2.py

Example:

  • In this example the script exists in the users home directory
user@linuxcomputer:~$ python3 qadbkey-unlock2.py
Enter the AT+QADBKEY? response: 12345678
AT+QADBKEY="0jXKXQwSwMxYoeg"

Original Contributors