If you have a 4G LTE TP Link device, you would know that there is not much information about it. Someone has asked me on how to change IMEI on the MR200 model. I have not confirmed whether this actually changes the IMEI since I do not have serial access to the device. But here are the steps I did to change the IMEI.
Disclaimer: I am not affiliated with TP Link, changing IMEI is at your own risk! It may not be legal to change/spoof IMEIs!
Requirements:
- Windows or Linux operating system
- Command Prompt (Windows) and Terminal (Linux)
- Android Debug Bridge (ADB) utility - https://developer.android.com/studio/command-line/adb
- PuTTY if using Windows (Optional) - https://putty.org/
> adb connect 192.168.225.1
> adb shell
# echo "351234567890123" > /misc/imei
# uci set product.lte.imei=351234567890123
# uci commit
Be sure to change 351234567890123
to your preferred IMEI.
Do another factory reset on the web dashboard, power off the device. Insert the SIM card and set up the dashboard to use the sim card.
Enjoy!
Credits to the 4pda and OpenWRT forum.
Credits to r1bnc and Backspace Team for support.
Video tutorial:
Join Backspace Discord: https://discord.gg/C43625u
Donation (optional, will be used for buying modems for research):
https://ganknow.com/r1bnc/donate
Except where otherwise noted, this video is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)
(https://creativecommons.org/licenses/by-nc-sa/4.0/).