[How To] [mod] [root] WiFi fix for slow / intermittent connection - T-Mobile LG V10 General

The ROMs from @siraltus & GreezePop from @bdorr1105 now includes this fix...
Since buying my LG-H901 in mid November I have been plagued by slow and/or intermittent WiFi connection at home and anyplace else I've connected to WiFi even though my WiFi displays full connection most times. Nothing I've done seemed to fix it until now. I got tired of waiting on an update that may never come. So after many attempts I finally came across something that works, and quite well I might add. My WiFi is much faster, without any loss in connectivity.
For this you will need root access, to edit your files in system, and a root browser, capable of editing said files. I use the root browser in Rom Toolbox Pro.
Okay, you will need to go to system/ect/wifi...
Open WCNSS_qcom_cfg.ini with a text editor
Under "listen energy detect mode" configuration...
Change BandCapability=0 to 7
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
And under WOW Enable/Disable
Change gEnableWoW= to 3 and remove the # sign in front of the line...
LINE SHOULD READ "gEnableWoW=3" without the ""
Save and reboot
You can also add this to your build.prop for some net speed, connectivity, and WiFi Tweaks... No loss of battery life or any other ill effects on the phone. Just copy and paste the following to the end of your build prop in system with a root browser...
#Better signal reception:
persist.cust.tel.eons=1
ro.config.hw_fast_dormancy=1
#Signal Tweaks:
persist.cust.tel.eons=1
ro.ril.gprsclass=12
ro.ril.egprsclass=12
ro.ril.hsdpa.category=24
ro.ril.hsupa.category=8
ro.ril.hsxpa=5
#net speed tweaks:
net.tcp.buffersize.default=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.wifi=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.umts=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.gprs=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.edge=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.hspda=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.hspa=4096,87380,256960,4096,16384,256960
#Wireless Tweaks:
net.ipv4.ip_no_pmtu_disc=0
net.ipv4.route.flush=1
net.ipv4.tcp_ecn=0
net.ipv4.tcp_fack=1
net.ipv4.tcp_mem=187000 187000 187000
net.ipv4.tcp_moderate_rcvbuf=1
net.ipv4.tcp_no_metrics_save=1
net.ipv4.tcp_rfc1337=1
net.ipv4.tcp_rmem=4096 39000 187000
net.ipv4.tcp_sack=1
net.ipv4.tcp_timestamps
Then save and reboot.
Also there is an app in the play store, Override DNS... it's paid, so I can't link it here, but it is listed by @scloutkst in this thread... Around 30 or so posts in I believe... ☺be sure to thank him for the great find.
Battery life, lower ram consumption and quicker boot and wake time.
#battery tweaks ram tweaks faster boot
power.saving.mode=1
ro.vold.umsdirtyratio=20
pm.sleep_mode=1
ro.ril.disable.power.collapse=0
profiler.force_disable_err_rpt=1
profiler.force_disable_ulog=1
dalvik.vm.checkjni=false
dalvik.vm.execution-mode=int:jit
ro.ril.power_collapse=1
power_supply.wakeup=enable
ro.mot.eri.losalert.delay=1000
ro.config.hw_fast_dormancy=1
ro.config.hw_power_saving=1
persist.sys.purgeable_assets=1
persist.service.pcsync.enable=0
persist.service.lgospd.enable=0
# Disable Sending Usage Data
ro.config.nocheckin=1
# Fix some application issues (FC)
ro.kernel.android.checkjni=0
# Disable Bytecode Verification
dalvik.vm.verify-bytecode=false
dalvik.vm.dexopt-flags=m=y,v=n,o=v,u=n
persist.telephony.support.ipv4=1
ro.config.hw_quickpoweron=true

Thank you

This worked like a damn charm. Great find my friend! Funny how it even lists the default values in the comments. Why these were changed... Who knows? And genablewow was even commented out, so I had to remove the # sign.
Edit: enjoy a beer on me
Transaction ID:*1FL72820D9363***

scloutkst said:
This worked like a damn charm. Great find my friend! Funny how it even lists the default values in the comments. Why these were changed... Who knows? And genablewow was even commented out, so I had to remove the # sign.
Edit: enjoy a beer on me
Transaction ID:*1FL72820D9363***
Click to expand...
Click to collapse
Damn man... THANK YOU!
Truly appreciate the generosity... And I'm glad it helped...
Sent from my LG-H901 using Tapatalk

ZDeuce2 said:
Damn man... THANK YOU!
Truly appreciate the generosity... And I'm glad it helped...
Sent from my LG-H901 using Tapatalk
Click to expand...
Click to collapse
I should be thanking you for fixing my phone. Not the other way around. Everyone on here puts in a lot of effort. I'm thankful for that.

scloutkst said:
I should be thanking you for fixing my phone. Not the other way around. Everyone on here puts in a lot of effort. I'm thankful for that.
Click to expand...
Click to collapse
I just had a problem, really my only complaint about this phone, so I started digging and finally found a solution... I had to share cause I knew some others were having issues as well. I just got lucky I guess, considering I dug though numerous folders related to the WiFi to find this. And after numerous fails, I knew as soon as I booted this one up and my WiFi was flying this was it, so I tested for a day, and a friend tested it as well with the same results, I knew that I could share it. So if it helps just you, it was worth the effort to look into it. Again, thank you for the donation, and it was my pleasure to be able to help out. Have a wonderful day.
Sent from my LG-H901 using Tapatalk

