Skip to content

Instantly share code, notes, and snippets.

@Anime4000
Last active March 18, 2024 12:55
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 6 You must be signed in to fork a gist
  • Save Anime4000/e9213bd4eaef502e4675d736c564fb5c to your computer and use it in GitHub Desktop.
Save Anime4000/e9213bd4eaef502e4675d736c564fb5c to your computer and use it in GitHub Desktop.
Mikrotik LTE Change IMEI

Change Mikrotik LTE IMEI

Query which mode

/interface lte at-chat lte1 input="AT*PROD\?"

Enter Non-production mode

/interface lte at-chat lte1 input="AT*PROD=1"

Delete old IMEI

/interface lte at-chat lte1 input="AT*MRD_IMEI=D"

Chnage new IMEI

/interface lte at-chat lte1 input="AT*MRD_IMEI=W,0101,11JAN1970,android_phone_imei"

Enter production mode

/interface lte at-chat lte1 input="AT*PROD=0"

Reboot!

@MrDeepFreeze
Copy link

I am trying these commands on an LHG LTE but all I get in return is...
output: ERROR
Why?

@Anime4000
Copy link
Author

maybe newer revision already different command?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment