error "This command is not allowed in UserBuild"....
AT+EGMR=1,7,"IMEI_NUM_HERE"
the normal AT command above doesn't work..
it gives an error report like this: "this AT command is not valid for UserBuild"
instead of the success report of: "AT COMMAND sent"
Why? i found that there must be a space between T and + in the code.
so make sure the code is like below and it will definitely work:
AT +EGMR=1,7,”IMEI_num_here” (do you see the space now?)
all applications and most write-ups online do not include the space!
so when you get to that AT page make sure you insert the "space" by yourself...