Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. DISCLAIMER I DID NOT MAKE ANY OF THESE FILES OR PROGRAMS.
  2.  
  3. Plug your M1 into your computer with a USB cable
  4.  
  5. go to https://github.com/bkerler/edl download the file to your desktop and extract it
  6.  
  7. download microsft C++ build tools to your desktop https://visualstudio.microsoft.com/visual-cpp-build-tools/
  8. You may need to run the installer once but not install anything to make the other steps work
  9.  
  10. install python from python.org/downloads/ and at the fist setup prompt chose add python to PATH then continue the installation
  11.  
  12. download putty from https://www.putty.org/
  13.  
  14.  
  15.  
  16. Open Command prompt and type (hit enter after every line)
  17.  
  18. cd Desktop
  19.  
  20. vs_buildtools.exe --norestart --passive --downloadThenInstall --includeRecommended --add Microsoft.VisualStudio.Workload.NativeDesktop --add Microsoft.VisualStudio.Workload.VCTools --add Microsoft.VisualStudio.Workload.MSBuildTools
  21.  
  22. then let that finish downloading and installing.
  23.  
  24. go back to your Command prompt window and type
  25.  
  26. cd edl-master
  27.  
  28. pip3 install -r requirements.txt
  29.  
  30. cd edlclient
  31.  
  32. cd tools
  33.  
  34.  
  35. open putty and type 192.168.1.1 (or if you changed the ip of the M1 use that) in the Host name and 5510 in the port.
  36. Select telnet then press Open
  37. once the window opens type AT!OPENLOCK? and hit enter
  38. The response you get out of that should look something like BE96CBBEE0829BCA
  39.  
  40. copy that output and go back to your Command prompt window and type py sierrakeygen.py -l BE96CBBEE0829BCA -d MDM9x40 (replace BE96CBBEE0829BCA with the output from the Putty window)
  41.  
  42. then go back to the Putty window and type AT!OPENLOCK=[BE96CBBEE0829BCA] (again replace BE96CBBEE0829BCA with your number)
  43.  
  44. type AT!NVIMEIUNLOCK
  45.  
  46. then type AT!NVENCRYPTIMEI=12,34,56,78,90,12,34,52 (replace the numbers with the numbers from your IMEI)
  47.  
  48. then type AT!RESET
  49.  
  50. The M1 should reboot and your IMEI should be changed.
  51.  
  52.  
  53.  
  54.  
  55.  
  56.