[Q] Wifi tethering for root users - Samsung Infuse 4G

Able to wifi tether to apple devices, but no luck with laptops or android devices. " does support ad hoc network" What wifi tether programs are others using? Thanks

wifi tether works. i used it this past weekend for 2 days.

if youre already rooted, you can just use native tethering. just delete tethermanager from /system/app no need for barnacle of wifi tether for root.

The Jack of Clubs said:
if youre already rooted, you can just use native tethering. just delete tethermanager from /system/app no need for barnacle of wifi tether for root.
Click to expand...
Click to collapse
What does this mean? I downloaded wifi tether and then uninstalled it, but would like to be able to tether my tablet when we are on vacation. I am rooted.

android has the ability to tether out of the box.
carriers disable that and charge like $20 extra if you wanna be able to tether.
if you use titanium backup and freeze tethermanager.apk (or whatever it is called) you get the ability to wifi tether again without messing with any other third party apps.

look for it in /system/app and once you freeze it delete it or whatever you want to do with it, go to settings > wireless and network > mobile ap. if tether manager is gone you are able to use this native mode already on your phone to tether all you like. i would steer clear of apps like pdanet and tether for root, as usage of these apps appears to be sent back to att by tethermanager.

Is the built in tethering part of AT&Ts "bloatware"? I may have deleted it using Titanium Backup.
Is there a way to get it back?
Thanks in advance.

Thx it worked for me . I installed busy box as root user , then installed titaniumbackup . i went to backup restore tab. Froze tether manager then uninstalled tether manager and it works flawlessly now . Thx forums
Samsung infuse 4G

Yes!
It's these kinds threads that make me want to buy you guys a beer! As a new android user, I know very little, but when I ignore the haters/trolls/ignorant people, and smart asses, I find gems like this. To think I almost paid for it because of the salesman insisting that tethering through AT&T was the ONLY way. Thanks a bunch to all you guys who give back.

Thanks! Worked like charm. AT&T go kick rocks!

Mobile AP warning message
I am running Infused 1.5 on my phone. So from what I am reading in several tethering threads, I am able to use the native app for tethering. When I use MobileAP, the original warning message is still there "A Tethering/Mobile Hotspot plan is required...."
Sorry if this is a noob question, but is this message not supposed to be there anymore? or did I do something wrong?

yes you should not be getting that message. check to see if tethermanager is still in /system/app.

sobeast101 said:
I am running Infused 1.5 on my phone. So from what I am reading in several tethering threads, I am able to use the native app for tethering. When I use MobileAP, the original warning message is still there "A Tethering/Mobile Hotspot plan is required...."
Sorry if this is a noob question, but is this message not supposed to be there anymore? or did I do something wrong?
Click to expand...
Click to collapse
I was just about to post a similar question Im also on infused 1.5 and just tried the tethering, the message your talking about is the one at the top of the screen that doesn't go away that says "Tethering/Mobile hotspot plan is required to use this service. Please ect...." the one I was getting before I installed. The infused 1.5 I would click on the mobile AP box to turn on the tethering and a message saying I didn't have the service would pop up and turn off the tethering but that doesn't happen anymore I also just checked my plan features and tethering does not show up. I remember reading one of the features of the infused 1.5 was tethering but I didn't know how it worked until I read this thread. Thank you guys

But if I'm running Infused, why woukd that file still exist?
So you think I would be ok ignoring the message?
Sent from my SAMSUNG-SGH-I997 using XDA Premium App

The Jack of Clubs said:
look for it in /system/app and once you freeze it delete it or whatever you want to do with it, go to settings > wireless and network > mobile ap. if tether manager is gone you are able to use this native mode already on your phone to tether all you like. i would steer clear of apps like pdanet and tether for root, as usage of these apps appears to be sent back to att by tethermanager.
Click to expand...
Click to collapse
And about the message, if its the one that is on the top of the screen and not the one that pops up when u turn on the tethering I would ignore it.

T
not sure if am doing this right ,,,
but I did manage to FREEZE " the Therering manager via Tit'um
and yet I cannt connect to ATT @ their hot spots
what else do I need ?
thanks in advance

