Related
Has anyone been able to get any version (2.0.7 or 3.x beta) of Google's WiFi Tether app working on their rooted Droid Bionic? Link to app
It didn't seem to work for this guy at the end of the video: Link
For me tethering is critical for work and I don't want to activate my Droid Bionic (which is coming tomorrow) until it can be confirmed working. Will keep using Thunderbolt for now... I can also imagine this is a huge issue for many other users.
However, I am aware that Motorola devices need some kind of device profile in the "Change Device-Profile" option in the settings of that app, has anyone played around with that, maybe choosing the Droid X or other Droid?
Any feedback greatly appreciated...
I hope you find a solution soon, I also have the same problem
Don't bother until a custom ROM comes out that can "hide your ass".
Since it is for work, paying for the monthly tether should be a business expense.
I tried some of the work-arounds on the net... barnacle did not work for me... choosing the droid x profile in device setup at least showed my wifi hot spot, but I could not obtain an IP... I had also noticed errors about dhcp in the log.
kierandill said:
Since it is for work, paying for the monthly tether should be a business expense.
Click to expand...
Click to collapse
exactly, in the mean time your going to be stuck using PDAnet and a USB cable.
Got it, rooted it, figured it out. Use version 2.0.7. Change the LAN option to 10.10.1.x
Also it only works in ad-hoc mode but at least its a start. I'm sure updates will fix it.
open1your1eyes0 said:
Got it, rooted it, figured it out. Use version 2.0.7. Change the LAN option to 10.10.1.x
Also it only works in ad-hoc mode but at least its a start. I'm sure updates will fix it.
Click to expand...
Click to collapse
Woot! I don't own one but I am glad you got it going perhaps a screenie of some data transfer?
Also try this with the 3. beta if you don't mind
Brenardo said:
Woot! I don't own one but I am glad you got it going perhaps a screenie of some data transfer?
Also try this with the 3. beta if you don't mind
Click to expand...
Click to collapse
Can't get 3 beta to work at all but it doesn't offer anything other than ad-hoc mode also. Also doesn't show data going through on the app. But hey at least it works.
Can anyone confirm the 2.0.7 wireless tether working?
not working
2.07 not working for me even using the 10.1 network. clients fail to obtain an IP address.
Same problem here - wifi tethering not working...
The newest 3.x didn't work for me. Has anyone tried manually setting the client's IP/Gateway/DNS? I don't remember what the dhcp issued on my incredible, otherwise I'd go grab my laptop and mess around with different static settings.
RawNis said:
2.07 not working for me even using the 10.1 network. clients fail to obtain an IP address.
Click to expand...
Click to collapse
It takes a long time I noticed. Wait for the little blue notification icon to appear that shows the device is connected. Can take as long as 3 minutes sometimes but it works for me I assure you. The key thing is the 10.10.1.x network which is still unblocked because VPN's can use that network, anything other than that won't work.
I can't get wifi tehthering to work but just using the phones built in usb tehering option works and does not send me to a page to subscribe for tethering. Don't know why this works but if I try the built in wireless tethering it says I have to sign up. EDIT Was working on launch day but tried again today and won't work so I guess the system wasn't updated the first day I tried it.
Hi,
I found way to enable Hotspot without Verizon Provisioning. I used SQLLite Editor to modify settings.db for "Settings Storage" application ( com.motorola.android.providers.settings ). Set entitlement_check to 0 and reboot the phone.
Dmitry
ddv2005 said:
Hi,
I found way to enable Hotspot without Verizon Provisioning. I used SQLLite Editor to modify settings.db for "Settings Storage" application ( com.motorola.android.providers.settings ). Set entitlement_check to 0 and reboot the phone.
Dmitry
Click to expand...
Click to collapse
I just tried this. It appears to be working. I was able to connect and browse from my laptop. Now the question is, does Verizon still know I'm tethering even though I'm not paying to tether?
I second. Works for me a well, with no warning or pop up. Cudos to you my good man
Sent from my DROID BIONIC using xda premium
Just did it and all seems fine so far.
btw, WOW. Ive never poked around the databases like that. Everything from the hdmi overscan to wifi info is in there. That is So cool.
Works for me too! However, only works properly with WPA security. If Hotspot is set to "open", you can connect but get no internet...
Ok,
So, I, along with a few others, pay for the Unlimited Mobile HotSpot and want this app to work as other (root) tethering apps only allow Ad-Hoc.
Here's what I did to get it to work on my Windows 7 x64 Computer as of just a few moments ago and I do plan to work on this issue to get this figured out.
I've discovered that the /data/misc/dhcp/udhcpd.conf file is what controls the DHCP addressing for the 4gMobileHotSpot App. Within this app, I discovered (in the Modded ROM (as of now, I have Gingervolt1.1)), that the "Option DNS" addresses were completely wrong. This was apparent from the get go as they were internal IP address starting with 192.168.x.x.
The steps to get this app working on Windows is:
0 - Be Rooted (Sorry, just had to point the obvious out in Step 0)
1 - Use the market and download/install the Text Edit (Paul Mach) App
2 - (TESTed and Working), Use AntTek (root) Explorer and navigate to:
/data/misc
3 - Long Press the udhcpd.conf file and select to open with the Text Edit App
4 - Change the 'option dns' from 192.168.x.x to 66.174.92.14 69.78.96.14 and save/exit
5* - In Windows, set the IPV4 Properties to:
Use Following Address:
IP Address: 192.168.1.5 (or anything in between start and end range in text file)
Subnet Mask: 255.255.255.0
Default Gateway: 192.168.1.1
Use Following DNS server addresses:
Preferred DNS Server: 66.174.92.14
Alternate DNS Server: 69.78.96.14
6 - Start 4gHotSpot App
7 - Tell Windows to Connect and you should be connected.
NOTE: It is late and I know that this will become clearer as time goes on and since I have to work in the morning, this is the best I came up with in a few minutes after figuring out that the hang up was with this file, in which I knew it's been a DHCP issue all along. Why this file is changed with the Modded ROMs is beyond me and I doubt MT changed this, so likely it is something to do with the DE-odex or some other modification of this app and it's initialization. Just deleting the CONFIG file will only cause it to write a new one with the wrong values again.
For those who do use this app, it is known to stop responding at times and I am going to look into that. I'm thinking this is a DNS issue and will try some other DNS Servers (8.8.8.8 I believe is a Google public DNS)..
In the meantime, this is a start for anyone to add to this that has more DHCP/DNS/Network experience. I don't have another android device handy to test the connectivity, so will have to get that figured out.
Key point here is, is that the 4gHotSpot App gets corrupted with the Custom ROMs and for some reason sets up wrong DNS servers in the Config file.
Hope to see some thoughts, additions, fixes, to this problem with this being pointed out, from others. I will continue to work on it throughout this next week after work.
Last Note: The DNS server numbers came from the original Config prior to rooting/modding. Also, I do know that is it redundant to have them in the config file AND the Windows Properties. It's just that setting Windows to 192.168.1.1 (option router in the Config file) didn't work. Again, will work on cleaning this method up and simplifying.
-Cybie
Thought I would give this a try today after re-rooting. I had no luck getting connected with the 4g hotspot app.
On my phone the file was in /data/misc/dhcp/ and the values were already correct in the file.
I tried changing the dns to a public one and back - neither worked.
I tried moving the file to /data/misc and it didn't work.
My ipad seems to connect ok but hangs trying to lease an ip address. Reloaded v6 tot and upgraded to non-rooted gingerbread and the app works again.
Is it possible you changed something else?
I'm glad it's working for you. Wish I could get it working as this is the only thing keeping me stuck on a non-rooted phone.
displacedbuck said:
Thought I would give this a try today after re-rooting. I had no luck getting connected with the 4g hotspot app.
On my phone the file was in /data/misc/dhcp/ and the values were already correct in the file.
I tried changing the dns to a public one and back - neither worked.
I tried moving the file to /data/misc and it didn't work.
My ipad seems to connect ok but hangs trying to lease an ip address. Reloaded v6 tot and upgraded to non-rooted gingerbread and the app works again.
Is it possible you changed something else?
I'm glad it's working for you. Wish I could get it working as this is the only thing keeping me stuck on a non-rooted phone.
Click to expand...
Click to collapse
Ok, so here's what I did after reading your post:
1 - Corrected the path (Sorry, it was late and I missed that /dhcp portion of the path).
2 - Deleted "option router 192.168.1.1" from udhcpd.conf file
3 - Deleted "option dns x.x.x.x x.x.x.x" from udhcpd.conf file
Set Windows up with the Following:
Static IP : 192.168.1.2
Subnet : 255.255.255.0
Gateway : 192.168.1.1
DNS Servers : 4.2.2.1 & 4.2.2.2
That worked.
So, what I am seeing if I try to use DHCP on Windows is that the 4gHotSpot gives the computer 192.168.16.x addressing even though the config file is set to give out 192.168.1.x addresses (x=2 through 254). It also gives Windows 3 DNS servers that are local IP addresses and will never go anywhere.
What to do now? Figure out what is being changed with the Custom ROMs that is causing the app to act like that. In fact, it will act like that when I restore back to Stock GB Rooted via restore from backup in CWM, but I have yet to test deleting the config file and restarting 4gHotSpot to test. I will do that over the weekend as I don't have a lot of time I can have my phone down during week. But I do plan to up to the GingerVolt1.3 tonight.
As of right now, I am using my windows machine connected to the 4gHotSpot App to write this post. Also, I don't know about the iPhone/iPad and possible settings. If you can Force (Set a Static IP) then follow what I did up above, but you will also need to set the DNS servers and not sure you can do that on an Iphone/iPad.
The DNS Servers I listed are found on a public list and are also said to be Verizon DNS servers...
The other problem I found and is an issue with the app, is using auto b/g/n will cause the hotspot to lose connectivity. When in that mode, I connect at 65Mbps, but it drops down to 6Mbps and stalls and fluctuates. I set it to 'g' only and get a SOLID 54Mbps connection just like the tether apps.
SPEED TEST Results: 18.35 Mbps Down, 10.66 Mbps Up without a glitch.
Obviously this app works with DHCP addressing as STOCK. So, I will begin my Android Development with figuring out one of two things. Either get this app to work as it's supposed to, or create a root app with 'Infrastructure' based on whatever I can find in the coding for this app if I can figure out a way to decode it.
I personally hate the idea that you can't connect other android devices to AdHoc and also annoys me to have to manually connect Windows since it doesn't seem to have the ability to automatically connect to AdHoc Networks. Linux does perfectly fine with auto connect AdHoc, go figure. Android is Linux Based, yet can't AdHoc, but provides an AdHoc as an access point for other devices. weird, lol.
Let me know if any of this helps, but do know I am going to continue to figure this out. I'm sure de-odexing the app had something to do with it as I'm sure Verizon did their best to keep this app from being hacked for free HotSpot service.
-Cybie
Thanks for the detailed response.
I'm going to try again. I won't be able to try until tonight or tomorrow morning when I have time to play with it and roll back if necessary.
I'll let you know if it works or I find out anything else.
Before you install a ROM and have the app working, try connecting your computer and get the values (ip, dns, gateway, etc.) That the app dhcp assigns and post that. Rooting the phone alone shouldn't break the app either. By getting those values posted, would help and also save me from downgrading just for that purpose. Knowing that it works with without a mod is one thing,. So my focus is working on getting it to function with a modded ROM.
It's strange that i can get the app to work if i force the connecting device to values (static settings), but this doesn't help with certain devices and needs to connect via dhcp.
-Cybie
Sent from my VS910 4G using XDA App
from unrooted:
ip: 192.168.1.2
subnet: 255.255.255.0
router 192.168.1.1
dns 66.174.95.44, 69.78.96.14
search domains: local
Still haven't retried the root and may need to wait another day or so until I have some more time
displacedbuck said:
from unrooted:
ip: 192.168.1.2
subnet: 255.255.255.0
router 192.168.1.1
dns 66.174.95.44, 69.78.96.14
search domains: local
Still haven't retried the root and may need to wait another day or so until I have some more time
Click to expand...
Click to collapse
These number are from your connected device? What device are you connecting that give you such numbers? I'm not familiar with the iPad and how it displays connection details. Is that what that is from?
I'm still able to connect after updating to GingerVolt1.2 and manually installed 4gHotSpot app. I just got home with little time to work on this project for the night, so I will update what I can if any changes in getting things to work.
-Cybie
those numbers were from an ipad connected via dhcp.
I'll see if I can use a laptop at work today to see the values I get connecting from a laptop. Should be the same I would imagine.
I will retry rooting the stock rom tonight and see what happens.
displacedbuck said:
those numbers were from an ipad connected via dhcp.
I'll see if I can use a laptop at work today to see the values I get connecting from a laptop. Should be the same I would imagine.
I will retry rooting the stock rom tonight and see what happens.
Click to expand...
Click to collapse
Sounds good. Those numbers will help.
I will add, though, that someone posted a way to get the wifi tether to work with the Revolution, here in the forum. The problem, though, is that it's connection via 'n' mode, which would be great, except it drops out. If you try to download something that's fast (or going to speedtest sites), you will find that that happens and what everyone is complaining about the HotSpot app not working. All that needs to be done is changing it to 'g' only mode and a solid connection.
Anyhow, I will see if I can figure out how to get that app working on 'g' only mode also, and if I do, then I will just use that app instead. Otherwise, I plan to continue to figure out the 4gHotSpot App
-Cybie
Cybie,
Glad to see someone's tackling this...I don't suppose your work here could be applied in a way that would make this app work for those who don't pay for the mobile hotspot?
I am waiting on a replacement Revo to arrive in the mail, should be here tomorrow or Saturday. Any values I can pull that might be of use to you before I get happy with flashing roms, rooting, etc?
I find that the OpenDNS nameservers tend to work pretty well everywhere I use them, if you wanted to give them a try:
Primary: 208.67.222.222
Secondary: 208.67.220.220
jamRwoo said:
Cybie,
Glad to see someone's tackling this...I don't suppose your work here could be applied in a way that would make this app work for those who don't pay for the mobile hotspot?
I am waiting on a replacement Revo to arrive in the mail, should be here tomorrow or Saturday. Any values I can pull that might be of use to you before I get happy with flashing roms, rooting, etc?
I find that the OpenDNS nameservers tend to work pretty well everywhere I use them, if you wanted to give them a try:
Primary: 208.67.222.222
Secondary: 208.67.220.220
Click to expand...
Click to collapse
Sorry for the delay. Been working extra hours at work and haven't had the energy to do much with this past couple days.
Anyhow, no, I don't intend to try to get it working for those who do not pay. Why? There are apps out there for this and the only reason I was trying to get this to work properly was for the fact that it would be nice to have the proper connection for those who do pay. I say that because the HotSpot app actually has a faster wifi connection (using n mode) than the tether (root) apps out there, with the exception of the one posted at:
http://forum.xda-developers.com/showthread.php?t=1339150
Unfortunately I am having the same issue with the HotSpot and that app (using infrastructure mode) when connecting. They both to link up at 65Mbps. In fact, I got 72Mbps with the wifi Tether app from the link, but like the HotSpot app, I have issues with the connection dropping out using 'n' mode.
The HotSpot app will allow you to set it to 'g' only mode, though only get a 54Mbps link speed, but sustains a solid connection with no drop outs. Others say they don't have that issue, so it may just be my wifi adapter??? I am going to test it on my laptop, but if I remember, I did have that same issue with the laptop, so maybe it's just my phone??
Either way, I am going to be doing what I can to get 4gHotSpot to work correctly with rooted/modded ROMs. Strange thing is, rooted, it still works fine. After installed modded ROM, it fails to work. And if I restore back to factory rooted via CWM, it still doesn't work. You actually have to restored/flash back to total stock. After that, you can root with it working, but not after installing a ROM.
-Cybie
Any luck with the fix?
OK, so I read that your hotspot worked fine after rooting, but stopped with the ROM was changed.
I rooted my phone yesterday, using the one button method. I have not modified the phone beyond this change. As far as I can tell the only functionality problem I have is with the hotspot.
The tether method continues to work (as I am using it right now). The hotspot does make a wifi connection to my devices but there never is any received data from the network.
Please help, any ideas on what I should look at or change?
Thanks ahead of time.
Steve
ALTANertive said:
Any luck with the fix?
Click to expand...
Click to collapse
I've been doing testing. Please read below for some more of my findings.
sgschwend said:
OK, so I read that your hotspot worked fine after rooting, but stopped with the ROM was changed.
I rooted my phone yesterday, using the one button method. I have not modified the phone beyond this change. As far as I can tell the only functionality problem I have is with the hotspot.
The tether method continues to work (as I am using it right now). The hotspot does make a wifi connection to my devices but there never is any received data from the network.
Please help, any ideas on what I should look at or change?
Thanks ahead of time.
Steve
Click to expand...
Click to collapse
I've noticed something very strange with the HotSpot and Rooting.
If you root, the HotSpot continues to work. But, if you reboot after rooting, that's when the failures begin. So, I am thinking that the files are being overwritten. I've been able to test with clean root, root with tether app, and restore without root.
Without root, the HotSpot continues to work fine as I have been using it for the past two weeks as I need it for my new WiFi Tablet. There is the WiFi app the allows for Infrastructure, but that also allows devices to connect via N-Mode, where I have issues of the data dropping out. Forcing b/g only on my HotSpot app, I have very reliable service.
I am planning (after my trip) to root my phone, copy some DHCP files before ANYthing can be changed and before rebooting. Comparing these files and seeing if anything changes there. If so, that will allow me to create a simple app to restore these files back to stock, either automatically, or through 'starting' of the app.
I haven't forgotten about this issue and It's something that I am needing to figure out. The problem is time right now. For the past few months, I had to work a job in order to keep bills paid. That job took a lot of my hours I used to have to figure things out. I am going to be having limited time available, but do plan to work on it some more in the next few weeks, especially since i want my Tablet to work flawlessly with my phone, as that is my ONLY source of internet and I DO pay for the HotSpot service.
-Cybie
Thanks for the update.
Like you I also pay for the 4g hotspot. I jumped on it when they offered the unlimited for $30.
Now that I've tried the gingervolt rom and the supercharger script I don't think I can go back. It just feels like a totally different phone.
I haven't had as much need for it recently so I haven't tried one of the other tethering apps.
Thanks for plugging along on this.
Yes, thanks for looking at this.
Here is some more observations:
Using your set ip and other setting I can get the hotspot to work. Two of my devices are not able to set a fix address without rooting them. So they do connect but only my PC will download a web page.
Here is the address my Revo is setting on the other two devices: 192.168.16.30 and .31.
Ok, so here's an update to this issue.
I have tracked the problem down to a failure to write to the udhcpd.leases file within the /data/misc/dhcp folder.
So, I did some searches on the net about a few things, but there's not much information regarding the "paid" HotSpot feature vs the (Root) Tether Apps.
What I did comes across, though, is there seems to be some sort of issue with certain versions of busybox relating to the udhcpd.conf. I also found the file that gives the 192.168.16.x addresses. But, by the time I found it, the phone already goofed up the HotSpot app settings and things weren't working. So, next round of factory restoring via LGNPST/Tot, I will seek into that and see what I can find out.
It's weird that the 4g HotSpot app will work flawlessly on the initial boot (Rooted, ROM'd, and even OC'd). But, after a reboot of the phone (once or twice), it becomes corrupted and non-working. It's going to be related to some sort of permissions issue and some file that is able to be corrupted/changed with the root/superuser access. I had similar results with fresh restore and JUST root, so the ROM's have nothing to do with it as far as I am concerned at this point.
In case you might ask. I Refreshed phone to total stock, rooted, and then, all at one shot, installed Gingervolt 1.3, OC, and Hotspot before rooting phone. HotSpot worked fine until the next reboot, where it did work for a few minutes then Kaboom! Nodda.
If someone can access (pull) the /system/var/lib/misc/udhcpd.leases file from a fresh stock phone, or even first-time booted, rooted phone, I would appreciate that as this file may be something in question, but my file was already changed by the time I found it.
-Cybie
I love to help but mine isn't working either. Can you get me started on returning the phone back to stock? I did install a backup util, and ran it first thing after rooting. But I am guessing that wasn't soon enough.
I will take a look at the file I have, I will try the two viewers I have, not sure if they will work.
I did run a restore, and the hotspot did work afterwards. My signal is very weak -110 dBm right now so if you can tell me how to copy/view the file I can get it for you (I did check my tools and could find the file but could not view it, I tried to email it to myself but the encoder couldn't handle it).
By the way, are you aware of a bug in the hotspot, tethering. When you turn off the hot spot and start tethering the hotspot comes back on and tethering will not start. It take a phone power turn to fix it.
sgschwend said:
I love to help but mine isn't working either. Can you get me started on returning the phone back to stock? I did install a backup util, and ran it first thing after rooting. But I am guessing that wasn't soon enough.
I will take a look at the file I have, I will try the two viewers I have, not sure if they will work.
I did run a restore, and the hotspot did work afterwards. My signal is very weak -110 dBm right now so if you can tell me how to copy/view the file I can get it for you (I did check my tools and could find the file but could not view it, I tried to email it to myself but the encoder couldn't handle it).
Click to expand...
Click to collapse
EDIT: When you copy these files, Don't view them until you zip up a copy first. They could potentially get corrupted. not likely, but with the way it's going with this 'project', who knows.
adb pull /data/misc/dhcp datadhcp (This will copy files from phone to a created directory called datadhcp)
Also, and more importantly, this is what I am really wanting:
adb pull /system/var/lib/misc varmisc (copies to created varmisc folder)
AND
adb pull system/etc/dhcpcd dhcpcd (copied to dhcpcd folder)
The created folders and files will be in the same 'dos' directory you have adb in. You can use the folder in which the all in one root is from MT if you are wondering where to get that by any chance.
Those would be a big help in getting thing figured out. At least, if those are the culprits.
NOTE: In order to have non-corrupted files, these have to be pulled from a fresh restore via LGNPST / Tot method. A restore via nandroid backup will not work. those files, once corrupted, seem to remain so, even after a restore for some odd reason, unless you were lucky enough to not have them corrupted prior to backing up, which would likely mean you rooted, rebooted into recovery and backed up before rebooting into your phone.
By the way, are you aware of a bug in the hotspot, tethering. When you turn off the hot spot and start tethering the hotspot comes back on and tethering will not start. It take a phone power turn to fix it.
Click to expand...
Click to collapse
Please clarify on this. Are you referring to starting the 4gHotSpot, shutting it down, and then starting a (root) Tether App??? If so, I haven't really had that issue because once I have to use the root apps to tether with, that usually means my HotSpot won't work at that point. I will say, however, I have had an issue where the HotSpot didn't want to shut down. I just go into Services/App Management and force a shutdown instead of a reboot. A bit quicker....
-Cybie
I will take a run at copying this stuff later today.
On the hotspot bug. Even before rooting, or upgrading to GB there was this bug, and it is still there after GB.
Once the hotspot has been started and then the user shuts it down it appears to shut down. Then the tethering (the application that came with the phone) is initiated it looks like it is tethering but the hotspot icon comes on after the phone has finished tethering and indeed it is running that way too.
I tried this five time last night: Restored the hotspot both application and data (titanium app), installation part of the application would fail but T said it was complete. Launched the application and two of the five times the PC had the correct IP address, the other three times it had the corrupted ones. Also when the PC did come up correctly the second device's IP address was corrupted. So I may need to fiddle a bit to fine the uncorrupted files after restore.
Perhaps someone else could help with copies the files too?
Hi guys, running a stock rooted rom and have been using TrevE mod to tether with and everything had been working fine. I decided to play with the different setup methods tonight. Out of curiousity I choose the native framework tether, which attempted to use the built in hot spot, which I kinda figured it would do and it of course failed. The problem now is that Ad-hoc will not work. Tried restarting phone, reinstalling app, even re-flashed my current rom and it still will not work. Its like choosing the native framework tether borked something up. Using the same settings I was using previously. Generic ICS/JB profile, adhoc setup and encryption. The encryption failes now too. So been trying without encryption and tried other profiles, but no luck. Short of installing a different rom, anyone have any ideas?
If it isn't broke, why fix it?
Sent from my HTCONE using xda app-developers app
gk1984 said:
If it isn't broke, why fix it?
Sent from my HTCONE using xda app-developers app
Click to expand...
Click to collapse
Lol, well it did allow me to figure out how to tether to my PS3, but yea I kinda wish I hadn't played with it as much. Knew it might cause trouble. Oh well, got OMJ's rom downloaded and will install tonight to see what happens.
im glad there was a recent thread with this issue, im currently having issues getting the tether app to work. it connects but it doesnt load any pages at all. have both profiles generic ics/jb waln0/wlan1, havent used all the channels yet but at least half of them, with wifi driver checked and unchecked, changed the IP and still no luck. Any ideas on what settings will work or if theres a new APK, i cant figure out what the problem could be. thanks
Well, I got my problem figured out. I was just an idiot. I ended up wiping everything and returning to stock, but my problem ended up being a wrong setting in wifi tether. I wasn't using auto for my setup-method, I kept manually selecting ad-hoc which was my problem. Oh well, it was a learning experience, now I now how to un-brick my phone if needed.
Tlalok08 said:
im glad there was a recent thread with this issue, im currently having issues getting the tether app to work. it connects but it doesnt load any pages at all. have both profiles generic ics/jb waln0/wlan1, havent used all the channels yet but at least half of them, with wifi driver checked and unchecked, changed the IP and still no luck. Any ideas on what settings will work or if theres a new APK, i cant figure out what the problem could be. thanks
Click to expand...
Click to collapse
Are you rooted? Are you using the TrevE mod version of the wi-fi tether app? Here are my settings: Profile = Generic ICS/JB (wlan0), Setup method = Auto for PC use or I use Hostapd when connecting to my PS3 (usually have to reboot phone when changing), Channel = 1 and WiFI- driver reload checked. If you start tethering with these settings and you get a message from WiFi tether stating that it started with errors, you may need to reboot you phone, that always does the trick for me.
Sorry to resurrect an old thread, but I can't get WiFi Tether working at all on my stock, rooted HTC One. I've used pretty much every combination of settings out there, and I've restarted, reinstalled, and tried several versions of the APK (including TrevE mod), but I always get the message that the tethering 'Started with Errors." When I check the log, pretty much everything fails, although the number of failures changes depending on my settings. The most common settings online are as follows, and these are what I've tried most often:
Profile: Generic ICS/JB (wlan0)
Setup Method: Auto
WiFi-driver reload: Unchecked
WiFi-driver reload 2: Checked
MSS Clamping: Checked
Routing Fix: Checked
Anyone have ideas? Much appreciated, as using WiFi Tether is honestly one of my favorite reasons for rooting!
abeln2672 said:
Sorry to resurrect an old thread, but I can't get WiFi Tether working at all on my stock, rooted HTC One. I've used pretty much every combination of settings out there, and I've restarted, reinstalled, and tried several versions of the APK (including TrevE mod), but I always get the message that the tethering 'Started with Errors." When I check the log, pretty much everything fails, although the number of failures changes depending on my settings. The most common settings online are as follows, and these are what I've tried most often:
Profile: Generic ICS/JB (wlan0)
Setup Method: Auto
WiFi-driver reload: Unchecked
WiFi-driver reload 2: Checked
MSS Clamping: Checked
Routing Fix: Checked
Anyone have ideas? Much appreciated, as using WiFi Tether is honestly one of my favorite reasons for rooting!
Click to expand...
Click to collapse
I updated to software version 1.31.651.2 a few weeks ago and re-rooted. I think that's when wifi tether stopped working for me too. Are you running 1.31.651.2? Anyone on 1.31.651.2 able to wifi tether? What version of the wifi tether app are you using?
---------- Post added at 01:18 AM ---------- Previous post was at 01:08 AM ----------
mikebel3 said:
I updated to software version 1.31.651.2 a few weeks ago and re-rooted. I think that's when wifi tether stopped working for me too. Are you running 1.31.651.2? Anyone on 1.31.651.2 able to wifi tether? What version of the wifi tether app are you using?
Click to expand...
Click to collapse
I think I was able to get it working. Download the newest experimental version of wifi tether here (https://code.google.com/p/android-w...v3_4-experimental1.apk&can=2&q=label:Featured) WiFi Tether for Root Users 3.4-experimental1 *** EXPERIMENTAL ***
In settings, change the following:
Change Device Profile = Generic ICS/JB (wlan0)
Change Setup-Method = Auto
WiFi-driver reload should be checked
MSS Clamping and Routing fix should be checked (mine was already checked)
That did it for me. Good luck.
mikebel3 said:
I think I was able to get it working. Download the newest experimental version of wifi tether here (https://code.google.com/p/android-w...v3_4-experimental1.apk&can=2&q=label:Featured) WiFi Tether for Root Users 3.4-experimental1 *** EXPERIMENTAL ***
In settings, change the following:
Change Device Profile = Generic ICS/JB (wlan0)
Change Setup-Method = Auto
WiFi-driver reload should be checked
MSS Clamping and Routing fix should be checked (mine was already checked)
That did it for me. Good luck.
Click to expand...
Click to collapse
I'm glad to hear you got yours running -- that's awesome! Unfortunately, none of the above worked for me. I had actually already tried that version, but I tried again for the heck of it (already had the APK in my downloads folder, so it was quick). Anyone else had this issue and gotten it resolved? I have software version 1.29xxx in case that's helpful.
I had it stop working for me too. I ended up doing a full factory reset without restoring anything to fix it
Sent from my HTCONE using xda app-developers app
I just want to add that the experimental version worked for me also on the HTCOne with the settings above. Thanks.
HTCOne 1.31
I updated to 4.3 and noticed wifi tether no longer works. I tried the changes mentioned in OMJ's Bad Boyz Rom but when I start the app it says started with errors. Wifi works but I can't secure my network any advice?
Sent from my HTCONE using xda premium
robshabazz said:
I updated to 4.3 and noticed wifi tether no longer works. I tried the changes mentioned in OMJ's Bad Boyz Rom but when I start the app it says started with errors. Wifi works but I can't secure my network any advice?
Sent from my HTCONE using xda premium
Click to expand...
Click to collapse
My WiFi Tether also does not work after the 4.3 update. Laptop does not even see the AndroidTether connection. When I stop the WiFi tether connection, I get an error saying that the phone is in an unknown state and told to restart the phone.
4.3 tether people come join us
http://forum.xda-developers.com/showthread.php?t=2467651
I'm running OMJ's ROM and using WiFi Tether TrevE Mod "Version 3.2-beta-modv5-***Synergized***"
Okay so even with the settings that everyone recommends for the HTCone, and a few modifications, I still cannot get the blasted thing to work.
Settings I've tried:
Profile: Generic ICS/JB(wlan0)
Setup-Method: Auto
Encryption ON (p/w is the correct format AFAIK, about 12 lowercase letters no numbers, similar to the default)
Changed SSID to "HTCone" no spaces
Wifi Driver Reload (1) checked
MSS Clamping checked
Routing Fix checked
With those settings, I can't even get it to broadcast. It says it's running but no devices can find it. It simply isn't there.
If I disable Wifi Driver Reload (1) it begins broadcasting. However, when I attempt to connect, the second device just sits there at "Obtaining IP Address..." for about 90 seconds then retries and gets stuck at "Authenticating" then back. An endless loop never resulting in a connection.
The most frustrating thing about this is that it was JUST working the day before. I didn't touch ANYTHING and it just decided to take a dump.
Addendum: I was looking at the notes in the bottom of the ABOUT screen and I noticed the updates are quite old. Is it possible I have an old version that doesn't work with the HTC One? I got it from QBKING77's website.
Happened to me and don't have an answer. I wiped and didn't restore anything to resolve it. Restoring data broke it again.
Sent from my HTCONE using xda app-developers app
I followed this guide that worked for my Note II and I have no problems. I'm typing this message from my laptop tethered to my ONE. I have WiFi-driver reload 2 checked.
gk1984 said:
Happened to me and don't have an answer. I wiped and didn't restore anything to resolve it. Restoring data broke it again.
Sent from my HTCONE using xda app-developers app
Click to expand...
Click to collapse
klbjr said:
I followed this guide that worked for my Note II and I have no problems. I'm typing this message from my laptop tethered to my ONE. I have WiFi-driver reload 2 checked.
Click to expand...
Click to collapse
I had no luck wiping the phone and re-installing the ROM. It was still FUBAR after the fresh flash of OMJ. What drives me NUTS about that is the fact that it was JUST working not 12hrs before it stopped working.
To give some more information as to the issue, it appears that checking either one (or both) of the Force Driver options causes it to not broadcast at all. If either of those two are checked, the hotspot isn't even visible to any device. If left unchecked, the hotspot becomes visible. However, upon trying to connect to the hotspot, it gets stuck in a loop of "Authenticating..." then "Obtaining IP address" which never results in a connection.
I've tried the options listed in that guide you posted, but to no avail.
So, at this point, I'm wondering if it's just because I'm using an outdated WiFi hotspot app. If anyone has one that's been updated since a little under a year ago, I'd appreciate a link. Thanks!
wolfbuck22 said:
I had no luck wiping the phone and re-installing the ROM. It was still FUBAR after the fresh flash of OMJ. What drives me NUTS about that is the fact that it was JUST working not 12hrs before it stopped working.
To give some more information as to the issue, it appears that checking either one (or both) of the Force Driver options causes it to not broadcast at all. If either of those two are checked, the hotspot isn't even visible to any device. If left unchecked, the hotspot becomes visible. However, upon trying to connect to the hotspot, it gets stuck in a loop of "Authenticating..." then "Obtaining IP address" which never results in a connection.
I've tried the options listed in that guide you posted, but to no avail.
So, at this point, I'm wondering if it's just because I'm using an outdated WiFi hotspot app. If anyone has one that's been updated since a little under a year ago, I'd appreciate a link. Thanks!
Click to expand...
Click to collapse
Not sure which one you are using but I'm using the one right from the Play Store v3.3 beta 2. You can also get it from here. I just went back to SWG 1.18 from a 4.2.2 ROM and reinstalled and all is good. Everything connects just fine using those settings from the link I posted earlier.
klbjr said:
Not sure which one you are using but I'm using the one right from the Play Store v3.3 beta 2. You can also get it from here. I just went back to SWG 1.18 from a 4.2.2 ROM and reinstalled and all is good. Everything connects just fine using those settings from the link I posted earlier.
Click to expand...
Click to collapse
In the first post I listed which version I was using. Unfortunately, even the newest version fails to work. I don't get this. Maybe it has something to do with the OMJ ROM and how close to stock it is. Perhaps I should try a different ROM.
This is a far cry from the CM7 ROM I had on my EVO which allowed me to tether perfectly all the time without the hassle. Maybe I'll try CM again on my One.
I'm gonna download & flash OMJ's ROM & see if I can recreate it. You running the latest version right?
Sent from my HTCONE using Tapatalk 4
klbjr said:
I'm gonna download & flash OMJ's ROM & see if I can recreate it. You running the latest version right?
Sent from my HTCONE using Tapatalk 4
Click to expand...
Click to collapse
There was some kind of minor update that just came through. Not sure what it was. I haven't installed it yet. My version is current as of a week ago.
wolfbuck22 said:
There was some kind of minor update that just came through. Not sure what it was. I haven't installed it yet. My version is current as of a week ago.
Click to expand...
Click to collapse
Sorry. I downloaded the latest yesterday but was playing around with flex's & hawk's 4.2.2 ports. I'm about to flash in a couple mins and will post my results.
Similar issue here
I'm having issues with wifi tether on my HTC One, as well. I can tell you that if you set the Device-Profile to "Auto," it will create an ad-hoc connection that my Windows 7/Ubuntu Studio desktop will recognize. Ubuntu recognizes it as a regular wifi hotspot, and connects automatically. Windows recognizes it as an ad-hoc connection, and I have to connect manually. My Samsung Galaxy Tab 3 does not see the connection at all, and neither does my LG Blu-Ray player. If I change the profile to Generic ICS/JB (wlan 1), then other devices see the connection, and will even attempt to connect to it, but there is never a successful connection with internet access. If I choose Generic ICS/JB (wlan 0), then nothing sees it as a viable connection. I am running the stock sense ROM, and have done no updates (so I'm still at JB 4.1). I can tell you that wifi tether errors frequently for me, and I have to reboot quite a lot. If I leave my phone broadcasting overnight, then in the morning wifi tether thinks that I don't have root, and gives me the "your phone is in an unknown state" error message; at that point, the only way to stop the wifi is to reboot.
So, I can make it work, for a limited number of devices. I would like to use it as a wifi connection for my tablet and my Blu-Ray player, however. I have searched quite a bit to try to figure this out, and I haven't been able to find a reliable answer. Any help would be appreciated. Thank you.
I got mine to work. Can surf the web, check email, etc. now the damn thing will not stream video. I am connected to 4g and speed test on my ipad verify it but won't stream. Pisses me off.
wolfbuck22 said:
I'm running OMJ's ROM and using WiFi Tether TrevE Mod "Version 3.2-beta-modv5-***Synergized***"
Okay so even with the settings that everyone recommends for the HTCone, and a few modifications, I still cannot get the blasted thing to work.
Settings I've tried:
Profile: Generic ICS/JB(wlan0)
Setup-Method: Auto
Encryption ON (p/w is the correct format AFAIK, about 12 lowercase letters no numbers, similar to the default)
Changed SSID to "HTCone" no spaces
Wifi Driver Reload (1) checked
MSS Clamping checked
Routing Fix checked
With those settings, I can't even get it to broadcast. It says it's running but no devices can find it. It simply isn't there.
If I disable Wifi Driver Reload (1) it begins broadcasting. However, when I attempt to connect, the second device just sits there at "Obtaining IP Address..." for about 90 seconds then retries and gets stuck at "Authenticating" then back. An endless loop never resulting in a connection.
The most frustrating thing about this is that it was JUST working the day before. I didn't touch ANYTHING and it just decided to take a dump.
Addendum: I was looking at the notes in the bottom of the ABOUT screen and I noticed the updates are quite old. Is it possible I have an old version that doesn't work with the HTC One? I got it from QBKING77's website.
Click to expand...
Click to collapse
Try to go to advanced settings at the upper right portion of the settings. Then click LAN Settings > Reset to default settings. I have the same problem with you. I've tried it and it worked.
So I am strongly considering the Moto X not that Verizon has Moto Maker and the 32GB verizon. The one thing I love on my current phone running CM10.2 is the ability to tether my laptop to it for internet access without getting charged extra by verizon while I travel. Usually in a monthly billing cycle when traveling with work I'll consume about 20GBs of data. Can I do this with the Moto X without getting charged tether fees? Do I need to root it to do this?
FYI: I'm i'm on an unlimited plan
If you root with RockMyMoto, yes..
For using Wifi Tether for Root app, see -> http://forum.xda-developers.com/showthread.php?t=2449534 You MUST use the specific version now linked in the first post, or it wont work.... In other words, do NOT get the version from the Play store. (I'm using this way with my Rooted X, also unlimited plan)
To use the built in tethering app see -> http://forum.xda-developers.com/showthread.php?t=2443562 (I haven't tried it, but there are many reports in that thread of it working).
If you don't want to root, then you could try Foxfi. Not sure if it works, I've never used it.
I have always used THIS, on multiple phones. I'm on the 3.3 beta 2 and it works fine. Go into settings, and make sure the device profile is Generic ICS/JB (wlan0), and check the WiFi driver reload, MSS clamping, and Routing fix options.
gokart2 said:
I have always used THIS, on multiple phones. I'm on the 3.3 beta 2 and it works fine. Go into settings, and make sure the device profile is Generic ICS/JB (wlan0), and check the WiFi driver reload, MSS clamping, and Routing fix options.
Click to expand...
Click to collapse
For some reason I couldn't get that version to work on my Verizon X. While the PC and tablet saw the X, it saw it as WLAN0, and never properly connected to the phone.
The thread I linked to has a patched version that works properly for me, including seeing the "hot spot" as the SSID I set on the phone, and letting the PC and tablet connect to the phone and get to the internet.
The x is awesome for one. All u gotta do is root and follow the thread to use built In tethering appreciate. Works great. Or better yet flash Nitro's eclipse ROM. Its all done and its a great rom
Sent from my XT1060 using xda app-developers app
KidJoe said:
For some reason I couldn't get that version to work on my Verizon X. While the PC and tablet saw the X, it saw it as WLAN0, and never properly connected to the phone.
The thread I linked to has a patched version that works properly for me, including seeing the "hot spot" as the SSID I set on the phone, and letting the PC and tablet connect to the phone and get to the internet.
Click to expand...
Click to collapse
I did notice the wlan0 where on the other device I had u could change it or use the ssid, but my tab and others will connect? The initial connection always funks up, usually just have to cycle WiFi from the device and cycle tether too. U try reboot, fix perms, and cache/dalvik wipes? Haven't tried modifying that system apk, heard about some issues and this never gives much, if any.
gokart2 said:
I did notice the wlan0 where on the other device I had u could change it or use the ssid, but my tab and others will connect? The initial connection always funks up, usually just have to cycle WiFi from the device and cycle tether too. U try reboot, fix perms, and cache/dalvik wipes? Haven't tried modifying that system apk, heard about some issues and this never gives much, if any.
Click to expand...
Click to collapse
I tried everything. Yes.
I liked the way wifi tether worked on my past phones. Using the patched copy found in this thread -> http://forum.xda-developers.com/showthread.php?t=2449534 , which is also needed for the GNex w/4.2, works just like it did on my Bionic, Thunderbolt, and other past phones. No issues. After initial config and allowing SU, just launch the app, tap to start tethering, go to my PC, Tablets, etc.. and connect and go.
The APK is originally from https://code.google.com/p/android-wifi-tether/issues/detail?id=1661#c109 however, I just noticed lower down in that discussion a patch was added to the experimental 3.4 ( https://code.google.com/p/android-wifi-tether/issues/detail?id=1661#c197 ) so I might try that.
I don't feel the need to mess with those system files to use the phone's built in tethering app. I don't have to. I only offered that because some were using it since Wifi Tether for Root wasn't working.
KidJoe said:
I tried everything. Yes.
I liked the way wifi tether worked on my past phones. Using the patched copy found in this thread -> http://forum.xda-developers.com/showthread.php?t=2449534 , which is also needed for the GNex w/4.2, works just like it did on my Bionic, Thunderbolt, and other past phones. No issues. After initial config and allowing SU, just launch the app, tap to start tethering, go to my PC, Tablets, etc.. and connect and go.
The APK is originally from https://code.google.com/p/android-wifi-tether/issues/detail?id=1661#c109 however, I just noticed lower down in that discussion a patch was added to the experimental 3.4 ( https://code.google.com/p/android-wifi-tether/issues/detail?id=1661#c197 ) so I might try that.
I don't feel the need to mess with those system files to use the phone's built in tethering app. I don't have to. I only offered that because some were using it since Wifi Tether for Root wasn't working.
Click to expand...
Click to collapse
editig one cell in the system settings to get the built-in hotspot app to work is hardly messing with the system files. i've done this on my last three phones and they've all worked flawlessly. plus the built-in app has decent security features.
640k said:
editig one cell in the system settings to get the built-in hotspot app to work is hardly messing with the system files. i've done this on my last three phones and they've all worked flawlessly. plus the built-in app has decent security features.
Click to expand...
Click to collapse
I know you read the one thread I posted a link to as you asked about doing the SQL edit, and posted a screen shot from your D4.. Its OP talks about replacing a bunch of APK files which are system files...
In Post #24 of that thread, thepolishguy the SQL tweak doesn't work.
... hence my saying I didn't want to mess with a bunch of system files.
Not to mention, side loading an APK and using it is easier. It might not be "cleaner" or seem as "integrated" but it works.
Awesome thanks everyone. I defintely plan on rooting my phone and installed xposed.