Wifi Tether and Rooted Sprint Hero - Hero CDMA Themes and Apps

Wifi tether doesn't seem to work for some of us. For me personally it connects but does not have an internet connection. Is it working for anyone? Failing?

elguapo76 said:
Wifi tether doesn't seem to work for some of us. For me personally it connects but does not have an internet connection. Is it working for anyone? Failing?
Click to expand...
Click to collapse
Having same issue as you. My dell mini 10v connects, takes a bit longer then usual to acquire network address, and when it does the internet still doesnt work.
I'm sure its just a matter of the program being updated to work on the CDMA hero

Ditto
I'm having the same problem as well. Connects after a very long time and receives IP information, but nothing after that. Has anybody reported to the wifi-tether developer yet?
As soon as it works on the Hero, I'm ready to donate, as I gladly paid money for WmWifiRouter on my previous phones.

Same problem with me. Is anyone else getting the "AC disabled" message in the notification window once the PC is "supposedly" tethered? I noticed my phone getting really hot.

I'd really like to know why this works in the Mocado ROM but not just by installing the application alone after rooting. I don't want to start messing with custom ROMS just yet.

teli said:
I'd really like to know why this works in the Mocado ROM but not just by installing the application alone after rooting. I don't want to start messing with custom ROMS just yet.
Click to expand...
Click to collapse
Not sure but what I did notice is that when I ran it for the first time on Mocado's ROM I got a prompt asking me to "Allow" the app certain rights. Now when I installed the app before I flashed his ROM but right after rooting my phone I did not get this prompt. Maybe the way it's installed on his ROM has something extra that has it correctly and fully installed on the ROM to allow it to work properly.

the permissions screen is just adding the program to the super user whitelist kinda like a list of programs permitted to run as su maybe downloading super user white list off the market I remember getting it from there with my G1 if not just pull the apk from the modaco Ron but you should try the modaco rom you don't even have to wipe all your settings and everything will stay the same.

I know it isn't ideal, but you can share the internet connection ICS style if you do the following:
adb shell
Code:
su
/system/bin/netsharing net on
echo 4 > /sys/devices/platform/msm_hsusb/usb_function_switch
At which point you will get disconnected from your adb shell and the internet Windows will recognize the Hero as an NDIS adapter. To turn it off I just go into Settings -> Wireless -> Mobile network sharing and toggle it on then off again.
There might be a way to get netsharing to also flip the usb function, using net_and_usb but it doesn't seem to work and my ARM disassembly skills aren't good enough to tell why.

Hey guys,
My wifi tether did not work, even with root, until I installed MoDoCo's ROM. After I did, it was gravy from there. 2.4 down .60 up.

mine works

mine works too, i just use it as a wireless router...

Mine works flawlessly on MoDaCo's Rom. Im guessing it has something to do with a string of code that the custom rom has that the stock one doesnt.

I finally took the plunge into the MoDaCo rom. Easy as pie and tethering works with no prob. Just Do it.

Yeah. I see no reason why not to go with the MoDaCo's. This was my first time flashing a rom on anything and it got it easily the first try.

Can all of ya'll confirm that the encryption or device access list does NOT work on wifi tethering app?

Device access list seems to work fine for me, but the encryption does not.

Anyone know if there's a workaround for USB tether yet, that allows native mobile network sharing? (not that crazy switch off/switch on quickly workaround that doesn't always work)
I don't really like the wifi tether because it drains my battery, even if my phone is plugged in to my laptop via USB.
Also, I haven't been able to get above 1.2 mbps down speeds with the wifi tether, and I was hoping that native mobile network sharing might help this. Anyone else having slow connection issues with this?

Wifi tether does not work on the stock Sprint ROM. It does (for some reason) work on Modaco's.
Check this link for the developers thread on whats happening - http://code.google.com/p/android-wifi-tether/issues/detail?id=188
He doesnt have a Sprint Hero to test with so he needs our help.