scloutkst said:
This worked like a damn charm. Great find my friend! Funny how it even lists the default values in the comments. Why these were changed... Who knows? And genablewow was even commented out, so I had to remove the # sign.
Edit: enjoy a beer on me
Transaction ID:*1FL72820D9363***
Click to expand...
Click to collapse
Edited OP to reflect removing the # at beginning of line too, thanks for the catch...
Sent from my LG-H901 using Tapatalk

ZDeuce2 said:
Edited OP to reflect removing the # at beginning of line too, thanks for the catch...
Sent from my LG-H901 using Tapatalk
Click to expand...
Click to collapse
so do we delete the # at the beginning of where it says "genablewow=0" or do we set it to 3 so where it looks like this: "#genablewow=3"?

baySF said:
so do we delete the # at the beginning of where it says "genablewow=0" or do we set it to 3 so where it looks like this: "#genablewow=3"?
Click to expand...
Click to collapse
Should be "gEnableWoW=3"
Without" "
Sent from my LG-H901 using Tapatalk

baySF said:
so do we delete the # at the beginning of where it says "genablewow=0" or do we set it to 3 so where it looks like this: "#genablewow=3"?
Click to expand...
Click to collapse
Whenever you see a # symbol before a setting like this it means it has been" commented" out. So it's like the setting or command doesn't exist in the text file. That's why all the lines of explanations and descriptions have a # symbol in front of them, so the OS doesn't see them and think they are commands.

This is fantastic. Have not been able to test because I am at work. Will test later. I have a question. Can we enable both network and wifi at the same time for faster downloads and stream?
Sent from my LG-H901 using XDA Premium HD app

ZDeuce2 said:
Since buying my LG-H901 in mid November I have been plagued by slow and/or intermittent WiFi connection at home and anyplace else I've connected to WiFi even though my WiFi displays full connection most times. Nothing I've done seemed to fix it until now. I got tired of waiting on an update that may never come. So after many attempts I finally came across something that works, and quite well I might add. My WiFi is much faster, without any loss in connectivity...
Click to expand...
Click to collapse
Thanks for this! Can't wait to try it when I get home. Have you found that this fixes the issue (also common on G4s) where WiFi drops out every now and then but will come back if you view the list of available networks? This only happens at my work but it's annoying beyond belief.

Well, well. When i get this device next week, i will have to try this Z... Nice work. Good to be back on tmo

cameljockey1 said:
This is fantastic. Have not been able to test because I am at work. Will test later. I have a question. Can we enable both network and wifi at the same time for faster downloads and stream?
Sent from my LG-H901 using XDA Premium HD app
Click to expand...
Click to collapse
As of right now I haven't found it yet... But it is possible as it is in the hidden menu for U+, still trying to track it down.
fireworksordie said:
Thanks for this! Can't wait to try it when I get home. Have you found that this fixes the issue (also common on G4s) where WiFi drops out every now and then but will come back if you view the list of available networks? This only happens at my work but it's annoying beyond belief.
Click to expand...
Click to collapse
Sent from my LG-H901 using Tapatalk

fireworksordie said:
Thanks for this! Can't wait to try it when I get home. Have you found that this fixes the issue (also common on G4s) where WiFi drops out every now and then but will come back if you view the list of available networks? This only happens at my work but it's annoying beyond belief.
Click to expand...
Click to collapse
Yes, it seems to... Been running it for a little over two days, with no dropping or time outs loading.
Sent from my LG-H901 using Tapatalk

blacknight1114 said:
Well, well. When i get this device next week, i will have to try this Z... Nice work. Good to be back on tmo
Click to expand...
Click to collapse
Great to see you too John... Glad to have you back. Might we see a little Blacknight themeing in the future...? ☺
Sent from my LG-H901 using Tapatalk

ZDeuce2 said:
Great to see you too John... Glad to have you back. Might we see a little Blacknight themeing in the future...? ☺
Sent from my LG-H901 using Tapatalk
Click to expand...
Click to collapse
Im a little rusty, but thats a possibility

Did it

Thanks again!

Damn, thought I found a fix! Unfortunately for me, my Wi-Fi on this phone is still only 2mbps on my 300mbps service. Thinking I may have to take this fella back to ol t-mo
Sent from my LG-H901 using XDA Free mobile app

Related

any word on a radio fix ?

