kushpr / TTL_Changer

Telegram channel is @unthrottledhotspot
1 stars 1 forks source link

Still using Mobile Hotspot data #1

Open evertec82 opened 3 years ago

evertec82 commented 3 years ago

I've enabled this app using Magisk but T-mobile is still showing that I'm using up mobile hotspot data when ethernet tethering. Is there something else I need to do or try? Thanks!

kushpr commented 3 years ago

Change your APN settings to IPV4

Also while tethering can you on termux run ifconfig and let me know the results the script is probably missing the interface.

you can reach me telegram @kushpr

kushpr commented 3 years ago

And actually the script wont work unless your devices kernel permits it.

What device are you using?

evertec82 commented 3 years ago

I checked and the APN is on IPV4, here is my ifconfig results

$ ifconfig Warning: cannot open /proc/net/dev (Permission denied). Limited output. eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 192.168.69.66 netmask 255.255.255.0 broadcast 192.168.69.255 unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 txqueuelen 1000 (UNSPEC) lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 txqueuelen 1000 (UNSPEC) rmnet_data1: flags=65<UP,RUNNING> mtu 1440 inet 192.0.0.2 netmask 255.255.255.224 unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 txqueuelen 1000 (UNSPEC) rmnet_data3: flags=65<UP,RUNNING> mtu 1500 inet 100.224.80.187 netmask 255.255.255.248 unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 txqueuelen 1000 (UNSPEC)

I'm using the Oneplus 8 5G. Does that kernel allow it? Or could I install another rom if not?

kushpr commented 3 years ago

Download the service.sh and replace it with yours at /data/adb/modules/ttl/

Set permissions to 0755 then reboot your device

then retry if it doesn't work then its because your kernel does not support it.

evertec82 commented 3 years ago

Hmm, still looks like it's reporting as mobile hotspot data. If the kernel doesn't support it, can I switch to a different rom?