This is my first post, so first of all, hi everyone. I'm having a strange issue with CM9 by Owain94, as many others as I have seen in multiple threads (even with ICS Nova), but no solution is provided nowhere until now.
After certain time connected to WiFi, at the moment of disable it, 3G is not available (signal bars stay greyed, browser and mail apps fails to connect, and so on). Only toggle between airplane mode and normal mode, or reset the device, solves the problem. I tried multiple solutions (GSM Auto PRL vs WCDMA prefered, disable automatic time and date, multiple combinations of BB/RIL) but none is working for me.
Has anyone been able to solve this problem?
If helps, this is my actual configuration:
CM9 Unofficial by Owain94 build 33
Baseband 313
RIL 405 V10c Spain
Coming from Ultra Wipe (term is mine): back to Stock Froyo, root, update to CM7, update to CM9
Thanks in advance.
davidmarco said:
This is my first post, so first of all, hi everyone. I'm having a strange issue with CM9 by Owain94, as many others as I have seen in multiple threads (even with ICS Nova), but no solution is provided nowhere until now.
After certain time connected to WiFi, at the moment of disable it, the 3G is unable to startup. Only toggle between airplane mode and normal mode, or reset the device, solves the problem. I tried multiple solutions (GSM Auto PRL vs WCDMA prefered, disable automatic time and date, multiple combinations of BB/RIL) but none is working for me.
Has anyone been able to solve this problem?
If helps, this is my actual configuration:
CM9 Unofficial by Owain94 build 33
Baseband 313
RIL 405 V10c Spain
Coming from Ultra Wipe (term is mine): back to Stock Froyo, root, update to CM7, update to CM9
Thanks in advance.
Click to expand...
Click to collapse
bad answer sorry
sorry for the bad english
I have the same problem. With stockrom it's equal.
Is your provider vodafone?
Gesendet von meinem Optimus 2X mit Tapatalk
-SONNY- said:
I have the same problem. With stockrom it's equal.
Is your provider vodafone?
Gesendet von meinem Optimus 2X mit Tapatalk
Click to expand...
Click to collapse
My provider is Orange (through national data roaming). On CM7 I never had this problem.
davidmarco said:
My provider is Orange (through national data roaming). On CM7 I never had this problem.
Click to expand...
Click to collapse
Yep i only get this problem with stock, cm9 and miui. On cm7 i don't have that issue.
Gesendet von meinem Optimus 2X mit Tapatalk
Same problem here. I have to turn on 2g and then back to 3G to make it work. But after a while you get used to it.
Sent from my LG-P990 using Tapatalk 2 Beta-5
No solution, but a workaround:
Try Toggle2G app.
Well, I'm on CM7.2 RC1, but I suppose there is a Power control widget too. If you try to add it, there are some actions you can change - like "WiFi enables 3G" (3G when WiFi is disabled), but there are more.
I'm thinking if that can be a workaround (or even a source of problem, but if it does even on the stock rom..).
Thronesmasher said:
No solution, but a workaround:
Try Toggle2G app.
Click to expand...
Click to collapse
Thanks, I'll try until a solution will be provided.
This afternoon I'm discovered some interesting things. A few days ago, I tried through the service menu (aka *#*#4636#*#*) the GSM Auto PRL solution given by others, but it didn't work for me, probably because I was restarting the phone just after select the cited network mode. But todat, thinking about (arrjj) I'm discovered that after restart, the phone backs automatically to the previouos WCDMA Preferred mode (I remember that behavior from old days with CM7).
So I changed the network mode, wait for the phone to reconnect prior left the service menu, and voila!! 3g connectivity did not drop after connect to a wifi network for a while.
Because CM9 does not have an option in Network Settings to set the preferred network mode (as had CM7), neither the service menu appears to save this information in a persistent way, I tried to find out where such information was stored. Multiple locations appear to do it. First is /system/build.prop:
#ro.telephony.default_network=0
This value stands for the network modes supported by Android:
0 - WCDMA Perferred
1 - GSM Only
2 - WCDMA Only
3 - GSM/WCDMA (auto PRL)
4 - CDMA / EVDO Perfered
After uncomment the line, change the value and reset the phone, 3g drop still occurs (service menu stay stuck on WCDMA Preferred)
Next site to looking for is the database /data/data/com.android.providers.settings/databases/settings.db. Whitin it, there is a table named secure in which you can found a data row like the following (column headers are drawed for clarity):
id | name | value
-------------------------------------
84 | preferred_network_mode | 0
So next step was change it. From a shell console, I ran the following commands:
$ su
# cd /data/data/com.android.providers.settings/databases
# sqlite3 settings.db
sqlite> update secure set value="3" where name="preferred_network_mode";
After reset the phone, 3g drop still occurs (same symptom as earlier).
So none of these solutions are working for me, neiter individually nor in conjunction. What is clear, at least for me, is that the data connectivity drop occurs due the default network mode (WCDMA Preferred) in my rom (CM9 by Owain94 - build 35), and the impossibility of change it persistently.
Devs are tracking the bug, it seems to be an issue with routing network process, when wifi is disabled, there should be a route modification to enable gsm network, and that fails for an unknown reason yet (a daemon isn't properly launched, or dies too early).
This process wasn't used in GB, that's why you don't have this bug with 2.3 roms.
Striatum_bdr said:
Devs are tracking the bug, it seems to be an issue with routing network process, when wifi is disabled, there should be a route modification to enable gsm network, and that fails for an unknown reason yet (a daemon isn't properly launched, or dies too early).
This process wasn't used in GB, that's why you don't have this bug with 2.3 roms.
Click to expand...
Click to collapse
But i have the same problem with all roms even Stock except CM7 since V20q BB...
Gesendet von meinem Optimus 2X mit Tapatalk
i get it in every rom, thats why i tried something else than cm7 and now sent my device in for repair or replacement.
Sent from my HTC Wildfire using XDA
+1
i also have this problem with all others rom on except CM7.
i think devs are on the right way, lets wait patiently and dont stay asking about same thing.
until there, all that still in trouble stay on CM7 and be happy
*does someone have positive experience using toogle2G or using power control with "wifi turn off 3g"?
I experienced the issue on stock v20m and Modaco Gr6. Last week I switched to CM7, the has not yet returned. Anyone experience with the 'new' v20r ROM?
Sent from my Optimus 2X using Tapatalk 2
rafaelsartori said:
i think devs are on the right way, lets wait patiently and dont stay asking about same thing.
Click to expand...
Click to collapse
I think nobody is giving the importance it have, 3g drop is a very old issue. I'm actually investigating the source code to determine why it happens and try to solve myself.
rafaelsartori said:
*does someone have positive experience using toogle2G or using power control with "wifi turn off 3g"?
Click to expand...
Click to collapse
Toggle2g isn't working very fine for me, after install it About phone > Status get freezed, and sometimes Phone app gets a FC. Others say it work properly, so I encourage you to try.
Switching off WiFi works fine for me on RC's CM9SK3 and ironkrnL. It takes like 5 seconds till im fully connected to H. 0725 BB + 0725 V10d RIL. Vodafone Germany is my carrier.
langhaardack said:
Switching off WiFi works fine for me on RC's CM9SK3 and ironkrnL. It takes like 5 seconds till im fully connected to H. 0725 BB + 0725 V10d RIL. Vodafone Germany is my carrier.
Click to expand...
Click to collapse
Yes!! After flash a V10 RIL the problem is m-a-g-i-c-a-l-l-y gone
I now know the really mean of "ONLY V10 RILS ON CM9"...
My current ROM-BB-RIL combination is as follows:
CM9 Unofficial by XXMrHyde build RC0-8
BB 725 V20Q
RIL V10d Europe
Hey,
i had and have exactly the same problem. The combination
BB 725 V20Q
RIL V10d Europe
didn't solve it for me.
I have to use cm7 i guess.
dickeplatte said:
Hey,
i had and have exactly the same problem. The combination
BB 725 V20Q
RIL V10d Europe
didn't solve it for me.
I have to use cm7 i guess.
Click to expand...
Click to collapse
Curious, because I'd never had the problem on CM7.
After a few months uninstalled (those kept on CM9), I've also discovered that the problem emerges when JuiceDefender joins into the equation. After stop it, data comes back again successfully.
Cheers.
Related
Hi guys (and girls),
I'm going slightly mad trying to figure out a stable setup for my O2X. I have been switching between the latest CM7 nightlies, and MoDaCo FR19. In general, CM7 gives me quite frequent black screens, and FR19 seems quite stable. However, there is one issue that is present in both ROMs.
I am unable to get a stable mobile data connection when I switch from WiFi. Sometimes it works, and sometimes it doesn't. To get it to work again, it sometimes works to switch to 2G only (and possibly back again). I have tried several different radios recently: 218, 606, and 622, all with the appropriate RIL. The mobile data connection for 218 drops in and out at random without any clear pattern. For the other two radios switching on or off 2G only seems to achieve stable connection. However, it does not actually seem to affect whether I get a 3G or 2G signal. The display can say H or G, even when 2G only is checked. Bluetooth did not work correctly with 606.
To top everything off, the GPS does not seem to behave consistently for a all the different radio versions.
I guess that people have different experience with different radios, so which radio are the guys in Norway using? Do I really have to slog through every released radio and spend the day checking each one of them? Can I expect to find a radio/from combination that blacks to give me a stable GPS and mobile data connectivity, as well as good WiFi?
I know this has been discussed numerous times before, but people never seem to reach any conclusions. I'm just looking for advice on how to proceed to fix my problem.
I'm on cm7 .77 and i honestly havent had a blackscreen since i flashed it (yesterday morning) + battery is good now. For me this is the most stable nightly so ill stick with it for 2 weeks on my holiday )
Edit: bb .502 ril 218(i think) dont have any problems with network switching btw
Sent from my Optimus 2X using XDA App
kolaf said:
Hi guys (and girls),
Do I really have to slog through every released radio and spend the day checking each one of them?
Click to expand...
Click to collapse
You probably have to, yes. This sounds more like a problem with the specific coverage in your area and how the phone interacts with the cell-towers than an actual problem with the phone. You may be in an area with weak signals from several stations, you may be in an area suffering from sudden bursts of noise, there could be a lot of reasons for why this is happening.
First thing I'd try is to upgrade to the latest official firmware (10C - 0622 for Norway), just to have a baseline for comparison. In theory this firwmare (and baseband) has recently been validated by the norwegian carriers, and should have the best chance of success.
Then you should probably do a manual scan (in phone settings) for networks, and pick one manually.
Also try using the INFO menu (*#*#4636#*#*) and see if choosing a specific protocol helps.
If you're still unable to maintain a stable connection, I'd say that'd be grounds for returning the phone for a replacement.
Weak advice, I know, sometimes there just aren't any quick solutions.
::Trym
TrymHansen said:
First thing I'd try is to upgrade to the latest official firmware (10C - 0622 for Norway), just to have a baseline for comparison. In theory this firwmare (and baseband) has recently been validated by the norwegian carriers, and should have the best chance of success.
::Trym
Click to expand...
Click to collapse
Thanks for your reply. Do you by any chance have a link to the firmware?
kolaf said:
Thanks for your reply. Do you by any chance have a link to the firmware?
Click to expand...
Click to collapse
Sort of. In this thread http://forum.xda-developers.com/showthread.php?t=1035041 you'll find complete ROMs of the previous versions. Install one of those with SmartFlash, then run the LG Mobile Update tool to get the latest.
::Trym
Okay, I see, downloading now. So it is good enough to use one of the smartflash files, I don't have to use nvflash?
kolaf said:
Okay, I see, downloading now. So it is good enough to use one of the smartflash files, I don't have to use nvflash?
Click to expand...
Click to collapse
No, you don't have to use NVFlash. The advantage of using the smartflash method is that you get a completely "factory fresh" phone, with all the stock content present (movies, music, pre-installed apps) and you're sure to get a matching baseband and ROM.
Note that you have to flash both files, both the baseband and the ROM. The LG update tool won't update if you have a "new" baseband on an old ROM.
::Trym
So the firmwares from that post do not include the baseband? Anyway, I'm currently running baseband 405, so I guess this is sufficient to get the new update. And the new update will then overwrite everything to the latest official version, both ROM and baseband, correct?
kolaf said:
So the firmwares from that post do not include the baseband? Anyway, I'm currently running baseband 405, so I guess this is sufficient to get the new update. And the new update will then overwrite everything to the latest official version, both ROM and baseband, correct?
Click to expand...
Click to collapse
Yes, it does. Each firmware pack comes with TWO files, the baseband and the ROM. To make sure you avoid any trouble, just flash them both, though, as you say, you can probably stay on the one you have, as yes, the LG Mobile Update tool will overwrite both the baseband and the ROM with the new versions.
::Trym
Flashing of old firmware, with subsequent upgrade to latest release for Norway is complete.
I got version V10c, with baseband 1035.21_20110622, kernel 2.6.32.9. My mobile data seems to be enabled as soon as I get mobile coverage (which admittedly is poor right where I live). Even though it pains me, I guess I should leave it as stock for a day or so to see how it behaves.
I guess rooting it shouldn't affect performance in any way?
My initial experience is that it is much more snappy than the stock firmware that the phone came with, but time will show
kolaf said:
Flashing of old firmware, with subsequent upgrade to latest release for Norway is complete.
I got version V10c, with baseband 1035.21_20110622, kernel 2.6.32.9. My mobile data seems to be enabled as soon as I get mobile coverage (which admittedly is poor right where I live). Even though it pains me, I guess I should leave it as stock for a day or so to see how it behaves.
Click to expand...
Click to collapse
Yeah, you probably should, as your mission right now is to find out whether you can get a stable mobile data connection or not.
kolaf said:
I guess rooting it shouldn't affect performance in any way?
Click to expand...
Click to collapse
Not to my knowledge, but I'd still advise you to wait a few days while sorting out the connection issue. Not that I think rooting it would affect that one way or another, but if you can't get it work as it is, you can return the phone in the state it is now, factory fresh.
kolaf said:
My initial experience is that it is much more snappy than the stock firmware that the phone came with, but time will show
Click to expand...
Click to collapse
It certainly is. It also *stays* snappy over time, which can't be said for the 10a/b versions.
::Trym
The first test drive with the new firmware has been completed. On the way out it switched to mobile data flawlessly, but a longer drive it started falling out and reappearing for only short periods. When we stopped at the destination seemed to stabilise with a 3G connection again.
For the return trip I selected use only 2G network. The network connection remained stable for the entire journey.
I will have to test more, but the conclusion seems to be that it has trouble switching between the 2G and 3G networks when moving. I will try the same trip with a Telenor SIM card, and with different combinations of enabling 2G and 3G modes.
By the way, what is the difference between forcing 2G in the regular settings menu and in the special information menu?
kolaf said:
I will have to test more, but the conclusion seems to be that it has trouble switching between the 2G and 3G networks when moving. I will try the same trip with a Telenor SIM card, and with different combinations of enabling 2G and 3G modes.
By the way, what is the difference between forcing 2G in the regular settings menu and in the special information menu?
Click to expand...
Click to collapse
The 2G only setting in the phone menu equals the "GSM only" setting in the INFO-menu. I'm far from an expert in these matters, this thread has an overview: http://forum.xda-developers.com/showthread.php?t=675136& of what the different modes do.
::Trym
More testing seems to indicate that as long as i leave "use 2G only" check, my mobile data connection seems to be pretty stable. It even switches between 2G and 3G, although apparently a bit more conservatively.
I guess I get to keep my phone anyway
Now for some rooting...
Just an update on the results from my testing. The second time I went out my mobile connection never appeared. This was with only 2G checked in the settings menu. In the Info menu, this corresponded to GSM only.
I then changed it to GSM auto (PRL), and then I got my intermittent mobile data again. I then change it to WCDMA preferred, and my data connection seems to be stable for now. This apparently requires much more testing...
F another chapter in the connectivity saga. Having WCDMA preferred selected in the Info menu, things mostly work, although the data connection drops sometimes.
Another problem I'm noticing with the stock ROM is that it usually is unable to reconnect to my home WiFi network when it comes within range. I have the money was selected to reconnect. Sometimes I even find it disabled in the list.
tl;dr:
A SU660 BB (824, 1120, 0420) will fix the weird static noise and bad call quality issue on "made in Korea" devices!
You'll find more information on this issue in this post and more information (including known issues and fixes) on BB 824/1120/0420 in the second one.
Original Post:
-------------------
I just want to share this with all of you who might have missed it within the CM7 Nightlies and Baseband discussion threads - and want to gather all information about this into one thread.
This was found out originally by vadonka here.
I found many others who confirmed that people on the other end of your call complain about static noise (like the noise when you're holding 2 phones together or standing next to a speaker).
We were not able to track down why some p990 users suffered from it and others don't. Some could fix it with the 502BB - some with 725BB and the Gingerbread leaked ROM - but not with CM7.
It appears that there are different (hardware?) versions out there.
If your device is "Made in Korea" (you'll find that info on a sticker under your battery) you might suffer from this noise issue - but not all Korea-made devices do.
For "Made in Korea" ones this noise is almost gone with SU660 BB and a matching RIL (824, 1120, 0420)!
These basebands are for the SU660 (the korean version of the P990), but work for us, too.
I'd almost given up on this issue - was using the leaked ROM (which sucks if you wanna use CM7) and intended to sell it soon. I tried nearly every possible combination of BB/RILs with CM7 some time ago - and never got rid of this problem. My poor girlfriend had to answer maaaaaaany test calls hehe.
This weekend I thought to give CM7 one more try, lurked into the CM7 nightly thread and found this Baseband which seems to fix my issue.
It's confirmed to work for the "Made in Korea" 2x's of vadonka, Sckank, TrymHansen, pastime1971 and temasek.
You'll find more infos on known issues in the 2nd thread.
So - why are Basebands which are made for the SU660 working best with our "Made in Korea" P990's? This could explain many of the "hard to track down" issues some people have - because their phones differ even if it's the same model.
You can get 824/1120/0420 BB and RIL here: P990 Complete Baseband Overview Thread
There you'll find BB and RIL install instructions, too.
positive comments
pretty similar to 725BB - if you don't have problems with 725 BB stick to it, as it might have less issues!
good call quality on both ends
good battery life (neither better nor worse than e.g. 218 or 725 BB)
good network speed & connectivity
no wifi problems
known issues with SU660 BBs (824, 1120, 0420)
automatic time is not working
Click to expand...
Click to collapse
Fix:
There is a fix from pastime1971 if you're using CM7, you need a CM version with the following fix cherry picked though: "Change Iaaf7f1c4: LGEStarRIL: Apply DST regardless of Infineon fix (PATCH #3)"
In temasek's or owains KANGs this fix is already included.
Head to their threads to download a ROM and get instructions how to enable automatic time.
grognaz said:
every reboot i have to set 2G only again (...)
Click to expand...
Click to collapse
Fixes:
- Installing Toggle 2G/3G will fix this with the "Turn on 3G manually" setting! (confirmed by rugglez, thx!)
- Set 2G manually (duh!)
When you're on 2G and you'll disable data and reenable it, data might not turn on for some users
Click to expand...
Click to collapse
This can happen with other basebands as well, it seems to be a BB/ROM combination issue
Fixes:
- activate and deactivate airplane mode
- use 3G
You could loose your IMEI while flashing
Click to expand...
Click to collapse
Fix:
- please refer to this post to restore your IMEI.
Some people won't get signal
Click to expand...
Click to collapse
Fixes:
Well your phone isn't compatible to 824BB - you should install 725 or 218 instead.
As it's not compatible you shouldn't suffer from the "Made in Korea"-Noise issue anyway.
So this is the dial-up-esque noise that pre-warns of any impending text messages/phone calls?
plz tonydl i wana try 824 BB and RIL , i'm on cm7 7.2 the latest kang , but can you tell how to change it ?? (a mini guide plz)
Mungulz said:
So this is the dial-up-esque noise that pre-warns of any impending text messages/phone calls?
Click to expand...
Click to collapse
No - it's a quite disturbing noise on the other end which won't stop. If you're not suffering (better: the people whom you're calling) I wouldn't advise this baseband.
stpsp said:
plz tonydl i wana try 824 BB and RIL , i'm on cm7 7.2 the latest kang , but can you tell how to change it ?? (a mini guide plz)
Click to expand...
Click to collapse
Sure - just follow Pauls guide to change the baseband here.
For getting the matching RIL I use sibbors "GetRIL" app: https://market.android.com/details?id=com.sibbor.getril
i flashed 824 yesterday and i have a couple of problems with it.
every reboot i have to set 2G only again, seems to reset/ignore the GSM only option and the timezone is 1hour behind...
so far i have not noticed any noise like i had with 725 but havent used it a lot so i will continue to listen and ask if its better than before
grognaz said:
i flashed 824 yesterday and i have a couple of problems with it.
every reboot i have to set 2G only again, seems to reset/ignore the GSM only option and the timezone is 1hour behind...
so far i have not noticed any noise like i had with 725 but havent used it a lot so i will continue to listen and ask if its better than before
Click to expand...
Click to collapse
Yep, it's not perfect. As I said before, you need to disable automatic time for the moment - which is probably due to the "fix" I mentioned above.
I can confirm that 2G makes some trouble - maybe Toggle 2G/3G will help you?
tonydl said:
Yep, it's not perfect. As I said before, you need to disable automatic time for the moment - which is probably due to the "fix" I mentioned above.
I can confirm that 2G makes some trouble - maybe Toggle 2G/3G will help you?
Click to expand...
Click to collapse
well it no serious problem once its set manually and since i never use 3g i just have to think about enabling the 2g option when i reboot. maybe i could try if green power can handle the 2g only option... lets see
edit: nope doesnt look like it since green power works with the device settings which are messed up. however, as far as i experienced it might be a problem with cm7, i think i have some strange behavior with every bb except 208 if i remember correctly.
Sent from my Optimus 2X using XDA App
Beware of imei getting hosed when you install Korean baseband. There is a way to recover and keep it handy. I used putty on windows to fix it when I messed up a while ago.
This also explains why I my phone keeps rebooting and showing BSODS when installing Spica's HP kernel. I always thought that it was strange that there where different versions of the phone.
FYI, I tried different BB and also the 824 with MIUI but the battery drain was awful. LG just released V20M for the Netherlands so i got stuck with the 725 BB.
I don't complain about the quality and I didn't try the 824 with this version. Maybe later when i'm sick of this one .
I have a "made in korea" device with 725 BB (from v20c I think) and 218 RIL. My rom is CM7 204. I have asked a lot of my friends and family and no complains for the quality.
afpapa said:
I have a "made in korea" device with 725 BB (from v20c I think) and 218 RIL. My rom is CM7 204. I have asked a lot of my friends and family and no complains for the quality.
Click to expand...
Click to collapse
That's interesting.
Then there're even some more differences than "made in korea".
LG has somehow managed to fix the static sound for their v20x builds with 725 BB, but CM7 hasn't.
Does anyone have an idea how to track this down to help the devs to build a workaround? I am pretty happy with 824 BB right now, but I would prefer to have a choice.
I have a P990 assembled in Korea and it had awful call quality with every BaseBand except 0502 and 0824.
i have tried 502 and it was also pretty good but the battery drain was a lot higher:O
so im back to 824. anyone know if there is a fix for the automatic time beeing off by an hour? i remember that this was present in earlier nigjtlies and got fixed somehow, so maybe the same fix can be used on this case.
Sent from my Optimus 2X using XDA App
grognaz said:
i have tried 502 and it was also pretty good but the battery drain was a lot higher:O
so im back to 824. anyone know if there is a fix for the automatic time beeing off by an hour? i remember that this was present in earlier nigjtlies and got fixed somehow, so maybe the same fix can be used on this case.
Click to expand...
Click to collapse
There is a fix from pastime1971 if you're using CM7.
You need a CM version with the following fix cherry picked though:
"Change Iaaf7f1c4: LGEStarRIL: Apply DST regardless of Infineon fix (PATCH #3)"
Head over to this post for a KANG which included it and gives a description: http://forum.xda-developers.com/showpost.php?p=20595849&postcount=12065
This is the latest KANG build P204-16
http://forum.xda-developers.com/showpost.php?p=20610135&postcount=12098
Another small issue: the call initiation is a bit longer - if I'm too quick with saying "hello" then the other end won't get it (and vice versa).
Can anyone confirm?
hmm now that you mention this i remember that i was talking over the headset with a friend and when i unplugged it he couldnt hear me anymore. i had to enable the speaker so he couos hear me again, after switching it off again everything was fine.
its like the mic didnt switch from headset to phone when i unplugged it:/
Sent from my Optimus 2X using XDA App
grognaz said:
hmm now that you mention this i remember that i was talking over the headset with a friend and when i unplugged it he couldnt hear me anymore. i had to enable the speaker so he couos hear me again, after switching it off again everything was fine.
its like the mic didnt switch from headset to phone when i unplugged it:/
Click to expand...
Click to collapse
I cannot reproduce that. Which ROM are you using and which BB/RIL?
Hello!
Mine is also made in Korea.
I tested 0622, 0725 and 0823 - 0824 didn't work.
Voice quality was always acceptable didn't notice any problems there.
But overall signal reception(especially indoors) is by far better using 0823 - but this might be a special because my provider is known for bad reception indoors…
First of all, let me start of what I've tried doing, in order.
New SIM-card, factory reset, unlock + root, custom ICS (VirtousQuattro).
None of the above solved my problem, it still persists! The problem is, the phone disconnects completely from the network (no bars) and I can't manually search for a new provider due "active package transmission" or something like that, it stays disconnected for 1-3 minutes and then reconnects. It happens fairly often, like once for every 5 times I try using the phone. I haven't noticed the problem when being connected to a WiFi, so I'd assume the problem is related to an issue between the phone and the network.
Has anybody else had this problem? Any idea how to solve it?
Have you tried flashing a new Radio? I can't see how that would differ from flashing a custom ROM, but might be worth a shot?
CyanideJack said:
Have you tried flashing a new Radio? I can't see how that would differ from flashing a custom ROM, but might be worth a shot?
Click to expand...
Click to collapse
I haven't tried that, I might in a couple of days if nobody has any other solution though.. I've had the problem for a couple of weeks so I'm kind of used to it!
Naforcee said:
I haven't tried that, I might in a couple of days if nobody has any other solution though.. I've had the problem for a couple of weeks so I'm kind of used to it!
Click to expand...
Click to collapse
You need s-off to flash a new radio m8.
Sent from my Incredible S using XDA App
Adde79 said:
You need s-off to flash a new radio m8.
Sent from my Incredible S using XDA App
Click to expand...
Click to collapse
So much for being "unlocked". Also, hey mate
Yes Naforcee, I have exactly the same problem. And it never happens while using wifi as you said.
It started immediately after I updated to Sense 3 / Android 2.3.5 from HTC.
What was the version of Android in your previous Rom? I had issues when I was on Froyo and went to Gingerbread without flashing a new radio.
Sent from my HTC Incredible S using XDA App
keiichi_san said:
What was the version of Android in your previous Rom? I had issues when I was on Froyo and went to Gingerbread without flashing a new radio.
Sent from my HTC Incredible S using XDA App
Click to expand...
Click to collapse
I had 2.3.5 earlier, so that'd be GB. Same problems with ICS now though =/
Antenna in the back cover got busted?
Maybe the contacts aren't touching enough?
fallenwout said:
Antenna in the back cover got busted?
Maybe the contacts aren't touching enough?
Click to expand...
Click to collapse
Don't think it's a physical problem, I have perfect connection and it just dies out for about 2 min until it reconnects, and I can't search for network when it's down due to active packet transfer..
Could try a new SIM card. Might not fix it, but worth a shot - I've seen this posted as a fix for other people.
I used to have this problem on certain radios on the Desire Z, after flashing around a bunch of radios to try all of them. Stuck with one and it went away, so it was software for me.
kaijura said:
Could try a new SIM card. Might not fix it, but worth a shot - I've seen this posted as a fix for other people.
I used to have this problem on certain radios on the Desire Z, after flashing around a bunch of radios to try all of them. Stuck with one and it went away, so it was software for me.
Click to expand...
Click to collapse
New SIM was my first try to fix it, it didn't work.. I guess radio is the only solution left!
Naforcee said:
New SIM was my first try to fix it, it didn't work.. I guess radio is the only solution left!
Click to expand...
Click to collapse
What version radio do you have installed?
Naforcee said:
First of all, let me start of what I've tried doing, in order.
New SIM-card, factory reset, unlock + root, custom ICS (VirtousQuattro).
None of the above solved my problem, it still persists! The problem is, the phone disconnects completely from the network (no bars) and I can't manually search for a new provider due "active package transmission" or something like that, it stays disconnected for 1-3 minutes and then reconnects. It happens fairly often, like once for every 5 times I try using the phone. I haven't noticed the problem when being connected to a WiFi, so I'd assume the problem is related to an issue between the phone and the network.
Has anybody else had this problem? Any idea how to solve it?
Click to expand...
Click to collapse
I was sick and tired of these problems, and then i made s-off, rooted and isntalled custom ROM and changed Radio 20.4802.30.0822U_3822.10.08.28_M and now everything is good
He has: 3822.10.08.28_M
Sent from my Incredible S using XDA App
Nonverbose said:
What version radio do you have installed?
Click to expand...
Click to collapse
He has: 3822.10.08.28_M
Sent from my Incredible S using XDA App
Naforcee said:
First of all, let me start of what I've tried doing, in order.
New SIM-card, factory reset, unlock + root, custom ICS (VirtousQuattro).
None of the above solved my problem, it still persists! The problem is, the phone disconnects completely from the network (no bars) and I can't manually search for a new provider due "active package transmission" or something like that, it stays disconnected for 1-3 minutes and then reconnects. It happens fairly often, like once for every 5 times I try using the phone. I haven't noticed the problem when being connected to a WiFi, so I'd assume the problem is related to an issue between the phone and the network.
Has anybody else had this problem? Any idea how to solve it?
Click to expand...
Click to collapse
Try flashing this radio http://forum.xda-developers.com/showthread.php?t=1471861 using the ADB method. If that doesn't help I recommend doing a full wipe and reinstalling the ROM. There are a lot of different custom ROMs for IncS which can be found at http://forum.xda-developers.com/showthread.php?t=1136463
I personally like Niks ROM and Android Revolution HD.
Looks like rom installation issue.
My son's Inc-S having a similar problem to the OP, but more severe. A couple of weeks ago he entered airplane mode with all behaving normally, but since exiting airplane mode at the end of the flight he hasn't been able to register on the network (voice or data). We've tried:
fiddling with all the network settings
change sims (all sims work on my Inc2, none work on his IncS)
cleaning the antenna connections
reboot
factory reset
flashing new ROM (Android Revolution HD 2.3.0)
flashing new radio (3805.10.03.29_M)
So far, no satisfaction. We're still seeing no bars of reception (with an X) in the notification area, and don't have the option to manually or automatically register with any network operator (although several occasionally show up as options under "Search Networks"). We usually get the error message, "Unable to search for network while packet connection is active" when trying to select a network. Funny thing is, mobile network data has been shut off on his phone for the past month so the packet connection is definitely not active (wifi is on). Based on a network signal analyzer app, the phone is receiving the same mobile network signal as mine (-65 to -70 db) when they are side-by-side, so the problem does not appear to be in the antenna. The phone works just fine using wifi but is useless as a phone.
Any ideas about what to try next?
scrinch said:
My son's Inc-S having a similar problem to the OP, but more severe. A couple of weeks ago he entered airplane mode with all behaving normally, but since exiting airplane mode at the end of the flight he hasn't been able to register on the network (voice or data). We've tried:
fiddling with all the network settings
change sims (all sims work on my Inc2, none work on his IncS)
cleaning the antenna connections
reboot
factory reset
flashing new ROM (Android Revolution HD 2.3.0)
flashing new radio (3805.10.03.29_M)
So far, no satisfaction. We're still seeing no bars of reception (with an X) in the notification area, and don't have the option to manually or automatically register with any network operator (although several occasionally show up as options under "Search Networks"). We usually get the error message, "Unable to search for network while packet connection is active" when trying to select a network. Funny thing is, mobile network data has been shut off on his phone for the past month so the packet connection is definitely not active (wifi is on). Based on a network signal analyzer app, the phone is receiving the same mobile network signal as mine (-65 to -70 db) when they are side-by-side, so the problem does not appear to be in the antenna. The phone works just fine using wifi but is useless as a phone.
Any ideas about what to try next?
Click to expand...
Click to collapse
Probably a RIL-Radio communication issue. Recommended radio is the newer 3822.01.08.14_M radio, so maybe you should try that.
Hi, I recently updated my phone's baseband to 1035.21_201111120, with RIL 1120(V20I), and ever since that I noticed I can no longer connect to my 3G network.I tried downgrading my baseband to 0823 but I still cannot connect.
Does anybody know what is the best baseband and/or RIL for the Optimus 2x?
I'm in Mexico and the phone's with the carrier Telcel.
Any help would be appreciated!
Thanks.
Update
I've since downgraded my baseband to 1035.21_20110606 with matching RIL 0606, and I still cannot connect to 3G networks or have a data connection in my phone, I will give 0823 a try now.
Strange that you cant connect to 3g.
I changed a lot of bb, and for now am using 0218 because i heard somewhere that the guy that is making cm7 for our phone is using the same bb.
And i have no such trouble as you do, in fact i have a better signal and better battery usage.
Sorry for my spelling hope you understood me.
U._
Guys,
CM7 ROMs recommend 218 BB. Try changing your BB to 725V20Q or BB V20L/M. It works very well...if you are on CM7 or CM9ICS, then the BB are recommended by the Developers in their posts...search and read that.
No 3G is normally the cause of unsuited BB and RIL combo....also install the GetRIL app from market and check for the suited/recommended RIL for your BB.
I'm currently running baseband 0823 with RIL 0823 V21b, and everything works well except for 3G, but I just found out it's my carrier who's blocking data connections on my line, a quick visit to the customer support center should fix that!
All this time thinking it was a baseband/RIL problem!
At least I found out before doing something more drastic.
detesto said:
I'm currently running baseband 0823 with RIL 0823 V21b, and everything works well except for 3G, but I just found out it's my carrier who's blocking data connections on my line, a quick visit to the customer support center should fix that!
All this time thinking it was a baseband/RIL problem!
At least I found out before doing something more drastic.
Click to expand...
Click to collapse
Sorry had to reply, its rare to see Telcel + Optimus 2X in these forums... I tried BB0824 and doesn't work with 3G, I didn't tried BB0823 because I though it was from China or Singapore (SU660)... I'm right now in BB0725 and 3G works really fast, it only lags when you don't use it for hours then use it again it takes like 5 seconds to "wake up"... but I guess that's a power saving feature.
Justray said:
Sorry had to reply, its rare to see Telcel + Optimus 2X in these forums... I tried BB0824 and doesn't work with 3G, I didn't tried BB0823 because I though it was from China or Singapore (SU660)... I'm right now in BB0725 and 3G works really fast, it only lags when you don't use it for hours then use it again it takes like 5 seconds to "wake up"... but I guess that's a power saving feature.
Click to expand...
Click to collapse
I think my battery lasted a bit more on 0823. Maybe it was just my imagination
I've found 3G works fine on 0823, didn't test it on 0725 tough, maybe I'll get to that one of this days.
Thanks!
can anyone help me ?
i just put on a new custom rom from Owain but i have wifi issues, i just cannot pick up any wifi, and sometimes it shows my router but many times it doesn't. can any one help please?
Android version
4.0.4
Build Version
[email protected]
Baseband Version
1035.21_20110725
Kernel Version
3.0.31-p990-ics
[email protected]#1
SMP PREEMPT Tue May 15 18:44:21
CEST 2012
Build date
Thu May 17 22:11:11 CEST 2012
Build Number
IMM761
I got this custom rom form here:
http://www.mobot.net/install-ics-lg-optimus-2x-41963
mew93 said:
can anyone help me ?
i just put on a new custom rom from Owain but i have wifi issues, i just cannot pick up any wifi, and sometimes it shows my router but many times it doesn't. can any one help please?
Click to expand...
Click to collapse
My phone didn't see my wifi router's ssid until I changed the wifi channel in the router settings from 14 to something else. At least channels 3 and 6 work for me. Of course I'm not sure your problem is also wifi channel related...
Hey sup everybody !
I have tryed all of the JB roms out there, but they all seem to have poor wifi quality
can any one confirm ?
thx
Sane here.
I'm not sure exactly what causes this but according to my phone I definitively get worse wifi through JB then ICS and GB.
From what I've picked up the way the phone picks up WIFI has little or nothing to do with the ROM you have installed. Perhaps since JB is more recent and used on the phones with higher specification the wifi picked up on our S's is the same as before but measures differently through JB?
not agree with you .Please flash Nexus Radio KF1 zip file from CWM or reflash cm7 JW4,JW1 radio files.
coolberry said:
not agree with you .Please flash Nexus Radio KF1 zip file from CWM or reflash cm7 JW4,JW1 radio files.
Click to expand...
Click to collapse
Loool fail
Sent from my GT-I9000 using xda premium
Did you try fix permission or configure Strong wifi from wifi power mode in Devil Kernel config app ?
Sent from my GT-I9000 using Tapatalk 2
Confirmed, wifi signal is poor on JB with every kernel.
Sent from my GT-I9000 using xda app-developers app
You won't trouble any wifi issues if you flash JB ROM with full wipe and full format.Wifi signal bars show same levels just like in GB or ICS .
Sent from my GT-I9000 using Tapatalk 2
Uhlaf said:
Sane here.
I'm not sure exactly what causes this but according to my phone I definitively get worse wifi through JB then ICS and GB.
From what I've picked up the way the phone picks up WIFI has little or nothing to do with the ROM you have installed. Perhaps since JB is more recent and used on the phones with higher specification the wifi picked up on our S's is the same as before but measures differently through JB?
Click to expand...
Click to collapse
"specification" nor modem has anything to do with wifi strength
Same here, better WiFi signal strenght on ICS, MIUI GB than JB (doesn't matter stock or CM10). Tried all JB roms from xda, same problem.
Agree!
I don´t know... Maybe Radio files have to do something with that?
How can I find out which one I should flash?
I tried wifix and wifix manager , but nothing changed, this problem is so annoying I guess I'll get back to ICS or GB until they fix it
muhhh351 said:
Agree!
I don´t know... Maybe Radio files have to do something with that?
How can I find out which one I should flash?
Click to expand...
Click to collapse
Modems/radio files have nothing to do with wifi...they are separated modules.
The wifi module is in the kernel. The right modems just give you better signal, with better signal, comes better battery, and i think it has something to do with the gps, but i`m not sure in what percentage.
WiFi was not working at all, Then something happened, Maybe I removed name and added it again that's what made it work, Not sure.
any hard evidence? show some transfer rates compares to ics.
maybe signal strength is not displayed correctly in jb?
bcos i dont notice any speed decrease on wifi since ics
Verstuurd van mijn GT-I9000 met Tapatalk
WiFi seems the same as ICS for me. I have enabled the PM Fast setting in the kernel and also turned off the Avoid Poor Connections setting in the advanced wifi settings
Secure wifi
I am using Galaxy S(I9000) with JRO03H 4.1.1 ROM and ZSJPG modem and Devil 3_1.0.4 kernel. when I am trying to connect to a secured wifi it throws authentication error. ( I know nothing wrong with my user id and password as the same works on other device.) please suggest if this has to do with modem or kernel and is there any way to fix this.
Regards,
[email protected] said:
Same here, better WiFi signal strenght on ICS, MIUI GB than JB (doesn't matter stock or CM10). Tried all JB roms from xda, same problem.
Click to expand...
Click to collapse
i second/third this .. i have a worse wifi signal in jb .. tried a couple of roms .
i am saying this based on the fact that i frequently use my phone in one room of my house and i always got 2 bars.... with jb its never more than 1 bar .. and to proove that its just not a reporting case .. i get frequent disconnects with jb which never happened with ics .. so there .. confirmed ...
This is a feature of JB that was added to prevent connection intermittently dropping due to a weak WiFi signal.
If you want the old behaviour go to WiFi settings, options -> advanced and untick "avoid poor connections"
Sent from my Nexus 7 using Tapatalk 2
Is really the signal weaker, or it is only a matter of scale?
Kagadar said:
This is a feature of JB that was added to prevent connection intermittently dropping due to a weak WiFi signal.
If you want the old behaviour go to WiFi settings, options -> advanced and untick "avoid poor connections"
Sent from my Nexus 7 using Tapatalk 2
Click to expand...
Click to collapse
This will fix. Confirmed.
Sent from my GT-I9000 using xda app-developers app