[MOD][TMO] Unrestricted Native Tether (4.4 only) - Moto X Themes and Apps

**UPDATE for 4.4.2** -- see this thread. Basically the tether_dun_required database fix from Nexus devices for those familiar with it; MikeyNick posted a great summary there if you're not.
This mod is for T-Mobile US users to redirect built-in tethering from pcweb to the usual fast apn. All you have to do is flash the attached zip and delete the stock "T-Mobile Tethering" APN and everything should work.
--- rambling begins ---
Well, I took the plunge on the Moto Maker not-Cyber-Monday deal and, upon receiving the thing yesterday, was shocked to learn that nobody had made a mod to enable native tethering for those of us with grandfathered unlimited plans. Of course, magenta just has to be different and doesn't use the same restrictions that everyone else uses. The obvious problem is the absence of the entitlement service that performs the check on the other three major US operators; rather, no matter how I configured my apns, the dumb thing still managed to go through pcweb.
So of course the only thing to do is to go searching through system apks. Turns out there is a hardcoded reference to pcweb under framework-res/res/values-mcc310-mnc260/strings.xml, so I changed that to refer to fast.t-mobile.com, and voila! I did change a few other things around in my earlier quest to get this working so if you're comfortable with your phone, please give it a shot and let me know if it works for you.
Many thanks to chaoslimits for his thread, which explained to me how to get apktool to actually build my framework-res.

Thanks for your efforts! I'll give it a shot!

It works! Thank you! Will keep an eye on my data and billing.

UltimatePG said:
It works! Thank you! Will keep an eye on my data and billing.
Click to expand...
Click to collapse
Thanks for the report! Did you apply any other mods (e.g. settings database/APN changes)? It's my suspicion that the only requirement is the modified framework and then changing the stock tethering APN in the Mobile Networks settings, but I haven't tried doing this on a clean install.

Maybe I am not understanding this. Do you mean to say if I use the Power Toggles to activate tethering it will notify Tmobile?

What is the source of the changes made to framework-res.apk
Can you share?

teiglin said:
Thanks for the report! Did you apply any other mods (e.g. settings database/APN changes)? It's my suspicion that the only requirement is the modified framework and then changing the stock tethering APN in the Mobile Networks settings, but I haven't tried doing this on a clean install.
Click to expand...
Click to collapse
I have previously applied the database/APN changes before installing your file.

c1nd3r said:
Maybe I am not understanding this. Do you mean to say if I use the Power Toggles to activate tethering it will notify Tmobile?
Click to expand...
Click to collapse
There is never any notification; the issue is how the built-in hotspot activated by power toggles routes traffic. T-Mobile devices use a different APN for tethering (pcweb.tmobile.com), which is what directs clients to the hotspot upsell page. This mod simply redirects traffic so it goes through the same APN as your phone's data (fast.t-mobile.com).
TecknoFreak said:
What is the source of the changes made to framework-res.apk
Can you share?
Click to expand...
Click to collapse
As I said in my post, there is a single xml property that refers to pcweb under framework-res/res/values-mcc310-mnc260/strings.xml, which I changed to fast. There is no "source"; I just decompiled, modified, and recompiled framework-res.apk.

UltimatePG said:
I have previously applied the database/APN changes before installing your file.
Click to expand...
Click to collapse
Thanks again for the info.
Later tonight I should have some time to flash my phone back to complete stock and see exactly how much is necessary to get tethering working from there. Hopefully I'll be able to update the OP with a friendly set of instructions to get a stock build to be tethering-ready.

teiglin said:
There is never any notification; the issue is how the built-in hotspot activated by power toggles routes traffic. T-Mobile devices use a different APN for tethering (pcweb.tmobile.com), which is what directs clients to the hotspot upsell page. This mod simply redirects traffic so it goes through the same APN as your phone's data (fast.t-mobile.com).
As I said in my post, there is a single xml property that refers to pcweb under framework-res/res/values-mcc310-mnc260/strings.xml, which I changed to fast. There is no "source"; I just decompiled, modified, and recompiled framework-res.apk.
Click to expand...
Click to collapse
How can you tell whether it goes one way or the other? So what if I have an Orange GSM chip in it on Orange network?