Hot spots? Isn't this ment for connecting your phone to your labtop/computer to share your phone's internet?

lalojamesliz said:
Hot spots? Isn't this ment for connecting your phone to your labtop/computer to share your phone's internet?
Click to expand...
Click to collapse
Yes, also called wifi tethering or mobile access point. You can enable this in wireless settings if you pay extra for a tethering plan or remove tether manager.
Sent from my SAMSUNG-SGH-I997 using XDA App

The Jack of Clubs said:
Yes, also called wifi tethering or mobile access point. You can enable this in wireless settings if you pay extra for a tethering plan or remove tether manager.
Sent from my SAMSUNG-SGH-I997 using XDA App
Click to expand...
Click to collapse
Okay wait, so just freezing tethermanager wont work. I'd have to uninstall it to tether? I'm running stock rooted btw

i still dont know what freezing means, but it doesnt sound very guaranteed. tethermanager is malicious at best so i just completely delete it, theres no advantage to keeping it around.

Related

USB Tether with rooted Hero?

I still can't get this to work. Unfortunately at my work, we have some corporate policy that keeps me from accessing my wireless tethering connection the tether app creates in modaco's 1.1 rom. Doubt it's anything with the app, but rather I just can't connect to "that type" of connection.
So, that leaves me with USB tethering. No problem at all! But, how do I do it? I'm still getting error 67 codes even though I've got root access. Thanks for help in advance!!
I haven't tested this but these commands (entered either through adb or a terminal emulator on the phone) should get you up and running with USB tethering (make sure you have the drivers installed on your computer from HTC Sync).
su
/system/bin/netsharing net on
echo 4 > /sys/devices/platform/msm_hsusb/usb_function_switch
To turn it off just go into your wireless controls and disable wireless sharing to reset everything.
The easiest way to achieve WORKING WiFi tether is with MoDaCo 1.1. If you've already rooted, you should have used nandroid to create and restore (to make sure your backup works!) a backup. The app "Quick Boot" on the market is the easiest way for you to reboot into recovery mode without having to use adb. If you have a working backup, then you should really try out the ROM, as you can always revert back if something goes wrong! Essentailly, ya got nothing to lose!
P.S. I posted this using Wifi Tether App with MoDaCo Rom 1.1! AWESOME!
lonequid said:
I haven't tested this but these commands (entered either through adb or a terminal emulator on the phone) should get you up and running with USB tethering (make sure you have the drivers installed on your computer from HTC Sync).
su
/system/bin/netsharing net on
echo 4 > /sys/devices/platform/msm_hsusb/usb_function_switch
To turn it off just go into your wireless controls and disable wireless sharing to reset everything.
Click to expand...
Click to collapse
I tried this from a shell last night, and it DID turn on my mobile connection sharing, but I still got error 67's, no differently than if I would have checked the check box in wireless settings. So, it appears this is no dice.
theraginasian said:
The easiest way to achieve WORKING WiFi tether is with MoDaCo 1.1. If you've already rooted, you should have used nandroid to create and restore (to make sure your backup works!) a backup. The app "Quick Boot" on the market is the easiest way for you to reboot into recovery mode without having to use adb. If you have a working backup, then you should really try out the ROM, as you can always revert back if something goes wrong! Essentailly, ya got nothing to lose!
P.S. I posted this using Wifi Tether App with MoDaCo Rom 1.1! AWESOME!
Click to expand...
Click to collapse
I also have MoDaCo 1.1 and while I believe that the wifi tethering DOES work, my work laptop blocks the wireless connection, possibly because it sees it as a peer to peer maybe. In any case, I couldn't tether wirelessly before either in Vista with Windows Mobile either, had to use the USB cable. In all honestly, I like that more anyway because it charges the phone at the same time.
So, anyone that is rooted with a Sprint Hero, can you tether with USB without 67 errors? Thanks in advance!
+1 this thread.
I prefer USB tether to WiFi tether for a couple reasons.
First, it uses less power, so even if your phone is plugged in via USB, it will charge faster.
*EDIT* So, after using the WiFi tether app with my phone plugged in via USB and my laptop plugged in, my phone was LOSING battery, albeit at a slower rate.
Second, I used to get lower ping times with my phones tethered via USB when I had a Blackberry and a Palm Pre (usually 90-130 ms) With the WiFi tether, I seem to be getting 150-230 ms ping times.
Third (and I don't know if this is the same for everyone else, but) I'm getting only 0.8-1.2 mbps down speeds and only 0.2-0.5 mbps up speeds.
So yeah, if people would still keep looking for a mobile network sharing exploit, I'd greatly appreciate it
Then plug it up to the a/c charger. USB charges slower regardless. Only way I know of tethering with usb is to use tetherbot and that isn't true tethering as it uses a SOCKS proxy and you have to have the SDK on the computer. Not to mention you'll be stuck with Firefox unless you can configure the proxy for other programs. There was some other workaround posted on here though.
Just because you've rooted doesn't mean it removes Sprint's system of how people tether. They use a two-NAI system. 1st NAI = your normal data username and password. 2nd NAI = Your PAM (Phone-As-Modem) password which is issued when people have that add-on on their plan, which can't be added to the Everything Data plans.
ajones7279 said:
Then plug it up to the a/c charger. USB charges slower regardless. Only way I know of tethering with usb is to use tetherbot and that isn't true tethering as it uses a SOCKS proxy and you have to have the SDK on the computer. Not to mention you'll be stuck with Firefox unless you can configure the proxy for other programs. There was some other workaround posted on here though.
Click to expand...
Click to collapse
The point the original poster was making is that WiFi tether is not an option for them. Since I'm in the same boat a USB Tether option (if it was ever discovered) would be useful. I don't think it's a ridiculous question to ask if there was a way to do it. I've USB Tethered with my iPhone and Nokia E71 without a problem.
Like the original poster my corporate laptop's security policy does not allow me to connect to an Ad-Hoc network, like the one created through WiFi tether.
ajones7279 said:
Then plug it up to the a/c charger. USB charges slower regardless. Only way I know of tethering with usb is to use tetherbot and that isn't true tethering as it uses a SOCKS proxy and you have to have the SDK on the computer. Not to mention you'll be stuck with Firefox unless you can configure the proxy for other programs. There was some other workaround posted on here though.
Just because you've rooted doesn't mean it removes Sprint's system of how people tether. They use a two-NAI system. 1st NAI = your normal data username and password. 2nd NAI = Your PAM (Phone-As-Modem) password which is issued when people have that add-on on their plan, which can't be added to the Everything Data plans.
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?p=4960553#post4960553
http://code.google.com/p/android-wired-tether/
This app is the wired version of the Wireless tether that comes installed on the MoDaCo rom.
I've been following this app recently, and have it installed on the Hero, but of course since it was ported for the G1 only, it doesn't work on our Hero. It's interesting because it was created with pieces from the Hero in the first place. It says on the site that it will tell you that you do not have the proper kernel installed if that requirement isn't met, and I'm NOT receiving that message.
In fact, everything seems to go just fine when I launch the app, and allow root access. It's right after that where I get a FC as the app is trying to access the system settings menu.
Any smarties out there that would care to take a stab at how we could get this working for both the GSM and CDMA Hero?
Why not use PdaNet it seems to work fine on my laptop. I do have a question on tethering however either wireless or usb. Is it ok to do this on a Sprint everything data plan or do I have to upgrade to something else. If I tether without upgrading will I see a large charge on my bill? I do not use it much if ever but was just wondering if this would effect my bill.
redram38 said:
Why not use PdaNet it seems to work fine on my laptop. I do have a question on tethering however either wireless or usb. Is it ok to do this on a Sprint everything data plan or do I have to upgrade to something else. If I tether without upgrading will I see a large charge on my bill? I do not use it much if ever but was just wondering if this would effect my bill.
Click to expand...
Click to collapse
If PDANet wasn't 30 bucks, I'd gladly consider it. However, I've been tethering over USB with all of my Sprint phones for goodness knows how long, with no problems.
With your everything data plan, you shouldn't see any problems at all. The wired tether app basically just starts an adhoc wireless connection, and then funnels through your data connection to the laptop connected to it. To the data line, and to Sprint, it's no different than an app using data.
In essence, this is how ANY wired USB app should eventually work from a tethering standpoint. Yes, Sprint uses a two tiered NAI system to control data and PAM. However, the trick ALWAYS has been to have the phone not report/act that it's using PAM, rather just turn on mobile sharing and funnel through the internet connection. This is how it worked with Windows Mobile phones too, and eventually will be the same with our Hero. It will have to eventually be done on the Application level, rather than using mobile connection sharing through settings. When this is activated, the Hero attempts to use the PAM settings. We'll either have to remove this somehow, or do it all through the app itself. It will have to be a "middle man" of sorts, isolating the incoming data line, and then acting as a liaison to push it through the USB to the laptop.
That's how I understand it in my head, anyway
I'm not sure what triggers it, but most of the time that command line works for tethering for me (which is why I originally posted it). About one in five times I get the error 67.
CapnBry said:
I'm not sure what triggers it, but most of the time that command line works for tethering for me (which is why I originally posted it). About one in five times I get the error 67.
Click to expand...
Click to collapse
So, can you help clarify your workflow for using it? Are you running it from an ADB Shell on your laptop, or are you launching it from a terminal emulator on your Hero? Also, do you have any wireless settings modified (such as hybrid vs. 1x only) or do you have the mobile network turned off first?
Or, are you more simply just running this from a shell while everything is up and running as normal?
Thanks in advance!
FYI, you can use PdaNet for free WITHOUT paying for it. You only are required to pay for it for any use other than HTTP://. FTP use isn't really a good idea anyway because if Sprint see's you're tethering too much data, they'll know you're tethering and cut you.
mrinehart93 said:
FYI, you can use PdaNet for free WITHOUT paying for it. You only are required to pay for it for any use other than HTTP://. FTP use isn't really a good idea anyway because if Sprint see's you're tethering too much data, they'll know you're tethering and cut you.
Click to expand...
Click to collapse
Hmm...I guess I didn't know that. Thanks a lot! This should work until we get a rooted solution.
mrinehart93 said:
FYI, you can use PdaNet for free WITHOUT paying for it. You only are required to pay for it for any use other than HTTP://. FTP use isn't really a good idea anyway because if Sprint see's you're tethering too much data, they'll know you're tethering and cut you.
Click to expand...
Click to collapse
Not necessarily. I was tethering daily at one point and they never said a word. This includes browsing and downloading 1gb+ torrents.
Mmmh ... you guys could try this application:
http://code.google.com/p/android-wired-tether/
This is 99% based on "Wireless Tether for Root Users" and might work. I've never tested it on a hero. I have it running on a G1 and Magic ... both with a patched kernel - these patches came from Zinx Verituse and the hero-kernel was base for this port.
No idea if it really works ... but you could try.
harry_m said:
Mmmh ... you guys could try this application:
http://code.google.com/p/android-wired-tether/
This is 99% based on "Wireless Tether for Root Users" and might work. I've never tested it on a hero. I have it running on a G1 and Magic ... both with a patched kernel - these patches came from Zinx Verituse and the hero-kernel was base for this port.
No idea if it really works ... but you could try.
Click to expand...
Click to collapse
Hi harry, I've unfortunately not had this work quite yet, I get a force close from the system settings this app is trying to access. My guess is that the kernel isn't patched for it. We might have to request this in future CDMA Hero roms. Thanks!
kmartburrito said:
Hmm...I guess I didn't know that. Thanks a lot! This should work until we get a rooted solution.
Click to expand...
Click to collapse
I got it for free as well.
I can confirm that the USB tether using the command line works for me. I'm getting 1.28Mb/s down and 0.48Mb/s up.

Wifi Tethering using Fresh 1.0

My phone is rooted and I have flashed Fresh, but my cell phone plan does not allow for "phone as modem," even though I have the unlimited data plan. I don't want to change my plan and pay more money, but I can't very well ask Sprint if my hacked phone can still use tethering. So, I was curious. If using Fresh 1.0, can my phone still be used as a modem, or must I add the option to my plan in order to use it in that manner?
ultivegito2 said:
My phone is rooted and I have flashed Fresh, but my cell phone plan does not allow for "phone as modem," even though I have the unlimited data plan. I don't want to change my plan and pay more money, but I can't very well ask Sprint if my hacked phone can still use tethering. So, I was curious. If using Fresh 1.0, can my phone still be used as a modem, or must I add the option to my plan in order to use it in that manner?
Click to expand...
Click to collapse
Yes it can be used for phone as a modem. I am not responsible for any charges you may incur though. That being said I tether and have been for the last couple years.
Yes you can, in fact I'm tethering wirelessly using Fresh 1.0 right now on my netbook sitting in a quiznos writing this post. Mmm Mmm Mmm Mmm Toasty.
We can also tether using USB from an ADB shell (which requires a bit to set up.)
Both of which don't show up to Sprint as far as I can tell, and I've been tethering on my sprint phones for a long time. Root in the Android case, vs registry fixes from a Windows Mobile standpoint are similar in my opinion. Root access allows you to turn on switches which effectively get around the Sprint error 67 messages that you'll receive by just trying to turn on Mobile Connection Sharing.
I can help explain further if necessary, but yes it can be done!
im tethering right now at home on my pc lol with fresh 1.0! and i work for sprint shhhh lol
its possible im doing it wrong, but when i open up wireless tether program that is included with fresh 1.0 i get a screen that says tap to tether, then i get a screen that says "su request" and it just sits there and istn able to be found by any of the devices i have running wireless internet.
what am i doing wrong?
Street_Knowledge said:
its possible im doing it wrong, but when i open up wireless tether program that is included with fresh 1.0 i get a screen that says tap to tether, then i get a screen that says "su request" and it just sits there and istn able to be found by any of the devices i have running wireless internet.
what am i doing wrong?
Click to expand...
Click to collapse
Make sure you have USB debugging turned on. Settings < Applications < Development < USB Debugging. The SU request screen should have buttons asking if you allow or deny the SU request. If you don't see the buttons then usually usb debugging is turned off.
nope, no dice, usb debugging is back on, and still just takes me to that screen lemme try rebooting and see if that fixes it.
also, check your pm's
edit: ding ding! that fixed it!
The program goes through the motions but does nothing. I connect and press start tethering and then it asks to allow or deny, once I select accept it goes to a screen that shows 0kbs Up and 0kbs Down but I cant seem to connect to the web and it shows because there is no increase in upload or downloads. Is there something extra needed?
-------------------------
teenum said:
The program goes through the motions but does nothing. I connect and press start tethering and then it asks to allow or deny, once I select accept it goes to a screen that shows 0kbs Up and 0kbs Down but I cant seem to connect to the web and it shows because there is no increase in upload or downloads. Is there something extra needed?
Click to expand...
Click to collapse
What OS are your running?
rquinn19 said:
What OS are your running?
Click to expand...
Click to collapse
Windows XP
teenum said:
Windows XP
Click to expand...
Click to collapse
Are you able to connect to the wifi network? If you are connected does it have an exclamation point or anything on the network icon?
rquinn19 said:
Are you able to connect to the wifi network? If you are connected does it have an exclamation point or anything on the network icon?
Click to expand...
Click to collapse
No, I don't see any exclamation points. It just goes through motions and has the option for you to stop the tethering as if I'm already connected.
After it has the "0k up" and "0k down" you need to connect your computer to the wifi network/device called "G1Tether" (by default.)
Once you do that you can get online no problem.
Thanks to all of you for your replies.
I would just like to clarify, to prevent ungodly fines. If I have an unlimited data plan (that is, if my plan includes unlimited in every category except for mobile to landline calling), but my unlimited data plan is not packaged with the "phone as a modem" services, I can still use it for wireless tethering from Fresh 1.0 without Sprint adding additional charges to my monthly bill cycle?
Those of you who do this attest that your plan does not carry the "phone as a modem" option?
Thanks very much.
ultivegito2 said:
Thanks to all of you for your replies.
I would just like to clarify, to prevent ungodly fines. If I have an unlimited data plan (that is, if my plan includes unlimited in every category except for mobile to landline calling), but my unlimited data plan is not packaged with the "phone as a modem" services, I can still use it for wireless tethering from Fresh 1.0 without Sprint adding additional charges to my monthly bill cycle?
Those of you who do this attest that your plan does not carry the "phone as a modem" option?
Thanks very much.
Click to expand...
Click to collapse
yes, you can. sprint won't really know that you're tethering unless you incur some massive(and i mean MASSIVE, like many GBs) of usage. and they still shouldn't charge you or anything cause it is 'unlimited'.
so go ahead, tether. they just have the tethering option to get money, but its not illegal if you ahve the phone and find a way to tether it.
justinisyoung said:
yes, you can. sprint won't really know that you're tethering unless you incur some massive(and i mean MASSIVE, like many GBs) of usage. and they still shouldn't charge you or anything cause it is 'unlimited'.
so go ahead, tether. they just have the tethering option to get money, but its not illegal if you ahve the phone and find a way to tether it.
Click to expand...
Click to collapse
You mean, not illegal, other than that I rooted it and flashed a ROM onto it. Right? Any idea the average speed of this tethering thing? Can I tether with bluetooth rather than with USB?
You guys are so helpful here, I love this forum. I wish I could be helpful.
ultivegito2 said:
You mean, not illegal, other than that I rooted it and flashed a ROM onto it. Right? Any idea the average speed of this tethering thing? Can I tether with bluetooth rather than with USB?
You guys are so helpful here, I love this forum. I wish I could be helpful.
Click to expand...
Click to collapse
i don't think rooting and installing custom ROMs is illegal either. i mean, thats like the point of Android being open source. so anybody can develop it and do what they want. there was also something about tethering not being illegal, like if you have the phone and a data plan and youf ound a way to tether with your phone, thats not illegal. i think thats an FCC rule or something.
the average speed is the speed of sprint's network, usually. but just test it out yourself. tether your computer and google speed test.
Thanks so much! I will be returning here often, I think. Great site, seriously.
Ah, but wait, do you know if I can tether using Bluetooth? Maybe that's a silly question, but I read it somewhere and am curious.

how to enable Mobile hotspot / AP feature on ICS leak aka disable the entitlement chk

On the ICS leak, it still has the entitlement check for hotspot feature
Normally, you would freeze or delete the tethering manager apk in titanium, or use MYSQLite app to disable the entitlement check in the settings apk...but neither of those things are present in the ICS leak
Anybody know how to do this?
You got me excited for a moment. It looked like a how to guide.
Sent from my SAMSUNG-SGH-I727 using XDA
iandr0idos said:
You got me excited for a moment. It looked like a how to guide.
Sent from my SAMSUNG-SGH-I727 using XDA
Click to expand...
Click to collapse
lol, yes it sort of does. Sorry.
This should be easy, probably just a change in the filename for the manager apk
I tried freezing the wifi sharing manager and the TetheringProvision, but it either crashed the settings apk or didnt have an effect.
Foxfi?
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2 Beta-4
I got the hotspot working by installing the 14 Toggle Quick Panel mod and then enabling/disabling using the Wifi Hotspot toggle. Flashed the zip here http://forum.xda-developers.com/show...3&postcount=82 in CWM.
whitesox311 said:
On the ICS leak, it still has the entitlement check for hotspot feature
Normally, you would freeze or delete the tethering manager apk in titanium, or use MYSQLite app to disable the entitlement check in the settings apk...but neither of those things are present in the ICS leak
Anybody know how to do this?
Click to expand...
Click to collapse
There is still an apk present in the /system/app folder called tetheringmanager.apk, saw it when I was deodexing, maybe it just has a new name.
Nevermind, freezing it doesn't help the situation.
promiseofcake said:
There is still an apk present in the /system/app folder called tetheringmanager.apk, saw it when I was deodexing, maybe it just has a new name.
Nevermind, freezing it doesn't help the situation.
Click to expand...
Click to collapse
Hrm, strange....usually titanium picks up on this kind of thing.
I'm going to try the 14 panel someone suggested.
It seems to me that where before it used tetheringmanager.apk to check for the lack of provision if it was NOT available, something in the framework is now saying its not available unless tethering manager says so.
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2 Beta-4
mobile hotspot worked for me
In the UltraCfg app i tried setting it to Tethering Always ON. It asked for a restart for the change to take effect, but it locked up my phone. After pulling the battery and starting up the phone i tried to turn on the mobile hotspot. While it was trying to verify the tethering plan the blue hot spot symbol came on, so i just hit cancel. I was able to connect a device with no problems. USB tethering worked the same way, just cancel when it tried to do its verification. I'm currently tethering right now.
andgo23 said:
In the UltraCfg app i tried setting it to Tethering Always ON. It asked for a restart for the change to take effect, but it locked up my phone. After pulling the battery and starting up the phone i tried to turn on the mobile hotspot. While it was trying to verify the tethering plan the blue hot spot symbol came on, so i just hit cancel. I was able to connect a device with no problems. USB tethering worked the same way, just cancel when it tried to do its verification. I'm currently tethering right now.
Click to expand...
Click to collapse
No need to hit cancel. Just hit home. This absolutely works. I got wifi tethering for root users working too, but I like working with stock features.
Follow this guide, bottom of page 3. Even though UltraCfg already appears to have set tethering always on, you need to set it again. Reboot.
http://forum.xda-developers.com/showthread.php?t=1566037

[Q] ICS 4.0.4 AT&T Tether question

Hey guys quick question. I reformatted to the 4.0.4 over KIES today on my Skyrocket on AT&T. It runs well. Rooted it, installed SU. Great awesome. Got titanium backup working, installed it. Got TBpatcher on, granted access. Got Titanium Pro for free. Bam working.
Tried to freeze the tethering app, (Tethering Provision) it froze it, but when I go to open the wifi tethering app it freezes up and quits. Am I the only one?
1) Is that the correct app to freeze?
Also, I installed Foxfi? It seems to run, haven't tested connectivity yet.
Still curious about the freezing app thing. Thoughts?
Dellman87 said:
Hey guys quick question. I reformatted to the 4.0.4 over KIES today on my Skyrocket on AT&T. It runs well. Rooted it, installed SU. Great awesome. Got titanium backup working, installed it. Got TBpatcher on, granted access. Got Titanium Pro for free. Bam working.
Tried to freeze the tethering app, (Tethering Provision) it froze it, but when I go to open the wifi tethering app it freezes up and quits. Am I the only one?
1) Is that the correct app to freeze?
Also, I installed Foxfi? It seems to run, haven't tested connectivity yet.
Still curious about the freezing app thing. Thoughts?
Click to expand...
Click to collapse
I just use Wifi Tether for Root Users available in the Market. You won't be able to tether like that without something like UltraCfg, and maybe some other tweaks.
I installed this: https://play.google.com/store/apps/...t#?t=W251bGwsMSwyLDEsImNvbS5wYWlubGVzcy5wYyJd and don't have any other apps fot tethering. I run wigget adn press tether on wigget and working great ... BTW i did not freez anything exept some att and samsung apps.
Lucidmike said:
I just use Wifi Tether for Root Users available in the Market. You won't be able to tether like that without something like UltraCfg, and maybe some other tweaks.
Click to expand...
Click to collapse
Wait, I think Im confused. I can't run FoxFi or any tethering app without UltraCfg? Or just that app you linked?
Dellman87 said:
Wait, I think Im confused. I can't run FoxFi or any tethering app without UltraCfg? Or just that app you linked?
Click to expand...
Click to collapse
That's just an app he linked. You don't "need" Ultracfg, but some time down the line you may just want to get it. FoxFi should be all you need to get you tethering.
Power Toggles works...
norbarb said:
I installed this: and don't have any other apps fot tethering. I run wigget adn press tether on wigget and working great ... BTW i did not freez anything exept some att and samsung apps.
Click to expand...
Click to collapse
This is a few months late, but I can confirm that my Note i717 on ICS 4.0.4, "Power Toggles" does indeed works. I go into the normal "wireless > more... > tethering and hotspot > portable WiFi hotspot" to set up the hotspot, and use Power Toggles to turn it on and off. Similar to what I used to do with Quick Settings on an LG Optimus.
Alon
might as well delete the bloatware u dont want instead of keeping them frozen that long.
I use the SVTP wifi tethering app works great.
r u rooted? im pretty sure u have to be rooted to enable tethering....even if foxfi says it doesnt need it.
---------- Post added at 10:32 AM ---------- Previous post was at 10:26 AM ----------
also at&t can block your ability to tether even if u have all the stuff. they threatened to permanently disable mine if i didnt switch to a data plan that included tethering... just sayin that may be a possiblilty if you have tethered a lot in the past