might be getting a NS4G instead of the E3D ... but i hear of some radio troubles .. im asking cause im having 3g troubles atm ( last 6 months ) did want my slow speeds to be even slower lol
Nope, I'm getting around 2.1 mbps here in Washington on 3G. 4.9 mbps on 4G. Its fine.
Sent from my Nexus S 4G using XDA App
N00bsploder101 said:
Nope, I'm getting around 2.1 mbps here in Washington on 3G. 4.9 mbps on 4G. Its fine.
Sent from my Nexus S 4G using XDA App
Click to expand...
Click to collapse
hahahah im lucky to see 1 down on 3g lol and no 4g
i talked to sprint today and yes they are working with samsung for an OTA fix. this is a nexus line so the eta shouldn't be too long.
go here for updates : http://community.sprint.com/baw/thread/67927?start=0&tstart=0
fixxxer2008 said:
i talked to sprint today and yes they are working with samsung for an OTA fix. this is a nexus line so the eta shouldn't be too long.
go here for updates : http://community.sprint.com/baw/thread/67927?start=0&tstart=0
Click to expand...
Click to collapse
Damn I didn't know it was the big I haven't had any problems with 3g and phone calls so far here in las vegas, but maybe thats the Reason the phone battery doesn't last the long and it just sucks cause it takes forever to charged, idk why android phones do that
Sent from my Nexus S 4G using Tapatalk
jgalan14 said:
Damn I didn't know it was the big I haven't had any problems with 3g and phone calls so far here in las vegas, but maybe thats the Reason the phone battery doesn't last the long and it just sucks cause it takes forever to charged, idk why android phones do that
Sent from my Nexus S 4G using Tapatalk
Click to expand...
Click to collapse
yeah it's a widespread known issue.
After swapping out a NS4G with issues my new one is a champ. Pulling in better speeds than the first one and is at least on par with the EVO for me.
Everyone loves dual core and all, but when I'm eatin Ice Cream and others are still waiting for cookies I'll be a happy guy.
waltah! said:
After swapping out a NS4G with issues my new one is a champ. Pulling in better speeds than the first one and is at least on par with the EVO for me.
Everyone loves dual core and all, but when I'm eatin Ice Cream and others are still waiting for cookies I'll be a happy guy.
Click to expand...
Click to collapse
unless they have loaded a fix on the new phones or made a 2nd revision i do not see how your phone is ok.
fixxxer2008 said:
unless they have loaded a fix on the new phones or made a 2nd revision i do not see how your phone is ok.
Click to expand...
Click to collapse
Again Fixxer enough is enough man. Not everyone suffers the issues, none of us know why, but that is how it is. Stop bashing Samsung, and stop overtaking topics at every single forum you possibly can. Just drop it.. You have been flooding Android Central, Sprint community and this. You are bashing Samsung with incorrect info, and then bashing Google. You obviously don't know..
fixxxer2008 said:
unless they have loaded a fix on the new phones or made a 2nd revision i do not see how your phone is ok.
Click to expand...
Click to collapse
Not every phone has the issue. Since I went from about 20-50kbps on the old one to 450-1100kbps (3G) on the new one.......I'm pretty confident in my claim.
Pulled down 13Mbps on 4G today as well. I'm also seeing steady wifi signal readings vs the first one which was all over the place.
Nice try, though.
Those numbers using multiple speedtests and Speakeasy.net and also in the same house and at work.
Same reason my phone is fine sir.
I was running stock for 2 wreks b4 switchong 2 cm7. 0 radio issues
Sent from my Nexus S 4G using XDA Premium App
All it takes is one ignorant person to make people believe something. Despite what basically one person advocates, reception and data speeds are NOT horrible. Sprint employees will tell u anything. If anything....it's the network itself not the phone.
waltah! said:
Not every phone has the issue. Since I went from about 20-50kbps on the old one to 450-1100kbps (3G) on the new one.......I'm pretty confident in my claim.
Pulled down 13Mbps on 4G today as well. I'm also seeing steady wifi signal readings vs the first one which was all over the place.
Nice try, though.
Those numbers using multiple speedtests and Speakeasy.net and also in the same house and at work.
Click to expand...
Click to collapse
write those are some great 4g speeds I wish I could say the s am e
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent from my Nexus S 4G using Tapatalk
I am getting very slow internet speeds and my radio is crap for phone calls I get like no bars where my epic had almost full, plus I suit right next to my wifi router and I don't even get full bars what gives love the phone and battery is great but they need to fix these radios asap
Sent from my Nexus S 4G using XDA App
fixxxer2008 said:
i talked to sprint today and yes they are working with samsung for an OTA fix. this is a nexus line so the eta shouldn't be too long.
go here for updates : http://community.sprint.com/baw/thread/67927?start=0&tstart=0
Click to expand...
Click to collapse
You were lied to. Nothing of the sort has been communicated. Sprint is yet to formally acknowledge an issue.
Sent from my Nexus S 4G using XDA Premium App
jgalan14 said:
write those are some great 4g speeds I wish I could say the s am e
Sent from my Nexus S 4G using Tapatalk
Click to expand...
Click to collapse
It's showing you have no bars for 4G? So i'm guessing the signal you have to the 4G tower is weak. Try getting closer, and post results. Just as Wi-Fi, Wimax will lower speeds as signal lowers. Wi-Fi runs at 2.4ghz and Wimax is at 2.5ghz, and both of those will suffer when your losing decibels and RSSI to that signal.
Quis89 said:
You were lied to. Nothing of the sort has been communicated. Sprint is yet to formally acknowledge an issue.
Sent from my Nexus S 4G using XDA Premium App
Click to expand...
Click to collapse
Umm no he wasn't lied to.. Sprint is getting direct information from Google and Samsung. As in the topic posted below showing a Google employee helping with the issue, and now listing it later on it that topic as reported to the dev team and that they are working on a fix. Sprint has never once released any sort of press release on any device concerning issues. Sure didn't with all the EVO problems.
http://www.google.com/support/forum/p/Google+Mobile/thread?tid=72cde4a29b9021c3&hl=en
fixxxer2008 said:
unless they have loaded a fix on the new phones or made a 2nd revision i do not see how your phone is ok.
Click to expand...
Click to collapse
Not 100% of the phones have issues, mine is pefectly fine.
DirtyShroomz said:
Not 100% of the phones have issues, mine is pefectly fine.
Click to expand...
Click to collapse
Mines neither, and you know I'd be complaining.
Sent from my Nexus S 4G using Tapatalk
I also get 232 down/112 up on 3G with one bar.

