TTL Editor

3.9
1.2 Tsg. Rezensionen
100 Tsg.+
Downloads
Altersfreigabe
Jedes Alter
Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
Screenshot

Über diese App

[ROOT ACCESS REQUIRED]

(Please note that this application is in beta, it is incomplete and has bugs, however, it may already be useful to some users in it's current state.)

TTL Editor is a simple graphical frontend to a feature of the Linux iptables system that allows you to set up a network configuration rule that edits all IPv4 packets leaving over a given interface to a specified value. This is useful for hiding tethering or mobile hotspot usage if you aren't paying for it.

This application does not change any files and all configuration changes will reset upon reboot.

If you have any issues, please mail a logcat to the developer.

REQUIRED:
- A working 'iptables' binary. I may, at some point in the future, compile my own and include it with, or even just downloaded on an as-needed basis.
- Kernel support for Netfilter TTL packet mangling for your kernel (xt_HL.ko)

I can't help you with lack of xt_HL.ko driver.

PERMISSIONS:
- Network access permission is necessary to get a list of the various network interfaces on your device, and their associated IP addresses.
- Root access permission is necessary to actually perform the TTL packet editing.
- Start on boot is necessary for the upcoming "set at boot" function

Source code is available on GitHub.
https://github.com/segin/TTLEditor
TTL Editor on Facebook: https://www.facebook.com/pages/TTL-Editor/341503206004312
Aktualisiert am
27.05.2017

Datensicherheit

Entwickler können hier darüber informieren, wie ihre App deine Daten erhebt und verwendet. Weitere Informationen zur Datensicherheit
Keine Informationen verfügbar

Bewertungen und Rezensionen

4.0
1.13 Tsg. Rezensionen

Neuigkeiten

- Now targeting Android 7.1 (SDK 25)
- Limited entered TTL value to 3 characters (fixes NumberFormatException crash)
- Enabled support for Google Play App Signing, for size optimization.