Android :: WiFi Tether From Google Code And USB Tethering Cap?
Sep 16, 2010
I signed for for a tethering plan with my carrier that included a 1 GB cap on USB Tethering. I was wondering if WiFi tethering would go against this cap or would it look like I'm using regular internet on my phone. I have (real) unlimited 3G with my plan and I am using Wireless Tether from Google code.
View 1 Replies
Nov 12, 2010
I'm trying to WiFi tether him my Evo and no matter what I do I keep getting a error code 67. I used unreboke and WiFi tether and no go, it shows the same error. Then tried easy tether and the same error. Tried quick setup without any change. I can use the browser whither the cell phone. My computer connects to the Evo but no internet connection is found.
View 5 Replies
View Related
Nov 14, 2010
Have anybody tried this on Dinc? Android-wired-tether - Project Hosting on Google Code
View 1 Replies
View Related
Jul 17, 2010
I have tried everything found several wired tether options none work. I will start with the market pdanet randomly looses connection (if you have the answer please this seems easiest rout)
easy tether just plain doesn't work not sure why I think it's cause I am on windows 7 x64. Now I found a couple out of the market that also don't work android-wired-tether - Project Hosting on Google Code not sure how to get it to work and this azilink - Project Hosting on Google Code. This I got as far as trying to load it and I get OpenVPNClient start azilink_p1634: process started and then immediately exited: []. I like pdanet but it just keeps dropping connection.
View 10 Replies
View Related
Sep 26, 2010
I am having issues getting the 2 wifi tethering programs to work correctly. I just rooted for the firstt time today. Both programs start up correctly and allow me to enable to wifi tethering but I can't get any device to see the wifi connection they are creating. I have tried both scanning for the network and trying to manually connect to it by typing in the SSID but I can't get any device to see the network. I am using a Droid X with the official 2.2 update rooted.
View 1 Replies
View Related
Aug 23, 2010
wireless tether and barnacle wifi tether doesnt work after 2.2 leak.
View 4 Replies
View Related
Sep 12, 2010
Why does it seem to me that using my 54mbps wireless adapter with WIFI tether on my fascinate seems faster (and gets better speed tests) over connecting to USB2.0 over PDAnet? shouldn't USB connection be faster?
View 4 Replies
View Related
Jul 28, 2010
When connecting my Evo to a computer, there is an "Internet Sharing" option. I am curious to know, does this cost extra monthly? I know the wifi tether is the extra $30 a month, but will this charge me the same?
I only have interest in rooting my phone if it's the only way to share internet with my Netbook. Wifi isn't all that important to me, and seeing as I've completely and utterly failed at doing the Unrevoked method for rooting... I'm hoping I won't actually have to root my phone after all.
View 1 Replies
View Related
Nov 5, 2009
I know Verizon doesn't offer this officially but will we be able to use PDAnet with the droid to tether to my laptop, and is this something Verizon can detect and will charge you for?
View 2 Replies
View Related
Aug 8, 2010
How can I start or stop the built-in tethering in Android 2.2 from my application?
View 1 Replies
View Related
Jun 4, 2010
Had my EVO for a little over 3 hours and still getting Error Code 67 "Your PCS Vision username and/or password may be incorrect"
I obviously expected some delay given today's launch but assumed about an hour at most....unless I've done somethign 'stoopid'.
View 49 Replies
View Related
May 19, 2010
I am using WiFi tether on my myTouch 3g. Randomly my computer will just disconnect from the WiFi even with 99% signal strength. It doesn't do this with any other WiFi connections just the one from my phone. About the phone, its the original myTouch 3g, running Cyanogen 5.0.7-DS-test5. I tried to do some searching online about this problem but couldn't find any thing for recent versions of WiFi Tether.
View 17 Replies
View Related
Aug 15, 2010
idk what those 2 things are, it looks useful but i dont understand what is used for and how.
View 2 Replies
View Related
Jul 24, 2010
Is it the same? I'm thinking wifi tether is only one computer and hot spot is up to 5. Will root give hot spot or just tether?
View 1 Replies
View Related
Aug 8, 2010
I am new to the whole android OS and looking to join in very soon. The feature I am mostly interested in is WiFi tethering. I would like you guys to suggest to me the cheapest handset that I can accomplish such a feature with? Whether the phone comes with the application to do it or it can be done via alternate methods [root].
View 5 Replies
View Related
Mar 16, 2009
PdaNet has been one of the most popular software for Windows Mobile phones, Palm OS phones and the iPhone. It is now ported to the Android system! Unlike other tethering software that only supports Proxy connections, PdaNet provides you with FULL Internet access so all your email, instant message programs will work without any setting changes on the computer. Just like the old PdaNet, it is as simple as clicking on the PdaNet tray icon and your computer will go online instantly.
You can follow the latest update of PdaNet for Android at
http://junefabrics.com/android
View 49 Replies
View Related
Aug 30, 2010
I am not seeing WiFi tethering app in my phone. I enabled WiFi in froyo build. But it is not showing tethering app? What do I need to enable the app?
View 2 Replies
View Related
Jun 25, 2010
Can I find an app that will make my HTC Legend able to act as a wifi router, without rooting the phone?
View 3 Replies
View Related
Nov 13, 2010
I just got my new Droid X (2.2-rooted) and I have downloaded the wifi tether app from android-wifi-tether and I want to set up a secure, private connection in general for my laptop and phone as well as for downloading torrents on my laptop through my phone. I tried using the TOR/Orbit app but it's not working. I use Peerblock/Vuze on my laptop that will be handling my torrents but am not sure if that will keep me private over my wifi tether... I would think not. Please help me if you can. Any suggestions on configurations that would help me do this? I also just heard something about Torrent-Fu... not sure what that is yet but maybe it will help as well.
View 5 Replies
View Related
Nov 15, 2012
Download a terminal client, e.g. ConnectBot and connect to your local shell.Enter `su` to become root. (Double check with whoami afterwards). Enable wifi tethering and ensure your data connection is working (connect to VPN)
Run `netcfg` and note your interface names (typically tun0 and wlan0 (ignore m.wlan0 or similar, only take the one with a real mac address), as is on my SGSII)..Double check the subnet for your wlan0 device and enter the following commands:
iptables -A POSTROUTING -s 192.168.43.0/24 -j MASQUERADE -t nat
(setup a postrouting entry for the tethered devices subnet, implementing NAT)
iptables -A FORWARD -j ACCEPT -i wlan0 -o tun0
forward packets from tethered devices across the tunnel
iptables -A FORWARD -j ACCEPT -i tun0 -o wlan0
forward packets from the tunnel to the tethered devices
Note, because you are using NAT, you will need to configure port forwards on your Android device to be able to run servers etc on tethered devices. Unlikely you'll need to worry about that though. Feedback if it worked or not. Posting this now from my home IP, OpenVPN for Android and these iptable rules!
View 2 Replies
View Related
Mar 24, 2013
I have PIPO M8 3G tablet running on Android 4.1.1, the problem is that Tethering and Portable hotspot are missing from the menu.
Is there any way to enable tethering if it's not in the ROM?
The device is ROOTED.It also cannot make phone calls and send SMS is there a way to enable them too?
View 2 Replies
View Related
Dec 24, 2012
I want to host an INFRASTRUCTURE (not AD-HOC), otherwise known as a SoftAP (Access point) on wifi. This is possible with many applications, but they all want to use a mobile data connection. Is there any application that allows you to host a SoftAP WITHOUT a 2G/3G/4G connection? This is just for playing over WIFI between a samsung galaxy s3 and an older android 2.1 tablet. These cannot see AdHoc networks.
Anyways, I'm interested in any application that allows hosting of an infrastructure WiFi network without tethering to just host a wireless lan point.
View 2 Replies
View Related
Oct 6, 2010
I have been trying for weeks to try and tether my XBL with my Android. I have been trying it wireless type and wired. The wireless type I've been using the WiFi tether app along with the xbl WiFi. When I turn on the WiFi router on the XBL, the Droid tether shows up and connects just fine, however, It will not connect the profile to xbl. Any one have any ideas here ?
The other I've been trying to get to work is doing the wired route and by going into all my settings and changing them over like you would doing the open server deal. I dunno threw the properties and adding the XBL ports. Now the problem I have with this I can change just about every port to one another by port 2 and port 5. Port 2 needs to be 53 TCP / UCP < that one. When I switch to accept it tells me that I have the same ports being used. I've tried this method on a friends computer who is using Windows 7 and it works just fine changing ports wise.
View 12 Replies
View Related
Feb 22, 2009
Someone from WMWifiRouter had mentioned a couple months ago they were working on a product for Android but I haven't heard anymore. I was hoping they'd drop their product when paid apps went live. Any news? Any other Wifi tethering out there that doesn't require me to root my phone?
View 17 Replies
View Related
Aug 20, 2010
Is there a way to enable or disable tethering (USB or wifi) on an android phone programmatically? Perhaps an API in android SDK or NDK or any even non-UI command to do that.
View 1 Replies
View Related
Jun 6, 2010
The best WiFi/BT tether/hotspot app out there has just added support for the EVO 4G about half an hour ago. Of course, root is required but it's just one click away with unrevoked. Forget Sprint's $30 a month tether - this one is free and supported by the community. This is why I love Android. All info here:
Rooted EVO 4G Users Can Now Enjoy Unlimited Free WiFi/Bluetooth Tether (Hotspot) As Android-wifi-tether App Adds Support For EVO
View 23 Replies
View Related
Jul 31, 2010
Is it generally possible to have Wifi Tethering turned on (creating a Hotspot) and at the same time scanning for Wifi devices? I want several devices just discover (NOT connect) each other and log the signal strength. To do that all devices must be discoverable over Wifi and at the same time discover others.
I would just need that for some specific use case..
View 1 Replies
View Related
Feb 8, 2013
I am running on Android 4.0.4. Is there a way to activate Reverse USB tethering and WiFi hotspot at the same time? I want to give internet from my PC to phone, via usb internet. Then give internet to my friends via Android Wi-Fi hotspot
View 1 Replies
View Related
May 27, 2010
I have tried this many times and have just come to a stop and i am wondering if it is even possible? and if it is possible could somebody please help me out and tell me how.
View 7 Replies
View Related
Jun 12, 2010
WPA2 + infrastructure = strong security and access for your Android devices and other devices that didn't support ad-hoc mode (WiFi, etc). Written by Andrew himself - the guy who developed most of the code for this to work on the EVO. Props Andrew! Free Android WiFi Tether For Root Users App Now Supports WPA2 And Full Hotspot (Infrastructure) Capabilities On EVO 4G
View 22 Replies
View Related