aight so i never tryed to use wifi teather till today.. wanted to show a buddy.. i cant get it to work for the life of me.. i searched the fourms.. tryed everything and it wont work?? please help.. when i press the screen to start it the wifi icon pops up in my status bar for like 2 sec then it go's away? nada?? it wont start?
go to settings and make sure that your device profile is "Generic ICS"
And make sure mass clamping is on.
Sent from my EVO using xda premium
evo401 said:
aight so i never tryed to use wifi teather till today.. wanted to show a buddy.. i cant get it to work for the life of me.. i searched the fourms.. tryed everything and it wont work?? please help.. when i press the screen to start it the wifi icon pops up in my status bar for like 2 sec then it go's away? nada?? it wont start?
Click to expand...
Click to collapse
Change the device profile to generic ics and enable mms clamping like the 2 posts say above AND right under mms clamping, also click routing fix. You can also can channels so it doesn't interfere with other devices and change security type and password.
Sent from my EVO using xda premium
mtg981 said:
Change the device profile to generic ics and enable mms clamping like the 2 posts say above AND right under mms clamping, also click routing fix. You can also can channels so it doesn't interfere with other devices and change security type and password.
Sent from my EVO using xda premium
Click to expand...
Click to collapse
I'm also having the same issues with wifi tether and I'm not sure where I would change the device profile. Any help would be appreciated.
---------- Post added at 10:29 AM ---------- Previous post was at 10:10 AM ----------
One more question: are you guys using a third party app or the build in Sprint Hotspot option?
pissa2 said:
One more question: are you guys using a third party app or the build in Sprint Hotspot option?
Click to expand...
Click to collapse
"WiFi Tether" is an app. Should be on the market. Works better than HTC hot spot, and you can tether over 4G with it
Sent from my EVO using Tapatalk 2
I just went to device profile which is in the setting of your WiFi tether app. Under device profile set it to nexus CDMA and should give you no problems
Sent from my EVO using xda app-developers app
Try FoxFi it works
Sent from my EVO using Tapatalk 2
there is another version that works, the one that is in the market stopped working for some...
Also check the Routing Fix box near the bottom. Works 4 me
sorry guy for got to post back.. im all set got it working :good:
evo401 said:
sorry guy for got to post back.. im all set got it working :good:
Click to expand...
Click to collapse
::::HOw..??????..
"SeXxy Virus"
Related
I can confirm tethering works.
I installed WiFi Tether, turned on the routing fix, and set the profile to Generic ICS/JB (wlan0).
D
.
What version of WiFi tethering app are you using.
Sent from my SCH-I535 using xda app-developers app
Whatever one is in the market. Yellow icon.
D
.
dsb9938 said:
I can confirm tethering works.
I installed WiFi Tether, turned on the routing fix, and set the profile to Generic ICS/JB (wlan0).
D
.
Click to expand...
Click to collapse
Oh man 'whew'. Thanks for posting this... this was likely a show stopper for me, as I work in places with very secure wireless, and my clients don't like rogue devices connecting. I assume 'routing fix' is an option in the specific app?
charlatan01 said:
Oh man 'whew'. Thanks for posting this... this was likely a show stopper for me, as I work in places with very secure wireless, and my clients don't like rogue devices connecting. I assume 'routing fix' is an option in the specific app?
Click to expand...
Click to collapse
Yes, it is. In settings.
D
.
I assume you are also rooted?
jasoraso said:
I assume you are also rooted?
Click to expand...
Click to collapse
Of course he is look in the dev threads dsb is one of the first to root it..glad to see ya here D
Sent from my ADR6425LVW using xda app-developers app
dsb9938 said:
I can confirm tethering works.
I installed WiFi Tether, turned on the routing fix, and set the profile to Generic ICS/JB (wlan0).
D
.
Click to expand...
Click to collapse
nice
First off this is very easy and anyone can do it. This is for the people who are running Roms that doesnt have SmartSync disabled
When SmartSync is disabled it will stay disabled after restarts also. So no need to run the commands again after reboots.
Download "Terminal Emulator" from the Play Store and open it
When the app is running enter these commands one after the other
su
Click to expand...
Click to collapse
then press enter
pm disable com.android.settings/.framework.activity.powersaver.SmartSyncProvider
Click to expand...
Click to collapse
then press enter
pm disable com.android.settings/.framework.activity.powersaver.SmartSyncDataLinkTurnOffReceiver
Click to expand...
Click to collapse
then press enter
pm disable com.android.settings/.framework.activity.powersaver.SmartSyncScreenOnOffTimeReceiver
Click to expand...
Click to collapse
this one disables SmartSync in the night time
pm disable com.android.settings/.framework.activity.powersaver.SmartSynServiceReceiver
Click to expand...
Click to collapse
and thats it. your wifi or 3g wont disconnect if your phone goes to sleep anymore.
To re-enable SmartSync simply run the following commands
su
Click to expand...
Click to collapse
then press enter
pm enable com.android.settings/.framework.activity.powersaver.SmartSyncProvider
Click to expand...
Click to collapse
then press enter
pm enable com.android.settings/.framework.activity.powersaver.SmartSyncDataLinkTurnOffReceiver
Click to expand...
Click to collapse
then press enter
pm enable com.android.settings/.framework.activity.powersaver.SmartSyncScreenOnOffTimeReceiver
Click to expand...
Click to collapse
then press enter
added apk
thanks detcup4evr
flex360 said:
First off this is very easy and anyone can do it. This is for the people who are running Roms that doesnt have SmartSync disabled
When SmartSync is disabled it will stay disabled after restarts also. So no need to run the commands again after reboots.
Download "Terminal Emulator" from the Play Store and open it
When the app is running enter these commands one after the other
then press enter
then press enter
then press enter
and thats it. your wifi or 3g wont disconnect if your phone goes to sleep anymore.
To re-enable SmartSync simply run the following commands
then press enter
then press enter
then press enter
then press enter
Click to expand...
Click to collapse
Are the spaces supposed to be in there between SmartSyncDataLinkTu rnOffReceiver and SmartSyncScreenOnOf fTimeReceiver?
bcarter2000 said:
Are the spaces supposed to be in there between SmartSyncDataLinkTu rnOffReceiver and SmartSyncScreenOnOf fTimeReceiver?
Click to expand...
Click to collapse
No. Xda did that. no space
Sent from my EVO using Tapatalk 2
Awesome find!
Sent from my EVO using Tapatalk 2
i found one more that disables smartsync in the night time too
ill add that to the OP
So I have been playing with app creation, I whipped up a really simple app that will do this. If some one wants to test it. If it works I will adjust the interface and activate it in the market.
***Note this is all Flex's work, I just put it in an APK***
flex360 said:
i found one more that disables smartsync in the night time too
ill add that to the OP
Click to expand...
Click to collapse
So is SmarSync at night not a good thing because it prevents receiving data altogether?
Sent from my EVO using Xparent ICS Tapatalk 2
detcup4evr said:
So I have been playing with app creation, I whipped up a really simple app that will do this. If some one wants to test it. If it works I will adjust the interface and activate it in the market.
***Note this is all Flex's work, I just put it in an APK***
Click to expand...
Click to collapse
I'll add one last disable command that will disable it in the night time too. It appears there are 2 times it is activated, the night time, and another during the day time
Sent from my EVO using Tapatalk 2
flex360 said:
I'll add one last disable command that will disable it in the night time too. It appears there are 2 times it is activated, the night time, and another during the day time
Sent from my EVO using Tapatalk 2
Click to expand...
Click to collapse
Definitely during the day it should be disabled but Doesn't it make sense to have smartsync at night? (at least for those who do not burn the midnight oil)
Sent from my EVO using xda premium
detcup4evr said:
So I have been playing with app creation, I whipped up a really simple app that will do this. If some one wants to test it. If it works I will adjust the interface and activate it in the market.
***Note this is all Flex's work, I just put it in an APK***
Click to expand...
Click to collapse
**Updated APK**
detcup4evr said:
**Updated APK**
Click to expand...
Click to collapse
i sent you a pm
i want to work on a project with you
detcup4evr said:
**Updated APK**
Click to expand...
Click to collapse
Updated to include night smartsync toggle
Hi, sorry for jumping in on this, but would this work on a one x international version. We had a similar app on ics but ever since jelly bean it doesn't work anymore. Thanks
Sent from my HTC One X running Maximus v8.5
Arkangel786 said:
Hi, sorry for jumping in on this, but would this work on a one x international version. We had a similar app on ics but ever since jelly bean it doesn't work anymore. Thanks
Sent from my HTC One X running Maximus v8.5
Click to expand...
Click to collapse
Yea it should work on all sense 4.x roms.
Sent from my EVO using Tapatalk 2
even though it doesnt say it would work for the dna and it says root required this apk seems to work for wifi on my droid dna
i would love if i can get 4g not to disconnect to incase im not on wifi at that time
anyone know other ways for this stuff specific to the dna yet? or a way to get 4g to also stay on?
Is this confirmed working on Jelly Bean?
iamloco724 said:
even though it doesnt say it would work for the dna and it says root required this apk seems to work for wifi on my droid dna
i would love if i can get 4g not to disconnect to incase im not on wifi at that time
anyone know other ways for this stuff specific to the dna yet? or a way to get 4g to also stay on?
Click to expand...
Click to collapse
Just sent you an email but I don`t have 4g so it will be tough for me to get the property and test however if you can help me get the prop and test I can try to add it.
if you do a logcat and filter it to only show "SmartSync" and wait until 4g gets disabled you should see something similar to below:
"framework.activity.powersaver.SmartSyncProvider"
Just send me what you find and I will try to add it.
Thanks,
Sent from my NS-13T001 using xda app-developers app
---------- Post added at 11:40 AM ---------- Previous post was at 11:31 AM ----------
njfoses said:
Is this confirmed working on Jelly Bean?
Click to expand...
Click to collapse
In jelly bean you can disable it manually
http://forum.xda-developers.com/showpost.php?p=35482634&postcount=7031
Sent from my NS-13T001 using xda app-developers app
detcup4evr said:
Just sent you an email but I don`t have 4g so it will be tough for me to get the property and test however if you can help me get the prop and test I can try to add it.
if you do a logcat and filter it to only show "SmartSync" and wait until 4g gets disabled you should see something similar to below:
"framework.activity.powersaver.SmartSyncProvider"
Just send me what you find and I will try to add it.
Thanks,
Sent from my NS-13T001 using xda app-developers app
---------- Post added at 11:40 AM ---------- Previous post was at 11:31 AM ----------
In jelly bean you can disable it manually
http://forum.xda-developers.com/showpost.php?p=35482634&postcount=7031
Sent from my NS-13T001 using xda app-developers app
Click to expand...
Click to collapse
Thanks. I deleted the power saving apk when i installed the rom im on so im assuming it is disabled.
Unrooted my phone to get new ics, had a teatering app to let me use the hotspot worked great. Now with new ics and rerooted i cant get any of them to work. Anyone figure this out yet???? (Dont really want to downgrade to get it back)
You need to be more descriptive. What tethering app were you using? If it is wifi tether what were your settings?
Sent from my ADR6400L using Tapatalk 2
disconnecktie said:
You need to be more descriptive. What tethering app were you using? If it is wifi tether what were your settings?
Sent from my ADR6400L using Tapatalk 2
Click to expand...
Click to collapse
I did have wifi tether for root users. Didnt change any thing but ssid my galaxy note 10.1 picked it right up and worked great now with this new ics it loads push the thing to start tethering and it tells me its loading with errors
ShafferinPa said:
I did have wifi tether for root users. Didnt change any thing but ssid my galaxy note 10.1 picked it right up and worked great now with this new ics it loads push the thing to start tethering and it tells me its loading with errors
Click to expand...
Click to collapse
In the log of the app..
Disabling fowarding.......done
Disabling NAT rules...done
Stopping softap....failed
Stopping tether interface...failed
Change your device profile on the thunderbolt to the rezound profile, check routing fix
Sent from my ADR6400L using Tapatalk 2
disconnecktie said:
Change your device profile on the thunderbolt to the rezound profile, check routing fix
Sent from my ADR6400L using Tapatalk 2
Click to expand...
Click to collapse
That fixed it thank you very much is there anything else i might want to do.....?
ShafferinPa said:
That fixed it thank you very much is there anything else i might want to do.....?
Click to expand...
Click to collapse
If you're in public make sure to use a security method and check access control so other people can't jump on your tether. If you enable access control you have to allow the connection either by selecting it in the pull down or from the menu of the tether.
Sent from my ADR6400L using Tapatalk 2
disconnecktie said:
If you're in public make sure to use a security method and check access control so other people can't jump on your tether. If you enable access control you have to allow the connection either by selecting it in the pull down or from the menu of the tether.
Sent from my ADR6400L using Tapatalk 2
Click to expand...
Click to collapse
Ok thanks again
here are my settings:
generic (wlan0)
auto
enable wi-fi encryption
my passphrase is 10digit long
SSID mine is HTCONE
wi-fi driver reload 1 disable
wi-fi driver reload 2 enable
MSS clamping enable
routing fix enable
Enjoy!
Have to be rooted?
Sent from my HTC One using xda app-developers app
yes you got to be rooted :beer:
Sent from my HTC One using xda premium
Need vpn shield?
Starts with errors, but works great!!! thanks!:good:
damn, no SOFF yet dont want to root
ad78 said:
here are my settings:
generic (wlan0)
auto
enable wi-fi encryption
my passphrase is 10digit long
SSID mine is HTCONE
wi-fi driver reload 1 disable
wi-fi driver reload 2 enable
MSS clamping enable
routing fix enable
Enjoy!
Click to expand...
Click to collapse
I asked the same question weeks ago when the one dropped on preorder...
Good job tho:thumbup:
Sent from my HTC One using xda app-developers app
---------- Post added at 01:49 PM ---------- Previous post was at 01:47 PM ----------
mettleh3d said:
Need vpn shield?
Click to expand...
Click to collapse
Yes if you want to save urself from a headache and tether locked down and even maybe your whole account
Tmo will detect it sooner than later ....
Always use vpn shield ..and enable it before tether starts
Sent from my HTC One using xda app-developers app
Thank you so much for providing these steps! I have been messing with the app for ages and couldn't find the right settings. No errors were returned in the error log and my Macbook sees it as an actual AP and not a Device. Sending this while tethered!!
Hey im kinda a newb can someone tell me how to do this or where to input these settings?
lojak29 said:
I asked the same question weeks ago when the one dropped on preorder...
Good job tho:thumbup:
Sent from my HTC One using xda app-developers app
---------- Post added at 01:49 PM ---------- Previous post was at 01:47 PM ----------
Yes if you want to save urself from a headache and tether locked down and even maybe your whole account
Tmo will detect it sooner than later ....
Always use vpn shield ..and enable it before tether starts
Sent from my HTC One using xda app-developers app
Click to expand...
Click to collapse
Is this just the vpn option that is on the phone or is it another program all together. I have unlimitited data on tmobile and i use alot cause i stream alot of hulu plus and youtube. i don't plan to tether all the time however when i have to do it i want to have the option without tmobile blocking me. i have not tried it cause i read the will not allow it.
Not sure what the differences of TrevE Mod wifi vs the original Android Wifi tether (open source):
https://code.google.com/p/android-wifi-tether/
But I am using 'android-wifi-tether' with encryption with T-mobile stock ROM with ROOT using the following settings:
* Device-Profile: Generic ICS/JB (wlan0)
* Setup-Method: Auto
* Enable Wifi-Encryption: Checked
* Wifi-driver reload: Checked
Edit: I'm using custom Bulletproof kernel from http://forum.xda-developers.com/showthread.php?t=2233665&highlight=menu
waacow said:
Not sure what the differences of TrevE Mod wifi vs the original Android Wifi tether (open source):
https://code.google.com/p/android-wifi-tether/
But I am using 'android-wifi-tether' with encryption with T-mobile stock ROM with ROOT using the following settings:
* Device-Profile: Generic ICS/JB (wlan0)
* Setup-Method: Auto
* Enable Wifi-Encryption: Checked
* Wifi-driver reload: Checked
Click to expand...
Click to collapse
Are you using a custom, or stock kernel?
Sent from my HTC One using xda app-developers app
girlygirl00 said:
Are you using a custom, or stock kernel?
Click to expand...
Click to collapse
I'm using custom Bulletproof kernel from http://forum.xda-developers.com/showthread.php?t=2233665&highlight=menu
Is TrevE Mod same as Wifi Tether?
Thanks a lot for this!
I have been using the built in wifi tethering option under the settings and it works without an issue. Trickdroid 5.6 and elemental X kernel
Sent from my HTC One using Tapatalk 4 Beta
daniel2744 said:
Is this just the vpn option that is on the phone or is it another program all together. I have unlimitited data on tmobile and i use alot cause i stream alot of hulu plus and youtube. i don't plan to tether all the time however when i have to do it i want to have the option without tmobile blocking me. i have not tried it cause i read the will not allow it.
Click to expand...
Click to collapse
Hotspot vpn shield not the one on phone it is an app on the play market that's the one to use and enable it always before u begin WiFi tether app.
Sent from my M7 using xda premium
lojak29 said:
Hotspot vpn shield not the one on phone it is an app on the play market that's the one to use and enable it always before u begin WiFi tether app.
Sent from my M7 using xda premium
Click to expand...
Click to collapse
Thank you for the advice. I shall try it.
Galaxy Note 2 with T-Mobile Tether Working - Settings are...
Got tether working on Galaxy Note 2 (SGH-T889). Here are the settings...
Rooted phone and installed WiFi Tether - TrevE Mod
Device-Profile = Generic ICS/JB (wlan0)
Setup-Method = Netd-Ndc(master)
Send Netd Max Client Cmd = checked
Enable WiFi-Encription = not checked (but should work if checked)
Change SSID = (set to my own personal SSID)
Change Channel = 11 (should work on any channel. Used 11 because it is unused in the area)
WiFi-Driver reload = not checked
WiFi-Driver reload 2 = checked
Best of luck!
I got Wifi Tether to work with no problem on my Tmo One. No need TreveE mod either.
I'm having some issues with BBM not sending/receiving text messages on my Data plan unless I toggle a wifi connection first and then turn it off.
Anyone else have this issue?
ChiGGz said:
I'm having some issues with BBM not sending/receiving text messages on my Data plan unless I toggle a wifi connection first and then turn it off.
Anyone else have this issue?
Click to expand...
Click to collapse
no it's working perfect with data too. try to delete BBM and then install it again or check that you haved data connection properly.
if it is working with wifi then i think there is no prob in BBM.
I have same problem!
My bbm 100% connected on hotspot area only. If use data plan it cant send or receive anything.
on Xperia miro st23i rooted
Stock Rom ICS 4.0.4
Sent from XPERIA st23i
^^^
That's nice, but why are you posting in a thread in I9100 Q&A ?
I have tried reinstalling and for sure my data connection isn't an issue since it works with everything else.
bump
Did u find a fix for this ? I'm having the same issues you and others are having
Sent from my SAMSUNG-SGH-I747 using xda app-developers app
SOLVED!!!!!!!!
Just only change APN !
Create new APN and just fill APN same with your previous APN, and other leave blank.
Sent from my ST23i using Tapatalk 2
harryrf said:
SOLVED!!!!!!!!
Just only change APN !
Create new APN and just fill APN same with your previous APN, and other leave blank.
Sent from my ST23i using Tapatalk 2
Click to expand...
Click to collapse
CONFIRMED! 200x INTERNETS FOR YOU GOOD SIR!!
Thanks guys worked instantly
Sent from my SAMSUNG-SGH-I747 using xda app-developers app
Dont forget hit 'thanks' bro...
Hehehe... :thumbup:
linkin8480 said:
Thanks guys worked instantly
Sent from my SAMSUNG-SGH-I747 using xda app-developers app
Click to expand...
Click to collapse
yeah you are right