long time android user. new to Samsung.

Hey everyone
just switched from HTCs sprint evo to Verizon droid charge. Was wondering, what happened to gif animations? My evo did this flawlessly. I can't see how my phone can render movies, games, hack other computers, change the channel on the tv, etc. But can't animate a gif in the browser?
If anyone can tell me a tweak or a Rom that does this, im all ears.
Also, could someone manage to get a still of the boot animation to use as wallpaper?
Thanks in advance! .
Have you tried a different browser?
I'm using opera mobile and I can view gifs just fine.
Dolphin works fine.
Sent from my Droid Charge running GummyFroyo 1.9.1
It works on FireFox.
Bow chika wah wah Premium
different browser is your best bet for online .gifs, I use quickpic in place of the stock gallery and it has no trouble playing saved ones... as for the boot animation as a live wallpaper it hasn't been done yet, doesn't mean it can't be its just that its hard to take samsung's special .qmg file and make it into anything usable
Thanks for the replies. Firefox is working fine. Was hoping to get gif animations, user agent options, and flash all in the same browser. I guess i was spoiled with my EVO.
anoninja118 said:
different browser is your best bet for online .gifs, I use quickpic in place of the stock gallery and it has no trouble playing saved ones... as for the boot animation as a live wallpaper it hasn't been done yet, doesn't mean it can't be its just that its hard to take samsung's special .qmg file and make it into anything usable
Click to expand...
Click to collapse
Thanks for the input on the boot animation. You mentioned the live wallpaper. How about just a still of it? Id probably be happy with someone taking a picture of it and photocopying it into something presentable.
ksquared said:
Thanks for the input on the boot animation. You mentioned the live wallpaper. How about just a still of it? Id probably be happy with someone taking a picture of it and photocopying it into something presentable.
Click to expand...
Click to collapse
its still hard to do as it can't be screenshot (unless you mean taking a pic of the phone screen with another phone/camera which may work but won't be too high quality I think) and can't be made into any kind of usable .gif or video due to the retarded proprietary .qmg animation file... I bet a dev or someone with more android knowledge may be able to do something with it but no luck so far, even the mighty google has failed in turning up anything usable lol
let me take a stab at maybe getting a still shot of it
anoninja118 said:
its still hard to do as it can't be screenshot (unless you mean taking a pic of the phone screen with another phone/camera which may work but won't be too high quality I think) and can't be made into any kind of usable .gif or video due to the retarded proprietary .qmg animation file... I bet a dev or someone with more android knowledge may be able to do something with it but no luck so far, even the mighty google has failed in turning up anything usable lol
let me take a stab at maybe getting a still shot of it
Click to expand...
Click to collapse
I doubt anything of decent quality can be made without a good camera that can get focus on something that small and detailed. But if you can ill buy you a beer
ksquared said:
I doubt anything of decent quality can be made without a good camera that can get focus on something that small and detailed. But if you can ill buy you a beer
Click to expand...
Click to collapse
i researched further: .qmg files are proprietary to samsung and cannot be opened, edited, or played unless you work for samsung and have access to the source used to make the .qmg... this means our only options are to screenshot it to get either a picture or a video, but as I said it will not be too high quality
edit: no luck trying to get a picture with a camera, it just looks like crap... I can only think of two options, maybe finding a high quality video of it online and using that to make something or possibly connecting it to an HDTV and maybe getting a screen cap that way
anoninja118 said:
i researched further: .qmg files are proprietary to samsung and cannot be opened, edited, or played unless you work for samsung and have access to the source used to make the .qmg... this means our only options are to screenshot it to get either a picture or a video, but as I said it will not be too high quality
edit: no luck trying to get a picture with a camera, it just looks like crap... I can only think of two options, maybe finding a high quality video of it online and using that to make something or possibly connecting it to an HDTV and maybe getting a screen cap that way
Click to expand...
Click to collapse
Thanks for looking into it for me. I will look into it when i get a hdmi cable to try it out. Great idea tho, putting it on a tv.
Sent from my SCH-I510 using XDA App
ksquared said:
Thanks for looking into it for me. I will look into it when i get a hdmi cable to try it out. Great idea tho, putting it on a tv.
Sent from my SCH-I510 using XDA App
Click to expand...
Click to collapse
Np.. Hope something works, I'd love that as a live wallpaper or hell even a pic for a background. It's been worked on and many people want it, so hopefully someone can do something
I was thinking too that since obviously the phone can run/play those kind of files, I wondered if there was a way to get it to play it while the phone's on to maybe get it that way
edit: also kinda sorta found it here in the VZ commercial for it:
http://www.youtube.com/watch?v=sc3aLMTwB0c&feature=related
if anyone's good with video editing maybe you can grab it from there, about 23 seconds in
Will any of these work for you?
http://www.google.com/search?hl=en&..._gc.r_pw.&fp=d8fefd19fb9df38&biw=1366&bih=664
hazard209 said:
Will any of these work for you?
http://www.google.com/search?hl=en&..._gc.r_pw.&fp=d8fefd19fb9df38&biw=1366&bih=664
Click to expand...
Click to collapse
No, this is that were after
http://stores.bestbuy.com/458/files/2011/05/DroidCharge1.jpg
This is the one that's in the Droid Charges boot animation. The only one besides the nexus I've seen people to do anything with.
Sent from my SCH-I510 using XDA App
anoninja118 said:
Np.. Hope something works, I'd love that as a live wallpaper or hell even a pic for a background. It's been worked on and many people want it, so hopefully someone can do something
I was thinking too that since obviously the phone can run/play those kind of files, I wondered if there was a way to get it to play it while the phone's on to maybe get it that way
edit: also kinda sorta found it here in the VZ commercial for it:
http://www.youtube.com/watch?v=sc3aLMTwB0c&feature=related
if anyone's good with video editing maybe you can grab it from there, about 23 seconds in
Click to expand...
Click to collapse
Was sad this wasnt stock anywhere. Ill look at this when i get home and see if i can do anything with it.
Sent from my SCH-I510 using XDA App
Following hazard's lead, will any of these work?
http://www.google.com/search?hl=en&..._gc.r_pw.&fp=d8fefd19fb9df38&biw=1440&bih=749
landshark68 said:
Following hazard's lead, will any of these work?
http://www.google.com/search?hl=en&..._gc.r_pw.&fp=d8fefd19fb9df38&biw=1440&bih=749
Click to expand...
Click to collapse
The second one on that page might work. A little on the small side. Ill see if i can shop it bigger and not have it be pixelated
Sent from my SCH-I510 using XDA App
The one linked below worked pretty well as a wallpaper. The eye takes up most of the screen, but looks pretty good.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Disregard where it is located on the link page, as it changed location when I clicked the link. This should be the link location for the actual image --> http://www.google.com/imgres?q=droi...&w=700&h=700&ei=ELRBTqj7EuWmsAKLqqizCQ&zoom=1
How about this?