fixed!
The developer has released a new "pre-version" of Wireless Tether that works on the stock Sprint HTC Hero ROM (with root access, obviously)! As per user capnbry, "..the problem is that the gprs table has a default route on it, and it has a higher priority than main, which is where the wireless route goes. If you `ip route delete table gprs` after starting android.tether everything works like a charm." The developer has added this step into the program, and it works!
See the thread for details, or download the new "pre-version" here: http://android-wifi-tether.googlecode.com/files/wireless_tether_1_61-pre1_htc.apk

auto_exec said:
The developer has released a new "pre-version" of Wireless Tether that works on the stock Sprint HTC Hero ROM (with root access, obviously)! As per user capnbry, "..the problem is that the gprs table has a default route on it, and it has a higher priority than main, which is where the wireless route goes. If you `ip route delete table gprs` after starting android.tether everything works like a charm." The developer has added this step into the program, and it works!
See the thread for details, or download the new "pre-version" here: http://android-wifi-tether.googlecode.com/files/wireless_tether_1_61-pre1_htc.apk
Click to expand...
Click to collapse
I just tried this app on my computer, and I can confirm that the pre release works on the HTC Hero stock rom with no problems. I did this test on Windows 7 x64

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.

Sprint Hero / Fresh ROM / Tethering (Solved!)

