Huawei P30 4g Lock - Huawei P30 Questions & Answers

I am searching on how to lock 4g in my huawei p30, but the result seems to fail. But accidentally i did it just now. Haha. Not an expert, but i want to help other. Just remember that if you lock 4g in your phone, phone call and sms become unable, but still you can switch to auto instead of locking 4g everytime and the phone call and sms has no problem.
First, I used this tutorial:
https://forum.xda-developers.com/me...te-4g-mode-t3828656/post77318151#post77318151
After that, uninstall the system database editor application and restart your phone. Then goto the setting>wireless and network>mobile network>4g toggle. There you need to turn off the toggle for awhile and search for network mode, set to LTE.
Congratulations to you all. Yeay.

Related

HELP 3G keeps turning on and off!

Hi. I live in area with poor 3G coverage so I don't use it. The problem is that when I go to >Settings>WirelessControls>MobileNetworks and check "Use only 2G networks" it seems that it unchecks itself at some point and sometimes it's on, sometimes not. When I reboot it stays switches back to 3G and I have to switch it off every time. The real problem is that it constantly turns on ans off 3G which is annoying. Sometimes I even have problems - when someone calls me I can't pick up even by pressing the green button several times and or the call automatically redirects to voicemail (no I haven't put this option to any of my contacts). I'm using JF1.42 rc33 with multitouch and root and I have apps on SD(app and app-private only - data is on the main memory)
firmware is 1.1 and Baseband version is 62.33.20.08H_1.22.12.28. Thank you very much. I used the search option but couldn't find an answer.

Captivate Turn off Mobile Data?

