General :: WiFi Tethering Not Working On Ace 2?
Apr 25, 2014
i have recently upgrade my ace 2 to CM11 mahdirom, previously i installed the CM11 maclaw release. when i turn on the wifi tethering, the icon showed up, but i cannot detect my SSID on my laptop and my tab.
View 4 Replies
Aug 30, 2010
I did search and install wifi tethering but for some reason it doesn't work so this is what I have and my question:
1. I installed wifi tethering. The app seems to work and it indicates my laptop connected. My laptop wifi icon indicated connected but I can't get any internet on explorer. Is there something I miss?
2. I also heard that install USB driver from this forum will do the trick but I can't get it to work? Do I have to install Kies on my laptop?
3. I have a paid version of PDAnet but can't set it up.
View 2 Replies
View Related
Nov 18, 2010
As far as roms and all are concerned I've managed to get my droid rooted and working. I'm running LFY 1.7 with a P3droid 1000 kernel. My question is, I have tried barnacle, WiFi tether, and every other WiFi tethering app that anyone has suggested and they all start up and say that they are now running. My problem is that no other device will see this WiFi connection, and truthfully I don't believe it's really working. I have been told that slayher's kernels were very good for tethering but whenever I flash one of them, my phone starts, up and gets warm, then reboots. Keep in mind that I am running the kernels at the same speeds. If anyone has any input as to why my WiFi tethering is not working?
View 1 Replies
View Related
Dec 21, 2012
I only have Internet via wifi.
Is there a way to tether the wifi i have on the Phone via USB to my PC?
View 2 Replies
View Related
Mar 4, 2013
In my apartment, the router is in another room, and it'd be a massive, ugly-looking to run a 100-foot wire from my room to out there. As a result, I've been using wireless routers for my internet, and they haven't been working for crap. I can tether my 4G LTE to my PC and use my Droid internet just fine, but I don't want to do that because of the data cap. I want to tether my Droid and have it connect to my home internet, basically using it as a wireless router to access my home connection, not the Verizon network, and share it with my PC.
But if you turn tethering on, it turns Wi-Fi off. What gives? Is there a way to tether my Droid without disabling Wi-Fi so I can use my tethered Droid to pick up my home wireless connection, so I don't have to worry about exceeding the data cap?
View 2 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
Dec 3, 2013
When turning on Wifi tethering I get a "Error" and it won't turn on. After that error it is not even possible to turn Wifi on.
Android verson: 4.4 Kitkat (KRT16S)
From logcat:
D/Tethering( 598): sendTetherStateChangedBroadcast 1, 0, 0
D/Tethering( 598): InitialState.processMessage what=4
D/Finsky ( 4959): [1] GmsCoreHelper.cleanupNlp: result=false type=4
D/BluetoothAdapter( 2442): 1107936488: getState() : mService = null. Returning STATE_OFF
D/SoftapController( 172): Softap fwReload - Ok
D/Tethering( 598): sendTetherStateChangedBroadcast 0, 0, 0
D/BluetoothAdapter( 2442): 1107936488: getState() : mService = null. Returning STATE_OFF
E/NetdConnector( 598): NDC Command {64 softap fwreload wlan0 AP} took too long (890ms)
E/SoftapController( 172): Cannot update "/data/misc/wifi/hostapd.conf": Permission denied
E/WifiStateMachine( 598): Exception in softap re-start java.lang.IllegalStateException: command '67 softap set wlan0 AndroidA broadcast 6 open [scrubbed]' failed with '400 67 SoftAP command has failed'
E/NetdConnector( 598): NDC Command {65 bandwidth gettetherstats} took too long (891ms)
View 2 Replies
View Related
Jan 21, 2012
Which WiFi dongle will work for Reverse tethering so that my PC internet can be access my by Phone via Wifi dongle.
Any specification that it must have or anything that i must keep in mind when i pic one or should i it better to go for Wifi router ?? I will prefer external wifi dongle. My Android Phone is not Rooted .
I am using Galaxy Ace (not Rooted).
Android 2.3
with Windows XP SP3.
View 1 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
Jun 27, 2013
Today I used the Reverse Tethering tool from here and it worked fine, but to my surpries after that my 3g connection is not working. I switch it on and nothing happens. My APN configuration is correct (the same I had before).. these are the logs I am getting when I switch on the 3g:
Code:
06-27 20:06:47.658: D/ConnectivityService(1622): getMobileDataEnabled returning false
06-27 20:06:47.658: D/ConnectivityService(1622): setMobileDataEnabled(true)
06-27 20:06:47.658: I/3gw.MobileNetDisabler(3463): SetMobileDataEnabled(true)[code].....
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
Jan 10, 2012
I have been looking for an application which is a more powerful version of the WiFi Tethering already included in a phone.
I have been looking for an application on Xda, Google, and the Marketplace but none I have found provides me with the ability to see individual users (or Mac addresses) data usage.
First a little background on what I am trying to achieve.I regularly provide a WiFi router for people with IPods and devices with wireless but no internet connection who need internet access to update games / browse the internet, and whilst my FUP at 500mb is quite low, I rarely use more than 20mb in a month so it doesn't bother me as beyond 500mb the connection is just limited to text and images (downloads and internet streaming are disabled after 500mb) which is all that I need.
However when my FUP has been exceeded alot of devices cant do the small updates this is no good when games or apps require it (as I have seen a couple even stop working till updates are completed) due to the connection being restricted. I have usually tracked it down to an over enthusiastic user who is watching videos on youtube, which has wiped out 100mb of my usage within 2 minutes on one occasion.
I am running both Android and Windows Mobile on my HD2, Whilst the built in "Portable Hotspot" of Android is good as it lets me restrict the number of users and see the Mac address of connected clients, it doesnt let me monitor their usage and then let me disconnect individual users them from the connection.Whilst im sure there is apps for overall phone usage I am looking to monitor the individual devices usage as with 3-5 devices it is hard to distinct between legitimate usage and constant heavy usage.
Is there any Wifi Tethering app to let me do this?
To summarize:
Wifi Tethering App
Android / Windows Mobile
Shows Client Usage
MAC filtering (or alternatives which allow individual devices to be disconnected)
View 2 Replies
View Related
Sep 5, 2012
USB Tethering on PC not working...
Modem connects sucessfully but web page are not loading...
Internet works good in phone.
I dont want to install other ROMs.
Model: Spice Mi350n build v2
View 2 Replies
View Related
May 24, 2012
is there a way to Tether pc internet on android phone using usb and then use the phone as a wifi router or hotspot.
View 4 Replies
View Related
Nov 10, 2012
This is probably a common problem, I saw lots of threads but I can't find any solutions to it, and I really want to make my phone faster i.e. root
Phone: LG P990 (Optimus 2x)
Phone not detected by the computer when connected through USB.
What I tried:
1. Factory reset (only data)
2. Cleaning the port with a toothbrush
3. Uninstalling and re-installing drivers
4. Replacing the cable I was using with the OEM one (I lost my original together with my charger)
5. Plugging into different computers and USB ports
6. Checking and unchecking the option of connecting through mass storage only
7. Enabling and disabling USB debugging
What's so incredible about my problem is that the phone actually knows that it is connected to the computer - the USB tethering option is available and it says that USB's connected - but the USB connection icon on the status bar for mass storage doesn't show up.
View 5 Replies
View Related
Jan 10, 2013
I've had a Galaxy Tab for 2 years, and used it, very successfully, as a wifi hotspot from May until July this year, when my laptop was suddenly not able to connect to the internet via the hotspot. It connected just fine to the Tab, and has no problems on my home wifi. The Tab was still able to connect to the internet normally, with no apparent problems.
I fiddled about a bit and thought perhaps it was a hardware problem, so bought a seconhand Nexus S. That has been working fine until yesterday, when the exact same thing has happened - the laptop can connect fine to the Nexus, but says there is no internet connection. The Nexus itself is connecting just fine.
I'm in the UK - my carrier is Three (Hutchinson).
View 3 Replies
View Related
Aug 31, 2013
Got a Samsung Galaxy Nexus that I continually use for Wifi Tethering. The only problem is that it tends to run hot and sometimes reboot since it's continually being used. Is there a way I can fix it with an app? Or is there a cooling dock I can use (like Laptops use)?
View 5 Replies
View Related
Nov 14, 2010
I used to have a samsung moment that was rooted and i used the samsung moment wifi tethering program. I just got the HTC Evo 4G yesterday and rooted it using the Unrevoked method (not sure if there is another). I then downloaded the Wireless Tether for root users. For some reason i cant get anthing to recognize it. I've tried looking for the signal with my ipod and laptop but nothing! What setting needs to be changed? I have tried to find this issue on other posts, but nothing.
View 3 Replies
View Related
Jul 30, 2010
While USB tethering over 3G/4G networks doesn't work unless you pay for the $30/mo hotspot feature (which I still cannot get Sprint to admit is a stupid name since I don't want a hotspot, only tethering, but I digress), you can tether and use the phone's WiFi connection.
Why would you want to? Well, I have a laptop that requires a USB dongle and now I have one less thing to carry. OK, not the best reason, but I found it interesting.
View 9 Replies
View Related
Jun 8, 2010
Any chance of a root tether application coming out with WPA2? I would think a app could be developed similar to Sprint's mobile hot spot.
View 2 Replies
View Related
Jun 7, 2010
**UPDATED**
1. On your phone go to Settings > Applications > Development > and enable USB debugging.
2. Go to unrevoked.com on your HTC EVO web browser and download it and install it.
3. Run the Revoked program and click on Start. You should get a message that says, "successfully rooted"
4. Go to http://bit.ly/c2oonC and download and install the wireless_tether_2_0_2.apk with your HTC EVO web browser.
5. Run Wireless WiFi Tether (When a box pops up, click on ALLOW)
Notes:
- When you restart the phone, you have to root it again to run Wireless tether.
- Sprint will not bill you anything extra, don't worry. Droid, NexusOne users have been doing this for a while with no issues.
- You do not need to have the "$29.95" tethering plan with Sprint.
- WiFi signal is not strong, so your device had to be near by.
- WiFi tethering uses up alot of battery life. About 1% per minute or two (thats constant connection loading webpage/video streaming). WiFi tethering also worked with my iPad.
View 30 Replies
View Related
Aug 16, 2010
Just upgraded from DInc to X this week. Rooted - all that fun stuff. Had AP tethering on DInc, I'm still getting adHoc with X even with version 2.0.5-pre 7. Is anyone else getting AP tethering or do we need to wait for the froyo kernal? I had originally thought any phone with the VZW wifi hotspot app had AP tethering capabilities in its kernal already.
View 4 Replies
View Related
Aug 29, 2010
Is it working to the people that have the 2.2 rooted foroyo?
View 2 Replies
View Related
Aug 3, 2010
I don't understand the tethering could someone give me a example on how it works?
View 1 Replies
View Related
Aug 6, 2010
I don't really understand it. Could someone please explain to me how they both work. I'm not the best and brightest person when it comes to understand it.
View 3 Replies
View Related
Nov 23, 2010
I hate to start a new thread but I searched the forum for an answer with no success. I'M a SWAC customer and my fiance is my sponsor. She is concerned that if I root my Evo and get free Wifi tethering she will possibly get fired if Sprint notices the larger amount of data usage. Has anyone ever heard of a Sprint employee getting fired over rooting their phone? I want to root but not at the expense of getting my fiance fired.
View 4 Replies
View Related
Jul 20, 2010
how to do wifi tethering on the Captivate (preferably free)
View 4 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 15, 2010
So I just rooted my phone yesterday with the new unrevoked 3 and mainly for the purpose of getting the WiFi tethering app back. Yes, it worked, but man has it been a sad day. I've been reading posts of people having great speeds and here I am trying to enjoy my 0.4 kbps down and 0.3 kbps up speeds, but it sure is hard when other devices can't even use the connection because it's so insanely low. I'm just wondering if anyone else is having this problem?
Is it because of the new root? Is it because of my phone? I used to have okay speeds before with just having a rooted phone via unrevoked 1. I don't know if it's my data network either because it still loads sites pretty well and downloads just fine. It's just the WiFi tethering that is horrible. I tried playing around with the settings (LAN, channels, etc.,) and to no avail, as well as moving around the house, so now I'm stumped.
View 11 Replies
View Related