Okay, need a little bit of assistance to see what basic step I am missing. I've just taken my stock Sprint HTC Hero (1.56 RUU), rooted it using the steps on the site here, and flashed the Fresh 2.1 ROM onto the device through the MicroSD Card. Between the rooting and the custom Flash, I was hoping this would be enough to get tethering working but I seem to be stuck somewhere.
When I attempt to use the Wifi Tether for Root that's built in, no other computer is able to see the created access point, so as a result, no connections, no data passing. It doesn't shoot up any error message, nor does it cause any interruption in my mobile network data as a result. So everything appears to work well, just not tethering.
Maybe related, maybe not, when I try and do a straight-up wired tether, I get an Error 67 saying my Sprint username and password are wrong. I was hoping that with just rooting the phone now and using a Fresh ROM that is post when they found out about the PRI issues that it would fix it. My PRI currently shows as flipz_01.
So, I've done the research, I've come up with solutions that appear to be helpful, I'm just wanting to get a little assurance of the next step I need to do to make sure this works, still new to the Android flashing process.
Thanks!
When you used WiFi tether, were you prompted to give it superuser permissions? If so, did you allow?
HeroMeng said:
When you used WiFi tether, were you prompted to give it superuser permissions? If so, did you allow?
Click to expand...
Click to collapse
Yes, was prompted, and told it to always allow.
make sure you have wireless tether 1.6, newer does not seem to work
http://code.google.com/p/android-wifi-tether/
or you can try wired 1.2, haven't tried it myself.
http://code.google.com/p/android-wired-tether/
danaff37 said:
make sure you have wireless tether 1.6, newer does not seem to work
http://code.google.com/p/android-wifi-tether/
or you can try wired 1.2, haven't tried it myself.
http://code.google.com/p/android-wired-tether/
Click to expand...
Click to collapse
The version that comes with the latest Fresh 2.1 ROM is 1.6, so I don't think that's the issue.
The thing that concerns me is that the PRI says "flipz_01". Most everyone on here seems to have PRI numbers that match something completely different, and I am worried that mine may have been overwritten. I have done a check for an updated PRL since I moved to the custom ROM, but nothing with the PRI.
Honestly, I didn't do anything fancy at all. I just fired it up and looked for the ESSID on my laptop. When I selected it to connect, I went back to the phone, selected menu, Access Control, and selected my laptop to allow the connection. It just worked from there.
sav2880 said:
The version that comes with the latest Fresh 2.1 ROM is 1.6, so I don't think that's the issue.
The thing that concerns me is that the PRI says "flipz_01". Most everyone on here seems to have PRI numbers that match something completely different, and I am worried that mine may have been overwritten. I have done a check for an updated PRL since I moved to the custom ROM, but nothing with the PRI.
Click to expand...
Click to collapse
Don't sweat that. He did that so you could tell that the proper PRI is being used. As long as your PRL is 60663 or 60664, you are good to go.
pri is why the wired tether through htc sync doesn't work, and you can't do anything about that, I'm afraid. Uninstall wireless tether and try to reinstall. It worked great for me when I was on fresh rom.
bull8042 said:
Don't sweat that. He did that so you could tell that the proper PRI is being used. As long as your PRL is 60663 or 60664, you are good to go.
Click to expand...
Click to collapse
... and it is 60664, so that's good.
Now as far as an ESSID code, where on the laptop did you find that? Assume I'm running Windows 7 ... cause I am!
And, a secondary question for my own familiarity. Should I be seeing an infastructure access point with this wireless tether or is everything done ad hoc?
danaff37: Since the wireless tether is cooked in to the Fresh ROM, is uninstalling going to involve re-cooking the ROM or is there an app I need to acquire to make the process doable? I don't mind if that's the case, although it will certainly be more of an adventure! Good to know on the wired tether with HTC Sync too, I'll try the wired tether app for that purpose.
it's an ad hoc network.
did it ask for su permission when you stopped it as well?
... and with that I think we have our answer. Just tested this on an older XP laptop with Intel ProSet since it does a great job of seeing ad hoc wireless, and it saw it right off the bat. I did notice that the app didn't remember my custom SSID, which is fine as long as I can tell what SSID to use.
(Now asking about ESSID feels a bit silly)
That said, should Windows 7 be seeing these ad-hoc networks in its normal view, or do I need to specially program those names in?
danaff37: Yep, it's allowed in both directions. SU was never an issue which is why I was initially a bit fooled.
(and go figure, my Win7 laptop sees it now, I think it was playing tricks on me!)
Thanks for the help guys, there are great tips in here for newbies like me getting used to the tethering.
I think it defaults to "HTCTether", but don't quote me on that. You can change it to whatever you want in the wireless tether app in its settings/preferences.
Bring up your wireless network connection manager on your pc and let it scan for available networks. Hopefully, the tether will be listed.
I have win 7 64 bit, and it picks it up fine. Shows up after a couple of seconds of turning it on.
default is g1Tether
I am running Win 7 Ultimate 32-bit and it found it without any problems as well. I haven't tried it on Linux yet. May be time to reboot just to see....
I have a fully functional wired tether and wireless tether setup on my phone running Fresh 2.0d (I have also changed my PRI)
all the information to do this is readily availible if you search
I usually have to start wifi tether and then go to mobile network and uncheck it then check it again then I can get on the internet.
Edit: This works with Linux and Windows. In Linux I had trouble connecting, I used Wifi Radar to do it. It works perfectly after that.
dmc971989 said:
I have a fully functional wired tether and wireless tether setup on my phone running Fresh 2.0d (I have also changed my PRI)
all the information to do this is readily availible if you search
Click to expand...
Click to collapse
This. There's a thread on getting MNS working, I actually was using it for two weeks until we got our internet turned on. Worked great and I transferred over 3GB with no problem.
same thing for me
flipz pri is 1.70, and thats the correct one, although to my knowledge wired tether doesnt work, only wireless tether works, when you first open wireless tether, it should ask you to allow superuser permissions, you have to make you sure you click always allow. Make sure you use wireless tether 1.6 it works best.

Question on using the device as a Wifi Spot