Wifi calling on Ravers New ROM

Does anyone know how to get the Wifi calling App to work on Ravers New ROM.
I installed the Zip that was was posted by Asianboy (sorry if I have your name wrong) and it still does not work.
When I go into the app it says enabling and the switch to activate it is greyed out and cannot select it, then after a few seconds it closes. when I go to setting it only let's me choose Wifi settings and the one time I was able to get into ping network it had invalid listed as address.
The app is very handy in NYC because a lot of building have weak TMOBILE signal but have Wifi available.
Any help would be appreciated.
Sent from my SGH-T959V using xda premium
Give up on it or flash rc3.1 or wait for Raver's next update.
Or do this...
1) Go to /system/build.prop and open using Super Manager or some similar file manager with ROOT permissions.
2) Go to the very BOTTOM of the prop, and add this:
## start GAN-Lite ##
rild.libpath=/system/lib/librilswitch.so
rilswitch.vendorlibpath=/system/lib/libsec-ril.so
rilswitch.ganlibpath=/system/lib/libganril.so
## end GAN-Lite ##
3) In Super Manager hit menu then Save
4) Reoot into recovery and wipe cache & Dalvik Cache just to be safe
5) Reboot and let phone sit 10 mins to rebuild cache
lumin30 said:
Yeah... give up on it or flash rc3.1 or wait for Raver's next update.
Or if you are feeling ballsy try this...
1) Go to /system/build.prop and open using Super Manager or some similar file manager with ROOT permissions.
2) Go to the very BOTTOM of the prop, and add this:
## start GAN-Lite ##
rild.libpath=/system/lib/librilswitch.so
rilswitch.vendorlibpath=/system/lib/libsec-ril.so
rilswitch.ganlibpath=/system/lib/libganril.so
## end GAN-Lite ##
3) In Super Manager hit menu then Save
4) Reoot into recovery and wipe cache & Dalvik Cache just to be safe
5) Reboot and let phone sit 10 mins to rebuild cache
Let me know if it works. If I read correctly asianbobo15 said it worked.
Click to expand...
Click to collapse
Thanks for you suggestion, will try.
Sent from my SGH-T959V using xda premium
I tried that and did not work. Well wait for next update.
Sent from my SGH-T959V using xda premium
lumin30 said:
Yeah... give up on it or flash rc3.1 or wait for Raver's next update.
Or if you are feeling ballsy try this...
1) Go to /system/build.prop and open using Super Manager or some similar file manager with ROOT permissions.
2) Go to the very BOTTOM of the prop, and add this:
## start GAN-Lite ##
rild.libpath=/system/lib/librilswitch.so
rilswitch.vendorlibpath=/system/lib/libsec-ril.so
rilswitch.ganlibpath=/system/lib/libganril.so
## end GAN-Lite ##
3) In Super Manager hit menu then Save
4) Reoot into recovery and wipe cache & Dalvik Cache just to be safe
5) Reboot and let phone sit 10 mins to rebuild cache
Let me know if it works. If I read correctly asianbobo15 said it worked.
Click to expand...
Click to collapse
Followed your directions and it worked perfectly. Thank you so much for the help!
Sent from my SGH-T959V using xda premium
payazo915 said:
Followed your directions and it worked perfectly. Thank you so much for the help!
Click to expand...
Click to collapse
I thought it would work. I am glad you tried it successfully!
---------- Post added at 12:39 AM ---------- Previous post was at 12:37 AM ----------
cmhjr said:
I tried that and did not work. Well wait for next update.
Click to expand...
Click to collapse
You might make sure that you actually saved the build.prop. You need to make sure the /system folder is set to r/w.
next update will have this back in the build prop
RaverX3X said:
next update will have this back in the build prop
Click to expand...
Click to collapse
I don't even use it...
RaverX3X said:
next update will have this back in the build prop
Click to expand...
Click to collapse
Thanks, did not want to put this in the ROM thread because it did not being there.
Sent from my SGH-T959V using xda premium
THANK YOU! This worked for me!
Since I rely on Wifi Calling and have to have Raver's latest.. it was a tense evening last night while I tried to decide if I needed my phone to work or run the best rom. I'm so glad I didn't have to choose.
jasoncallahan said:
THANK YOU! This worked for me!
Click to expand...
Click to collapse
Great!
10 char
What I'm wondering is, how many people that are worried about the wi-fi calling realize that without an add-on to their phone plan wi-fi calling still uses minutes?
"Wi-Fi Calling is a free feature for T-Mobile customers with a Wi-Fi and Wi-Fi Calling capable phone. Wi-Fi Calling is an excellent solution for coverage issues in and around the home or wherever cellular coverage is limited. Minutes used while connected to the Wi-Fi network count against available rate plan minutes unless the Free Wi-Fi calling feature is added to the rate plan. With the Free Wi-FI Calling feature, voice minutes are no longer decremented on calls over Wi-Fi."
http://t-mo.co/xRJ1zc
Core
Seems like a lot of people are using it because the cell coverage aroung their house sucks. It is Tmob after all. I'm sure some of them don't realize it uses minutes, but if it's your only option I can see why people want it back.
hechoen said:
Core
Seems like a lot of people are using it because the cell coverage aroung their house sucks. It is Tmob after all. I'm sure some of them don't realize it uses minutes, but if it's your only option I can see why people want it back.
Click to expand...
Click to collapse
Tmobile wifi calling doesn't use your minutes anymore but you have to call in and request the change. I read back in August if last year about this change and call tmo..they switched me over and didn't pay extra.
Sent from my SGH-T959V using xda premium
Core618 said:
What I'm wondering is, how many people that are worried about the wi-fi calling realize that without an add-on to their phone plan wi-fi calling still uses minutes?
Minutes used while connected to the Wi-Fi network count against available rate plan minutes unless the Free Wi-Fi calling feature is added to the rate plan. With the Free Wi-FI Calling feature, voice minutes are no longer decremented on calls over Wi-Fi."
http://t-mo.co/xRJ1zc
Click to expand...
Click to collapse
There are a lot of dead zones around NY area and long island. I have unlimited minutes so it does not bother me if it takes from my minutes.
Also service in skyscrapers is hit or miss at times but there is a lot of wifi access.
But the best part is that when traveling out of country just connect to wifi and calling back home just uses my unlimited minutes and no roaming charges.
Sent from my SGH-T959V using xda premium
I also have unlimited minutes, but still use wifi calling in my condo because of the weak reception there. I've been staying away from all the new ROMs because I need to have wifi calling.
now, with this recent fix, it looks like I can finally upgrade to ICS!!!
Don't think the fix talked about in this thread is for ICS roms. Check the dates.
Sent from my SGH-T959V using xda premium
LOL good catch haha. glad I decided to check back before doing anything.

