[Q] ICS 4.0.3 now mobile data won't work? - Captivate General

Is there some easy trick to getting the 3G mobile data to work? It is greyed out in the top RH icon. Only wi-fi works for internet connection. What am I missing!? I have "set mobile limit" checked off no diff. I have a good signal just stays greyed out.

Have you tried switching modems?

Have you went to apn and made sure it's on your network. You have to go to system settings, data, more, mobile networks then access point names.
Sent from my SGH-I897 using xda premium

I flipped back to gingerbread but I have the CWM so I can easily flipp back to ICS. How do I change modems in ICS?? I am in Ontario with Rogers but when the phone boots it flashes AT&T and there are some AT&T apps.
Also found ICS wouldn't play several video formats and made the external SD hard to find. It would be woth a try if I could get it on the mobile data network I am paying for.
shaker2K: does that menu allow me to select from multiple access point names? on the other OS's it usually is only a status of the only network activated?
Thanks for any help though I am new to all this!

Related

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.

[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.

[Q] Just got this phone and my data doesn't work?

Hi I just got this phone as a replacement for my Sony Ericsson X10a.
I have AT&T and when I try and use my data I can't connect I can only use Wifi I see "4g" by my signal up top but it doesn't work.
When I look at my access point names I see 4 of them.
AT&T US AAB
AT&T US HSDPA
AT&T US Tether
AT&T US MMS
To the left of them is a lock icon and they are locked.
3 of them are able to be toggled but none work.
So do i need to reenter the APN's? If so does someone have the inputs?
Also should I fix this is there a good data switch widget I can use for this phone?
Try this:
Go to Settings - > Battery and Data Manager - > Data Delivery
Make sure Data Enabled is checked.
I've had it mysteriously uncheck for me before on this phone.
^ +1 to that.
Is the 4G symbol gray or blue in color?
Moverf16 said:
Try this:
Go to Settings - > Battery and Data Manager - > Data Delivery
Make sure Data Enabled is checked.
I've had it mysteriously uncheck for me before on this phone.
Click to expand...
Click to collapse
Yes it's enabled.
It's is gray meaning no connection.
Go to About Phone - > Phone Status
What does it say under Signal Strength, Mobile Network Type, and Mobile Network state?
Problem solved was not an issues on my end AT&T did not register my replacement in the system so they thought I was still using an X10a. The Atrix 2 is now in the system and my phones data works!
Good to hear!
Atat had to do the something basically they didn't recognize it then I called and enrolled me in there 4g data plan
Sent from my speedy Motorola atrix 2
Exactly the same thing I had happen. X10 finally flashed to death. They replaced it with ATRIX 2 but didn't change me over.
Sent from my MB865 using Tapatalk
hellsrage619 said:
It's is gray meaning no connection.
Click to expand...
Click to collapse
Not true... The blue indicates a connection to Google servers not to the internet, therefore you could still be connected to the internet if it's gray.

[FIXED] - [Q] [JellyBean] How to switch on 4G?

I recently installed the JellyBean ROM for my A2 and changed few settings in the power manager after which I am unable to get 4G connectivity. I always see Edge in the status bar. I've tried re-trace my steps in the power manager but havent been able to turn on 4G yet.
Any guidance on how I could get my 4G back ?
----- UPDATE ----
I had to flash the same ROM again onto my phone and now its functioning properly. Still don't know the root cause but will report again if I see it happen again.
Thanks
Dhanvi
kapiladhanvi said:
I recently installed the JellyBean ROM for my A2 and changed few settings in the power manager after which I am unable to get 4G connectivity. I always see Edge in the status bar. I've tried re-trace my steps in the power manager but havent been able to turn on 4G yet.
Any guidance on how I could get my 4G back ?
Thanks
Dhanvi
Click to expand...
Click to collapse
Which JellyBean ROM? Please remember to be very specific as to the conditions surrounding the problem you're having!
I'd first try to go into Settings/ Below Data Usage tap 'More...'/ Mobile Networks
and make sure that 'Use only 2G networks' isn't checked.
Also, which carrier are you on? (I know most are on AT&T, but I'm on Straight Talk so I ask)
Alperon said:
Which JellyBean ROM? Please remember to be very specific as to the conditions surrounding the problem you're having!
I'd first try to go into Settings/ Below Data Usage tap 'More...'/ Mobile Networks
and make sure that 'Use only 2G networks' isn't checked.
Also, which carrier are you on? (I know most are on AT&T, but I'm on Straight Talk so I ask)
Click to expand...
Click to collapse
Thanks for your reply. I'm on the "MagicMod-Jellybean-Experimental" Atrix ROM on ATT.
The "Always use 2G" is unchecked which means that it should use 4G when available. Which bought me to the next section where I could search for network providers. When I searched for networks, most of the times my phone fails to find ATT in the list of available networks. I do have 4 bars on my phone though. I dont see the network provider name in the status bar so I dont know where it is connected currently.
My current hypothesis is that my phone is unable to connect/register to the ATT network and so I dont get 4G speeds.
Does that make sense?
Dhanvi
kapiladhanvi said:
Thanks for your reply. I'm on the "MagicMod-Jellybean-Experimental" Atrix ROM on ATT.
The "Always use 2G" is unchecked which means that it should use 4G when available. Which bought me to the next section where I could search for network providers. When I searched for networks, most of the times my phone fails to find ATT in the list of available networks. I do have 4 bars on my phone though. I dont see the network provider name in the status bar so I dont know where it is connected currently.
My current hypothesis is that my phone is unable to connect/register to the ATT network and so I dont get 4G speeds.
Does that make sense?
Dhanvi
Click to expand...
Click to collapse
Just so you know A small H by your signal bar means 4g. I am on AT&T and all I have to do is uncheck those boxes and reboot and data and MMS works fine
From my locked down superchargedV6 1.425ghz A "What tha duce?"
daavvis said:
Just so you know A small H by your signal bar means 4g. I am on AT&T and all I have to do is uncheck those boxes and reboot and data and MMS works fine
From my locked down superchargedV6 1.425ghz A "What tha duce?"
Click to expand...
Click to collapse
Yep. I'm aware that a H is 4G. I see an 'E' next to the signal bar. I did have an 'H' right after I installed my ROM but since today I'm only seeing 'E' .
I'll try flashing the CM10 ROM and check if that fixes my issue. If not, I'll copy over an apns-config.xml from an ICS install and replace my current one with that just in case.
try changing network mode by an awesome app called "Network" by phillip
in market .... it is simple & best option
shardul.phatak said:
try changing network mode by an awesome app called "Network" by phillip
in market .... it is simple & best option
Click to expand...
Click to collapse
Thanks for the tip. I'll try that. Looks like a reflash (of the same ROM) solved the problem for me though. Its back to 'H' for me. I still haven't tried to flash CM10.
Thanks for your help guys.

Stingray 4G missing 3G fallback on CM11/OmniROM?

i could have sworn that the factory images and some older ICS ROMs allowed my Stingray Xoom with 4G to go into 3G mode (automatically or manually)... but with CM11 and OmniROM that doesn't appear to work anymore? i either have LTE or no data at all depending on where i am in town now. also, turning off LTE using the quicktile seems to turn data completely off, not take it into 3G mode...
- can anyone confirm that their 4G Xoom does in fact go to 3G when 4G isn't available (and on what ROM & baseband)?
- is anyone else having this issue with the newer roms?
thanks
ok, after reading around i'm sure i'm not crazy and that i should have 3G and 4G.
i rebooted with access to the hidden motorola field utils app to make sure my 3G radio was enabled... the app launches, but the programming menu item and field test menu items both just crash the app when chosen.
anyone have any other ideas? i don't want to have to undo bigpart to re-flash the radio with rogue recovery but that's the only answer i'm seeing...
theksmith said:
ok, after reading around i'm sure i'm not crazy and that i should have 3G and 4G.
i rebooted with access to the hidden motorola field utils app to make sure my 3G radio was enabled... the app launches, but the programming menu item and field test menu items both just crash the app when chosen.
anyone have any other ideas? i don't want to have to undo bigpart to re-flash the radio with rogue recovery but that's the only answer i'm seeing...
Click to expand...
Click to collapse
I'm currently flashing my xoom now so i cant verify if this is possible on a tablet
but on the phone i know if you open the dialer you can dial *#*#4636#*#* >> phone information and see what preferred network type is selected
much like the settings >> more >> mobile networks selection but with more options
if you dont have the dialer i think you can create a custom shortcut to open the activity on some 3rd party homescreen / launcher apps.
If you do get it to pull up see if its set to LTE only, irc you'll want GSM/CDMA
I have the same issues. 4g or nothing.
larski156 said:
I have the same issues. 4g or nothing.
Click to expand...
Click to collapse
Same issue here with Samsung Galaxy note 2 Gt-N7105

Categories

Resources