k so... i figure this should be plain and simple knowledge, but im not finding it anywhere, and my fellow techies are not reachable.. hopefully someone can answer it without putting me down too much
In order to use the device as a Wifi spot for 'up to five connections' as sprint claims. do you have to pay the extra 29.99$ (or w/e it is) for the PAM plan? or is this an Android software utility that comes built into the device?
I currently run AT&T's HTC TILT 2 with a WinMo Vanilla rom, i've installed "CM Internet Sharing" and it works wonderfully. Allowing me to connect my laptop (etc), without causing an extra data charge.
I want to make sure before I switch to Sprint, that i will not be limited in this "free" source of mobile wifi i have been using of late.
Please assist Thnx
sprint has their own wifi service they would like their subscribers to use. however, most of us on this forum, have rooted our devices and are using wifi tether for wifi access. This circumvents having to pay $30 a month to use our devices as a wifi hotspot.
tdo722 said:
hello everyone,
I have done enough flashing and reading for the past 4 days. I can now provide you guys with a 100% fail-proof method for getting 4G + Root + Wifi Tether:
1. Flash it back to RUU .1
http://rapidshare.com/files/389983490/RUU_Supersonic_1.32.651.1_Radio_1.39.00.04.26_release_171253.exe
2. Do the automatic OTA update from Sprint to get you to .6 (make sure it is 1.32.651.6 otherwise do not confirm)
3. From your phone, open up internet browser and go to www.unrevoked.com and get yourself rooted
4. From your phone, go to http://code.google.com/p/android-wifi-tether/downloads/detail?name=wireless_tether_2_0_2-pre14.apk&can=2&q= and install the wifi tether application
5. Reboot the phone
6. Update the Profile by going to settings/system update/update profile
7. Reboot the phone
8. Open up your wifi tether application and enjoy!
This is a guaranteed 100% will work with 4G. If it does not work for you, please let me know and I'll do my best to help. Stay tune. I will update this thread after tinkering with toast method, flip, flip ota update, newest radio, wifi tether.
Click to expand...
Click to collapse
This is a way of having hotspot with out having to do the Toast root.
The link below has the post that has the apps you will need.
http://forum.xda-developers.com/showpost.php?p=6742579&postcount=12
Thank you so VM! I had read this before but for some reason, the wifi "tether" thing made me visualize a phsical tether, i dunno.. was thinking wierdly about it.

Wireless Tether