c1nd3r said:
How can you tell whether it goes one way or the other? So what if I have an Orange GSM chip in it on Orange network?
Click to expand...
Click to collapse
Sorry, perhaps I should have been more clear in the OP. This mod is only relevant to T-Mobile US users. It will not do anything if you are on Orange.

Awesome work! What are the requirements for this? Unlocked BL? Root? Just received my Moto X and still undecided to unlock the BL. Currently on 4.2.2

scsi_2k said:
Awesome work! What are the requirements for this? Unlocked BL? Root? Just received my Moto X and still undecided to unlock the BL. Currently on 4.2.2
Click to expand...
Click to collapse
The only hard requirement to get this working is write access to /system. I have an unlocked bootloader and the zip is designed to be flashed in a custom recovery (I use TWRP 2.6.3.1). However, all the zip does is replace one file (/system/framework/framework-res.apk). I am not familiar with the various hacks required to achieve sysrw without unlocking the bootloader, but I expect it would be possible.

teiglin said:
Sorry, perhaps I should have been more clear in the OP. This mod is only relevant to T-Mobile US users. It will not do anything if you are on Orange.
Click to expand...
Click to collapse
But I am confused. I do have the Tmo motox and using Orange GSM.

Oh snap, it worked! Thank you.

c1nd3r said:
But I am confused. I do have the Tmo motox and using Orange GSM.
Click to expand...
Click to collapse
Are you saying that you can't use native tethering on Orange? If you want to give me some information about your APN setup and how Orange deals with tethering I might be able to help, but this mod should have no effect on your phone running on Orange. The only thing this mod does is change how the phone connects tethered devices through the T-Mobile US network.
vikramkhalsa said:
Oh snap, it worked! Thank you.
Click to expand...
Click to collapse
You're welcome, glad it worked for you!

Nice work. I have been looking for this, but recently went to the KANGAKAT ROM that is based off the same TMO 140.44.3 build. Would I be able to use this patched APK while on KANGAKAT ROM?

mattyv316 said:
Nice work. I have been looking for this, but recently went to the KANGAKAT ROM that is based off the same TMO 140.44.3 build. Would I be able to use this patched APK while on KANGAKAT ROM?
Click to expand...
Click to collapse
The mod itself should work as kangkat is based on stock firmware, but flashing this may mess up some of the built-in mods for kangkat--I don't know the details of what ib4stid did. If you're feeling adventurous, back up your framework-res and flash this to see if it messes anything up.
If you're not feeling adventurous, I can mod the kangkat framwork-res and you can give that a try instead.
EDIT: See attachment, if you want. I didn't actually install kangkat or anything, so let me know how it goes.

teiglin said:
Are you saying that you can't use native tethering on Orange? If you want to give me some information about your APN setup and how Orange deals with tethering I might be able to help, but this mod should have no effect on your phone running on Orange. The only thing this mod does is change how the phone connects tethered devices through the T-Mobile US network.
You're welcome, glad it worked for you!
Click to expand...
Click to collapse
So if I am on Tmo, how would I know I am on pcweb when tethering... How would test this to see whether it's fast or pcweb...

c1nd3r said:
So if I am on Tmo, how would I know I am on pcweb when tethering... How would test this to see whether it's fast or pcweb...
Click to expand...
Click to collapse
If you have a data plan with T-Mobile that doesn't include tethering, any attempt at using the internet via tethering will direct the tethered device to an upsell page which basically says "you need to add this service to your account." That page means the traffic is being routed through the tethering APN (pcweb.tmobile.com) instead of the normal APN (fast.t-mobile.com for LTE devices). If you tether and it works then you either have a tethering plan, or your tethered data is going through the same APN as your phone's data.

Related

