Original Post
Written by
Edited December 8, 2020
at 12:06 AM
by
Sign up for the hotspot from:
https://www.t-mobile.com/offers/free-trial
Use your 30 days / 30GB free data
Unlock the hotpot:
SIM Unlock
While exploring the binary at /usr/bin/QCMAP_Web_CLIENT, I accidentally stumbled upon the logic used to SIM Unlock the device. To generate your SIM unlock code, just use the following below in any Linux or Mac Terminal.
export IMEI=YOURIMEIGOESHERE echo -n "${IMEI}simlock" | sha1sum | cut -c1-8
In the above, replace YOURIMEIGOESHERE with the IMEI number of the T9 Hotspot. Once done, you can enter the generated code into the Web UI to unlock the device for all SIM cards.
All credit for the unlocking goes to snt.sh. Would paste the direct link bur for some reason my link pasting capabilities seems to have been screwed up.
1,766 Comments
Your comment cannot be blank.
Featured Comments
1. go to this link above.
2. copy & paste the code below
(do not forget to replace with your IMEI#)
3. click "execute"
credit goes to https://snt.sh/
2. No. You should use the free 30 day/30 GB as soon as possible, using the SIM you get with the kit. Then, after that is done (30 days or 30 GB, whichever is first), you'll need to add/get a data SIM.
3. You'll need a data SIM ...... after unlocking the device you'll be able to use a data SIM from any carrier. A voice SIM will not work on any wifi hotspot device, no matter the carrier.
(The purpose of you/us doing all this is to get a free wifi hotspot device .... the purpose of T Mo giving you/us a wifi hotspot device is to test-drive their network, so it's a marketing gimmick that SDers are flipping into a freebie)
EDIT/ADD:
Another SDer commented that my #3 is not correct .... so, too be fair, here's a reprint of their Comment, with my Reply:
I've put my T Mo SIM into a T Mo puck ... nothing came through.
That SIM had a plan with data and tethering.
...... could be "Then" and not today?
That was back with my S3 ..... 4 years ago, I guess?
I'll edit my original Comment with your Comment here 👍
Thank you for writing-in
Sign up for a Slickdeals account to remove this ad.
I couldn't enable ssh because of the new update.
In Mac terminal, I get this response:
-bash: sha1sum: command not found
-bash: export: `-n': not a valid identifier
But entering that info into this website and executing it generated the unlock code: tutorialspoint.com/execute_bash_online.php
export IMEI=YOURIMEIHERE
echo -n "${IMEI}simlock" | sha1sum | cut -c1-8
Next up: the alchemy to block updates.
head over to: http://emn178.github.i
1. copy 000000000000000simlock
and paste into the first text box
2. replace all 0's with your imei number
3. the first 8 characters on the 2nd text box is your unlock code.
Sign up for a Slickdeals account to remove this ad.
head over to: http://emn178.github.i
1. copy 000000000000000simlock
and paste into the first text box
2. replace all 0's with your imei number
3. the first 8 characters on the 2nd text box is your unlock code.
edit: from new install, Termux needs ssh added: install pkg ssh
Sign up for a Slickdeals account to remove this ad.
Yeah. Also any edits to the config file too. So if you disabled the update previously, you'll have to do it again.