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?
Just today I noticed that the 3g data on my phone won't turn on.
I normally have my wifi on but when I go out of range the phone would auto switch to data plan.
Today it did not switch, tried putting the phone in flight mode and back out again but this did not help. Its been working fine up to now.
I have put nothing new on the phone or changed any settings so don't know why its all of a sudden stopped working.
Can anyone help??????
I had the exact problem last week and i resolved it by calling my mobile data provider,it turned out to be a problem with their servers
Sent from my GT-I9000 using XDA
Both comments make a lot of sense.....
I think I will get a replacement SIM card before messing with the phone. If that makes no difference then its a Settings change then a hard reset.
I hope to god the sim card change will do it.
OK here's where I'm currently at.
I tried a number of options to get it working with no success, then I did the following and it came back on.
1. Turned on WIFI
2. Set the phone to Flight Mode
3. Powered down the phone for about 5 Minutes
4. Powered it back up and waited for it to settle down.
5. Turned off flight mode (it asked for my PIN)
6. Put the PIN and it booted up with WIFI on.
7. Turned off WIFI and the Data came on right away.
I have since turned WIFI on and off and the data go's on and off as expected. I also checked my email and did a search on Google on the data plan and it loaded everything fine.
I'm keeping my fingers crossed it has sorted itself out.
I hope the above instructions will help someone with the same problem should it happen to them.
No access to Optus data
Hey guys,
Sorry to dig up an old thread but I've been having a similar issue.
Calls and SMS work fine but the data is 110% gone.
I previously had an Optus prepaid and I noticed that I could never get the data to work.
I have now switched to TPG...somewhat hoping that it'd be better, turned out the same (granted they are the same network).
I have tried fiddling around with different APNs and restarting the phone each time to no avail
Model GT-I9000
Modem XXJVU
Kernel 3.0.8-g54d09f2
[email protected] #1
Rom CM 9.0.0 stable
Any Ideas?
jetpack101 said:
OK here's where I'm currently at.
I tried a number of options to get it working with no success, then I did the following and it came back on.
1. Turned on WIFI
2. Set the phone to Flight Mode
3. Powered down the phone for about 5 Minutes
4. Powered it back up and waited for it to settle down.
5. Turned off flight mode (it asked for my PIN)
6. Put the PIN and it booted up with WIFI on.
7. Turned off WIFI and the Data came on right away.
I have since turned WIFI on and off and the data go's on and off as expected. I also checked my email and did a search on Google on the data plan and it loaded everything fine.
I'm keeping my fingers crossed it has sorted itself out.
I hope the above instructions will help someone with the same problem should it happen to them.
Click to expand...
Click to collapse
Tyvm it worked for me. I actually tried something similar like this the first time it happened but I didn't remember what exactly but now when you listed it, it seemed to work. Thanks alot
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.
I'm having connectivity issues with the wifi hot spot. I have a Moto X Developer Edition on Verizon with a grandfathered unlimited plan. I unlocked the bootloader and rooted. I ran the commands in this thread to load a new entitlement check apk, and everything looks like it's working. "Checking subscription status..." pops up briefly on load and then goes away. An access point is created and I can successfully connect to it with another device (Nexus 7). So far, everything looks exactly as it should.
The problem is there is no data. I can access data from the phone itself just fine, so I have a cellular data connection. If I disconnect the Nexus 7 and connect to the local wifi network, it gets data just fine, so the device itself is fine. When I try to hit any web page while connected to the Moto X's hotspot, I get the standard "This web page is not available." Trying to ping something from a terminal loses all packets.
It's acting as if the networks aren't bridged/routed properly on the phone. How do I go about troubleshooting this? Are there log files somewhere I can look at?
edit: I should also note that android-wifi-tether, which I used on my rooted HTC Thunderbolt previously, acts like it works fine, but there is no wifi access point broadcast/visible. I have no idea if the problems are related.
I have had a similar problem on my unrooted Moto X. Could use the tether and connect however no data could be transmitted and no web pages could be loaded.
To solve it all I did was go to settings and retype in my APN. I am on Koodo mobile with an unlocked Rogers Moto X so this solution might not work with you but it's just something I thought I could suggest. Hopefully this works! Best of luck.
Sent from my XT1058 using xda app-developers app
Unfortunately, it doesn't do anything for me. Did you have data on the phone directly before that? I thought the APN would affect all data, not just tethering.
On my VZW X Dev Ed, I have been successful using used the wifi_tether_v3_4-experimental1.apk from https://code.google.com/p/android-wifi-tether/
change device profile to galaxy nexus (cdma/lte)
check box: wifi-driver reload
check box: enabled routing fix
and it works fine. Sometimes its a little slower (like 20-30 seconds) to hit "start" until my laptop or ipad will see the hot spot, but it always works.
KidJoe said:
On my VZW X Dev Ed, I have been successful using used the wifi_tether_v3_4-experimental1.apk from https://code.google.com/p/android-wifi-tether/
change device profile to galaxy nexus (cdma/lte)
check box: wifi-driver reload
check box: enabled routing fix
and it works fine. Sometimes its a little slower (like 20-30 seconds) to hit "start" until my laptop or ipad will see the hot spot, but it always works.
Click to expand...
Click to collapse
Strange. I had tried that version of that app before, following some youtube video, same settings as you listed, but setting the device profile to generic ICS/JB (wlan0) and I could never see an access point created. Now when I go back and do it, the access point pops up fine. I can connect and get data.
It's a little quirky/buggy in that the AP name is always "wlan0" and changing the SSID doesn't change that. Also, I enabled encryption in the settings, but the connection remains open and unencrypted. That may just be part of the beta nature of the version of the apk. I used the non-beta release version in the Play Store on my HTC Thunderbolt and all that worked fine.
So it's functional if not ideal. I'll keep poking at it and will see if I can make sense out of the behavior I'm seeing. I'll post back if I learn anything.
icrf said:
Strange. I had tried that version of that app before, following some youtube video, same settings as you listed, but setting the device profile to generic ICS/JB (wlan0) and I could never see an access point created. Now when I go back and do it, the access point pops up fine. I can connect and get data.
It's a little quirky/buggy in that the AP name is always "wlan0" and changing the SSID doesn't change that. Also, I enabled encryption in the settings, but the connection remains open and unencrypted. That may just be part of the beta nature of the version of the apk. I used the non-beta release version in the Play Store on my HTC Thunderbolt and all that worked fine.
So it's functional if not ideal. I'll keep poking at it and will see if I can make sense out of the behavior I'm seeing. I'll post back if I learn anything.
Click to expand...
Click to collapse
The version apk and settings I listed allow me to change the ssid and use encryption. In fact using that got it working on my X like it did on my thunderbolt.
KidJoe said:
The version apk and settings I listed allow me to change the ssid and use encryption. In fact using that got it working on my X like it did on my thunderbolt.
Click to expand...
Click to collapse
Something didn't turn off properly. Attached is the battery graph while it was plugged into my computer (an admittedly low current charging source). I saw my phone reboot just before I had to leave, cursed it for being too early for random reboots (the TB did a lot of that). Turns out tethering draws significantly more than 500 mA, killed the phone, which turned off, then recharged to 3% and rebooted, and that's what I saw.
Whatever that application does doesn't get logged by the Android battery monitor, as it was definitely the primary drain, but doesn't show up in battery settings. I don't think it did on my TB, either. It also didn't log data usage on the TB (haven't used enough on the X to tell yet). Seems like that application lives in a pocket outside what Android itself is set up to log. Is that a factor of most root applications?
icrf said:
Something didn't turn off properly. Attached is the battery graph while it was plugged into my computer (an admittedly low current charging source). I saw my phone reboot just before I had to leave, cursed it for being too early for random reboots (the TB did a lot of that). Turns out tethering draws significantly more than 500 mA, killed the phone, which turned off, then recharged to 3% and rebooted, and that's what I saw.
Whatever that application does doesn't get logged by the Android battery monitor, as it was definitely the primary drain, but doesn't show up in battery settings. I don't think it did on my TB, either. It also didn't log data usage on the TB (haven't used enough on the X to tell yet). Seems like that application lives in a pocket outside what Android itself is set up to log. Is that a factor of most root applications?
Click to expand...
Click to collapse
I don't see that problem. When I use it, I just get regular draw as if I'm viewing a movie on my phone via Netflix. Stopping and exiting the wifi tether app does seem to exit it and end battery draw.
I'm using stock 4.4 on my VZW Dev X. I rooted via unlocking the booloader, installing TWRP, booting to TWRP and installing/flashing SuperSU.
Other option is grab the APK in this thread -> http://forum.xda-developers.com/showthread.php?t=2449534&page=2 and use it. And actually, that thread has you also check wifi-driver reload 2.