Hey guys, I have not seen a post about this yet so I figured I'd ask. I just rooted and was able to remove ATT bloatware using titanium backup. I would also like to add a wireless tethering app so that I can use my phone as a wireless modem. I have this app installed on my sprint htc hero (also rooted). I searched the market (where I found it on my hero) but I assume ATT blocks this somehow. Has anyone tried to wirelessly tether yet? If so, were you successful?
I was just browsing over on the vibrant forums and they have no luck yet. They were able to get the apps to install fine, but the ssid would not broadcast. They are still seeking a solution... Hopefully us ATT users want this as bad as I do
want more like need.
the whole reason I got this phone was because of the community that seems to be making things happen faster than any of the iphone 4 development! I'm excited to see what they can do with the wireless tethering.
It seems to be somthing AT&T is doing. Wireless Tether will not work on the Aria right now either.
Hmmm interesting. I hope there are more developers for the captivate vs the aria.
Sent from my SAMSUNG-SGH-I897 using XDA App
Im sure we'll see some of the AT&T Nexus one Devs migrate on over. I mean who doesn't want a 4inch super AMOLED and Hummingbird CPU to play with. Not to mention the GPU performance pretty much double's any other Android on the market as of now.
I put my unlimited data iPad sim in my Nexus One to tether with so I'll be ok for now anyway.
I just sideloaded android wifi tether on my Captivate, and it does not work. It appears to work, but my Mac doesn't see to network. I tried the 2.0.5 beta as well as 2.0.2. Hope someone finds a fix soon, or I might have to go back to my iPhone 4 and add to supported tethering. Ouch!
O
I'm pretty sure it's something in the kernel...a custom rom might help...maybe if it uses a kernel from another S device that has the same hardware.
Its not wifi tethering but I've got pdanet working over the usb cord and bluetooth. Not quite as good but if you need something to use while you wait for someone to figure the wifi out it should do the trick.
Doesn't the Captivate have built in tethering though? And couldn't you just use that?...
USB Tethering working on Mac via PdaNet.
I have installed PdaNet on my Captivate to use to tether my Mac (10.6.4). I had to ADB the PdaNet.apk, because it wouldn't install being a non market app. I installed the server application on the Mac. Works like a charm. Latency is kinda high though ~500ms.
Used command "install" instead of "push" to make it install, as it failed when using "push".
"$ /Volumes/HDD/Users/YOURUSERNAME/Downloads/android-sdk-mac_86/tools/adb install /Volumes/HDD/Users/YOURUSERNAME/Downloads/android-sdk-mac_86/tools/PdaNet.apk" HIT ENTER
Of course my SDK is located in my Downloads folder, so all i did was Drag, and Drop the folders into Terminal. I put the .apk into the same folder before I used the "install" command.
I hope this helps someone.
Try this link
http://code.google.com/p/android-wifi-tether/
jetski said:
Try this link
http://code.google.com/p/android-wifi-tether/
Click to expand...
Click to collapse
Not working on my Captivate. Must need a custom Kernel or something. I even tried the 2.0.5 pre5.
Apparently at&t forgot to block the built in USB tethering option of the phone.
If you have all the drivers installed from here you can tether via USB.
1) go to settings >applications > development > make sure nothing is selected there.
2) go to settings > applications > USB Settings > select PC internet.
Connect the phone.
You might need to go into your device manager on the laptop to make sure you are not required to install additional drivers.
If you do > install the missing drivers and you are online.
If you dont > you should be online
Typing this from my USB tethered laptop now.
Also i noticed that Barnacle Wifi Tether is working but is not stable.
It will create a connection for a short time and then crash.
wpb2 said:
Not working on my Captivate. Must need a custom Kernel or something. I even tried the 2.0.5 pre5.
Click to expand...
Click to collapse
Not working here either.
We need kernel sourcess to enable NEtFilter on the kernel, by enabling this module, wifi thethering should work.
Yes you need custom kernel, which has been standard on most if not all custom roms for awhile now.
-------------------------------------
sent via 4000 node beowulf cluster
Lol, damn edge
-------------------------------------
sent via 4000 node beowulf cluster
Barnacle worked for me for awhile and it crashed
Sent from my SAMSUNG-SGH-I897 using XDA App
clubtech said:
Apparently at&t forgot to block the built in USB tethering option of the phone.
1) go to settings >applications > development > make sure nothing is selected there.
2) go to settings > applications > USB Settings > select PC internet.
Connect the phone.
You might need to go into your device manager on the laptop to make sure you are not required to install additional drivers.
If you do > install the missing drivers and you are online.
If you dont > you should be online
Typing this from my USB tethered laptop now.
It will create a connection for a short time and then crash.
Click to expand...
Click to collapse
Which windows are you using? I tried this on 7 and would not work. Seems drivers only support xp and vista....

[Q] Lg Lucid 2 ( VS870 ) wifi tether after root. hotspotprovision.apk

