Could you help me more, tried that. Still can't get it to work.Terminal. Leave off the initial '#', the rest is as is.
Sent from my SGH-I337 running GPE
Could you help me more, tried that. Still can't get it to work.Terminal. Leave off the initial '#', the rest is as is.
Sent from my SGH-I337 running GPE
Here you go:Ah I'm familiar with both but I don't know how to integrate the terminal commands into a task. Kind of a noob haha
svc wifi disable
rmmod dhd; insmod /system/lib/modules/dhd.ko "firmware_path=/system/etc/wifi/bcmdhd_apsta.bin nvram_path=/system/etc/wifi/nvram_net.txt"
rmmod dhd; insmod /system/lib/modules/dhd.ko "firmware_path=/system/etc/wifi/bcmdhd_sta.bin nvram_path=/system/etc/wifi/nvram_net.txt"
svc wifi enable
The code portions are typed in the terminal as root (su.) The rest is done in the GUI as described.Is this typed in terminal? I'm struggling to make this work.
Terminal. Leave off the initial '#', the rest is as is.
Sent from my SGH-I337 running GPE
Thank you guys, derp on my end. Got it working.The code portions are typed in the terminal as root (su.) The rest is done in the GUI as described.
I'm just using the built in tethering. When I needed it on my old phones i always used WiFi Tether for Root Users but that hasn't been updated in over a year so I don't know if it's still a good option.Just curious, what is your tethering app of choice? I'm on Verizon, do some play better with different carriers?
I have been trying to enable LTE on my I337, but every time I go into settings > more... > mobile networks and try to change preferred network type from 3G to LTE, it quickly reverts back. I am currently only getting 3G speeds, and my APN is correctly set, this is a software issue. I have installed the NC1 modules, as Wi-Fi is fully working on my phone. What can I do to fix this so I can get LTE on my phone once again? Thanks to anyone who responds.
You can also download Radio Switcher , which is an app that gets you to this hidden menu.This was posted on the Verizon thread. I'm pretty sure the dialer code is a Verizon thing but you can try it out. Other than that, maybe flash modems? I'm assuming you've searched this thread. Anyways, Here it is:
The following was posted earlier by user RyaNov133.
For those of you who have gone into Settings > More Settings > Mobile Networks > Preferred Network Type and then selected "LTE (recommended) from the list without any selected, here is what you do to get your service back.
I had done this because, hey nothing was selected, might as well select it right? Afterwards I lost all service and continually got a "Mobile Network Not Available" message whenever I tried to place a call. To fix this, I did the following:
1. Open Phone app to the dialer
2. Type *#*#4636#*#*
3. A testing menu should appear
4. Tap "Phone Information"
5. Scroll down until you see "Set Preferred Network Type"
6. Tap the dropdown menu and select "LTE/CDMA auto (PRL)"
7. Enjoy having your service back!
Just remember not to touch any mobile network settings and you should be fine.
This happens because (I believe, correct me if I'm wrong) the ROM was made for AT&T phones running on a GSM network, therefore the mobile network settings are programmed to try and pick up a GSM network, while our phones can only receive a CDMA connection. When you selected LTE (recommended) from the Mobile Network settings, it was referring to a GSM network.
Thanks! I'm looking forward to that!Surge recently reenabled unsigned kernel modules, so if someone wants to pull the Google Edition USB MTP Kernel Module from the Original Google edition Rom, then just implement Surges kernel modules fix (Thread: If we are serious about unlocking the bootloader) on the VZW S4 forum.
In theory that should work, Ill attempt tonight.
What profile did you use to enable this? Or what enables it I guess I should sayLast night I made some progress on wifi tethering. I now know the commands to make it work, but I haven't figured out an easy way to implement the fix for everyone yet.
1. Toggle Wifi off.
2.3. Toggle Wifi AP on; it should now be broadcasting properly.Code:# rmmod dhd; insmod /system/lib/modules/dhd.ko "firmware_path=/system/etc/wifi/bcmdhd_apsta.bin nvram_path=/system/etc/wifi/nvram_net.txt"
4. When done, toggle Wifi AP off.
5.6. Toggle Wifi on.Code:# rmmod dhd; insmod /system/lib/modules/dhd.ko "firmware_path=/system/etc/wifi/bcmdhd_sta.bin nvram_path=/system/etc/wifi/nvram_net.txt"
I have done this correctly. added a tasker shortcut to my desktop, tap it and nothing happens. Here's how it sets up. Am I doing something wrong?Here you go:
TetherOn
Script->Run Shell. CommandUse Root.Code:svc wifi disable
Script->Run Shell. CommandUse Root.Code:rmmod dhd; insmod /system/lib/modules/dhd.ko "firmware_path=/system/etc/wifi/bcmdhd_apsta.bin nvram_path=/system/etc/wifi/nvram_net.txt"
Plugin->Secure Settings->Actions->Wifi Hotspot->On
__________________________________________________
TetherOff
Plugin->Secure Settings->Actions->Wifi Hotspot->Off
Script->Run Shell. CommandUse Root.Code:rmmod dhd; insmod /system/lib/modules/dhd.ko "firmware_path=/system/etc/wifi/bcmdhd_sta.bin nvram_path=/system/etc/wifi/nvram_net.txt"
Script->Run Shell. CommandUse Root.Code:svc wifi enable
Are you using root for all shell commands?I have done this correctly. added a tasker shortcut to my desktop, tap it and nothing happens. Here's how it sets up. Am I doing something wrong?
I have root selected for all of that. I just installed the system+ Module and it's still not working. Turn the WiFi Ap on, hit the shortcut for tether on and get nothingAre you using root for all shell commands?
Do you have the "System+ Module" installed?