X Tether
Enables wifi tethering on the devices that specify a 3rd party app to verify tethering status. These devices will specify their "entitlement/verification" apps in an array called "config_mobile_hotspot_provision_app". This module overwrites this value with an empty array so that the native tether is immediately started.
This has been confirmed working on:
Motorola Droid Maxx
Motorola Droid Ultra
Motorola Droid RAZR HD
Motorola Moto X
Samsung Galaxy S3
Samsung Galaxy S4
Samsung Galaxy S5
Samsung Galaxy Note 2
Samsung Galaxy Note 3
Sprint Moto X users: You need to change the line ro.mot.tether_dun_required=1 in your build.prop file to ro.mot.tether_dun_required=0 .
For non-Moto X Sprint users: You likely need to follow the directions at http://forum.xda-developers.com/showthread.php?t=2544487
New implementation replaces the list of entitlement apps available in the string array "config_mobile_hotspot_provision_app" with an empty set. This means that the entitlement app is not run at all and defaults to the native tether immediately.
Removed support for Sprint since it was broken. Fix app title + description.
Initial release