I noticed there isn't an option like on the HTC devices that let you choose WIFI ONLY or MOBILE + WIFI. It appears they took that out completely on the Samsung Roms? Is there anyway to disable DATA all the time? I'm in a wifi access point 24/7 literally. Sorry folks, only thing im curious about.
I would like to know also. None of the apps I have tried have worked yet.
Sent from my SAMSUNG-SGH-I897 using XDA App
Did you try to remove AT&T APN in Settings? It will not be able to connect to 3G without APN.
If you do not want to lose your APN nsettings, create new one, dummy, without any real data inside, and make it default one. Same results.
Another thought, if you have your Wi-Fi turned on all the time, your 3G connection should be switched down automatically. At least it works like this on N1. I am just thinking of bying Captivate, if it will have good custom ROM with Froyo, not taking it with all AT&T bloatware on board and Android 2.1
in the market check out the apps APNdroid and quick settings. Both have toggles for data connection
You can also put it in airplane mode and them just turn wifi on.
Sent from my SAMSUNG-SGH-I897 using XDA App
tonysunshine said:
in the market check out the apps APNdroid and quick settings. Both have toggles for data connection
Click to expand...
Click to collapse
Thanks dude I picked that up works Great on Captivate. I'd rather use something like that than enabling wifi 24/7 to eat more battery etc.
I've tried downloading a number of free apps (including APNdroid) to turn off mobile data on my Captivate, but none of them seems to work. All the widgets give the impression that it is off, but I can still open the browser and navigate to websites. Am I doing something wrong, or is it just not possible to fully disable mobile data access on a Captivate?
Yeah you're right
@alobotnad
Hey you're right, APNdroid does nothing it doesn't even shut down the 3G icon on my device now and yes it still connects either way like you said.
Apndroid works fine on my captivate!
Sent from my SAMSUNG-SGH-I897 using XDA App
hazard96 said:
Apndroid works fine on my captivate!
Sent from my SAMSUNG-SGH-I897 using XDA App
Click to expand...
Click to collapse
You see the 2G icon when you run it?
On my Captivate APNdroid only partially works. Let me explain. If WiFi is on I can disconnect 3G using the APNdroid widget (then if I turn off WiFi and try to surf the web I can't.) However turning 3G back on is more complex. I can turn it back on using the widget if I m connect already to a WiFi network and it will turn 3G on when I turn off WiFi. HOWEVER you must be connected to a WiFi network to turn 3G back on not being connected to a network means the APNdroid button doesn't work. The only solution I found to turn on 3G if I wasn't connected to a WiFi network was to turn on 3G through the APNdroid widget and then restart the phone.
On the other hand I am currently using Juice Defender and their 3G WiFi widget works without having to jump through all those hoops.
@icedfire101
Thanks for the info. I downloaded the free version of JuiceDefender today and so far I am happy with the results.
Samsung Captivate 3G Toggle Solution
After all the digging and searching around, I found two apps that work perfectly on Samsung Captivate for toggling mobile data (3G)
- Juicedefender (it has a widget you can use to toggle 3G quickly)
- SMODA Widget (It doesnt have too many 5 star ratings but works fine on my samsung captivate).
My phone is rooted but I believe it is not a requirement of either of the above apps. Hope this info is useful for other captivate owners.
Most of the other APN / 3G toggle apps on the market try to put a suffix on the APN names in settings. On the samsung captivate this works only with a restart/reboot. Meaning if you disable 3G using the app it would put a suffix like 'disabled' or something to the APN name. But your phone still has the 3G connection using the original APN settings. Only after you restart the phone does it see the 'disabled' APN name and is not able to use and hence no 3G. Vice versa when you want to enable 3G back - needs restart.
I dont know what process the above 2 apps use but they work instantly on my samsung captivate. No need to restart or click a bunch of other settings. They work perfectly and as simple as it should be.
Concepts behind Reliable 3G Toggling on Captivate
First time poster, hope its not immediately dismissed as TLDR.
For the quick-and-dirty just read the “Reliable Data Disabling”.
I am an advocate for understanding concepts. Solutions, hacks and work-arounds have their place, but, if we can understand more about how and why those solutions work, we might be able to repurpose those ideas and use those ideas to make better applications.
Upload and Download of data coming from the cellular network (as opposed to wifi) is likely determined by which network adapter the network connections are making use of. This might be determined by the android sub-system, by looking at the details of currently open sockets; or by lower-level processes looking at the addresses associated with Rx/Tx data. There are several other ways this could be achieved, and I am sure there are countless people who know exactly how that little 3g icon gets on screen; I am merely laying the groundwork to point out that the Captivate (and possibly the Samsung ROM specifically) is apparently more adept at retaining these residual 3g connections than other Android ROMs.
Let’s assume background data opens a series of sockets to communicate with all of the servers that a person’s phone will sync with. By obfuscating the APN like APNDroid does, we are changing the source of the configuration settings, but connections which are "kept-alive" would not check for new settings. This is why those connections remain open after we activate APNDroid. From this idea we derive at least two strategies that work:
Reliable Data Disabling:
Once an APN obfuscator has effectively disabled 3g by spoofing APN information, you can follow up the data-shutdown with the one-two punch of either disabling the cellular radio, or by intelligently terminating connections that don’t match the current APN paradigm. My understanding is there are no apps that take advantage of the latter.
Disabling the radio: Those who have a shortcut-to-activity application, one might feel compelled to use the “Testing” activity to disable the cellular radio, but, the contents of Testing can be dangerous. It is possible to cause problems with your phone using the Phone Information section of "Testing".
The Captivate is nice and fast, enabling flight-mode and disabling it after 10 seconds terminates all residual data-connections 95% of the time.
1. Activate APNDroid (or other APN Obfusctor)
2. Activate Flight Mode (or disable cellular radio some other way)
3 Disable Flight Mode (or reactivate cellular radio)
----
In the past 2 weeks I have discovered that when I re-enable my data, the 3g icon comes back right away but my phone makes no attempt to create new connections using the restored settings. The only solution I have found (so far) is to reboot the phone which only works about half the time. I have not stepped through the problem with the android debugger.
Has anyone else noticed this?
i use smartbar , it turns on/off data and does much more.
Best way to turn off 3g data in samsung captivate
To disable data connection.
In phone menu type *#*#4636#*#*
a menu will appear. In that click "phone information".
click the option button (which is the bottom left button you have in phone).
In that go to "more" option.
inside that click "disable data connection".
Thats it 3g icon will not appear up there in phone. but you can use wi-fi.
To enable it .
do the same thing above . but at the final moment you will be shown a menu with option "enable data connection".
clicking it wont immediately enable data connection. you have to restart your phone.
If you dont want to restart your phone .
then go to settings->wireless and networks->mobile networks->access point names.
there should be apn called "ATT WAP".
Click the more option button at the bottom left and click "reset to default".
Thats it. Now your 3g icon will appear at the top (provided wi-fi is turned off).
tonberry1031 said:
1. Activate APNDroid (or other APN Obfusctor)
2. Activate Flight Mode (or disable cellular radio some other way)
3 Disable Flight Mode (or reactivate cellular radio)
----
In the past 2 weeks I have discovered that when I re-enable my data, the 3g icon comes back right away but my phone makes no attempt to create new connections using the restored settings. The only solution I have found (so far) is to reboot the phone which only works about half the time. I have not stepped through the problem with the android debugger.
Has anyone else noticed this?
Click to expand...
Click to collapse
Good post. You are correct that the captivate will indeed hold onto the valid connection even after modifying the APN. Flight mode toggling will sever the connection forcing it to use the modified settings which should prevent it from reconnecting to data.
The way I disabled my data connection before froyo (all hail froyo data power- button toggle) was to make a shortcut to my APNs and I made a "disabled" APN that was just called disabled. I would have to select it and then toggle flight mode to disable, but reconnecting was as simple and just selecting the real APN and it would immediately reconnect. Never had to restart phone to reconnect, except when using programs from the market.
mettup said:
To disable data connection.
In phone menu type *#*#4636#*#*
a menu will appear. In that click "phone information".
click the option button (which is the bottom left button you have in phone).
In that go to "more" option.
inside that click "disable data connection".
Thats it 3g icon will not appear up there in phone. but you can use wi-fi.
To enable it .
do the same thing above . but at the final moment you will be shown a menu with option "enable data connection".
clicking it wont immediately enable data connection. you have to restart your phone.
If you dont want to restart your phone .
then go to settings->wireless and networks->mobile networks->access point names.
there should be apn called "ATT WAP".
Click the more option button at the bottom left and click "reset to default".
Thats it. Now your 3g icon will appear at the top (provided wi-fi is turned off).
Click to expand...
Click to collapse
So how well does this work?
I'm going to Europe tomorrow and I don't want to be eaten alive on roaming data.
Thanks,
Super
Quick Settings in market, works great on my captivate.
Superguy said:
So how well does this work?
I'm going to Europe tomorrow and I don't want to be eaten alive on roaming data.
Thanks,
Super
Click to expand...
Click to collapse
Depending on what countries you're visiting and for how long, you might consider getting a prepaid local SIM card from that country. I've done that in a couple of different countries and was able to get prepaid data deals for a $2-$3 a day. Will vary greatly depending on country and carrier. And, of course, your phone will have to be carrier-unlocked to use the SIM card.

How-To Disable 3G and keep Edge running

So I've noticed a lot of users wondering how to disable 3G and keep running Edge on their Captivate without killing their data connection. I found out how to do this from another forum and thought I'd share Hopefully AT&T will read their forums and listen to people and create a toggle to do this.
- Type in *#*#197328640#*#* in your phone to get to the "ServiceMode"
- Choose [1]Debug Menu
- Choose [8]PHONE CONTROL
- Choose [4]UE STATE CONTROL
You now have 2 options: CHANGE RAT TO WCDMA or CHANGE RAT TO GSM
If you want just an edge connection (here at work 3G and Edge keep battling to win so I love disabling 3G) then choose the GSM option. To get back to 3G just go back into ServiceMode and go to WCDMA.
Hopefully a dev or someone can make a toggle or widget
An app or a widget would be great to turn off 3G. Is there a way to get tasker to go through these steps?
You can use AnyCut to create a shorcut to the ServiceMode and it makes things much easier.
Since I don't know how to program for Android I wish I could help making a widget but I wouldn't know where to start Until we get a skilled dev to make a widget/toggle either the AnyCut link or manual entering of the code will have to do...
But at least now we know WHERE to disable 3G all other "fixes" haven't worked.
I noticed that once you change it to one of these modes there is no way to get it back to the default "DUAL" mode it begins with if you go to "Current Connection State" menu. Does this force WCDMA or GSM with no way to get it back to auto?
bigdoug2005 said:
I noticed that once you change it to one of these modes there is no way to get it back to the default "DUAL" mode it begins with if you go to "Current Connection State" menu. Does this force WCDMA or GSM with no way to get it back to auto?
Click to expand...
Click to collapse
If you turn off your phone and turn it back on, it goes back to DUAL.
There is an app in the market that will bring up the service menu on Samsung phones.
Try this app to get into the service menu
LinuxNewb said:
You can use AnyCut to create a shorcut to the ServiceMode and it makes things much easier.
Click to expand...
Click to collapse
You were able to use anycut to bring up the Service Mode? When I tap the resulting shortcut I get a crash every time...
This is on an i897 Captivate on JH2...
I was thinking of the PhoneInfo where the other tricks had you change a setting to GSM auto. I couldn't get AnyCut working either.
So as far as the dual mode, when you go to WCDMA it will go back to 3G but can still go into Edge mode if you lose 3G.
Think of it as Wireless G band also B compatible in a wireless router
Sent from my SAMSUNG-SGH-I897 using XDA App
Here's an app that will launch some of the codes..check it out..its free but as always support the developers
http://forum.xda-developers.com/showthread.php?t=748859&highlight=sgs+info

Any way to force LTE only mode?

The thunderbolt had this and it was nice.
Basically when I'm at work I'm in a fringe 4g area. If I leave the phone in 3g/4g auto mode then it constantly switches between the two and it destroys my battery. Not only that but it makes 4g basically unusable for me as it never stays on long enough to do anything with it.
On the thunderbolt by going into the phone info settings you could select LTE only mode.
On the Charge you only have the options of going CDMA only or CDMA/LTE auto. There is no LTE only option.
Is this something that can be corrected by an app or rom or kernel or is it built into the radio software?
I used the phone info app that worked great on the thunderbolt and on the charge it just comes up with a bunch of options like WCDMA only, GSM only and such and as far as I can tell none of them actually do anything.
Hopefully someone knows the answer to this because I like tethering to my tablets at work but if I can't have consistent 4g then I'm gonna be forced to return to my tbolt which is a shame because I like this charge alot better.
I haven't pucked up a Charge yet, but most Sammy phones let you for some fine grain tuning if the radio and other system settings via a menu accessed by a dialer code.
You could try *#*#197328640#*#* (is debug mode) and dig in from there.
Sent from Thunderbolt
distortedloop said:
I haven't pucked up a Charge yet, but most Sammy phones let you for some fine grain tuning if the radio and other system settings via a menu accessed by a dialer code.
You could try *#*#197328640#*#* (is debug mode) and dig in from there.
Sent from Thunderbolt
Click to expand...
Click to collapse
Already tried that, it doesn't work on the charge. It just dials and you get the "Welcome to Verizon wireless, your call cannot be completed as dialed" message.
I believe if you go settings ->wireless and network->mobile networks->system selection change it to CDMA mode will disable LTE.
you can try dialing "*#*#4636#*#*" that takes me to a hidden menu on the thunderbolt. If it works, from that menu select "phone Information" then select LTE only. or if you want to disable 4g (Helps battery in non 4g areas) you can select "CDMA auto(prl)"
thetwiztidfreak said:
you can try dialing "*#*#4636#*#*" that takes me to a hidden menu on the thunderbolt. If it works, from that menu select "phone Information" then select LTE only. or if you want to disable 4g (Helps battery in non 4g areas) you can select "CDMA auto(prl)"
Click to expand...
Click to collapse
Beat me to it
Sent from my ADR6400L using XDA Premium App
Thanks but did you guys even read my original post?
For starters, I'm not trying to disable LTE... I'm trying to force LTE only.
Secondly, as I previously said, This phone does not have the same radio options that the thunderbolt does. There is no option for LTE only. I understand the difference between CDMA auto PRL, CDMA/LTE auto and LTE only. THE PROBLEM IS THIS PHONE DOES NOT HAVE AN LTE ONLY OPTION!
I tried the phone info app that works on the thunderbolt, the only options are all for WCDMA only, GSM only and CDMA only and various combinations of them. There is no LTE only. Besides, none of the options present in that menu actually change anything, only the 2 that are built into the wireless network settings do (CDMA only and CDMA/LTE Auto).
Not trying to be a **** but if you're gonna post something to try and answer a question or help someone at least make sure you read the question.
In the same boat as you. I actually get decent service on LTE at home, and virtually nothing on 3G... go figure, but it keeps trying.
navycow said:
In the same boat as you. I actually get decent service on LTE at home, and virtually nothing on 3G... go figure, but it keeps trying.
Click to expand...
Click to collapse
i have the same problem as both you guys and this is so frustrating. when its connected to 4g i get between 8-10mb down. i also have a samsung mifi hotspot for verizon and it shows a strong 4g signal and gets over 10mb down consistently in the very same location.
i have no idea why my droid charge keeps switching between 4g and 3g. the funny thing is the only reason i really mind is because the 3g signal is horrible. if i was getting 2mb down on the 3g like i have seen at other locations i wouldnt mind at all.
yeah i have the same issue as well, i'm really not even sure what it's testing to decide to switch from 4g to 3g, i live about 100 yards from the verizon tower i'm connecting to and have full reception on both 4g and 3g but yet it still switches randomly between the 2, we really need a way to disable 3g
Sent from my Xoom using XDA Premium App
Still nothing on this front? I'm afraid I'm gonna have to return my charge tomorrow then =(
No LTE only mode = no 4g for me.
I already did and canceled Verizon, I'll have to stick with sprint. I really loved the charge, and wanted to keep it and stay with Verizon , but my evo gets a full 4g signal both at home and work. Too bad, the charge was an awesome phone
Sent from my SPH-D700 using XDA App
It actually seems to be the way android handles 4G, either on purpose or just coincidentally.
I have the same issue at work with Sprint, 4G gives me 2-3 bars but there is NO 3G, but it turns 4G off when the screen is locked, so it sits there trying to get backups in 3G all day, spare parts lets you force wifi to stay on, surely there should be a similar switch for 4G a dev could find.
Any luck on this issue here? I have a feeling I'm in a fringe area where it could potentially switch me between networks quite often...
Is it safe to assume that an LTE-only option is impossible unless Samsung does something to enable this functionality out of their LTE chip (CMC220)?
Any updates on a LTE/4G only option?
I found out how to force LTE Only ...
Warning! If this bonks up your phone, don't blame me!
Use at your own risk!​
Now that we got that out of the way, here is what I have found:
Enable the Hidden Menu option by entering the following code in your phone dialer: *#22745927
Enter an SPC of: 000000
Select: Hiddenmenu Enable
Select: OK (Your phone may reset after this)
To get to the "Force CMDA/LTE/Global" menu, enter the following code in your phone dialer: **583
If you press the LTE button, you will be fixed on the LTE network.
Reset your phone
Taaa-daa!
Note: You apparently need connectivity to the CDMA network to make phone calls & text messages (Thanks, chaoscentral!) Oh, well ...
To reset back to the normal LTE/CDMA automatic selection mode:
Go to the "Force CMDA/LTE/Global" menu by enter the following code in your phone dialer: **583
Press the CDMA button, which will re-enable your phone to default to the CDMA network.
Reset your phone
When your phone boots back up, go to: Settings >> Wireless & network >> Mobile networks >> System selection >> LTE automatic
Cheers!
just keep in mind LTE only mode means no phone calls or text messages. since those go over CDMA
Ah, I should've guessed they would make the phone code for this hidden menu option "LTE". Now I wish there was a way to only disable EV-DO 3G (leaving CDMA intact for phone calls/texts). Can't have it all I guess...
Thanks for this regardless!
PeterDLai said:
Ah, I should've guessed they would make the phone code for this hidden menu option "LTE". Now I wish there was a way to only disable EV-DO 3G (leaving CDMA intact for phone calls/texts). Can't have it all I guess...
Thanks for this regardless!
Click to expand...
Click to collapse
Yep. I tried goofing around with a few different options on the "LTE" theme, but nothing came up.
Then, I realized that I had loaded new ROMs since the last time I had enabled the Hidden Menus option, and figured out that my Hidden Menus were no longer enabled. Once I re-enabled the hidden menus, I tried *#LTE#* (which didn't work), and then **LTE, which did.
BTW, for anyone that has had problems making phone calls after following my original settings, I have updated the post on to how to get back to automatic LTE/CDMA.
Also, has anyone tried that **583 "Global" option yet? Verrrry Interesting!! (But, spooky!)**
Ain't messin' with your phone fun?
** Anyone who gets this reference wins one "Bippy".

[Q] How do I prevent Samsung Galaxy S 4G from connecting to AT&T?

I have Samsung Galaxy S 4G with T-Mobile in San Francisco.
Whenever I go to an area without T-Mobile signal, the phone connects to AT&T. I called T-Mobile and they said that's because T-Mobile has roaming agreement with AT&T so my phone would connect.
The problem is, when my phone connects to AT&T, I can't make any calls. It says the phone's not registered. T-mobile says that's because I'm in an area that has T-Mobile coverage.
You'd think that the phone would be smart enough to figure out that only emergency calls can be made (which is what BlackBerry does and shows SOS sign). The real problem for me is that, I have WiFi calling enabled with cellular preference, and when I'm in the basement of my office building where there is no T-Mobile signal (but there is WiFi signal), my phone thinks it has cellular signal so it doesn't activate WiFi calling, yet no phone calls are coming in b/c it's not registered to AT&T's cellular network.
Is there a way for me to force my phone to only connect to T-Mobile? I know there isn't on the regular settings menu, but perhaps experts could tell me how to do so using those star-sharp keys listed here (http://forum.xda-developers.com/showthread.php?t=842134)?
Thank you!
Set wifi preferred instead of cellular.
Sent from my SGH-T959V using XDA App
Unfortunately, that doesn't work for me because I move around a lot, and Android WiFi calling feature doesn't have handover.
There's got to be a way to prevent this phone from connecting to AT&T at a low level somehow, no?
How do I do that? Have checked the manual but can't find location where explains how to select wi-fi preferred instead of cellular. Your kind advise will be appreciated
Open WiFi Calling and select settings. You'll see Preference. Select Cellular Preferred.
I think in setting then wireless and network, then mobile networks then network operators click the default settings.... select manual and wait for the carrier to pop up.
Will this solve your problem?
Sent from my SGH-T959V using XDA App
scoop_dtx said:
I think in setting then wireless and network, then mobile networks then network operators click the default settings.... select manual and wait for the carrier to pop up.
Will this solve your problem?
Sent from my SGH-T959V using XDA App
Click to expand...
Click to collapse
yep manual is exactly what OP should do.
if the settings for network operators are set to manual then u select the network u want and it sticks unless u manually select a different network provider. u are in select automatically mode so the phone can switch all on its own. this should solve your problem as other people have already mentioned
I have tried this many times and works as long you don't turn the phone off. After I forced the phone to manually select T-Mobile I checked many times the default setting and it remained in manual until the phone was turned off. When I switched it back on it was again in automatic mode and switching to ATT when signal is low.
Is there a way to prevent this? If not, well , first thing when phone is on in the morning is to check default setting.
5/24 I finally gave up and sold the phone. Samsung says they have not received any claims regarding this issue eventhough you see it frequently in the forums. I returned back to my HTC HD2 and will wait for the G2.

Categories

Resources