You are not logged in.
So i had a lot of issues trying to resolve my slow internet speed, until i stumbled upon Tetrd. Its listed on the wiki. My internet works great now around 15MB download speeds. Before Tetrd it was capped to 4.5MB. Its my providers fault, which I didn't think was the issue. The issue now is that Tetrd requires a subscription. Is there a way to set up what Tetrd does trough a terminal? Or another app that doesn't require a subscription. Ive tried changing TTL ipv4 and ipv6 to both 65 and 129. That did not help. SOCKS proxy is not an option. Since its listed on the wiki as only browsing. Any help is appreciated. Thank you.
Last edited by JamesBonding (2026-08-31 14:32:11)
Offline
Uhm, I don't see the need for such app - as every modern android has usb tethering built-in - and usually it's not possible for the mobile provide to recognize whether the traffic originates from the phone itself or from a tethered device
what phone do you use? is it an unlocked/stock rom or provider branded? if branded: have you tried to flash a stock rom?
Offline
https://wiki.archlinux.org/index.php?ti … did=871895
The entire section was added late April
Online
Uhm, I don't see the need for such app - as every modern android has usb tethering built-in - and usually it's not possible for the mobile provide to recognize whether the traffic originates from the phone itself or from a tethered device
what phone do you use? is it an unlocked/stock rom or provider branded? if branded: have you tried to flash a stock rom?
Im using a samsung galaxy s23 ultra. Im sure its a stock rom. If im not using tetrd the download speeds are slow. I have no issues connecting without the app but if its not turned on the speed is slower. I didnt try a new rom on my phone.
Offline
https://wiki.archlinux.org/index.php?ti … did=871895
The entire section was added late April
Yes Ive read it. There is no solution to the broadband throttle, except easy tether and tetrd. Both of them require some kind of subscription to function normally. I didn't try out the AziLink setup since I don't know if that's the solution to my problem.
Offline
Many cell carriers treat hotspot data independently from the data used by the phone itself. Unless one is subscribed to a data plan that includes hotspot data, native Android tethering may not be available or will be throttled to impractically slow speeds. Some apps have been created to work around this problem.
I question how my mobile carrier would even be able to tell the difference?!
Android is based on Linux - that means the Linux netfilter stack comes along with it. Tethering is sime NAT-routing: The phone provides an inner LAN via tethering (wifi, usb) and every outboubd traffic is mixed in with traffic that originates on the phone itself. I just doubt that it is even possible to detect the difference without deep packet inspection - which would require a TLS terminator in the mobile carrier cg-nat infrastructure - which would likely conflict with privacy laws (ok, except for dictatorships like Russia or China or USA which spy on everything anyway).
If at all traffic shaping is likely based on target destination - like: why would a phone connect to steam game cdn? This Tetrd app just hides that via a pseudo vpn by tunnel your traffic through some random node your carrier likely just doesn't know and hence doesn't throttle.
A simple test would be to setup a OpenVPN to a server you control and see if you can reproduce the effect. If so you won't get away without spending money in one way or another - either for a vps or a vpn.
If anyone has further information on this feel free to hook me up - I guess A-not-I likely won't enlighten me here ...
Offline
Yes Ive read it.
Sorry, the information was meant for @cryptearth
Android is based on Linux - that means the Linux netfilter stack comes along with it
![]()
@cryptearth google TTL sniffing, there's one extra hop - and there're probably other techniques to fingerprint the source.
The way around that would then be to wrap the packages and actually legitimately originate them from the phone - whether those proprietary apps do that, who knows. You're combatting shit with more shit - ISPs could just offer sustainable data plans instead of yelling the lowest number - the enshittification cycle of a true idiocracy.
Online