[Q] galaxy S5 tmobile wifi tethering free

Hey I'm trying to find a way to work around my hotspot tethering limit. I have unlimited data and want to use the most out of it, I have had unlimited data for about 3 weeks now and I have used 200 gigs of data and I want o be able to co next my Xbox and laptop for more than just a day or 2 because I only get 5 gigs of hotspot. So if anyone has a workaround for the tmobile s5 please comment and let me know
sgs5tetherhelp said:
Hey I'm trying to find a way to work around my hotspot tethering limit. I have unlimited data and want to use the most out of it, I have had unlimited data for about 3 weeks now and I have used 200 gigs of data and I want o be able to co next my Xbox and laptop for more than just a day or 2 because I only get 5 gigs of hotspot. So if anyone has a workaround for the tmobile s5 please comment and let me know
Click to expand...
Click to collapse
Are you rooted?
Yes via towel root
sgs5tetherhelp said:
Yes via towel root
Click to expand...
Click to collapse
https://play.google.com/store/apps/details?id=net.snclab.wifitetherrouter
I use it on my T-Mobile phones. Follow the link in the description for settings. Gotta warn ya though, it might not work without further tweaks. You might need to google up some more specific instructions. The problem with this app (not the app's fault though) is that every phone/brand/ROM is different and needs different settings, and unfortunately these settings don't have descriptions. Plus the author is Italian and his English ain't too good.
You'll probably also have to create a new APN for tethering. Go to your System Settings, More networks, Mobile Networks, Access Point Names, then hit the menu button to add a new APN. Copy everything in the default APN down, then make everything in the new APN exactly the same, but instead of IPv6, use IPv4.
For tethering to just your laptop though, I recommend PdaNet+ (not a root app) and using USB tethering. The reason is that using your phone as a wifi hotspot is a processor and battery hog, and the more it's used, the hotter your phone will get and the more your battery gets used (shortening its overall lifespan). USB tethering however basically turns your phone into a conduit, rather than a rebroadcaster, and won't fry your phone. It works by using a companion program on your computer (also does bluetooth, but it's much slower), and has the option (which you need to use) to "hide tether usage". Another cool feature is you can set it up so text messages will pop up on your computer. The one single issue with USB tethering with PdaNet is with Netflix. If you try to watch something, it'll take you to the page saying your computer doesn't meet the minimum system requirements. Whatever VPN/proxy/whatever that it uses to mask your usage doesn't jive with Microsoft Silverlight, which Netflix uses. The way around this is to disable the "hide tether usage" option when loading a video, and as soon as it starts loading, select "hide tether usage" again, and you're good to go.
The really cool thing is that these two apps work simultaneously. I use PdaNet to USB tether my phone to my laptop (which is plugged into my 42" TV). The same phone is running Wifi Tether Router so I can use my tablet on wifi. Seriously, how cool is that?!? Complete home internet and cell service for $89.08/month (after taxes).

Categories

Resources