Quantcast
Channel: xda-developers - Verizon Galaxy S III Android Development
Viewing all articles
Browse latest Browse all 352

Devs: Here is how to bypass native tethering entitlement check. Works on VZW or ATT

$
0
0
Hi devs!
Back in the NOTE days I found out that in order to get the native built-in Android WIFI hotspot working WITHOUT the need to pay extra for it, all you need to do is change one line of code in the framework-res.apk.

So I'm calling on all of you to hopefully adopt this for all of your excellent custom ROMs and thereby make the extra tether apps obsolete...

In framework-res decompiled directory tree go to res/values/arrays.xml and change:

Code:

    <string-array name="config_mobile_hotspot_provision_app">
        <item>com.samsung.spg</item>
        <item>com.samsung.spg.NewSPGActivity</item>
    </string-array>

to

Code:

    <array name="config_mobile_hotspot_provision_app" />

This completely bypasses any wifi hotspot entitlement checks and lets you activate the built-in AP with no error message!

Viewing all articles
Browse latest Browse all 352

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>