[MOD] Quick Network Speed Trick

So, you need a One XL that is rooted to do this. Pretty easy stuff.
Go to /system and mount it rw using your favorite method
Edit build.prop, probably line 8, "ro.ril.hsxpa=5" default is 4.
Reboot
Post whether this made a difference with HSPA (4G icon). Also include what value you used and the network & region tested against.
My after & before:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
After that test I didn't go below 3000 down. Previously this device in my area seemed to max out below 3000 but I've since tested well over 4000. See if it works for you!
Also, if you feel brave, try 6. I've found that a value of 6 gets me up around 5000 down, but the connection stability is somewhat compromised. I have 3 bars where I am at, and as always with radio stuff:
YMMV
what about lte
Dunno man, I live in the northwest. They claim lte will arrive by the end of this year, but who knows? Point is, I can't test it and certainly doubt this little trick does anything for lte... While you're in the coverage area anyway ;-)
Sent from my HTC One X using xda premium
List what provider you're using as well please.
Sent from my HTC One X
my LTE went to crap after changing this. Back to 4 and all is well again.
bimmerd00d said:
my LTE went to crap after changing this. Back to 4 and all is well again.
Click to expand...
Click to collapse
Thanks for the feedback. I tried values higher than 6 and it ruins my HSPA. Not really sure why it would affect LTE, but I am definitely getting 6 megabits per second now over HSPA... Good to know it screws up LTE.
I'm on at&t and have hspa.
Much faster now!
Thanks!
Sent from my HTC One X using XDA
So if i'm not in an LTE area anyway, no cons right?
Worked great. my speeds doubled after this
What's the command to mount the /system partition rw from terminal emulator? (If/when I find it, I'll post it here.)
Thanks,
Billy
Without mod..
With mod...
Not much of a difference for me
sent from my Hawks(HOX)
JeepFreak said:
What's the command to mount the /system partition rw from terminal emulator? (If/when I find it, I'll post it here.)
Thanks,
Billy
Click to expand...
Click to collapse
N/M... found it:
$ adb shell
$ su
$ mount -o rw,remount -t yaffs2 /dev/block/mmcblk0p33 /system
I noticed some of these mods [wifi fix (delete AT&T auto connect), debrand device] require a reboot to take effect; does the same ring true here? Should I reboot between changes of build.prop?
meccanikal said:
I noticed some of these mods [wifi fix (delete AT&T auto connect), debrand device] require a reboot to take effect; does the same ring true here? Should I reboot between changes of build.prop?
Click to expand...
Click to collapse
Apologies, my op was not comprehensive. Any build.prop change will require a reboot, this one included.
Sent from my HTC One X using xda premium
nice little tweak there. went from ~3000kbps to ~4000kbps. that's a free 33% bump!! Thanks.
I tested values of 4, 5, and 6. 3k @ 4, and 4k @ 5 and 6. So, no change from 5 to 6
This didn't do me any good at all.
ETA: The first three (at the bottom) are before the change, and the second three are after.
Billy
Gained 1mbps down(3.8), and slightly quicker upload(800kbps)
On Rogers
It is important that comparison tests happen as close together as possible from a time perspective, and that the phone is in the same exact location and same exact orientation. Tests become meaningless when time difference is significant or phone location/orientation is changed.
I have observed a repeatable variation between 2 and 5 Mbit just by changing phone orientation. Be sure it's laying on a desk or something so repeated tests can be as meaningful as possible!
Sent from my HTC One X using xda premium
xfinrodx said:
It is important that comparison tests happen as close together as possible from a time perspective, and that the phone is in the same exact location and same exact orientation. Tests become meaningless when time difference is significant or phone location/orientation is changed.
I have observed a repeatable variation between 2 and 5 Mbit just by changing phone orientation. Be sure it's laying on a desk or something so repeated tests can be as meaningful as possible!
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
You should make sure it's using the same server too... Mine tried to use a different server the second time even though I was in the same location. I think it used the cell tower to fin my location one time and my GPS the second time.
Billy
Sent from my HTC One X using Tapatalk 2
JeepFreak said:
This didn't do me any good at all.
ETA: The first three (at the bottom) are before the change, and the second three are after.
Billy
Click to expand...
Click to collapse
I had the same exact effect. My speeds actually suffered a bit in the same exact spot as prior to making the change. What I am interested in is the capability to turn LTE off so as to save battery life for those of us who live in HSPA areas only. I somehow doubt that is possible to do in a build.prop tweak though.
One other thing I noticed, prior to the change (from 4 to 5) my upload speed test was smoooth and right around the 1.1mbps upload speed. After I made the change to 5, my speed test would start spiked at ~2mbps, then freeze, then drop to 1.4 then freeze, then drop to 1.2 and so on. It wouldn't go any lower than 1.1 but it was super chunky feeling, like it was testing one block at a time very slowly. THIS could deeply impact using voip services such as Skype or Tango, especially when using video stream.