So I rooted my LG Lucid 2 from this guide: http://androidforums.com/lucid-2-al...ition-5-7-13-full-technical-notes-inside.html
The one thing I noticed is that afterwards, tethering by any method (wifi tether, usb tether, bluetooth tether) is now impossible. After doing some research i think that the rooting method removed the system app "hotspotprovision.apk"
I know the root for this phone had to dissable some root checker tool that lg built into the phone, but do you think that removing the hotspot app is necessary? or can i get it back without having my phone tell verizon that i'm messing with my phone (the link tells all about the weird root checking tool LG tried to hide)?
Any help would be awesome! I just need some way to tether due to it being my main source of internet when i am at school.
all apps like pda net, foxfi, wifi tether, and all the other apps just start with errors, and when i try to start up the built in usb tether option i just get an error saying "Sorry! Unfortunately Provision has stopped"
Even with a factory reset and/or re flashing the firmware is still doesnt work.
Has ANYONE else with this phone tried to use any tether apps? If so have they worked or failed? I don't even know if this is happening to just me, or if everyone who owns this phone is without the tether ability
It would just help me a lot to know if somebody else has the same problem or even doesn't. I'm trying to decide if I need to return the phone or if i just need to wait for a software update of some sort..
Thanks guys for the help.
USB tethering
Nikguy said:
Even with a factory reset and/or re flashing the firmware is still doesnt work.
Has ANYONE else with this phone tried to use any tether apps? If so have they worked or failed? I don't even know if this is happening to just me, or if everyone who owns this phone is without the tether ability
It would just help me a lot to know if somebody else has the same problem or even doesn't. I'm trying to decide if I need to return the phone or if i just need to wait for a software update of some sort..
Thanks guys for the help.
Click to expand...
Click to collapse
I recommend EasyTether. It works with non-rooted phones, and the LG LUCID that has been rooted. I particularly like the fact that I can use it with both Windows and Linux.
Ok thanks ill give it a shot! Ill let everyone know if it works in a sec
So for some reason no matter what i do, wireless tethering wont work unless i bought the tether service for verizon... i got the usb tether side of foxfi to work but so far wireless tethering is out of the question.
I cant believe no one has posted about this problem except me! Is it literally only me that has this problem? Ive been posting about this all over the internet since the phones release and so far no one has tried to use a tether app to confirm that this is not just a defect with my particular phone!
Im having the same problems
No functional WiFi tethering
But other people have had successes
I going to try usb wired tethering next
Ok cool, thanks for the response. I was able to get usb tethering to work on pda net, but that requires installing another client on my computer as well, and connecting isnt always seamless. I mostly want a wifi hotspot to power all my other wifi only devices once i go off to school at the end of august.
So has anyone figured out how to get the wireless tether working after root? Just curios.
Not that is know of... Head over to android central. They are working on a ROM there which cooooould lead to a tether option in the future
Mine wont work either.
how to get your lg lucid running ICS 4.0.4 with wifi tether
jenkies said:
So has anyone figured out how to get the wireless tether working after root? Just curios.
Click to expand...
Click to collapse
I have managed to get my lg lucid running ICS working with wifi tether (infrastructure mode)
check out the how-to over at my site.
i'm sorry it will not let me post links. heres address no dots
gringo466howto blogspot com
I had that issue with an old LG Optimus Logic
I'm glad I read this thread, because i was about to root my Lucid 2, but I probably would've ran into this problem too. I think some people who have this phone with Verizon Wireless were given a different type of software for tethering. I'm guessing me and you have one of those ones where It only works solo. No mods allowed, but the app below has been said to work regardless. I guess it's worth a shot.
Verizon uses an authentic piece of software for their tethering protocol. I don't know why it seems so mysterious, but it doesn't seem to work exactly like most hotspot protocols. You might have to confess, and get them to help you out. If i were you, and If the original tethering app doesn't work, then try to install the stock firmware back, and use a different root method next time.
-update-
Try 'Tetherfy(WiFi Tether w/o Root) on play store. I don't think i'll be able to make an 'apk' file out of Verizon's 'Mobile Hotspot' app. I believe they have it locked into phone.
The guy's method in the post above might work too. I don't see why not.
hey there
I have noticed your post for a long time and tried various kinds of methods to use wireless tether but failed.
someone told me this device can be flashed to as980 firmware,so i tried and then my android native hotspot function works!
there is my way .
1.download as870 .kdz firmware from somewhere.here is downlaod link(add dots by yourself plz) pan baidu com/s/1ETkrO
下载724.7M)
2.enable "download mode"on your phone
3.use KDZ_FW_UPD to flash
system will be automaticly restart and you will found that your apps and settings are remained.

Categories

Resources