hi, ever since the storm i am unable to browse the internet while on 4g (3g an wifi work).
when i run ifconfig i get an ip address for uwbr0. also i am able to ping ip addresses like ping 64.235.229.141 however when i try to ping an address like ping www.02144.com i get an error ping: bad address 'www.02144.com'.
i think the problem is with dns; how can i manually assign the dns server in android ?
thanx,
edit: i see this: # getprop
...
[dhcp.uwbr0.dns1]: [68.28.105.132]
i tried to ping it from my fedora pc:
Code:
[[email protected] ~]$ ping 68.28.105.132
PING 68.28.105.132 (68.28.105.132) 56(84) bytes of data.
^C
--- 68.28.105.132 ping statistics ---
21 packets transmitted, 0 received, 100% packet loss, time 20000ms
not sure how to change it ? (i'm running unnamed rom in case it matteres)
My guess is that your wimax tower most likely got knocked down during the storm.
borkan said:
My guess is that your wimax tower most likely got knocked down during the storm.
Click to expand...
Click to collapse
thanx, that makes sense to me too but the same thing is happening about 25 miles away (center city philadelphia). anyone else in the area experiencing the same or is my fone fubar ?
i am able to browse the internet on my fone using 4g only if i know the ip.
i would like to experiment with trying different dns's (like open-dns: 208.69.38.205 or google: 8.8.8.8) but i dont know where to enter those settings.
i know on fedora i would edit this file:
Code:
[[email protected] ~]$ cat /etc/resolv.conf
# Generated by NetworkManager
nameserver 192.168.1.1
but i get 'no such file or directory' on my galaxy.
schneidz said:
thanx, that makes sense to me too but the same thing is happening about 25 miles away (center city philadelphia). anyone else in the area experiencing the same or is my fone fubar ?
i am able to browse the internet on my fone using 4g only if i know the ip.
i would like to experiment with trying different dns's (like open-dns: 208.69.38.205 or google: 8.8.8.8) but i dont know where to enter those settings.
i know on fedora i would edit this file:
Code:
[[email protected] ~]$ cat /etc/resolv.conf
# Generated by NetworkManager
nameserver 192.168.1.1
but i get 'no such file or directory' on my galaxy.
Click to expand...
Click to collapse
hi, this was the solution:
Code:
# setprop net.dns1 8.8.8.8
# setprop dhcp.uwbr0.dns1 8.8.8.8
http://butterflydroid.wordpress.com/2011/10/19/getprop-and-setprop-on-build-prop-android/
schneidz said:
hi, this was the solution:
Code:
# setprop net.dns1 8.8.8.8
# setprop dhcp.uwbr0.dns1 8.8.8.8
http://butterflydroid.wordpress.com/2011/10/19/getprop-and-setprop-on-build-prop-android/
Click to expand...
Click to collapse
this worked for a little while. i just tried to do a search and it timed out. i went into connectbot to confirm the dns settings via getprop and they magically reverted back to 68.28.105.132 .
not sure what my fone is running that is messing with my dns settings.
schneidz said:
hi, this was the solution:
Code:
# setprop net.dns1 8.8.8.8
# setprop dhcp.uwbr0.dns1 8.8.8.8
Click to expand...
Click to collapse
Ahh the magic Google DNS
Troupster said:
Ahh the magic Google DNS
Click to expand...
Click to collapse
actually i just discovered that open-dns seems faster. this quick-and-dirty hax seems to prevent the dns setting to reset:
Code:
/data/data/berserker.android.apps.sshdroid/home # cat dns.ksh
#!/sbin/sh
while [ 1 ]
do
setprop net.dns1 208.69.38.205
sleep 100
done
Can't Even Test
I can't even test my 4g as Sprint doesn't have 4g in my area...LAME!
I'm in the same situation as you. I live in Center City as well
aagiants said:
I'm in the same situation as you. I live in Center City as well
Click to expand...
Click to collapse
so did my solution work for you (changing dns servers) ?
wow
seems to that if that is a general question, i still dont know anything... good luck mate
I have the same issued with my phone 4g not working what so ever
Sent from my SPH-D710 using xda app-developers app
smartguy10 said:
I have the same issued with my phone 4g not working what so ever
Sent from my SPH-D710 using xda app-developers app
Click to expand...
Click to collapse
was it working before hurricane sandy ? did changing the dns server to either open-dns or google-dns allow you to browse using 4g ?
thanks,
schneidz said:
was it working before hurricane sandy ? did changing the dns server to either open-dns or google-dns allow you to browse using 4g ?
thanks,
Click to expand...
Click to collapse
after about 10 days i am now able to browse 4g by using sprints dns server... i no longer have to switch to open-dns or google-dns in order to browse the internet but it is nice to have the option when its needed.
#firstworldproblems
I just experienced it this issue during the weekend, same behavior.
This morning the DNS seems to be working, perhaps a glitch on Sprint DNS server 68.28.105.132...
Related
ROM: Fresh 3.1.0.1
KERNEL: netarchy 4.0.1
I have my 4G turned off, and I just happened to be browsing my logcat (using aLogcat) and saw these interesting entries:
I/Wimax ( 332): <DC> Try to establish a connection to DC server.
E/Wimax ( 332): <DC CONNECT> IO error: msg='/127.0.0.1:7771 - Connection refused'
****That occurs multiple times****
Anyone else seen this? Why is it happening?
I have seen that a lot on my phone. I thought it was related to the Damage Control ROM I was running, but I never really researched it too much.
That is normal.
Sent from my PC36100 using XDA App
Yeah, it clutters up logcat, but it doesn't cause any battery drain or anything. If you're trying to debug something and those messages are getting in the way just power the phone off with 4g turned off. When it comes back up it won't scroll those messages.
It's sloppy on HTC's part...but it doesn't seem to be a big deal.
Babble0n said:
I have seen that a lot on my phone. I thought it was related to the Damage Control ROM I was running, but I never really researched it too much.
Click to expand...
Click to collapse
Yeah - I thought so too - but there are a number of apk's in the \system\app directory that have DC in front of them but I am using Fresh's ROM - so I am not sure why they're there - I don't think he used DamageControl as his base....
sdc177 said:
That is normal.
Click to expand...
Click to collapse
Ok..... anyone know why? If it's continuing to keep trying to connect to a server using Wimax - why? and why is it trying to go to 127.0.0.1:7771?
ZombieReagan said:
Yeah, it clutters up logcat, but it doesn't cause any battery drain or anything. If you're trying to debug something and those messages are getting in the way just power the phone off with 4g turned off. When it comes back up it won't scroll those messages.
It's sloppy on HTC's part...but it doesn't seem to be a big deal.
Click to expand...
Click to collapse
My 4G starts up automatically when I boot....
Perhaps you should go to the Q&A board.
Sent from my PC36100 using XDA App
sdc177 said:
That is normal.
Click to expand...
Click to collapse
sdc177 said:
Perhaps you should go to the Q&A board.
Click to expand...
Click to collapse
Perhaps I will and perhaps I will get better answers than 3 and 8 word answers. Assumed this would be a development question/issue....
Yeah you're right, the Q&A board is just for asking what peoples favorite colors are, etc.
Sent from my PC36100 using XDA App
sdc177 said:
Yeah you're right, the Q&A board is just for asking what peoples favorite colors are, etc.
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
If you're asking - blue.
The 127.0.0.1 IP address is a local loopback, a lot of linux services, modules run in a local loopback. I wouldn't think this is much but don't know why something that is turned off could be trying to connect to something.
Something else on the phone may be dependent on starting that package/module for some other reason causing it to try to connect.
weehooherod said:
Lol you must have SwitchPro installed. Is auto 4G enable at boot a bug or feature?
Click to expand...
Click to collapse
ya, its a bug. the same thing happens with the 4g toggle app a member here wrote and released. He hasnt been able to fix his yet either.
http://forum.xda-developers.com/showthread.php?t=695056&highlight=toggle
spankmaster said:
ya, its a bug. the same thing happens with the 4g toggle app a member here wrote and released. He hasnt been able to fix his yet either.
http://forum.xda-developers.com/showthread.php?t=695056&highlight=toggle
Click to expand...
Click to collapse
I am using SwitchPro.... I will remove it and see what happens....
Same thing happens here. To duplicate, all you need to do is enable and disable 4th. And that starts happening.
You can check in by netstat that once you enable 4g, a couple of ports get bound on the localloop interface (127.0.0.1) on that port range.
What I haven't looked st yet, is switch process is staying behind after having the interface disabled.
I'll take a look tomorrow.
--T
Sent from my PC36100 using XDA App
tmodelli said:
Same thing happens here. To duplicate, all you need to do is enable and disable 4th. And that starts happening.
You can check in by netstat that once you enable 4g, a couple of ports get bound on the localloop interface (127.0.0.1) on that port range.
What I haven't looked st yet, is switch process is staying behind after having the interface disabled.
I'll take a look tomorrow.
--T
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
Were you ever able to find anything on this? I'm not coming up with anything.
i wish I had.
My boss took over my life for the past couple of weeks.. bad, bad boss (at least he paus for the phone and sprint services!!!)
I'll try to find out soon.
--T
so, a quick look at it. the server that binds to port 7771 is:
service sequansd /system/bin/sequansd /etc/wimax/sequansd/sequansd_app.xml
user root
group root inet
socket sequansd_0 dgram 660 root root
disabled
oneshot
I'll look to see who is trying to connect to that service/port...
Looks like someone opened a ticket at Google support forums: http://code.google.com/p/android/issues/detail?id=11008
Doubt anyone will fix this unless HTC sees this. Please spread the word to anyone you may know there.
tmodelli said:
so, a quick look at it. the server that binds to port 7771 is:
service sequansd /system/bin/sequansd /etc/wimax/sequansd/sequansd_app.xml
user root
group root inet
socket sequansd_0 dgram 660 root root
disabled
oneshot
I'll look to see who is trying to connect to that service/port...
Click to expand...
Click to collapse
well this tid bit, i assume from init.rc, has helped get me started.
the most interesting sections i saw in /system/etc/wimax/sequansd/sequansd_app.xml -
Code:
<server>
<ip>127.0.0.1</ip>
<port>7771</port>
<maxClients>10</maxClients>
</server>
<debug>
<logfile>/data/wimax/log/sequansd.log</logfile>
<crashLog>/data/wimax/log/crash.log</crashLog>
</debug>
/data/wimax has all sorts of other files, including those sequansd.log files.
in my opinion, they're most interesting comments are:
Code:
sequansd.log: 9:10 45.306 >| DCX/SPY info >| Waiting for connect...
sequansd.log: 9:10 46.400 >| DCX/SPY info >| New connection 0x10E10001 from 127.0.0.1
i'm not sure where all of this is going, but i do find it interesting, 10 max clients on localhost port 7771.
when i turn on 4g, netstat changes and shows two lines with 7771:
Code:
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 127.0.0.1:7771 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:7771 127.0.0.1:36932 ESTABLISHED
any ideas? worth changing the max client number in the conf file? changing ip address or port?
I've been having 4G issues ever since I flashed Calkulin's 1.7 Rom. I looked into logcat after reading this thread and found that when the 4G is turned on the error is
E/wimax (5978): getPvtPem: No device private key
E/ (5978): Cannot get private key
These are in red. I also see a lot of logs about tethering, but I have not used the wifi tether yet. I also see logs about duplicates coming from the flurry agent
First let me say i'm sorry that i didn't find information regarding this issue by searching but I cant seem to find information describing the exact problem i'm having.
I have nand unlocked and while i can connect to wimax, i can not load any pages to completion. The browser progress bar moves but will never finish. I'm about ready to do the start over method. I know it worked at some point, but way to many things have changed since i knew it worked. My MAC appears correct when i do the wimax_mtd in terminal emulator. Does anybody have any insight into my particular problem? Thanks for any help...
I am having this same problem on the most recent Fresh. The page loads very quickly but the progress bar never finishes.
This happens only while connected on wimax. FWIW, I'm pulling up to 13mbps downlink.
It's because of the HOSTS file and/or using AdFree, open said program, and switch from use 127.0.0.1 to use BTC IP
freeza said:
It's because of the HOSTS file and/or using AdFree, open said program, and switch from use 127.0.0.1 to use BTC IP
Click to expand...
Click to collapse
Good call... I am using ad free. What is the BTC ip? I don't see the option or another ip listed.
Thanks,
first when i buy evo in september its dont connect at all, after read a bunch of posts here http://forum.xda-developers.com/showthread.php?t=726877 and http://forum.xda-developers.com/showthread.php?t=726877&highlight=connection finally i got connected , but not loading a pages, sprint service wasting time
5harkology said:
Good call... I am using ad free. What is the BTC ip? I don't see the option or another ip listed.
Thanks,
Click to expand...
Click to collapse
Most recent versions of AdFree have removed BTC IP (it was slamming their servers).
You can try 0.0.0.0 for a custom IP and see how that goes.
can you explain more in detail
vasiaeva said:
can you explain more in detail
Click to expand...
Click to collapse
First, do you use the program "AdFree"?
I tried 0.0.0.0 and still seems to be doing the same thing, but not as frequently. Any other ideas?
I'm having the exact same problem and it's driving me crazy. It will get 80% full and just stop. It stops so long that it kicks the browser back to 3g to complete the page since 4g stalls.
Jjday7 said:
I'm having the exact same problem and it's driving me crazy. It will get 80% full and just stop. It stops so long that it kicks the browser back to 3g to complete the page since 4g stalls.
Click to expand...
Click to collapse
Which ROM are you running? Using ad free?
5harkology said:
Which ROM are you running? Using ad free?
Click to expand...
Click to collapse
I'm using rls5 and adfree host files are built in. I also have the app so I can update host files since they already expired since the rom was built.. I have this problem with any rom.
Jjday7 said:
I'm using rls5 and adfree host files are built in. I also have the app so I can update host files since they already expired since the rom was built.. I have this problem with any rom.
Click to expand...
Click to collapse
Same here - on myn and can't load web pages. Tried the 0.0.0.0 and no luck.
I hit revert rebooted and now it works but if I reapply the ad blocking no more web again
Hey
Has anyone came up with any solutions to this problem? I see no reply post in months. I don't have adfree..so I don't know what the problem could be. PLEASE HELP!..The one problem I have not seen touched on this forum
+1 i am also having this issue
Hi,
I am setting up a wifi router in my car. I will have a small network of devices. I want to be able to add my Epic 4g to this network and use it as an internet gateway.
I have wifi tether installed and it works wonderfully, however I don't want my car network to depend on the phone as the wifi hotspot. I need the network to function if the phone is not present.
I would essential like to do this: Tethering via WiFi - Troubleshooting.
However, wlan_loader doesn't seem to exist on my phone. I'm running midnight rom 5.1. When I run wifi tether, netcfg shows me that both ppp0 and eth0 are enabled (along with another iface called wl0.1). However, like I said, I don't want my phone to be the hotspot, I want it to be a client to my other hotspot and 3g (or 4g) simultaneously. If wifi tether can enable both interfaces at the same time, how do I do it. Or, can I just use wifi tether to enable both interfaces, and then use some commands to connect eth0 to the hotspot?
On a side note, the wifi router I'm using is a cradlepoint PHS300. I was hoping I might be able to hook it to my phone by USB and get the direct connection working with either the wired tether or wifi tether, but neither work. It seems you must have the legit Sprint wifi hotspot working for it to work that way. The cradlepoint sees the phone as a ppp device when I run wired tether, but it says it's not configured correctly. If anybody knows how to make that work without using the paid sprint hotspot service, that would be a great alternative.
Thanks!
EDIT: SOLVED
------------------
No thanks to Custodian and nullghost, I got it working. k0nane, thanks for being respectful and for moving my post to the correct location.
Back on topic, I don't really care if I can't use 4G and wifi simultaneously, I don't have 4G service in my area any way. My goal is to use my phone as a gateway, and 3G will serve the purpose. I'll take your word that you can't use 4g and wifi simultaneously. Maybe I'll try sometime when I'm in a 4g town just for fun.
I connected to the AP using the built in wifi gui first and got the settings added to my /data/wifi/bcm_supp.conf file. My phone has several firmware configs on it. The only one of the 3 that works correctly with wpa is bcm4329_sta.bin.
Here's my scripts that I "developed" :
load script:
Code:
#!/system/bin/sh
# need this so getprop and networking stuff to work
export ANDROID_PROPERTY_WORKSPACE=9,32768
# unload and load the wifi driver module
/system/xbin/killall wpa_supplicant
/sbin/rmmod dhd
/sbin/insmod /lib/modules/dhd.ko "firmware_path=/system/etc/wifi/bcm4329_sta.bin nvram_path=/system/etc/wifi/nvram_net.txt dhd_watchdog_ms=200 dhd_poll=1"
/system/bin/wpa_supplicant -B -Dwext -ieth0 -c/data/wifi/bcm_supp.conf
# set ip address
/sbin/ifconfig eth0 192.168.10.2 netmask 255.255.255.0
# set up iptables so we can use device as a gateway
/system/bin/iptables -F FORWARD
/system/bin/iptables -t nat -F POSTROUTING
/system/bin/iptables -I FORWARD -m state --state ESTABLISHED,RELATED -j ACCEPT
/system/bin/iptables -I FORWARD -s 192.168.10.0/24 -j ACCEPT
/system/bin/iptables -P FORWARD DROP
/system/bin/iptables -t nat -I POSTROUTING -s 192.168.10.0/24 -j MASQUERADE
/system/xbin/echo 1 > /proc/sys/net/ipv4/ip_forward
wifi off script:
Code:
#!/system/bin/sh
# need this so getprop and networking stuff to work
export ANDROID_PROPERTY_WORKSPACE=9,32768
# unload and load the wifi driver module
/system/xbin/killall wpa_supplicant
/sbin/rmmod dhd
I'm using GScript to launch these from the Android GUI.
FINISH HIM!!!!!
Sent from my SPH-D700 using XDA Premium App
Custodian said:
FINISH HIM!!!!!
Sent from my SPH-D700 using XDA Premium App
Click to expand...
Click to collapse
Seriously.
To the OP:
REALLY? Do you not read stickies?
1. This is Android Development, this is for DEVELOPMENT.
2. There is an Android Questions and Answers subforum. How could you have missed it? Unless you deliberately posted here to draw attention to your post. Then sir, you have succeeded. That is, succeeded in making a post that will get trolled because of your failure to read the stickies! And we've gone in a circle!
:golfclap:
Jeez guys. I intentionally posted here because this seems more like a development type question than general Q/A type question. My sincerest apologies. Could a mod please move it?
How is this a bad question to ask here when there is a HUGE thread about TV-out on the epic 4g that is just full of people saying "any updates on this?" ... "what's the status?"
Thanks.
redondo_se said:
Jeez guys. I intentionally posted here because this seems more like a development type question than general Q/A type question. My sincerest apologies. Could a mod please move it?
How is this a bad question to ask here when there is a HUGE thread about TV-out on the epic 4g that is just full of people saying "any updates on this?" ... "what's the status?"
Thanks.
Click to expand...
Click to collapse
Where the hell is konane. He's still breathing!
Sent from my SPH-D700 using XDA Premium App
This is not development. Moved to Q&A.
Questions belong in Question & Answer.
Before you post in Development, ask yourself, "what am I developing?" - not suggesting to develop, not requesting, not asking questions about developing... actually developing.
Now, as far as your question goes... not happening. There's a reason Samsung blocks 4G and WiFi operating at the same time. You can certainly use WiFi Tether with it, but it may reboot your device (there's a very good chance of it).
theimpaler747 said:
This is not development.
Click to expand...
Click to collapse
sadly... thats what she said
EDIT: LOL this is my 69th post.
steviee7 said:
sadly... thats what she said
EDIT: LOL this is my 69th post.
Click to expand...
Click to collapse
That one didn't work. Fail, sir, fail.
I thought wifi and 4G wimax used the same radio and that's why you could only use one or the other but not both at the same time.
yeah, I think you won't be able to do it because of them both using the same Ghz.
Hello,
Got My HTC One X and already got some WiFi issues!
Ok basically to start things of my router is NetGear and everytime i connect my phone to the router it starts off really quick but after 20mins or so i cannot load the facebook website AT ALL websites such as Google or Youtube work fine (still a little slow) but cant connect to facebook! Its really starting to annoy me!
Please help me with a soloution! This is really frustrating and never had this problem with my HTC Desire and wondering how things can get worse?
Thanks In Advance!!
Hi,
look here: http://mhotspot.com/blog/themsk-fix-obtaining-ip-address-android-wifi-problem-2/
with friendly greet
starbase64
Restart your router/accesspoint.
Cant change Netmask or DNS2
Hello,
Thank you so much for the solution but how do i change the Netmask or DSN2... When i go onto advanced settings there isnt a netmask option but Network prefix length and when i go to add the forward slash to the DNS2 it removes the Save option so cannot change the settings?
Thank again for your help!
Kind Regards
Zac
I was experiencing issues with apps being able to refresh/load content on Wifi when it would work ok on mobile data.
What I did to fix this on mine was under Settings > WiFi > Advanced
Change Best Wi-Fi Performance to ON
Even though my signal was ok before it was having issues, now it does not. I haven't noticed any huge battery differences (yet)
Thanks
When you say Restart your router/accesspoint do you mean unpluging it for 10 secs or more as i have tried that on many occasions but no luck... any other ideas? Thank you again
Thank you outofmyelement i have turned this on and already working but my battery life will tell if it is ok.. Hopefully there will be an update to fix this which will let my disable this option... Thanks Again!
Kind Regards
Zac
Zacman0311 said:
Hello,
Thank you so much for the solution but how do i change the Netmask or DSN2... When i go onto advanced settings there isnt a netmask option but Network prefix length and when i go to add the forward slash to the DNS2 it removes the Save option so cannot change the settings?
Thank again for your help!
Kind Regards
Zac
Click to expand...
Click to collapse
Hi,
use the ip from your router as dns and dns2.
with friendly greet
starbase64
...
So just to double check when you say Ip from your router... do you mean the actuall router IP or the IP of the phone?
Thanks Again! Very grateful
Zac
Zacman0311 said:
When you say Restart your router/accesspoint do you mean unpluging it for 10 secs or more as i have tried that on many occasions but no luck... any other ideas? Thank you again
Click to expand...
Click to collapse
Yeah. If you've already done it then no need to do it again. Some routers/accesspoints have buggy firmware which means DHCP doesn't hand out IP addresses properly if it has been on for a long period of time.
Zacman0311 said:
So just to double check when you say Ip from your router... do you mean the actuall router IP or the IP of the phone?
Thanks Again! Very grateful
Zac
Click to expand...
Click to collapse
Router IP not Phone IP
starbase64 said:
Router IP not Phone IP
Click to expand...
Click to collapse
Its really weird as my connection is really good on all webpages except from facebook which makes it really confusing?
Thank you do you have any ideas why i cant connect to facebook?
Thanks!
Hi,
perhaps Facebook is overloaded.
with friendly greet
starbase64
starbase64 said:
Hi,
perhaps Facebook is overloaded.
with friendly greet
starbase64
Click to expand...
Click to collapse
Its cant be as my old HTC Desire is loading without effort... Thanks for the advice
Kind Regards
Zac
changing my router's channel width from 40mhz to 20mhz fixed my wifi issues.
Thank you all for solutions you suggested.
I know assigning a fixed IP for my One X on my router would solve the problem.
The problem is, I also connect to my work's router.
And dropouts/slowdowns still exist.
My home router is Cisco LinkSys WAG120N
Anyways, HTC are aware of this bug.
Hopefully a FOTA will release to solve miscellaneous bugs including
WiFi BUg
Battery life (misplaced apk file in stock-rom)
I know people starts having FOTA with software number: 1.27 to replace the 1.26 version.
Hope it rolls soon.
Thank you all again.
Received the update
Problem still there
adazamim said:
Received the update
Problem still there
Click to expand...
Click to collapse
Same here
oftiklaus said:
Same here
Click to expand...
Click to collapse
At home I solved the issue by switching the router security encription type from WPA/WPA2
to WEP. No more dropouts since but still leaves the question what we do when we need to connect to a network encrypted with WPA. It's ridiculous asking around "...Pease be so kind, could you reconfigure you router settings, I've got a buggy HTC One X and need to connect...":banghead:
Sent from my HTC One X using XDA
I haven't noticed this but every time I lock my phone WiFi turns off is there any way to stop this happening I tried the advanced WiFi setting but none seem to work on my stock hox, also I used WiFi tethering when I first got my phone thru USB teather and WiFi teather it worked fine but last night my internet was down at home so I teathered it but with no success for some reason it did not work both USB and WiFi teather failed to connect and USB was not detected on pc strangely Bluetooth wifi teather worked fine any idea what's happening?
Sent from my HTC One X using xda premium
Have you tried the update 1.29?
I have had problems installing various ROMs on my Verizon GNex for a while now and it just occured to me that my phone might be somewhat uniques because it has a static ip from verizon. I was on with tech support today and when they took off the static ip and switched it to dhcp, it got the ip and worked fine, but when they put it back on static ip, the phone would not get an ip. They told me to go get another sim card, but the phone works fine if I restore it to locked, unrooted stock.
Basically, after I unlock & root stock and then install a ROM, my 4g data would not work. In settings, IP address is 'unavailable' where before the ROM, my static IP was there.
Anyone else have a static ip with verizon and have any issues or have any ideas why this might be an issue?
Old post about this problem: http://forum.xda-developers.com/showthread.php?t=1935957
My question is, why do you have static IP? For remote connections and such?
Static IP has to be manually set in the phone and changing ROMs is like changing operating systems on a PC, you'll lose network settings in doing so. I think....
Sent from my Galaxy Nexus using xda app-developers app
jimmyco2008 said:
My question is, why do you have static IP? For remote connections and such?
Static IP has to be manually set in the phone and changing ROMs is like changing operating systems on a PC, you'll lose network settings in doing so. I think....
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
This is a work phone and our firewall is set to only allow a specific range of IPs in on port 25 for email. If I could manually set it I would, but I don't see where, I'm pretty sure it's pushed out from Verizon. Right now I have it working on Eclipse, but for whatever reason it just wont work on any others (JBSourcery, PA Android, Xenon, etc.), it's got to be something small/subtle that people just aren't thinking of. And since this isn't a widespread problem, having a static ip from Verizon is the only thing that makes my situation any different.
I just don't know enough about how the phone communicates to verizon to get the connection and static IP. Maybe certain APNs, RIL, etc. I tried making a backup of the /system/etc/apns-conf.xml file while the data was working. Then I installed a new ROM and overwrote it's apns-conf.xml and rebooted, but that didn't fix it.
I read somewhere that there is a bug that would make your Mac address change every time you flash a ROM, though that would affect Wi-Fi only but maybe other things too?
Swype'ed on my CM10 Galaxy Nexus
do you know how verizon is assigning the static IP? is it by ESN/MEID, MAC address or what?
Zepius said:
do you know how verizon is assigning the static IP? is it by ESN/MEID, MAC address or what?
Click to expand...
Click to collapse
I do not know, but none of those things should be changed by a ROM should they?
aldar5 said:
I do not know, but none of those things should be changed by a ROM should they?
Click to expand...
Click to collapse
the 2 i listed no... but as a previous poster mentioned, there was a bug that changed your mac address all the time
call verizon and ask them. they will know.
Zepius said:
the 2 i listed no... but as a previous poster mentioned, there was a bug that changed your mac address all the time
call verizon and ask them. they will know.
Click to expand...
Click to collapse
I called and they said it is by the ESN/MEID, the MAC can be anything, VZW doesn't care.
aldar5 said:
I called and they said it is by the ESN/MEID, the MAC can be anything, VZW doesn't care.
Click to expand...
Click to collapse
the only thing i can think of is the sim isnt properly getting authd to the network and therefore not giving you an IP
Zepius said:
the only thing i can think of is the sim isnt properly getting authd to the network and therefore not giving you an IP
Click to expand...
Click to collapse
Yeah, but what would various ROMs be doing that could effect that. It works again when I restore a working backup of stock or Eclipse, same sim, so it's got to be software right?
This is a really weird and frustrating issue.