Tutorial- how to tether ps4 unrestricted

Would anyone be interested in having this? If there's support I'll write it up, but if not don't wanna waste my time...chime in if you think this would be a good tutorial.
Edit- i want to be sure to give credit on this to the original tmo upsell page that i can't seem to find now to link at the moment smh that's what made me investigate after reading reports in that thread that it no longer worked, but seems it does, the major difference- i think- being to specify another user agent, don't just strip it null, and I'm working on tweaking the setup because fiddler4 isn't handling the certificate requests quite right, which causes you to have to babysit it in the case of large downloads where the same http tunnel has to be opened for an extended period of time, so once i have the links out I'll post the planned "tutorial", and i think in the meantime i might just document my process on getting the glitches out of fiddler4- errr should i say, adjusting it's handling of such- for the sake of someone else who may be in my position and want to use a wireless connection for their ps4. In the UK tmo had signed agreements with Sony to make data available to people who purchase the system because Sony knows how important it is to have data access. No one wants to shell out 500+ bucks on a system and then find out that system could eat as much as 300gb of data in a month. Even how cable service in some places have caps in place and throttling- like if you're unfortunate enough to have hughesnet smh not that 1st person stuff is gonna run with 1500-2000ms ping time averages, but there are still games that aren't as ping intensive that'll work fine, and the large file downloads are much better than years ago, onboard routing on the birds has made lots of difference. It's still inherently ping challenged, but other than that it's really pretty good- but the usage caps are miserable, along with others who have dsl or other smaller regional providers, it can get excessive- buy 3 or 4 60 buck games in one month and see if updates alone don't cost ya 50gb+! So the idea, yes, is to swap out all the http headers on the fly so that not just browsers from a pc are able to spoof the packet header, but ALL traffic, irregardless of its' source- so even your ps4 or Xbox one- as long as you have a pc (I'm sure a mac could probably be used, but I'm using a win10 pc, so that's what I'm writing on) to put between the console/tv/pc/bluray player/you get it and your wireless device you can replace the header of every packet that passes thru and make tmo's systems see the connection as an android chrome device instead of, say, a PS4
More to come.........
Sent from my SM-N920T using Tapatalk
I am interested
Sent from my SM-N920T using Tapatalk
I am very interested
Alrighty, well give me a bit to type it up with all the links etc...it requires you to connect your device to your pc via USB and enable the tether, then connect your ps4 directly to your pc with a crossover cable, bridge those two connections, run Fiddler4 on the pc with a few settings enabled that strip the user agent string from every http header and replace it. It's basically an update to the thread that already exists that explains how to do it using the old fiddler 2...but i guess people no longer were able to make it work for whatever reason, but i got the new fiddler 4 running great! I'm currently in excess of my 7gb of hotspot data by about 80gb and i hadn't been able to get the ps4 to download the black ops 3 update for like a week- Netflix would work on the ps4, but downloads from the notification page would get throttled and there wasn't any good way to get around it without getting rid of that user agent string. Vpn is too slow and/or expensive, so I'm thrilled i found this workaround still works with some updated software! i haven't been able to play black ops 3 multiplayer for over a week because i needed this 9gb update and couldn't download it! Smh lol but all is well! Fiddler handles it like a champ! Not the most convenient thing to have to connect everything with wires and put a laptop between the ps4 and the device, but it sure does work!
Sent from my SM-N920T using Tapatalk
Rx8Driver said:
Alrighty, well give me a bit to type it up with all the links etc...it requires you to connect your device to your pc via USB and enable the tether, then connect your ps4 directly to your pc with a crossover cable, bridge those two connections, run Fiddler4 on the pc with a few settings enabled that strip the user agent string from every http header and replace it. It's basically an update to the thread that already exists that explains how to do it using the old fiddler 2...but i guess people no longer were able to make it work for whatever reason, but i got the new fiddler 4 running great! I'm currently in excess of my 7gb of hotspot data by about 80gb and i hadn't been able to get the ps4 to download the black ops 3 update for like a week- Netflix would work on the ps4, but downloads from the notification page would get throttled and there wasn't any good way to get around it without getting rid of that user agent string. Vpn is too slow and/or expensive, so I'm thrilled i found this workaround still works with some updated software! i haven't been able to play black ops 3 multiplayer for over a week because i needed this 9gb update and couldn't download it! Smh lol but all is well! Fiddler handles it like a champ! Not the most convenient thing to have to connect everything with wires and put a laptop between the ps4 and the device, but it sure does work!
Sent from my SM-N920T using Tapatalk
Click to expand...
Click to collapse
Thanks man ill have to take a look on it...hope anyone elses chimes in on it
Sent from my SM-N920T using Tapatalk
JonathanRAZ said:
Thanks man ill have to take a look on it...hope anyone elses chimes in on it
Sent from my SM-N920T using Tapatalk
Click to expand...
Click to collapse
Yeah i war literally getting 3kbps throttled, and had 6gb left to download, now I'm plugging along at a steady 1.5-2+mbps as we speak!
Sent from my SM-N920T using Tapatalk
JonathanRAZ said:
Thanks man ill have to take a look on it...hope anyone elses chimes in on it
Sent from my SM-N920T using Tapatalk
Click to expand...
Click to collapse
Yeah i war literally getting 3kbps throttled, and had 6gb left to download, now I'm plugging along at a steady 1.5-2+mbps as we speak!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
<--check out the network status!
Sent from my SM-N920T using Tapatalk
Rx8Driver said:
Yeah i war literally getting 3kbps throttled, and had 6gb left to download, now I'm plugging along at a steady 1.5-2+mbps as we speak!
<--check out the network status!
Sent from my SM-N920T using Tapatalk
Click to expand...
Click to collapse
Thats pretty good speed better than the 3 kbps so you fixed and know how...wow its a decent speed not good not bad
Sent from my SM-N920T using Tapatalk
JonathanRAZ said:
Thats pretty good speed better than the 3 kbps so you fixed and know how...wow its a decent speed not good not bad
Sent from my SM-N920T using Tapatalk
Click to expand...
Click to collapse
Sure beats getting throttled!
Sent from my SM-N920T using Tapatalk
What kind of plan do you have with T-Mobile? I have only 1GB of data plan at the moment but if I tether anything over 1GB of data then I'll be throttled down to a very slow speed.
Almazick said:
What kind of plan do you have with T-Mobile? I have only 1GB of data plan at the moment but if I tether anything over 1GB of data then I'll be throttled down to a very slow speed.
Click to expand...
Click to collapse
Yeah, it doesn't really help you unless you have unlimited device data and only measured hotspot data....
Sent from my SM-N920T using Tapatalk
I found the original post just now so i thought I'd post it- of it works for anyone else as it has me, be sure to drop in and pass out some thanks!
Aaaannnnddd.....it helps to paste the link lol
http://forum.xda-developers.com/showthread.php?p=46694983
Sent from my SM-N920T using Tapatalk
Where do i download fiddler
egren58 said:
Where do i download fiddler
Click to expand...
Click to collapse
If memory serves me correctly fiddler4.com
I have a unlimited plan and 7gb of Hotspot. Will this work for Me?
Sent from my SM-N920T using Tapatalk
Patriot Virus said:
I have a unlimited plan and 7gb of Hotspot. Will this work for Me?
Sent from my SM-N920T using Tapatalk
Click to expand...
Click to collapse
Well I've got to tell ya, it's been REALLY hit or miss, fiddler 4 WILL remove or replace your useragent string in the ip header but that's only getting you past the automated checking, but post analysis may still get you dinged depending on what exactly you're doing....

Categories

Resources