Modified Mms.apk - Change MMS User Agent [UPDATED 28th Feb][Eclair Included]

Hi everyone,
Eclair update, see changelog
I've just wrote a patch that allows you to change the MMS User-Agent within the messaging application. It's handy to for the follow reason:
If your carrier does not recognise the User-Agent as one it has seen before, and they are not using a well behaved MMSC, the MMSC will simply degrade the message to the lowest quality. The fix is to "spoof" the User-Agent from a phone that your carrier does recognise.
Click to expand...
Click to collapse
I'm on O2 in the UK and at present, all my picture messages would previously come through as 160x120px. I have successfully tested this with a Nokia N95 User-Agent string (examples below) and my MMS's now come through perfectly.
The APK below is built against cyanogen's CyanogenMod 3.9.7 (which also means you get rgv151's Send On Enter patch and other goodies aswell). The patch is also in the ZIP. Once installed, the setting is found under Messaging -> Settings -> MMS User-Agent.
To install, download the zip below, extract the APK and:
adb remount
adb push Mms.apk /system/app
Click to expand...
Click to collapse
List of User Agent strings
SonyEricssonW800i/R1L
iPhoneOS/3.0 (7A341)
BlackBerry8800/4.2.1 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100
NokiaN95/11.0.026; Series60/3.1 Profile/MIDP-2.0 Configuration/CLDC-1.1
Changelog
v1
Initial release
v2
Cosmetic Changes - Now has a new "Advanced Settings for MMS" screen in the settings. You can also now choose from a predefined list of User Agents, or enter your own by selecting 'Custom' and then entering your user agent in the option below.
Rebuilt against CM3.9.7
Hero
For the Hero Mms.apk, I've had to do it a bit different. There's no menu's, I've just decompiled the classes.dex (using JF's superb smali) from the Mms.apk in JACHeroski's 2.7.4 and changed the hardcoded values for the User Agent. I've recompiled three versions, one using the N95 string, another using the BlackBerry 8800 (both in hero_mms.zip) and the final one using a Softbank UA (in Mms_softbank.zip). I'm not running a Hero rom so can't test these, let me know if you try them. You only need one of the APKs from the ZIP! Rename the one you want to Mms.apk, then push it where you need to on your ROM.
Eclair
After quite a few people PM'ing me, I've updated the original patch for Eclair. I'm still on Donut which is why I haven't updated it before. Anyway it's been commited to OpenEclair and should be in the next release: http://github.com/openeclair/androi...mmit/3e82f91112764a998944415b031582b9caaf1217
I haven't compiled it myself therefore I can't produce an APK for download as yet. If you fancy doing it yourself, here's the patch: http://paste2.org/p/692468.
---
If you don't know, this command will tell you where:
adb shell find /system -name Mms.apk
Click to expand...
Click to collapse
so you're saying that we could push this patch onto a hero build, and then we would get our MMS at the quality we should, instead of it being compressed and looking horrible?
is this the Mms.apk from the Hero ROM or just the regular cupcake messaging app?
thanks! hope this works!
Tested and working!
senab said:
Tested and working!
Click to expand...
Click to collapse
Great job on this!
do you think if you had time you coudl crack open the mms.apk for the Hero ROM?
i can send you the correct Mms.apk to see if you can edit the user agent on it also!!
thanks just PM me.
I am assuming that the User Agent is listed (by default) as the phone itself, and generally performs the same regardless of the installed ROM. Is that correct?
johnnylicious said:
Great job on this!
do you think if you had time you coudl crack open the mms.apk for the Hero ROM?
i can send you the correct Mms.apk to see if you can edit the user agent on it also!!
thanks just PM me.
Click to expand...
Click to collapse
this would be so awesome considering it's the only thing at this point keeping me from switching to hero builds exclusively.
Zane McFate said:
I am assuming that the User Agent is listed (by default) as the phone itself, and generally performs the same regardless of the installed ROM. Is that correct?
Click to expand...
Click to collapse
The default is "Android-Mms/0.1" and I haven't changed that. I'm currently working on a new version that will let you select from some predefined choices (as well as being able to input a custom one). Not sure on whether it will work for other ROMs but I can't see why not.
johnnylicious said:
Great job on this! do you think if you had time you coudl crack open the mms.apk for the Hero ROM? i can send you the correct Mms.apk to see if you can edit the user agent on it also!!
Click to expand...
Click to collapse
This totally depends on whether the source is available for the APK. I don't particularly fancy decompiling the dex files but I may have a look soon.
senab said:
This totally depends on whether the source is available for the APK. I don't particularly fancy decompiling the dex files but I may have a look soon.
Click to expand...
Click to collapse
hmm im not sure if that available but you can try and take a look at it
http://www.mediafire.com/download.php?1j2myyjmion
hmmm
will this spoofing of the user agent allow people that do not have the data plan to trick tmobile into saying hey this person doesnt have a g1 so lets go ahead and send? since most phones do not require data plan to send/receive a mms
AF9210 said:
will this spoofing of the user agent allow people that do not have the data plan to trick tmobile into saying hey this person doesnt have a g1 so lets go ahead and send? since most phones do not require data plan to send/receive a mms
Click to expand...
Click to collapse
I'm not sure about this data plan, but yes T-Mobile will not be able to tell you have a G1 (or Android phone).
V2 out!
Cosmetic Changes - Now has a new "Advanced Settings for MMS" screen in the settings. You can also now choose from a predefined list of User Agents, or enter your own by selecting 'Custom' and then entering your user agent in the option below.
If anyone has any other User Agents to add, let me know.
Hey I'm using the cyan 3.9.2 for sum reason I always loose the ability to rm -r and I always get read only file. I'm used to jac roms n never had this problem with deleting apk's is there an alternative to using adb..??? Thanks n sorry for asking
hope someone can make a fix for the hero mms.apk
bigslanki said:
Hey I'm using the cyan 3.9.2 for sum reason I always loose the ability to rm -r and I always get read only file. I'm used to jac roms n never had this problem with deleting apk's is there an alternative to using adb..??? Thanks n sorry for asking
Click to expand...
Click to collapse
I'm going to guess it's an issue with the drive not being set to read/write. Perhaps your other rom set that automatically.
mms
Feature request
Am mms.apk with a homescreen icon that tells you number of unread messages, just like the mail app from Hero does. I know ,wishful thinking...
johnnylicious said:
hope someone can make a fix for the hero mms.apk
Click to expand...
Click to collapse
I'm looking into this, but no promises....
monotremata said:
Feature request
Am mms.apk with a homescreen icon that tells you number of unread messages, just like the mail app from Hero does. I know ,wishful thinking...
Click to expand...
Click to collapse
http://www.cyrket.com/package/com.kanokgems.smswidget
senab said:
I'm looking into this, but no promises....
Click to expand...
Click to collapse
thanks again!

[APP] Market Enabler

I am so sorry if this question has already been asked. But i was just wondering if we could use the markert enabler on Nexus one as well ? i have the version which i used on my Hero. would it work on a rooted nexus one as well ?
Get an updated version on their website: http://code.google.com/p/market-enabler/
- RasmusJV
quick question.. every time i face a provider it works, but it reverts when the phone reboots.
Re: Market Enabler
anyone know why settings are not remembered ?
Sent from my Nexus One using the XDA mobile application powered by Tapatalk
qiuness said:
anyone know why settings are not remembered ?
Sent from my Nexus One using the XDA mobile application powered by Tapatalk
Click to expand...
Click to collapse
...because the developers haven't written it in the software... it doesn't remember settings on reboot
i was hoping the dev's would further develop this app, but it has been at 3.0.8 for months now... so i think it has been deserted.
does the job though...
delete
zgornz said:
http://amip.tools-for.net/wiki/android/marketaccess
MarketAccess is a rewrite of Market Enabler and it does include an option to enable at boot.
Click to expand...
Click to collapse
i tried the market access it is much better than the Enabler....
sayyas said:
i tried the market access it is much better than the Enabler....
Click to expand...
Click to collapse
awesome.....
zgornz said:
http://amip.tools-for.net/wiki/android/marketaccess
MarketAccess is a rewrite of Market Enabler and it does include an option to enable at boot.
Click to expand...
Click to collapse
You`re the man!
sry guys I never understood what does this program need for!?
net.cat said:
sry guys I never understood what does this program need for!?
Click to expand...
Click to collapse
Quote from the site:
This Android application emulates the SIM card of the chosen operator and makes paid apps accessible in the Android Market. You need it if you want to buy apps and games from Market, but Market is not (yet) available in your country or for your operator.
Click to expand...
Click to collapse
BTW, I'm the developer of MarketAccess.
CrazyCoder said:
Quote from the site:
BTW, I'm the developer of MarketAccess.
Click to expand...
Click to collapse
Thank you for doing this! I have a stupid question, but I have to ask it, because I don't know how MarketAccess works.
Can you (or anybody) confirm that only the market is fooled? By this, I mean, I want to be sure that neither my telco nor the telco I'm spoofing will charge me for roaming and that any data I actually download while spoofing my location will still go through my normal APNs?
Thanks for your answer.
MarketAccess emulates SIM numeric of the chosen operator. My local provider APNs continue to work fine with no extra charges when I have T-Mobile emulated.
However, it may affect other applications which also depend on the SIM numeric. For example, the APN Settings dialog will start to show the APNs valid for the emulated provider (SIM numeric = MCC+MNC in the APN settings). To be on the safe side remove the APNs for the emulated provider or change the APN server to your local one, but with the MCC/MNC of the emulated provider.
In theory it may alert such application as WaveSecure and SIM Checker. But I have WaveSecure installed and it seems to live fine with the emulated SIM numeric. One user reported that SIM Checker also works fine.
If you feel paranoid, then just disable the GPRS/EDGE/3G using APNdroid or Toggle Data and buy/download the applications via WiFi. Once downloaded, restore your original SIM numeric and enable data transfer.
Thank you for your comprehensive answer!
SIM Checker dev here. I can confirm that there are no problems with MarketAccess, since the SIM numeric value is not used to determine if the SIM card has been changed.
ok i get what it does but what special apps do you need this to get?
D_Toma said:
ok i get what it does but what special apps do you need this to get?
Click to expand...
Click to collapse
You need MarketAccess to buy any application from Market in the countries where paid applications are not listed in the Market. Is that the answer you were looking for?
so being in the us there is really no need for it? or are there specific apps that can only be seen using this
D_Toma said:
so being in the us there is really no need for it? or are there specific apps that can only be seen using this
Click to expand...
Click to collapse
Developers can choose where to distribute their applications. So we can guess that there are some apps limited to certain countries. I don't know of any specific examples.
thats more of what i was looking for was specifics

EPST using ##778# (all apps working on Cricket - unstable)

This issue has been resolved - Tutorial posted at the link below.
http://forum.xda-developers.com/showthread.php?t=736433
Not the answear you waiting but i have a hero that id like to flash to metro... any idea? Link? Thanks
Sent from my PC36100 using Tapatalk
well I can tell you it can be done with everything working but mms. my brother in law has the solution and his ego is working on cricket with everything but mms.
Sent from my PC36100 using Tapatalk
Same here. I have an Evo on Cricket including market and apps except for MMS. The autostart/u2nl method for the Eris works on the Evo using the same autostart.sh script (unmodified). However the 3G connection is flaky and times out frequently. Also I get random Data Call error 98 messages related to Sprint stuff still on the phone. (I'm running a rooted stock 2.1 ROM)
I also noticed that during the toast root process I was able to ##778# (quite to my surprise) then it went away when I flashed the whitslack update ROM (upgrades radio, wimax, etc).
The strange thing re: MMS is that I tried the APN backup/restore option which worked on the Eris and it "appears" to work. The configuration settings within the Message application "look" right for Production but alas I still cannot receive or send pic messages. No biggie (I ain't paying someone just to get MMS working) but would be nice to have it working. Seems like overkill to have to create an entire ROM just to get MMS working.
Anyway...it's quite frustrating since the Eris works perfectly on Cricket with the autostart/u2nl solution.
##778# and any other ## command doesnt work for me anymore. any ideas to fix?
davebu said:
##778# and any other ## command doesnt work for me anymore. any ideas to fix?
Click to expand...
Click to collapse
don't use dialer one.
using the stock dialer, running fresh 0.5.3. whats a market alternative? btw it worked before it just doesnt work anymore.
kthejoker20 said:
don't use dialer one.
Click to expand...
Click to collapse
What alternative is there to access ##778 options other than the dialer?
fritzel67 said:
What alternative is there to access ##778 options other than the dialer?
Click to expand...
Click to collapse
Anycut can link to EPST settings.
Chances are the reason it works in one rom and not another is due to the apk's installed. look for differences in the framework folder - the lib folder - and the /system/app folder from your rom that is working the rom that is not.
I belive the EPST settings are native to stock HTC roms and thus not included in a cyanogen based rom (thats how it is on the eris at least). Most people on the phone's true network will never need EPST so it may be getting removed by the rom developer to cut down on space and increase speed etc.
just my thoughts.

Can anyone release this app on the Windows Phone Store?

Can anyone make an app (repackage?) out of this internal tool called GCFSettings from HTC (which is included in security unlocked devices) and possible release it in the Windows Phone Store? This tool can set the phone to 3G only / LTE only / 2G only mode if needed. I've attached the required files for the developers to take a look on.
I'm really annoyed when my phone switched from 3G to Edge even I have strong 3G signal.
http://www.mediafire.com/?b50wg3qo2gleomy
WPMan said:
Can anyone make an app (repackage?) out of this internal tool called GCFSettings from HTC (which is included in security unlocked devices) and possible release it in the Windows Phone Store? This tool can set the phone to 3G only / LTE only / 2G only mode if needed. I've attached the required files for the developers to take a look on.
I'm really annoyed when my phone switched from 3G to Edge even I have strong 3G signal.
http://www.mediafire.com/?b50wg3qo2gleomy
Click to expand...
Click to collapse
The XAP doesn't seem to work. If you have more detailed description on what the app is, and why the install is failing, it might help.
Also, there is little chance MSFT will allow that app to pass validation.
---EDIT: FIGURED OUT THE PROBLEM. WILL UPDATE SOON.
matthew5025 said:
The XAP doesn't seem to work. If you have more detailed description on what the app is, and why the install is failing, it might help.
Also, there is little chance MSFT will allow that app to pass validation.
---EDIT: FIGURED OUT THE PROBLEM. WILL UPDATE SOON.
Click to expand...
Click to collapse
Looking forward to it!
WPMan said:
Looking forward to it!
Click to expand...
Click to collapse
Does anyone know if its possible to edit registry in WP8? Developer unlock does not seem to be enough, unfortunately.

Wifi Tether for Root Users with Nexus 5

Has anyone gotten this app to work on their rooted Nexus 5? I get errors and it doesn't work. If you got it to work, can you post step by step instructions with the settings you used? I'd rather use this than the built in tethering. Thanks.
ILowry282 said:
Has anyone gotten this app to work on their rooted Nexus 5? I get errors and it doesn't work. If you got it to work, can you post step by step instructions with the settings you used? I'd rather use this than the built in tethering. Thanks.
Click to expand...
Click to collapse
no one knows how to use this app?
ILowry282 said:
no one knows how to use this app?
Click to expand...
Click to collapse
Any reason you don't want to use the built in tether feature?
i think he has the same issue as me, currently my phone is stock rooted, when doing wifi tether, the browser from the connected device takes you to the upsell page from T-Mobile. i have tried all the apps in the play store and still get the same message. anybody knows of an App that works well with stock ROM?
elrazo69 said:
i think he has the same issue as me, currently my phone is stock rooted, when doing wifi tether, the browser from the connected device takes you to the upsell page from T-Mobile. i have tried all the apps in the play store and still get the same message. anybody knows of an App that works well with stock ROM?
Click to expand...
Click to collapse
You have to modify a DB file on your device to get any tethering app to work.
Here are instructions from another thread in this QA forum:
yakman66 said:
I have the T-mobile $30 unlimited prepaid plan and I ran into the tethering block after getting my Nexus 5.
I was able to work around the issue by modifying the following sqlite database (you'll need root):
/data/data/com.android.providers.settings/databases/settings.db
You need to add a new entry to the global table called "tether_dun_required" with a value of 0.
It looks like you need to do this because some configuration data was added to Android for T-mobile that forwards tethered data to this APN: pcweb.tmobile.com
T-mobile is probably checking to see if your account has tethering enabled when you go through this APN.
After I made this change I also needed to change my APN settings so that it uses ipv4 instead of ipv6. It seems like tethering with ipv6 does not work 100% yet.
I hope this helps.
Click to expand...
Click to collapse
bilago said:
You have to modify a DB file on your device to get any tethering app to work.
Here are instructions from another thread in this QA forum:
Click to expand...
Click to collapse
i'm kinda of a noob, do i modify that with a file explorer? or terminal?
thanks
elrazo69 said:
i'm kinda of a noob, do i modify that with a file explorer? or terminal?
thanks
Click to expand...
Click to collapse
Please use search...been covered here:
http://forum.xda-developers.com/showthread.php?t=2512674
elrazo69 said:
i'm kinda of a noob, do i modify that with a file explorer? or terminal?
thanks
Click to expand...
Click to collapse
you need an SQL editor, like SQL lite.
The stock tethering is working fine after I rooted however I am worried T-Mobile will find out I am tethering sooner or later. I would rather use this app to tether
I solved with this app: WiFi Tether Router
on Google Play store https://play.google.com/store/apps/details?id=net.snclab.wifitetherrouter&hl=en
the developer has done a compatible update
I contacted the developer via email and he told me after a few hours
the developer advised me to select these settings
Interface wlan0
Method 0 - Auto
works also with
Interface wlan0
Method 2
Wi-Fi tether router doesn't work. T-Mobile did shut off my hotspot. Anyone else know of an app that works?
Anyone?
ILowry282 said:
Wi-Fi tether router doesn't work. T-Mobile did shut off my hotspot. Anyone else know of an app that works?
Click to expand...
Click to collapse
works fine for me, but i'm on Sprint. the dev posted specific instructions for T-mob users. did you follow them?
1lazysheep said:
works fine for me, but i'm on Sprint. the dev posted specific instructions for T-mob users. did you follow them?
Click to expand...
Click to collapse
Are you running this app with Art enabled?
Engineer4life said:
Are you running this app with Art enabled?
Click to expand...
Click to collapse
no
I am interested to know if anyone has gotten the original app in this thread, the Wifi Tether for Root users working with the Nexus 5.
Unlike the other posters, I am interested in this app because it enables you to spoof the MAC address, which I am interested in for making a streetpass relay point for my 3DS, so the alternative app suggested is not a viable alternative for me.
Any ideas how I can get this working on my Nexus 5? It is rooted, stock ROM, and have installed Busybox.
I would try mailing the Dev of the paid app. The screenshots of the options and the description of the methods available look similar to those in the free branch, and if the code is similar it may be simple to add the feature.
roustabout said:
I would try mailing the Dev of the paid app. The screenshots of the options and the description of the methods available look similar to those in the free branch, and if the code is similar it may be simple to add the feature.
Click to expand...
Click to collapse
It's worth a try, thanks for the suggestion

Categories

Resources