Is there any widget or shortcut with one click to:
toggle between (3G + DATA) and (GSM without DATA)
The point is when I need internet I want to switch to faster 3G network, but for saving battery and better voice quality wanna back to GSM
tnx
godovic said:
Is there any widget or shortcut with one click to:
toggle between (3G + DATA) and (GSM without DATA)
The point is when I need internet I want to switch to faster 3G network, but for saving battery and better voice quality wanna back to GSM
tnx
Click to expand...
Click to collapse
Settings>Mobile Network>Network mode.
kgs1992 said:
Settings>Mobile Network>Network mode.
Click to expand...
Click to collapse
1. menu > settings > mobile network > network mode > GSM or GSM/WCDMA
2. turn mobile data on or off
too many steps
I am asking for a widget to do the both settings with one click.
Just one click on the home screen to toggle between:
a) GSM/WCDMA with mobile network on
b) only GSM with mobile network off
very simple
godovic said:
1. menu > settings > mobile network > network mode > GSM or GSM/WCDMA
2. turn mobile data on or off
too many steps
I am asking for a widget to do the both settings with one click.
Just one click on the home screen to toggle between:
a) GSM/WCDMA with mobile network on
b) only GSM with mobile network off
very simple
Click to expand...
Click to collapse
I'm using HTC Sense widget:
Menu > Personalize > Widget > Settings >Mobile Network
Not sure if it toggle between GSM and WCDMA but it sure switch on/off data.
Try "Widgetsoid" from Market. Its pretty customisable.
Maybe it would be impossible to do what u want in 1 click (or would be possible - try it), but iam sure in 2 widget clicks u will get it.
Hi,
I am using Quicker Free from the Play Store - it docks in the notifcation bar and enables you to turn on/off 3G Data from pretty anywhere and lets you stay within the app you have currently opened. Plus it has controls and status widgets for almost anything you want to see / change on your phone.
After much searching I haven't found anything that directly says if this is disabled. Back on my Galaxy S5 I was able to enable the mobile hotspot by going in the dialer screen entering ##data# > Edit > entering my MSL > Going to apn EHRPD and go to type then changing it from (default, mms) to (default, mms, dun).
Couple of things. I reached out to Sprint for my new MSL and they said there is not one for my phone, it actually shows up as 000000. I tried using that and I can successfully get into my edit screen but now I cannot change the APN type, that is grayed out.
I can only change the APN and APN protocol.
Is this something that is locked down by Sprint? Is the 000000 MSL the issue?
Any help enabling the mobile hotspot without paying extra or rooting the device would be greatly appreciated.
jdaoud51 said:
After much searching I haven't found anything that directly says if this is disabled. Back on my Galaxy S5 I was able to enable the mobile hotspot by going in the dialer screen entering ##data# > Edit > entering my MSL > Going to apn EHRPD and go to type then changing it from (default, mms) to (default, mms, dun).
Couple of things. I reached out to Sprint for my new MSL and they said there is not one for my phone, it actually shows up as 000000. I tried using that and I can successfully get into my edit screen but now I cannot change the APN type, that is grayed out.
I can only change the APN and APN protocol.
Is this something that is locked down by Sprint? Is the 000000 MSL the issue?
Any help enabling the mobile hotspot without paying extra or rooting the device would be greatly appreciated.
Click to expand...
Click to collapse
Interestingly if I go I to the DATA and click 'More ' then Dial Up Networking and switch to (On) it lets me turn on the option for hotpot in the settings but cancels out the 3g/LTE . If I leave it on and then go into the DATA again and then turn off, it will give an error about not subscribed. Just thought I'd share my findings.
phelony said:
If you are on sprint this one works.
https://forum.xda-developers.com/sprint-s7-edge/how-to/hotspot-bypass-nougat-ok-t3563446 (SAUCE)
Here it goes (no root required):
1. Enable developer mode:
a. Go to settings
b. Scroll down to about phone
c. Repeatedly tap "Build number" until developer access is granted
2. Get ADB installed w/ drivers
a. https://forum.xda-developers.com/sho....php?t=2588979
3. Enable USB Debugging
a. Go to settings
b. Go down to developer options
c. Scroll down to USB Debugging and turn it on
d. Connect phone with USB to PC
4. Get into ADB shell
a. Open a command prompt (windows key + R , type "cmd" in the box and press enter is my favorite way)
b. Run:
Code:
adb shell
5. Enable the bypass
a. Disable the DUN requirement
Code:
settings put global tether_dun_required 0
b. Overwrite the DUN APN
Code:
settings put global tether_dun_apn "APNDUN,n.ispsn,,,,,,http://mms.sprintpcs.com,68.28.31.7,80,310,120,,default,dun,mms,supl"
6. Turn off Mobile Data
7. Turn on HotSpot
8. Turn on Mobile Data (The order is important for DNS to work properly)
Alternative 5-8: w/ static DNS
5.b (Does not attempt to replace default active APN at start)
Code:
settings put global tether_dun_apn "APNDUN,n.ispsn,,,,,,,,,310,120,,dun"
This one can also be tried if data does not work on the phone during hotspot:
Code:
settings put global tether_dun_apn "APNDUN,n.ispsn,,,,,,,,,310,120,,default,dun
(the extra default in there should keep the phone on data, but no guarantee)
6. Turn on Hotspot
7. On your devices, you might have to set a custom DNS server:
a. Google DNS: Google DNS Guide
b. OpenDNS: OpenDNS Guide
Sprint's IP's are:
Code:
68.28.31.30
68.28.31.31
c. If you must also specify a static ip, use:
Code:
IP: 192.168.43.XXX , where XXX is between 2 and 254
Gateway: 192.168.43.1
Subnet Mask: 255.255.255.0 or /24
DNS 1: 68.28.31.30
DNS 2: 68.28.31.31
To revert:
Code:
settings put global tether_dun_required 1
settings put global tether_dun_apn null
Notes:
Line 5.b:
For
"name,apn,proxy,port,username,password,server,mmsc ,mmsproxy,mmsport,mcc,mnc,auth,type"
Alternative line 5.b (you can run the command again, and yes the first part is required in []):
Code:
[ApnSettingV3] carrier/Name,apn,proxy,port,user,password,Unused/server,mmsc,mmscproxy,mmscport,mcc/part1,mcc/part2,authType,types[],protocol,roamingProtocol,carrierEnabled,bearer,profileId,modemCognitive,maxConns,waitTime,maxConnsTime,mtu,mvnoType,mvnoMatchData
[ApnSettingV3] SprintDUN,n.ispsn,,,,,,http://mms.sprintpcs.com,68.28.31.7,80,310,120,,default|mms|supl|dun,ipv4,ipv4,true,0,,false,0,0,0,,,
For types[], you can use default|dun|mms , separated by the pipe " | " for multiples. I'm not sure what is needed but you can test around. If you get an error about subscription then likely you put in a malformed string. For the mvno (prepaid) probably the last two are gid and 4E or something like that (0,0,0,,gid,4E) ; see your APN info
Survives Reboot, PRL Update, Profile Update, UICC Unlock
Last edited by paul2112; 15th March 2017 at 06:39 PM.
Click to expand...
Click to collapse
Found this
vegeta21232 said:
Found this
Click to expand...
Click to collapse
I tried this method a million times and I get nowhere.. Once I type adb shell into cmd cmd does its thing but then I get a device is null error.. Please help if you can or is there a YouTube video on this method?
I can confirm that this method works. The only prob I have found with it is that I have to turn off mobile data every time I want to turn the hotspot on, then turn mobile data back on after the hotspot goes up. Other than that it's working fine.
vegeta21232 said:
Found this
Click to expand...
Click to collapse
My S8 should be coming in today and I'll give this a shot and report back. I do have a couple questions about step 7. Could someone ELI5 how I set up/figure out the custom DNS part. For the Sprint IPs, do I just try the two IPs separately and see if one works? And for part 'c' do I just pick a random number from 2-234 or do I find that somewhere?
I'd appreciate any help or if there is a youtube video to follow.
vegeta21232 said:
Found this
Click to expand...
Click to collapse
Thank you for this, really appreciated. I am trying the steps and also getting the device null not found issue but I think adb isn't properly installed. I'll keep tinkering with it today.
vegeta21232 said:
Found this
Click to expand...
Click to collapse
Confirmed working! Thank you so much!
I had to get by the adb issue by right clicking the device in my device manager and updating the driver. I used the search for updated drivers online. That option successfully installed the ADB interface. I then followed the steps and was able to successfully get hotspot working. So far so good, will report back any issues.
Thanks again!! :good::good::good:
is there a utube video walk thru? also I have a sm-950u for boost mobile will this work since boost is on the sprint network?
I do believe it should
vegeta21232 said:
I do believe it should
Click to expand...
Click to collapse
do you know if there's a walk through video?
Not that I have come across
Confirmed it works. I didn't do step 5b. Every time I enable Hot spot i have to turn off mobile data then turn on Hot spot then turn data back on and it works.
Worked great, thanks. Luckily I didn't need to get to the alternative steps because those were over my head
So does everyone have option to toggle on the hotspot? It seems my sprint s8+ doesn't even have hotspot/tethering option under settings.
Dave
TT_Vert said:
So does everyone have option to toggle on the hotspot? It seems my sprint s8+ doesn't even have hotspot/tethering option under settings.
Dave
Click to expand...
Click to collapse
Mine came with the toggle already in the menu but if yours doesn't you should be able to hit the Button Order option to see the available toggle buttons to add in, hotspot should be one of them.
Yeah nothing hotspot related is there. No toggles and no options in settings. Quite odd.
https://www.dropbox.com/s/3owhk1mf9jntovq/2017-05-06%2022.26.33.png?raw=1
Dave
Thats_cool_bro said:
I tried this method a million times and I get nowhere.. Once I type adb shell into cmd cmd does its thing but then I get a device is null error.. Please help if you can or is there a YouTube video on this method?
Click to expand...
Click to collapse
check your usb debugging option.
---------- Post added at 12:23 PM ---------- Previous post was at 12:22 PM ----------
Anyone been able to get tasker to automate this process? I get an error when trying to enable the hotspot via tasker but it works manually.
Have any of you been able to automate this w/ tasker? I get an error when enabling the hotspot but it does work when I do it manually.
It took me several tries, but I finally typed it right and it worked.
Big thanks!
On my 955FD y was able to access the IMS settings using shortcut master to enable VoLTE with AT&T. After the Oreo upgrade it seems that permissions were set so that i can no longer access that menu. Any other way? Not interested in rooting.
Facing the same problem, couldn't use volte
Same error
Same problem any other way or can we fix this su: not found error in shortcut masters apk.
Same error with my SM-G950U Sprint Unlocked phone
I have a Sprint branded network unlocked(by Sprint only) Galaxy S8 phone.
With Android Nougat version, the imssettings were accessible using the Shortcuts app and VoLTE was enabled. So it was working in India with Reliance JIO (who has only LTE network and accepts only VoLTE calls).
After recent Oreo update, using any Shortcut app like (More Shortcuts or Shortcut Master), the IMS settings are inaccessible. So unable to enable the IMS Service switch, thereby VoLTE.
Tried to search for the apk com.samsung.advp.imssettings. Found one over internet but couldn't replace the existing one. (Hopefully the downloaded one is not a fake app.)
I also tried to open the google imssettings option using Career Services app, but found only one option to enable WiFi calling, not the VoLTE.
Is there any permission issue with this Samsung IMS setting? Could this IMS switch ON be achieved through ADB?
Any insight or help would be helpful. Without VoLTE this phone with Reliance JIO will be virtually useless. The Jio4GVoice app is crappy as hell.
I have the same problem!
Same here, I hope there is a fix
Same problem here!
Anyone having the IMS fix for Oreo yet?
S8+ ims setting fix oreo 8.0
If you use quickshortcutmaker app to open ims settings it will launch but it needs sms code to open.....anybody have an idea of wat dis means...or how to get the sms code?
Samsung s8+ sm g955fd
Naguski2 said:
If you use quickshortcutmaker app to open ims settings it will launch but it needs sms code to open.....anybody have an idea of wat dis means...or how to get the sms code?
Samsung s8+ sm g955fd
Click to expand...
Click to collapse
It's because you're calling IMS Service, not IMS settings.
hello
my phone says that it requires aditional permission...how can i solve it?