Status Update
Comments
jb...@google.com <jb...@google.com> #2
jb...@google.com <jb...@google.com> #3
er...@gmail.com <er...@gmail.com> #4
Project: platform/frameworks/support
Branch: androidx-main
Author: Chris Craik <
Link:
Deprecate runWithTimingDisabled in favor of runWithMeasurementDisabled
Expand for full commit details
Deprecate runWithTimingDisabled in favor of runWithMeasurementDisabled
Bug: 389149423
Fixes: 149979716
Test: Existing / presubmit
Opens up MicrobenchmarkScope since that's necessary to expose
runWithMeasurementDisabled properly. Inline functions of a restricted
superclass cannot be exposed by a subclass.
Relnote: "Deprecate runWithTimingDisabled in favor of runWithMeasurementDisabled, which more clearly describes the behavior - all metrics are paused. Additionally, expose the MicrobenchmarkScope superclass since redeclaring the runWithMeasurementDisabled function to open access isn't possible, since it's inline."
Change-Id: I9e23b0dfcff18f162ca0d2517734f3038870b59c
Files:
- M
benchmark/benchmark-common/api/current.txt
- M
benchmark/benchmark-common/api/restricted_current.txt
- M
benchmark/benchmark-common/src/main/java/androidx/benchmark/Microbenchmark.kt
- M
benchmark/benchmark-common/src/main/java/androidx/benchmark/MicrobenchmarkPhase.kt
- M
benchmark/benchmark-junit4/api/current.txt
- M
benchmark/benchmark-junit4/api/restricted_current.txt
- M
benchmark/benchmark-junit4/src/main/java/androidx/benchmark/junit4/BenchmarkRule.kt
- M
benchmark/benchmark-junit4/src/main/java/androidx/benchmark/junit4/BenchmarkRuleLegacy.kt
- M
benchmark/benchmark/src/androidTest/java/androidx/benchmark/benchmark/CpuEventCounterBenchmark.kt
- M
benchmark/benchmark/src/androidTest/java/androidx/benchmark/benchmark/PerfettoOverheadBenchmark.kt
- M
benchmark/benchmark/src/androidTest/java/androidx/benchmark/benchmark/PerfettoSdkOverheadBenchmark.kt
- M
benchmark/benchmark/src/androidTest/java/androidx/benchmark/benchmark/SampleCustomBenchmark.kt
- M
benchmark/benchmark/src/androidTest/java/androidx/benchmark/benchmark/SleepyBenchmark.kt
- M
benchmark/samples/src/main/java/androidx/benchmark/samples/BenchmarkRuleSample.kt
- M
compose/benchmark-utils/src/main/java/androidx/compose/testutils/benchmark/BenchmarkFirstExtensions.kt
- M
compose/benchmark-utils/src/main/java/androidx/compose/testutils/benchmark/BenchmarksExtensions.kt
- M
compose/foundation/foundation/benchmark/src/androidTest/java/androidx/compose/foundation/benchmark/ScrollerBenchmark.kt
- M
compose/foundation/foundation/benchmark/src/androidTest/java/androidx/compose/foundation/benchmark/focusable/FocusableInLazyListBenchmark.kt
- M
compose/foundation/foundation/benchmark/src/androidTest/java/androidx/compose/foundation/benchmark/lazy/LazyBenchmarkCommon.kt
- M
compose/foundation/foundation/benchmark/src/androidTest/java/androidx/compose/foundation/benchmark/lazy/LazySwitchingStatesBenchmark.kt
- M
compose/foundation/foundation/benchmark/src/androidTest/java/androidx/compose/foundation/benchmark/lazy/ReuseBenchmark.kt
- M
compose/foundation/foundation/benchmark/src/androidTest/java/androidx/compose/foundation/benchmark/text/empirical/baselines/StaticLayoutBaseline.kt
- M
compose/integration-tests/macrobenchmark/src/main/java/androidx/compose/integration/macrobenchmark/TrivialStartupBenchmark.kt
- M
compose/material/material-ripple/benchmark/src/androidTest/java/androidx/compose/material/ripple/benchmark/RippleBenchmark.kt
- M
compose/material/material/benchmark/src/androidTest/java/androidx/compose/material/benchmark/view/AndroidTextViewBenchmark.kt
- M
compose/material3/benchmark/src/androidTest/java/androidx/compose/material3/benchmark/MaterialBenchmarkExtensions.kt
- M
compose/runtime/runtime/compose-runtime-benchmark/src/androidTest/java/androidx/compose/runtime/benchmark/ComposeBenchmarkBase.kt
- M
compose/runtime/runtime/compose-runtime-benchmark/src/androidTest/java/androidx/compose/runtime/benchmark/KotlinCoroutinesBenchmark.kt
- M
compose/runtime/runtime/compose-runtime-benchmark/src/androidTest/java/androidx/compose/runtime/benchmark/SnapshotStateObserverBenchmark.kt
- M
compose/runtime/runtime/compose-runtime-benchmark/src/androidTest/java/androidx/compose/runtime/benchmark/collection/MutableVectorBenchmark.kt
- M
compose/ui/ui-text/benchmark/src/androidTest/java/androidx/compose/ui/text/benchmark/FrameworkTextLayoutBenchmark.kt
- M
compose/ui/ui-text/benchmark/src/androidTest/java/androidx/compose/ui/text/benchmark/NonLinearFontScalingBenchmark.kt
- M
compose/ui/ui-text/benchmark/src/androidTest/java/androidx/compose/ui/text/benchmark/ParagraphBenchmark.kt
- M
compose/ui/ui-text/benchmark/src/androidTest/java/androidx/compose/ui/text/benchmark/ParagraphWithLineHeightBenchmark.kt
- M
compose/ui/ui-text/benchmark/src/androidTest/java/androidx/compose/ui/text/benchmark/font/PlatformFontLookup.kt
- M
compose/ui/ui-text/benchmark/src/androidTest/java/androidx/compose/ui/text/benchmark/input/EditProcessorBenchmark.kt
- M
compose/ui/ui-text/benchmark/src/androidTest/java/androidx/compose/ui/text/benchmark/input/GapBufferBenchmark.kt
- M
compose/ui/ui/benchmark/src/androidTest/java/androidx/compose/ui/benchmark/BenchmarkModifierExtensions.kt
- M
compose/ui/ui/benchmark/src/androidTest/java/androidx/compose/ui/benchmark/LifecycleAwareWindowRecomposerBenchmark.kt
- M
compose/ui/ui/benchmark/src/androidTest/java/androidx/compose/ui/benchmark/NestedScrollingBenchmark.kt
- M
compose/ui/ui/benchmark/src/androidTest/java/androidx/compose/ui/benchmark/accessibility/TextAccessibilityBenchmark.kt
- M
compose/ui/ui/benchmark/src/androidTest/java/androidx/compose/ui/benchmark/accessibility/TextFieldAccessibilityBenchmark.kt
- M
compose/ui/ui/benchmark/src/androidTest/java/androidx/compose/ui/benchmark/focus/ParameterizedFocusBenchmark.kt
- M
compose/ui/ui/benchmark/src/androidTest/java/androidx/compose/ui/benchmark/spatial/RectListBenchmark.kt
- M
datastore/datastore-benchmark/src/androidTest/java/androidx/datastore/core/MultiProcessDataStoreTest.kt
- M
datastore/datastore-benchmark/src/androidTest/java/androidx/datastore/core/SingleProcessDatastoreTest.kt
- M
emoji2/emoji2-benchmark/src/androidTest/java/androidx/emoji2/benchmark/text/CachedEmojiCompatInitBenchmark.kt
- M
emoji2/emoji2-benchmark/src/androidTest/java/androidx/emoji2/benchmark/text/EmojiProcessBenchmark.kt
- M
profileinstaller/profileinstaller-benchmark/src/androidTest/java/androidx/profileinstaller/benchmark/ProfileInstallerTranscodeBenchmark.kt
- M
room/benchmark/src/androidTest/java/androidx/room/benchmark/AmbiguousColumnResolverBenchmark.kt
- M
wear/compose/compose-foundation/benchmark/src/androidTest/java/androidx/wear/compose/foundation/benchmark/ScalingLazyColumnBenchmark.kt
- M
wear/compose/compose-material/benchmark/src/androidTest/java/androidx/wear/compose/material/benchmark/PositionIndicatorBenchmark.kt
- M
wear/compose/compose-material/benchmark/src/androidTest/java/androidx/wear/compose/material/benchmark/SLCBasedBenchmarkHelper.kt
- M
work/work-benchmark/src/androidTest/java/androidx/work/benchmark/InitializeBenchmark.kt
Hash: f95ae3f3d30cb7486c27a0857856dbfd15920c3a
Date: Wed Jan 22 16:04:15 2025
jm...@gmail.com <jm...@gmail.com> #5
Note that we didn't mark the block as crossinline since it breaks a few reasonable patterns like this, where a caller passes a (non-crossinline) inline function:
We didn't see a good reason to restrict the inline function to local returns.
jm...@gmail.com <jm...@gmail.com> #6
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.benchmark:benchmark-common:1.4.0-alpha08
androidx.benchmark:benchmark-junit4:1.4.0-alpha08
er...@gmail.com <er...@gmail.com> #7
haven't had this problem.
li...@gmail.com <li...@gmail.com> #8
However, I cannot dia a call out too!
So I have restore my G1 and reset connection and can dia out or connect to EDGE.
kr...@gmail.com <kr...@gmail.com> #9
firmware since 1.0. I am almost sure it only happens when I move out of WiFi range.
The typical case is like this:
1) I am connected to WiFi.
2) When I move out of WiFi range, the phone doesn't switch the data traffic to the
mobile network (the WiFi status icon disappears, but neither the GPRS nor 3G status
icons appear). I have a voice connection, but no data.
This workaround always works for me:
1) Switch ON the setting: Wirless controls -> Mobile networks -> Use only 2G
networks. This seems to reset the networking stack and I get a GPRS connection.
2) Switch the setting back to OFF and I get 3G connection.
Version information:
Model number:
Android Dev Phone 1
Firmware version:
1.5
Baseband version:
62.50S.20.17H_2.22.19.26I
Kernel version:
2.6.27-00392-g8312baf android-build@apa27 #72
Build number:
dream_devphone-userdebug 36903750.5 CRB21 147201 test-keys
kr...@gmail.com <kr...@gmail.com> #10
I just discovered the "Wi-Fi sleep policy" in the somewhat hidden "advanced" Wi-Fi
settings:
Settings -> Wireless Controls -> Wi-Fi settings -> Hit "Menu" and select "Advanced"
-> Wi-Fi Sleep Policy
I changed my setting from "Never when plugged in" to "When screen turns off". I
haven't had this problem after making the change. But of course: "Correlation does
not imply causation".
The naming of the options in the radio button list is a bit peculiar though, since
the options are not really mutually exclusive. (For example: What happens when screen
turns off with phone unplugged if "Never when plugged in" is selected? Does Wi-Fi
sleep?)
Additional thought: I use the excellent "NetCounter" app to keep track of my wireless
data use. It does run in the background. Perhaps it interferes? If the problem is
not solved now, my next debugging step would be to uninstall "NetCounter".
te...@torma.org <te...@torma.org> #11
It seems that the problem appears if the phone is on Wi-Fi for some period, using
"Never" as Wi-Fi sleep policy.
If the phone has been on Wi-Fi for few hours, let's say six, it almost never switch
to 3G when leaving the Wi-Fi or toggling it off. Reboot helps, so does switching to
airplane mode and back, so does "use only 2G networks" and back.
It appears that "When screen turns off" as Wi-Fi sleep policy also helps because it
forces the phone back to 3G frequently enough.
I had the problem before I installed NetCounter, so it is not a factor.
ca...@gmail.com <ca...@gmail.com> #12
It's a very annoying issue that is affecting a lot of people.
b....@gmail.com <b....@gmail.com> #13
Please research and fix this.
[Deleted User] <[Deleted User]> #14
icon never appears.
kc...@gmail.com <kc...@gmail.com> #15
After leaving wifi coverage and not having the phone switch correctly to mobile data,
it seems anything that resets the network stack/connection (reselecting the mobile
network, switching into/out of airplane mode) will resolve it until next time.
b....@gmail.com <b....@gmail.com> #16
phone won't switch back to 3g, resulting in me having to reboot the phone. Incredibly
irritating!
fr...@gmail.com <fr...@gmail.com> #17
very few additional apps installed. The workaround to go 2G-only and then back to 3G
fixes the problem without restart. Very annoying issue affecting me daily.
an...@gmail.com <an...@gmail.com> #18
of range the phone doesn't enable mobile internet. Toggling airplane mode generally
kicks it into life.
st...@gmail.com <st...@gmail.com> #19
Slow to connect with my home WiFi and when WiFi is turned off, the phone doesn't
re-connect to 3G
ta...@gmail.com <ta...@gmail.com> #20
It picks up WiFi with no problem, but when I leave WiFi range, it does not pick up
2G/3G. The same thing happens if I manually kill WiFi, no mobile network is picked up.
kv...@gmail.com <kv...@gmail.com> #21
wifi to 3g switching issues described here, i find that the 3g radio will just drop and
won't come back up. only switching to airplane mode and back will bring it back up.
ca...@gmail.com <ca...@gmail.com> #22
Any updates from google on this? Has it been patched into the source tree or are HTC
making things up.
ta...@gmail.com <ta...@gmail.com> #23
"Should you receive any update for your handset, kindly install it and observe if the
problem was resolved."
Note the "should"...
li...@gmail.com <li...@gmail.com> #24
indeed disappeared.
kv...@gmail.com <kv...@gmail.com> #25
kv...@gmail.com <kv...@gmail.com> #26
kv...@gmail.com <kv...@gmail.com> #27
ta...@gmail.com <ta...@gmail.com> #28
br...@gmail.com <br...@gmail.com> #29
ei...@gmail.com <ei...@gmail.com> #30
an...@gmail.com <an...@gmail.com> #31
pls suggest me if you have any ideas.
thanks,,
ca...@gmail.com <ca...@gmail.com> #32
put them into your settings.
an...@gmail.com <an...@gmail.com> #33
ad...@gmail.com <ad...@gmail.com> #34
ROM (Version 2.73.405.5) from HTC did not fix the problem for me. Still using the
flight mode off/on trick to get back 3G networking.
ca...@gmail.com <ca...@gmail.com> #35
br...@gmail.com <br...@gmail.com> #36
I discovered that while I was on my way to the Vodafone shop to complain. :-( I
connected to 3 different open wireless networks, then walked out of range and the 3G
connection came back.
ca...@gmail.com <ca...@gmail.com> #37
If you reboot, it will happily switch for the next maybe hour at least.
br...@gmail.com <br...@gmail.com> #38
home wireless last night ( I am not sure if the phone connected since I wasn't using it).
[Deleted User] <[Deleted User]> #39
connect to a wifi and go to sleep...after 8h or some, get thewifi off...it won`t
connect to Edge/3g, unless you do some "tricks"....if you stay on wifi for a little
time, the issue cannot be seen lol
bs...@gmail.com <bs...@gmail.com> #40
I've had the phone since September 14, and got an over-the-air update when I turned
it on.
Whenever I leave my home WiFi network, 3G doesn't connect unless I use one of the
tricks mentioned in the whirlpool forum
Any movement on this?
ad...@gmail.com <ad...@gmail.com> #41
Not finding and switching on the mobile networks.
Even when the phone has been without connection to wifi.
I use to disconnect all the connections to 3G during night (and do not connect to wifi
neither); not possible to connect the 3G in the morning.
Network: Orange.CH
de...@gmail.com <de...@gmail.com> #42
come on after leaving a wifi connection. Toggling 2g/3g doesn't work. I have to go to
'Network Operators' and reselect Vodafone which seems to reset the connection.
I also find that it doesn't consistently connect to WIFI automatically as well.
Sometime I have to go to wifi settings and turn it 'Off' (as if it was working?) then
On again and it connects. Should I file a new issue for this?
[Deleted User] <[Deleted User]> #43
sometimes does not connect to the data network after leaving a Wifi zone. However,
this issue disappears if I select either "connect only to 2g networks" or "connect
only to 3g networks" in mobile networks settings. If I do so, it reconnects just fine.
gi...@gmail.com <gi...@gmail.com> #44
happens when i come off from wifi. need to go into airline mode and out to get 3g
connection to turn on.
mi...@gmail.com <mi...@gmail.com> #45
HTC Hero Build 2.73.405.5
Vodafone Australia
Activation/Desactivation of plane mode seems to solve the problem.
li...@gmail.com <li...@gmail.com> #46
I wrote that the problem had disappeared after installing the latest ROM on my HTC Hero.
This is NOT true because the problem has reappeared. (It probably only worked for a
short while) because I wiped all data after the installation of the new ROM.
kr...@gmail.com <kr...@gmail.com> #47
came out and have not experienced this problem since.
jo...@gmail.com <jo...@gmail.com> #48
when the phone sleeps, wifi turns off but it does not switch to 3G. So email syncing
and IM for example stop working.
na...@gmail.com <na...@gmail.com> #49
G2 and G3 to get it to work. Annoying!!
HTC Hero in Belgium on Proximus network, build 2.73.1100.5.
ca...@gmail.com <ca...@gmail.com> #50
I am embarrassed to recommend this phone to friends because of this bug.
dr...@gmail.com <dr...@gmail.com> #51
to close all aps when screen off after i put this on i had the wifi-3g problem
so i rest the phone to factory problem is still there
ca...@gmail.com <ca...@gmail.com> #52
Would be good to get some feedback from the android team on this.
ta...@gmail.com <ta...@gmail.com> #53
to switch to "WiFi only" for data so that those of us without unlimited data plans
don't have to worry about our phones switching back to G3 and running up a thousand
dollar phone bill. I wasn't actually sure if this was intentional (2.0), but I admit,
it did ease my mind not having my phone switch back to G3 automatically. I understand
the inconvenience for other users; therefore, a choice of behavior should be
included. In my particular case, turning off WiFi restores G3 without problems.
sn...@gmail.com <sn...@gmail.com> #54
convert my laptop into an access point. I use 3G generally. But when I turn Mobile
Networrking off and after a while turn it on again, it does not connect saying service
is not available. To be able to connect I go into air plane mode and turn back to
normal mode. Like comment 48
FONIC (O2) Germany
HTC Hero Anrdoid 1.5 - Kernel 2.6.27 - Build 2.73
ad...@gmail.com <ad...@gmail.com> #55
br...@gmail.com <br...@gmail.com> #56
hours it will fail ("Disconnected because service is unavailable"), regardless if I
have been on WiFi or not.
Entering and exiting "Airplane Mode" fixes this, as does toggling the "use only 2G
networks" option.
HTC Hero in Belgium on Proximus network, build 2.73.1100.5.
ca...@gmail.com <ca...@gmail.com> #57
airplane mode.
It's very annoying but it works. What is crap is that you have to remember to do that
every time you leave wifi, so you can be walking around for hours before you check why
you dont have any new mail notifications to find 3G didn't turn on.
bs...@gmail.com <bs...@gmail.com> #58
It still happens, but maybe only once a week? The rest of the time it switches from
Wi-Fi to 3G flawlessly.
HTC Magic / Vodafone Australia / Firmware v1.6
ha...@gmail.com <ha...@gmail.com> #59
3G. So it is maybe not problem of carrier or phone, but combination of both factors,
because as I think, everybody have not this problem. After New Year Eve I will try to
call to hotline and ask them about some logs of phone´s activity on network and if I
will be successful (I hope, I can only hope :-D), I will post results here...
tr...@gmail.com <tr...@gmail.com> #60
from 3G to EDGE and then Back to 3G.
wa...@sbcglobal.net <wa...@sbcglobal.net> #61
receive phone calls or text messages. Once restoring network activity by turning
phone off and on, text messages never show up.
bu...@gmail.com <bu...@gmail.com> #62
start on 3g and vice versa. All of a sudden htc hero would not automatically switch
from one to the other without reboot or airplane. Not sure if its related, but
happened not long after installing an auto task killer app. Just uninstalled the app
and it and seems to work ok now.
br...@gmail.com <br...@gmail.com> #63
HTC Magic, 1.6, Vodafone Australia
ex...@gmail.com <ex...@gmail.com> #64
our wireless modems too.. since could be an issue between the android
wireless drivers and chipset of the modem (since many different
manufacturers often use the same chipset in their modems).
mi...@gmail.com <mi...@gmail.com> #65
2G<->3G sometimes resolves the problem.
[Deleted User] <[Deleted User]> #66
the problem is not resolved yet.
after beeing on wifi the whole night, when leaving the house and loosing wifi
connection. the phone besides the very few first times after flushing, the phone
never conntects to 3g.
i always have to manually switch from 3g to 2g and back. that resolves the problem
always.
mi...@gmail.com <mi...@gmail.com> #67
turns out that, after connecting to Wifi, it would continue to use the same DNS
settings that it received from DHCP. Ie. tcpdump revealed that it was attempting to
resolve domains using 192.168.0.1 - while connected to 3G.
By statically configuring an IP and setting the DNS to a public IP (eg. Google's
8.8.8.8 DNS), the issue has been resolved.
rg...@google.com <rg...@google.com> #68
bugreport > mybug.txt" and attach it to this issue when you don't use your static ip/dns
workaround and have the problem? Capture the bug report as soon as you notice the
problem for best results.
Thx
mi...@gmail.com <mi...@gmail.com> #69
The symptoms of the bug are fairly clear from just a few sections.
After setting the Wifi DNS to 8.8.8.7 and 8.8.4.3 (which don't exist), then disabling wifi and turning 3g back on:
02-05 08:24:11.532 V/WifiStateTracker( 72): Static IP configuration succeeded
02-05 08:24:11.532 V/WifiStateTracker( 72): IP configuration: ipaddr 192.168.0.206 gateway 192.168.0.1 netmask
255.255.255.0 dns1 8.8.8.7 dns2 8.8.4.3 DHCP server 192.168.0.1 lease 259200 seconds
02-05 08:24:11.532 D/ConnectivityService( 72): adding dns 8.8.8.7 for WIFI
02-05 08:24:11.532 D/ConnectivityService( 72): adding dns 8.8.4.3 for WIFI
02-05 08:24:11.532 D/ConnectivityService( 72): adding dns 8.8.8.7 for WIFI
02-05 08:24:11.532 D/ConnectivityService( 72): adding dns 8.8.4.3 for WIFI
From system properties:
[dhcp.eth0.result]: [failed]
[dhcp.eth0.pid]: [3284]
[dhcp.eth0.reason]: [STOP]
[dhcp.eth0.dns1]: [8.8.8.7]
[dhcp.eth0.dns2]: [8.8.4.3]
[dhcp.eth0.dns3]: []
[dhcp.eth0.dns4]: []
[dhcp.eth0.ipaddress]: [192.168.0.8]
[dhcp.eth0.gateway]: [192.168.0.1]
[dhcp.eth0.mask]: [255.255.255.0]
[dhcp.eth0.leasetime]: [259200]
[dhcp.eth0.server]: [192.168.0.1]
[gsm.nitz.time]: [1265317935000]
[net.dns1]: [8.8.8.7]
[gsm.network.type]: [UMTS]
[net.gprs.http-proxy]: []
[net.rmnet0.dns1]: [220.233.0.3]
[net.rmnet0.dns2]: [220.233.0.4]
[
...
[net.dns2]: [8.8.4.3]
Firstly, why are those DNS settings listed under "dhcp" when it was statically set? Secondly, if static DNS is shown, why
does it show the DHCP-issued IP and not the statically configured one (.206)? Finally, why is it getting a DHCP offer when it
simply discards the result?
The main problem is that the global DNS setting, net.dns1 and net.dns2 are changed to the wifi settings when wifi is enabled,
but NOT changed to 3g settings when 3g is enabled. Hence, unless the wifi is configured to use a public DNS server (and not
configured to use the private gateway), then all domain resolutions will fail and 3g is almost unusable.
Static configuration was used for simplicity, the behaviour is the same when the DNS is set by DHCP.
I must also ask: why are there no DNS settings for 3g connections? Some people have tried to tell me that I'm "wrong" and
that domains are resolved over a proxy - there is no proxy configured and tcpdump shows otherwise. Attempts to configure a
proxy resulted in no change. After using wifi with DHCP then switching back to 3g:
19:52:20.750823 IP 115.70.x.x.45065 > 192.168.0.1.domain: 43918+ A?
It is very clearly trying to resolve the domain using a private IP.
Is there any other important information from the dump?
rg...@google.com <rg...@google.com> #70
happens on dhcp saved us a roundtrip..
I suspect the wifi module is just reusing the dhcp system props it would normally
use. I wouldn't read too much into it.
You do have dns settings for your 3g connection - the net.rmnet0.dns* are your
cellular dns settings - they should have been copied to net.dns* when you made the
transition.
This is the first I've heard of the dns settings not getting switched to 3g. Something
strange is going on in your case. Can you grab the ConnectivityService,
WifiStateTracker and MobileDataStateTracker logs when you switch wifi->3g? Also,
can you include any other net.* properties?
Thanks
mi...@gmail.com <mi...@gmail.com> #71
data connections (a missing feature, perhaps?), I installed a widget to do this -
"Toggle Data Widget" from Market. It appears that the method used by this widget was
not copying over the dns settings. This suggests to me that turning on/off the data
connection is less trivial than it should be...
Anyway, I shall contact the author. Thank you for your assistance.
rg...@google.com <rg...@google.com> #72
You wanted all data off? The ApnDroid does a fine job of turning off 3g data by
reversably clobbering your APN data. Highly recommended until a real API is available
for this.
mi...@gmail.com <mi...@gmail.com> #73
I have emailed the author. If his widget cannot be fixed I shall check it out.
Thanks again.
rg...@google.com <rg...@google.com> #74
clobbering the dns will result in the radio keeping a data connection that is useless
(unless you have some hardcoded ip addrs). Clobbering the APN will cause us to fail
setting up the data connection and save more power.
zy...@gmail.com <zy...@gmail.com> #75
flightmode) solves the problem, and I'm able to reconnect to 2G/3G after using WIFI.
j....@gmail.com <j....@gmail.com> #76
same issue with my ADP1. I cannot believe that it hasn't been resolved yet.
I live in Sweden. If you need any debug-information at all, I'm happy to help. I
really want this fixed.
fu...@googlemail.com <fu...@googlemail.com> #77
I'm on Tesco (O2) in the UK. I don't know how, but the APN setting was altered and
this stopped me from getting onto Mobile Internet.
me...@gmail.com <me...@gmail.com> #78
the settings menu everytime I enter/exit a building.
to...@gmail.com <to...@gmail.com> #79
airplane mode. I'm incredibly lazy so a little app ("Autodis") from market does this
job for me. I'm fine with that until they'll release and Android that don't know this
"bug" anymore. meshua.
ca...@gmail.com <ca...@gmail.com> #80
have a Nexus One. I have only started experiencing the issue with my Nexus One. It
doesn't sound like this issue is a bug with my application though I will try to modify
it as a work around for this issue. Is copying the DNS manually recommended if the OS
is meant to do this automatically?
ja...@gmail.com <ja...@gmail.com> #81
when I get disconnected from my WiFi and the phone tries to go automatically into
mobile data mode.
If the APN at the time is not set or is incorrect the problem occurs. Only restart
helps at that point, though.
This is incredibly annoying, because switching or changing the APN does not seem to
help in any way.
PS: This would not be necessary, if the phone had a function to disable all data
connectivity using GSM networks.
du...@gmail.com <du...@gmail.com> #82
I had to power the phone off and on to restore 3G/2G connectivity. Going to airplane
mode and back did not work. I did not try re-entering the wi-fi network I had walked
away from.
rg...@google.com <rg...@google.com> #83
going on. Download the sdk and use "adb bugreport > mybug.txt" If you pull out any
ConnectiivtyManager log lines and the system properties it would be good - maybe the
Radio Log too.
mi...@gmail.com <mi...@gmail.com> #84
It's no longer a DNS issue, the data connection icon is simply not appearing at all.
Fortunately switching it between 2G and 3G seems to resolve it, most of the time.
du...@gmail.com <du...@gmail.com> #85
oo...@gmail.com <oo...@gmail.com> #86
manualy switching wifi to 3g it works correctly.
ka...@gmail.com <ka...@gmail.com> #87
After disconnecting wifi, 3G connection can't work!!!
Only way to recover 3G connection is reboot!!!(so stupid)...
Google please solve this issue...this is unacceptable to appear in so-call
smartphone/superphone! (my old Nokia N78 even better!!!...)
rg...@google.com <rg...@google.com> #88
Repro steps?
Does it always fail to find 3g after you leave wifi?
Half the people who report this turn out to be using something that corrupts their
APN settings - the other half don't respond to queries. Without more info or an
ability to reproduce this we can't fix it.
R
ms...@google.com <ms...@google.com> #89
have this issue. The problem is, this issue manifests itself when _leaving_ wifi =>
not at the computer, so it's a bit hard to get a debug shell!
rg...@google.com <rg...@google.com> #90
get any better.. The only bug reports we've received about this have been explained
as user-error and we cannot repro it however we try. We need info to move forward
- we're missing some key diff between your experiences and our tests.. AP type,
apps, mobile network, apn settings, phase of the moon.. something
Can you forget the wifi that's at your computer and repro it using some other wifi (go
to work/school and access their wifi and then return home to your computer with the
problem occuring and get a bug report)?
Any help would be appreciated.
ja...@gmail.com <ja...@gmail.com> #91
ifconfig rmnet0 up/ifconfig rmnet0 down functionality is not that hard to add?
(I would do it myself, but my work contract prohibits contributing to OSS)
oo...@gmail.com <oo...@gmail.com> #92
mode [locked screen]) by doing hard reset and NOT installing Adanced
Taskiller and NetCounter from market.
The issue doesn't appear since i did that.
rg...@google.com <rg...@google.com> #93
should be added at some point.
Thanks for the info about Advanced Taskiller and NetCounter - I can try repro'ing with
those apps installed. Do you think there could be anything in particular about your
configs/use of those apps that may be important for repro'ing this bug?
oo...@gmail.com <oo...@gmail.com> #94
for switching between 3g and wifi. About NetCounter i didn't install it just for
safety (i heard opinions that it may cause the problem), but as i can tell
NetTraffic seems to work well.
...but as I said before i only suppose ;/
du...@gmail.com <du...@gmail.com> #95
But I can't believe that you can't reproduce this problem as it occurs a couple times
on a day and guaranteed after a good nights sleep with it being connected to wifi
(charging at the same time)
I have a Nexus One TaskPanel and NetCounter are installed but had the same problem
when testing a clean vanilla install.
The phone is connected to the 3g network often with full connection, but the 3G
symbol doesn't appear if I don't switch to airplane mode and back, to 2g only and
back, reboot the phone. If I do that, it gets connected within seconds.
In the settings I have selected "never" in wi-fi sleep policy, network is WPA/WPA2
PSK secured, data roaming is off, one APN.
Can't think of anything else relevant other then the problem occurs when it has been
connected to the wifi for a longer period. If I turn off the wifi after a shorter
period <1h <2-3h? it switches back to 3g without problems.
Also Had this problem on my Hero with 1.5.
Please let me know if you have questions about my setup or want me to try something.
This is a major problem for me and I would really like to see it resolved.
na...@gmail.com <na...@gmail.com> #96
Taskiller (I don't have these installed), the problem always reappears. It may seem
as the problem has disappeared if you uninstall these apps and reboot, but after a
while it reappears again.
Mobile provider: 3G, Proximus, Belgium, "Always on" mobile setting, one APN
Wireless: network WEP, "never" sleep policy
Can always restore connection after switching to 2G and back to 3G.
li...@gmail.com <li...@gmail.com> #97
After doing that the problem hasn't happened again.
oo...@gmail.com <oo...@gmail.com> #98
problem.
go to: menu>Settings>Wireless Controls>Mobile Network Settings>Enable
Always-On Mobile Data
and make sure this one is checked!
If you have it selected, or selecting it doesn't solve the problem try to do hard
reset (if you are doing backup, DONT backup your settings)
It should help.
wi...@gmail.com <wi...@gmail.com> #99
wi...@gmail.com <wi...@gmail.com> #100
wi...@gmail.com <wi...@gmail.com> #101
I'm not even getting the 3.5G (H) icon, unlike the original poster describes, and I
don't have the problem every day. Sometimes when I leave the house in the morning it
switches, sometimes it doesn't and won't until I reboot.
Is there any other info I can collect to help resolving this?
oo...@gmail.com <oo...@gmail.com> #102
problem of connection provider. If you can't connect to 3g, try to 2g it usually
helps, but not always.
Check that connection failur often occures in weekend and between 5-9pm
because then many more people uses theris phones. If so, then it's defenitly
provider fault.
wi...@gmail.com <wi...@gmail.com> #103
at the same time and place, so it doesn't look like a provider issue.
ba...@gmail.com <ba...@gmail.com> #104
sr...@gmail.com <sr...@gmail.com> #105
Nexus One 2.1.update-1
wifi: never sleep
I can repro it pretty much every day, and the problem occurs by simply turning off
Wifi, not just be leaving wifi coverage.
It seems to only occur after having wifi for a longer period of time. I realize this
isn't helpful, but if I enter/exit airplane mode then have wifi for a shorter period
of time, then all works great.
Feel free to contact me. I have the android sdk setup and debugging enabled. I would
be glad to help with this issue.
sr...@gmail.com <sr...@gmail.com> #106
However my router is already configured to hand out google for the dns, and it still
doesn't work. It may be that my provider (Orange Poland) is blocking dns to other
providers.
ka...@gmail.com <ka...@gmail.com> #107
to simulate the problem, please follow below steps.
1)turn off both wifi and 3g(by APNDroid or anyother similar apps) first.
2)connect wifi. and then turn off wifi.
3)turn on 3g(by APNDroid), the 3G icon do appear in tar bar, but my phone can not
access internet actually.
The only solution (i found this "solution" in some forums) now is to connect 3G when
wifi is still connecting. (That mean i have to connect 3G first b4 i want to turn off
wifi, otherwise, i can't access internet thru' 3g after using wifi!!!
Please solve the problem. It is too troublesome, to connect 3g b4 turning off wifi,
and then disconnect 3g. (i have to repeat it everyday cos my 3g plan isn't a infinite
data plan, can't just leave 3g turn on.)
ja...@gmail.com <ja...@gmail.com> #108
should open another bug report for so):
Market stops downloading applications if you use wifi (but it can still navigate).
You have to dissable wifi, connect 3g APN, and then you can enable wifi again, then,
Market starts downloading pending tasks.
It seems that it is a DNS problem affecting only some services in some circunstances.
Is there perhaps a service which is not correctly reset when changing the
connection?. Please, check out.
ro...@gmail.com <ro...@gmail.com> #109
It's annoying that you have to toggle Airplane mode to switch between WiFi and 3G
when moving from one to the other.
Currently on the Vodafone network AU.
Tried installing and using various ROM's, none of which seem to fix issue.
ma...@gmail.com <ma...@gmail.com> #110
using a 2G/3G widget switcher, and use to go 2G->3G, and 3G->2G back (2G offers me a
better coverage). When I got signal back, voilá, got EDGE connection available
instantly.
This 2G->3G->2G acts as a refresh button, but with at a cost of several clicks. By
now, a 1-click workaround would do the trick, meanwhile some engineer try to figure
out what is really happening.
HTC Magic 32A
Cynanogen's ROM 1.6 4.2.15.1
ma...@gmail.com <ma...@gmail.com> #111
comes to live.
dl...@gmail.com <dl...@gmail.com> #112
Nexus One 2.1.update-1
gi...@gmail.com <gi...@gmail.com> #113
it with 2.0 and 2.01)
When i have the problem then in getprop i have no entry net.rmnet0.xxx at all , and
net.dns1/2 are empty. The phone is working, data is working when using ip numbers,
and also setting net.dns1/2 by hand with my usual gsm dns ip (setprop net.dns1
xx.xx.xx.xx) make it work (but it will be empty again after any connection change).
ko...@gmail.com <ko...@gmail.com> #114
need to turn (and therefore loose connection to) wi-fi at all. Just disable 2g/3g and
some time later when enabled it says "Disconnected because service is unavailable".
Switching airplane on and off does sets it back to normal.
ja...@gmail.com <ja...@gmail.com> #115
HTC Desire
firmware version 2.1-update1
kernel version 2.6.29-97da29ed
build vesrion 1.15.405.4 CL155070 release-keys
SW version: 1.15.405.4
de...@gmail.com <de...@gmail.com> #116
helps, although searching seems to take forever. The last few times, I have had to
reboot the phone.
el...@gmail.com <el...@gmail.com> #117
gr...@gmail.com <gr...@gmail.com> #118
sr...@gmail.com <sr...@gmail.com> #119
this fixed. I can give you log dumps or anything
else you need.
ti...@gmail.com <ti...@gmail.com> #120
reported in comment 116 by Gillou.Masson. At least for some of us it's a dns problem.
af...@gmail.com <af...@gmail.com> #121
af...@gmail.com <af...@gmail.com> #122
ma...@gmail.com <ma...@gmail.com> #123
I use locale, and decided to create a profile to deactivate everything (besides
radio) at night. At 7am, this profile goes away, and the default profile tells
android to turn data back on. It simply does not came back. Sometimes it work,
sometimes not. And when it does not work, AIRPLANE mode widget is the only way to
solve the problem. On/Off and voilá. 3G is back. I noticed that because I decided to
not use WiFi anymore for regular usage, and before, since I was always using Wifi,
looked like the problem was a trasition from wifi->3g, but the problem to me in fact
is activating 3g, whatever you were using before.
so...@gmail.com <so...@gmail.com> #124
(Cisco, 802.1x PEAP).
At home (consumer grade DSL modem w/ WiFi, Siemens OEM model), everything works
nominally.
Phone: HTC Desire
jo...@gmail.com <jo...@gmail.com> #125
jo...@gmail.com <jo...@gmail.com> #126
After I've been at home for a period of time using WiFi 3G connection won't start up
after leaving the WiFi range. I can't surf and the 3G icon doesn't appear.
To fix this I either need to restart the phone or activate and deactivate flight mode.
I have a HTC Desire using Android 2.1 and HTC Sense.
da...@gmail.com <da...@gmail.com> #127
ro...@gmail.com <ro...@gmail.com> #128
much as I can debugging this issue so please let me know what I can do to help. I
cannot stress enough how big a deal this issue is. If my phone was unable to make
calls it would only be slightly worse than it is now. Airplane mode doesn't help me,
switching on/off connections doesn't help, the ONLY way to reliably resolve the
problem is a full reboot. I'm having to do this a couple times every day. I'm almost
ready to give up. So... on to the details...
What happens?
-------------
After leaving WiFi coverage the phone fails to connect to a mobile data connection
such as GPRS or 3G.
Reproducing the Problem
-----------------------
Today I have hard reset my phone. I have not installed anything, I have just set up
my accounts for gmail, facebook, twitter and flickr. So my phone is "vanilla". I can
reproduce the problem reliably. The important thing as far as I can tell is being OUT
of mobile signal coverage at the point when the phone loses WiFi coverage.
1. Phone is powered on, wifi and mobile data connections are enabled in settings.
Data connection is set to be enabled at all times.
2. Phone enters wifi coverage. If wifi is unknown, connect to the wifi, otherwise
just allow the phone to connect to the wifi network.
3. Test connectivity. Phone should be sync'ing, internet browsing works, etc.
4. Either travel out of Wifi coverage, or simulate this by powering off the WiFi
access point. At this point the phone no longer has any means to make a data
connection... you have left Wifi coverage and have no mobile signal.
5. Enter an area of mobile coverage where you would normally have a data connection.
The phone does not connect to GPRS or 3G, and nothing seems to make it connect.
As I said, the trigger for me is leaving Wifi while having no mobile signal. If I do
have mobile signal at the point I leave WiFi the phone switches to mobile data MOST
times.
Unfortunately my home is in an area where there is virtually no mobile signal at all,
so this situation arises every time I leave the house. This is no "medium" priority
from my perspective, this is a major function of the phone simply failing to work.
Phone Information
-----------------
Model: HTC Desire
Firmware Version: 2.1-update1
Kernel version: 2.6.29-97da29ed htc-kernel@and18-2 #1
Build Number: 1.15.405.4 CL155070 release-keys
Software Version: 1.15.405.4
I'll review all previous comments for information on how to collect a debug report as
soon as I can, I don't know how yet.
Regards,
Rob.
ma...@gmail.com <ma...@gmail.com> #129
When I leave my Wifi network at home, the phone does not switch to 3G data.
I need to either restart the phone or switch between flight mode and back.
I live in Sweden and my cell phone carrier is TELE 2.
Here's my phone information.
------------------------------------
Model: HTC Desire
Firmware Version: 2.1-update 1
Kernel version: 2.6.29-97da29ed htc-kernel@and 18-2 #1
Build number: 1.15.405 CL155070 release-keys
Software version: 1.15.405.4
The problem always occur when I leave my Wifi network.
I will try to test another Wifi network today to test if it's the Wifi network itself
that is causing this problem.
Regards
/Mattias
af...@gmail.com <af...@gmail.com> #130
af...@gmail.com <af...@gmail.com> #131
ma...@gmail.com <ma...@gmail.com> #132
locale. Two extra profiles, 1min each, to turn on and off AirplaneMode. Voilá.
3g working. For those with wifi->3g issues, PERHAPS a workaround with paid
locale + counters plugin may work. Not sure. This plugin can trigger other
profiles.
Kind regards.
jp...@gmail.com <jp...@gmail.com> #133
usually reconnects flawlessly if the WiFi connection was very short in time
(seriously: a couple of minutes), but letting it sit in WiFi for a few hours and it
will not reconnect to 3G.
I usually switch between 2G/3G which triggers a complete reconnect. That fixes my
mobile net.
Phone Information (same as rob.fone)
-----------------
Model: HTC Desire
Firmware Version: 2.1-update1
Kernel version: 2.6.29-97da29ed htc-kernel@and18-2 #1
Build Number: 1.15.405.4 CL155070 release-keys
Software Version: 1.15.405.4
ma...@gmail.com <ma...@gmail.com> #134
Hope this is a software rather than software related.
Will report back with my findings.
ma...@gmail.com <ma...@gmail.com> #135
According to them, they are aware of the problem and are currently working on a
solution.
wi...@gmail.com <wi...@gmail.com> #136
When I move from a 3G network to WiFi, the connection transfers without a problem
but when I leave the range of the WiFi network, the 3G data connection is not re-
established. Signal strength does not seem to matter in my case as it is usually at
full strength. The only way I can reconnect with the 3G data network is to go into
flight mode and the back again. Thankfully I don't have to reboot the phone very
time.
Cheers.
va...@gmail.com <va...@gmail.com> #137
wifi off the phone does not reconnect to EDGE or 3G mobile network. I have voice,
but no data. Even if I leave the phone for several hours after turning off wifi, it
does not connect to the mobile data network.
I have found that the same workarounds mentioned here work: switching mobile network
to GSM only or WCDMA only and back to GSM/WCDMA, or switching into airplane mode and
back. Or reboot. Unfortunately this involves extra time and taps, and is kind of
dangerous if I'm doing it in the car....
ro...@gmail.com <ro...@gmail.com> #138
anything I can to help track down the cause of this major fault and have had no
feedback at all from anyone at Google. I'm still stuck powering off the phone a
couple times every day because of this.
Come on guys, you have a major problem in this bug, I'm here waiting to help, I've
set up adb, I've done just about everything I can at my end, so talk to me, let's get
this done.
lw...@gmail.com <lw...@gmail.com> #139
Wifi off. I can only reboot off and on again or go to airplane mode and then back. If
I switch on anf off I can go on 3G, but then after a few hours if I want to try again
(no wifi used), the 3G won't connect. Airplane mode on and off helps me for now but I
wouls like a complete solving of this issue. Come on guys, this is a 479 euro phone,
not a cheap thing.
Details:
HTC HERO
using PROXIMUS in Belgium with a data connection of 200 MB per month (now only used
up 20 MB for this month)
I bought the phone in the Netherlands a week and a half ago
I live in an area with very good 3G reception as I had no problems with my HTC Tattoo
cs...@gmail.com <cs...@gmail.com> #140
browser, it will load up 80% of the page and then seem to wait for more data.
Refresh, it'll load 80% again. Refresh it'll load 15%. Sitting in an area with 2-
bars of signal. My N95 8GB while not especially quick, as least managed to finished
loading a page.
I wonder if it's a packet size thing, and it gets to a big picture on a webpage or a
downloaded data, and falls over.
sa...@googlemail.com <sa...@googlemail.com> #141
HTC Desire
firmware version 2.1-update1
af...@gmail.com <af...@gmail.com> #142
by...@gmail.com <by...@gmail.com> #143
plx fix
ni...@gmail.com <ni...@gmail.com> #144
an...@gmail.com <an...@gmail.com> #145
es...@googlemail.com <es...@googlemail.com> #146
go...@gresch.de <go...@gresch.de> #147
no...@gmail.com <no...@gmail.com> #148
la...@gmail.com <la...@gmail.com> #149
ro...@gmail.com <ro...@gmail.com> #150
issue.
Android Team, my offer of input with debugging still stands, I am able to repro my
issue and have set up adb on my laptop to grab bug reports.
ch...@gmail.com <ch...@gmail.com> #151
ra...@googlemail.com <ra...@googlemail.com> #152
mi...@gmail.com <mi...@gmail.com> #153
Thanks for raising the priority to High.
jw...@gmail.com <jw...@gmail.com> #154
af...@gmail.com <af...@gmail.com> #155
How about you email the dev who answered in this thread earlier, directly :)
ri...@gmail.com <ri...@gmail.com> #156
this video:
le...@gmail.com <le...@gmail.com> #157
Only started happening in the last two days.
sv...@googlemail.com <sv...@googlemail.com> #158
activating/deactivating flight mode or switching GSM to WCDMA or vice versa helps for
the moment. But problem reoccurs.
ri...@gmail.com <ri...@gmail.com> #159
Desire to factory defaults, so no 3rd party applications interfering here. And in my
case it happens after having had wifi on, 3g on and wifi connected to my router, then
suspend Desire for > 1hour and when wake up and turn off wifi, 3G doesn't reconnect.
Also every night I disconnect wifi and 3g, and next morning if I try to connect 3G
some days it connects and some days it doesn't. It's very difficult to predict when
will it happen.
sr...@gmail.com <sr...@gmail.com> #160
day. I have the android sdk installed, and I would love to get this fixed.
Everyday, my wife and I talk about getting her a Nexus One. She wants one really bad,
but I don't feel like I can buy her one till I know she isn't going to go nuts because
of this bug.
ri...@gmail.com <ri...@gmail.com> #161
poor english too).
ja...@gmail.com <ja...@gmail.com> #162
I am stuck in Edge :( HTC MAGIC
very poor support
ro...@gmail.com <ro...@gmail.com> #163
Switching flight mode on/off causes it to reconnect to the data network.
It started occurring 2 days ago, which is about a week after I got the phone. This was
around the same time as the latest Locale update so that may be related.
gr...@gmail.com <gr...@gmail.com> #164
Have also uninstalled TasKiller as others have suggested.
ti...@gmail.com <ti...@gmail.com> #165
Sometimes fixed by re-regsitering on the network or toggling Airplane mode
I allready had my device switched due to this issue but also on the new one I have
this problem
Operator Proximus - Belgium
ro...@gmail.com <ro...@gmail.com> #166
22nd, more than two months ago. The report of this major defect was originally opened
more than one year ago.
I need direction to be able to contribute something useful to get this issue fixed.
Android team, I'm still waiting, I check in here regularly looking for progress, if
you tell me what to provide I will do my best to do so.
pd...@gmail.com <pd...@gmail.com> #167
ve...@gmail.com <ve...@gmail.com> #168
bl...@gmail.com <bl...@gmail.com> #169
When I first started my phone I had a SIM (Telia) that wasn't fully activated, so I
couldn't make any phone calls. In the meantime I put in another SIM card (Tele2) and
that's when my troubles started. After re-inserting my Telia SIM a week later the
problems disappeared and I didn't have to restart my phone for it to switch net
access to 3G. I don't know if this helps..
no...@gmail.com <no...@gmail.com> #170
no...@gmail.com <no...@gmail.com> #171
pj...@gmail.com <pj...@gmail.com> #172
Not sure if this helps at all but it seems to be related to "going out of range"
while the phone is idle/locked
1. If I switch off the WiFi while in range then all behaves as I would expect.
2. If I walk away from the wifi range while the phone is in my pocket then the phone
does seem to swap back on it's own as long as I check it fairly quickly.
3. If I go out for lunch or drive to work and I have not checked for some time
(20min+?) then it seems not to switch across.
This has occurred with both my work wireless and home wireless so suspect not related
to the wireless device.
os...@gmail.com <os...@gmail.com> #173
using gps... Sometimes I can reconnect by toggling the airplane mode, but usually I
have to restart the phone.
This is a really annoying bug on an otherwise great phone.
lf...@gmail.com <lf...@gmail.com> #174
en...@gmail.com <en...@gmail.com> #175
fl...@gmail.com <fl...@gmail.com> #176
fl...@gmail.com <fl...@gmail.com> #177
gr...@gmail.com <gr...@gmail.com> #178
routers both at home and also at work. Mainly if i remain in the area for a long period
of time with the phone in standby and WiFi sleep mode set to none.
ed...@gmail.com <ed...@gmail.com> #179
works. And WiFi messes up both, so neither will connect.
Frustrating and not fit for purpose. Major disappointment.
je...@gmail.com <je...@gmail.com> #180
Same Issue. Proximus Belgium.
Enable Disable flight mode reset the GPRS connection.
et...@gmail.com <et...@gmail.com> #181
sync dies. I have to reboot phone to get it back
HTC Desire Andriod 2.1 - Telstra Australia
ri...@gmail.com <ri...@gmail.com> #182
You can see it in this video:
Wifi and 3G have been disabled all night, and in the morning, when I try to connect
3G it's imppossible. Talking with forum people in Spain someone told me that instead
of using airplane mode to force 3g to reconnect, if I go to settings, wireless
connections, and tap automatic operator selection (it's the selection I always have
turned on) it reconnects immediately and says "Registered to network". I will try to
make a video with this "solution". So in this case wifi it's not the problem.
jv...@gmail.com <jv...@gmail.com> #183
Operator is Hi (KPN) in the Netherlands.
ja...@gmail.com <ja...@gmail.com> #184
since then I haven't been able to connect without wifi. None of the work-arounds
described above work for me.
I'll be able to swap it out I'm sure, but I'm incredibly disappointed. What's the
point of this phone if the internet doesn't work?
Sadly, bug appears to be over a year old. I might just ask for an iphone instead of a
new Desire. What's the point if the problem isn't being fixed?
mi...@gmail.com <mi...@gmail.com> #185
The DNS issue is long gone, the data connection now just doesn't *try* to connect at all.
If I open the debug menu (dial *#*#4636#*#*) the GPRS services shows "disconnected".
Under GSM Disconnects it shows that the Data state is in inactive. It is worth noting that using the menu to "Enable
data connection" does nothing - almost as if the phone still thinks Wifi is active.
It seems that turning off Wifi manually fails to put the data state back to "active" (or "connecting").
If I just walk out of wifi range with the screen on, it seems to connect to 3G as usual. If I walk out of range with
the screen off, turning it back on shows that wifi appears to still be connected. The wifi icon then disappears,
then nothing. No 3G.
2G/3G switching fixes it, as does airplane mode, but it is very annoying.
I'll try a bug report later, but the problem with the bug report is it can only show things that happen. It won't
show things that just "don't" happen (like attempting to connect, which it does not do), and presumably doesn't show
the logic that decides when to turn on 3G data. I'll look at it more closely later, and post it if it shows
anything.
je...@gmail.com <je...@gmail.com> #186
Same Issue. España -> OMV: pepephone
ne...@googlemail.com <ne...@googlemail.com> #187
Device: HTC Desire, Android 2.1
Provider: o2 - Germany
Biggest (and most annoying) bug on the device.
ri...@gmail.com <ri...@gmail.com> #188
Device: HTC Desire, Android 2.1
Provider: Simyo/eplus - Germany
No data connection, sometimes also with message "No service available", although it
should.
rp...@gmail.com <rp...@gmail.com> #189
Going out WiFi range in stand-by mode, the 3G connection does not work.
HTC Desire, Android and Vodafone Spain
an...@gmail.com <an...@gmail.com> #190
I have the same problem with A1 (Mobilkom) in Austria and HTC Desire.
brgds
Andi
ti...@gmail.com <ti...@gmail.com> #191
Same Issue. España -> OMV: vodafone
pe...@gmail.com <pe...@gmail.com> #192
HTC Desire that I never experienced in my last Nexus One.
My provider is Movistar.
It's a shame that this very old issue is not fixed yet.
cd...@gmail.com <cd...@gmail.com> #193
connection following intense WiFi connection. Either full hard boot or activating /
deactivating flight mode.
da...@gmail.com <da...@gmail.com> #194
HTC Desire on T-Mobile (UK) fresh from the box.
Loss of 3G following data usage over wifi.
Manually switching to 2G then back is the work-around.
de...@gmail.com <de...@gmail.com> #195
in...@googlemail.com <in...@googlemail.com> #196
a....@gmail.com <a....@gmail.com> #197
ja...@gmail.com <ja...@gmail.com> #198
ha...@gmail.com <ha...@gmail.com> #199
sv...@googlemail.com <sv...@googlemail.com> #200
logs or something?
Please advice us how we can help!
Many thanks in advance!
th...@gmail.com <th...@gmail.com> #201
is it serious to keep a so old bug without correction ? ...
mi...@gmail.com <mi...@gmail.com> #202
When going out of WiFi range, must toggle Airplane mode to get 3G/E connection
Same when entering WiFi range again . .
[Deleted User] <[Deleted User]> #203
If i have switched off mobile connection for a while and trying to switch it on.
The mobile connection is never getting connected again. I usually restart the phone
and this is annoying.
he...@gmail.com <he...@gmail.com> #204
Germany, Provider o2, HTC Desire with Android 2.1
th...@gmail.com <th...@gmail.com> #205
th...@gmail.com <th...@gmail.com> #206
md...@gmail.com <md...@gmail.com> #207
The same probleme happens to me every day, and i always have to reboot my phone,
before i can use the mobile internet connection.
Can you please fix this bug?
Greez
Michael Schär
lu...@googlemail.com <lu...@googlemail.com> #208
a....@gmail.com <a....@gmail.com> #209
da...@gmail.com <da...@gmail.com> #210
Same issue here. No mobile data connection after leaving a wifi connection. Airplane
mode on/off toggle or phone reboot fixes problem. Happy to help in debugging effort
if you advise on what we should do!!
be...@gmail.com <be...@gmail.com> #211
occurs after having been connected to wifi for a longer time. When turning off wifi
after 15 minutes throug wifi sleep policy the problem doesn't occur.
ri...@gmail.com <ri...@gmail.com> #212
so...@gmail.com <so...@gmail.com> #213
ro...@icloud.com <ro...@icloud.com> #214
encryption and one without.
I have a HTC Legend running android 2.1 and my network is Vodafone. I am
in the UK.
I don't have advanced task killer installed. The HTC firmware of my Legend is
1.23.161.1.
Whenever I switch off wireless or lose wireless connection my network data
signal never comes back on. Although a few times it has, but only after
leaving my phone for say an hour to do it.
Turning the wireless on and off again almost always rectifies the problem.
Sometimes I notice the 'Mobile Network' check box in the 'Wireless &
Networks' settings appears to get stuck 'Turning On'.
Please let me know if you need any more information.
Thanks.
ti...@gmail.com <ti...@gmail.com> #215
Nearly always (>80%) the net access fails after leaving a WiFi Connection. Sometimes it comes back when the
whole connection get lost (driving throug a tunnel or so).
Turning on and off the Airplane Mode or rebooting solves the problem.
Please let me know if you need more info.
gr...@gmail.com <gr...@gmail.com> #216
provider: proximus (belgium)
phone: HTC desire
looking forward to have this fixed!
ch...@gmail.com <ch...@gmail.com> #217
i hav n1, and this also happens to me. but i hav a work ard for all, not sure if any1
posted this wrkard b4, hope ppl dont mind since there r too many problem posts i
rather just post it.
u dont need to restart / reboot ur phone. just create a dummy APN like Name=*blank,
APN=dummy. so when u wanna use 3G internet just goto APN and select ur carrier's one.
if u r at home with wifi just goto APN and select the *blank (dummy) APN, then no
more 3G data! hope that helps! but GOOGLE plzzz fix it soon!
su...@gmail.com <su...@gmail.com> #218
My HTC Desire suffers from the same problems. When connected on wi-fi for an extended
period of time and then either walking out of wi-fi range or manually turning it off,
the phone would not automatically switch back to data network, and the internet
connection is lost.
In my case too, switching from 3G to 2G or vice versa allowed resetting the
connection, but it's a hassle.
I found a workaround that seems to work (I have been using it for more than a week):
* Settings > Wireless & Networks > Wi-fi settings > advanced (by pressing menu) >
wi-fi sleep policy : set to "After 15 minutes"
* Settings > Wireless & Networks > Mobile Network: set to "Connect when no wi-fi
network is available"
Now when I walk out of wi-fi range the phone automatically switches to 3G and I dont
need to use airplane mode or whatsoever.
Hope this can help some of you, maybe the people with an HTC Desire that seem to be
particularly plagued with this issue.
Cheers,
Suleiman
ke...@gmail.com <ke...@gmail.com> #219
connectivity after longer wifi usage.
cm...@gmail.com <cm...@gmail.com> #220
- My local T-Mobile cell site is down, so I've got no 2G signal (just very
occasionally 1 bar from a distant cell).
- Using the HTC Desire on wifi.
- Turn off wifi using the widget.
- Travel into cell coverage.
Results:
- Even in full signal I don't pick-up mobile data. Toggling flight mode doesn't help.
- Trying to shutdown the phone results in it hanging, I have to take the battery out
to recover.
- After booting back up mobile data works fine.
HTC Desire Software number 1.15.405.5.
kr...@gmail.com <kr...@gmail.com> #221
Phone will never reconnect to 3G after leaving the house (where I have Wi-Fi). I have
to toggle flight mode to reconnect.
fr...@gmail.com <fr...@gmail.com> #222
mode to reestablish connection. This is a basic issue which should be resolved as
soon as possible. If a superphone cannot switch seamlessly between Wifi and 3G it
definitely is not super.
kr...@gmail.com <kr...@gmail.com> #223
It does not make a GPRS connection after using wifi. If I turn 'Mobile Network' OFF
and then ON again it simply says 'Connection Failed'.
But then sometimes the data connection will just work on it's own. However I have not
confirmed it yet but it seems to be only when in range or attempting to connect to
another wifi network.
ca...@gmail.com <ca...@gmail.com> #224
WiFi to hsdpa. If I manually disable Wifi before leaving vicinity it picks up 3G
network straight away. But if I go out of range the internet connection just completely
drops out. HTC Desire is UK model and is compatible with optus network.
ha...@gmail.com <ha...@gmail.com> #225
on leaving the house and travelling to coverage area no data connection can be
established. I have to reboot. I've probably overcomplicated by trying to use
juicedefender to switch things on and off periodically anyway, that fact that this
didn't seem to be working then drove me to find this bug report!
pj...@gmail.com <pj...@gmail.com> #226
I have tried the post from:
Comment 221 by suleiman.khan, May 10
This has worked for me. Not had a single problem since changing the wi-fi sleep
policy as described.
Worth a try for other people who were continually getting the problem! (I had the
problem everytime I left WiFi).
Thanks Suleiman - Your a champion.
al...@gmail.com <al...@gmail.com> #227
I have an HTC Legend (Vodafone Netherlands) and after using the WiFi I was not able to
connect to the 3G network. Toggling wifi/airplane mode doesn't help. Rebooting the
phone doesn't help either.
Basically I'm stuck with no 3G network.... any help is much appreciated
ma...@gmail.com <ma...@gmail.com> #228
starting to be aggressive :-)
I hope you are able now to reproduce this, so I don't need to provide logs (I can reproduce after few seconds of
turing on/off both Wifi and APNdroid), but I am willing to try any crazy hack you come with.
ma...@gmail.com <ma...@gmail.com> #229
internetconnection manually via the mobile-internet option in my home screen of my
HTC Desire (and waiting some minutes) causes that I have to use either the
flight-mode or the 2g->3g switch trick to get a mobile connection again.
This is definitly an sw issue and not an hw or provider issue. Because switchting the
networking modes (2g/3g) causes an restart of the telefony daemon. But these several
restarting possibilities won't solve the problem. They are only bad workarounds. So
please fix that.
ge...@googlemail.com <ge...@googlemail.com> #230
connected via Wifi for several hours (3h seem to be key) and then switch off Wifi or
just leave the Wifi range, then the mobile won't automatically establish a data
connection with the mobile network (3G or 2G, doesn't matter). Only switching on and
off airplane mode or rebooting the phone helps. This happens with both the access
point at home and at work, doesn't matter. I even did a hard reset of the phone and
tried with a completely fresh phone (no additional apps or anything), didn't make a
difference, so it's not any app I have installed. This is really an EXTREMELY
annoying bug and I find it incredible that in all this time it still hasn't been
fixed. Is anyone from Google actually still monitoring this thread? And why does such
an issue which is apparently experienced by a lot of Android 2.1 users still only
have a priority of "Medium"? Any Android forum I know of has at least 1 thread
dealing with exactly this issue. IMO this should have a much higher priority.
I already contacted HTC about this, even sent them bugreports created with "adb
bugreport", but they only told me that it's a known problem and they themselves are
waiting for a fix from Google. So Google, please fix this!!! An expensive smartphone
that cannot properly handle network transitions is not really that smart! If there's
any more information I can provide you with to help you, please let me know.
vb...@gmail.com <vb...@gmail.com> #231
a....@gmail.com <a....@gmail.com> #232
you so long?
th...@gmail.com <th...@gmail.com> #233
the phone nor the 2g/3g trick fixes the issue, so now I'm stuck without mobile data
connection.
[Deleted User] <[Deleted User]> #234
[Deleted User] <[Deleted User]> #235
If I use wifi for any length of time, then turn it off or leave wifi range the phone
does not establish a data connection with the mobile data network (3G, 2G or any
other). This happens with ALL wifi access point home, work and others, and on all
the network providers I have access to (Orange, Virgin and O2).
As with comment 233 I can confirm that if I put the phone in airplane mode or reboot
the phone with wifi turned off, the mobile data network starts working again. Until
I use wifi again then it back to square one.
Phone: HTC Desire
Baseband version: 32.30.00.28U_4.05.00.11
Kernel version: 2.6.29-3cb3dfdf htc-kernel@and18-2 # 1
Firmware version: 2.1-update1
Build number 1.15.161.4 CL155070 release-keys
su...@gmail.com <su...@gmail.com> #236
You're welcome pjbmatthews :) I'm glad it worked for you.
You might be the only one who took the time to read it :) Apparently I didn't phrase
it correctly :)
So I encourage you folks to try the workaround I posted a few days back (comment
#221) :)
Best,
Suleiman
[Deleted User] <[Deleted User]> #237
co...@gmail.com <co...@gmail.com> #238
it does is avoid the wifi from staying on too long when idle. Which is exactly the
root cause of this bug.
su...@gmail.com <su...@gmail.com> #239
Yes I'm aware that it is not a fix, but merely a workaround. I had posted it having
in mind the HTC desire users as I mentioned in the post, hoping it could help people
while waiting for a fix.
Thank you for pointing out that it does not work for nexus one. But is there no way
to define a wifi sleep policy on the Nexus One ? The idea is not having to manually
use airplane mode or some other kind of manipulation.
fs...@gmail.com <fs...@gmail.com> #240
excactly the same for me. I get a 3G symbol on my Nexus one but can't receive data.
Apparently it tries to send data as the upload flash lights up every know and than.
da...@gmail.com <da...@gmail.com> #241
With regard to your work around in
I have no problem setting the Wi-fi sleep setting to "After 15 minutes"
However as for the instruction:
* Settings > Wireless & Networks > Mobile Network: set to "Connect when no wi-fi
network is available"
I cannot find this setting anywhere on my Desire???
Any help would be appreciated
[Deleted User] <[Deleted User]> #242
HTC have not had that many calls about this problem, so if you are experiencing the
problem as layed out in this thread then please call them and report it otherwise
nothing will get done about it.
Here are HTC's contact numbers:
all numbers are taken from the HTC website @
Austria 43-192-873-67
Belarus +882000110030
Belgium +32 (0)2 / 404 0616
Bulgaria +8001151053
Croatia 0800 222356
Cyprus 00800-126-878
Czech Republic 800700741
Denmark +45 70142360
Estonia +8000111200
Finland 800-114-214
France +33-170-759-171
Germany 49-692-222-7334
Greece +302 111 980955
Hungary 680016326
Ireland 353-16-968-474
Italy +39-023-600-3221
Kazakhstan +7-727-263-7275
Kazakhstan +7-727-263-7276
Latvia +80003210
Liechtenstein *Swiss Geo* +0445803486
Lithuania +880030766
Luxembourg +32-240-406-16
Malta +39-023-600-3221
Netherlands +31 (0)20 – 715 7310
Norway 800-11576
Poland 00800 121 1666
Portugal (00351) 800 814693
Romania +800895092
Russian Federation 810-800-256-410-12
Slovakia +0800001451
Slovenia 0800 80503
Spain +34-914-146-588
Sweden 46-850-55-6438
Switzerland 41-44-580-6245
United Kingdom +44 8458900079
Ukraine 08005046210
ro...@gmail.com <ro...@gmail.com> #243
Wake up Google, you have perhaps the most serious problem any phone has gone to
market with here and it hasn't been addressed after 14 months. Medium priority? Does
a phone have to explode in someone's hand before you consider a problem high
priority???
Short of not being able to make calls, a smartphone failing to make a data connection
without a reboot is probably the most serious defect it could have. This fault is
easily reproduced and you have enough offers from the community here to gather
information. There is no excuse for ignoring this, you're letting down the community
that supports you.
ri...@gmail.com <ri...@gmail.com> #244
many people with this issue called them. I talk with people in a spanish forum and at
this moment 3 of us have sent our Desire to HTC service (we own Desire since 4/14). I
guess the answer they will give me, but at least I've tried it. I attached them a
paper with the links to the videos I made reproducing the issue that I hanged in
youtube. Hope they see them.
a....@gmail.com <a....@gmail.com> #245
after i switch to 2G or 3G, i cannot browsing. NSlookup doesn't work, but if i do a
ping to a numeric IP address, like 8.8.8.8, connection works. So, the problem seems
relative to DNS: apparently, when i switch from WiFi to 2G/3G, system don't reset DNS
server. I want point up that with Android 1.6 roms this problem never happen: i got
this problem with new for Liquid E (Eclair)
na...@gmail.com <na...@gmail.com> #246
whatsoever. Reported the problem as well 6 months ago. Since then, everyday I have to
manually turn the mobile data on and off to get a connection..
HTC Hero, Android 1.5, Proximus, Belgium
[Deleted User] <[Deleted User]> #247
My phone as of yesterday has started working as it should? I can now use wifi, I can
disconnect from it and go straight on to my mobile connection with no problems what
so ever???
I have changed nothing to make this work, what has changed however is my sim its been
updated, I've had my old phone number transferred to my new sim this happened on the
same day it started working(and before i noticed it was working).
Further to that before it started working i could put my partners sim card in my
phone and it would work with no problems and if i put my sim in my partners phone
(also an HTC Desire) its stopped working.
Have's anyone tried a different sim card in their phones?
So the question is, is this problem somehow tied to the sim card.
st...@gmail.com <st...@gmail.com> #248
Changing 2G/3G does not always fox this for me.
Going into and out of Flight mode does not always fix this for me.
Last time I did this, a 'nslookup
this happens I can still ping IP addresses but not resolve any (new?) names. Adding
a name server manually using 'setprop /proc/net.dns1 x.x.x.x' works but obviously it
would be nice to have this fixed more permanently.
I currently have WiFi off altogether to avoid this as it screws up my push mail.
Push mail isn't much good if it silently dies!
This seems to have been around for quite some time on a lot of devices (if not all).
How hard can it be to reproduce and fix this?
tt...@gmail.com <tt...@gmail.com> #249
samsung moment 2.1
32...@gmail.com <32...@gmail.com> #250
mo...@gmail.com <mo...@gmail.com> #251
ma...@thesuccessfulinvestor.com.au <ma...@thesuccessfulinvestor.com.au> #252
needs fixing pronto.
dl...@gmail.com <dl...@gmail.com> #253
dl...@gmail.com <dl...@gmail.com> #254
[Deleted User] <[Deleted User]> #255
Here is something probably interesting - when the problem occurred this morning, I
decided to check the APN settings and my APN list was empty. I thought my APN setting
is corrupted somehow, so I decided to add new one. But I couldn't do this because some
of the settings that usually have default values (like MCC=284 and MNC=03) were empty
and I didn't know what to put. After I restarted the phone, the APN settings were
restored.
ap...@gmail.com <ap...@gmail.com> #256
[Deleted User] <[Deleted User]> #257
ms...@gmail.com <ms...@gmail.com> #258
ts...@gmail.com <ts...@gmail.com> #259
ku...@gmail.com <ku...@gmail.com> #260
fh...@gmail.com <fh...@gmail.com> #261
After some sleep time(and WiFi off), mobile net is goan too (opera/android Browser:no
connection) IP Address widget hadn't shown any IP address.
So I checked network/connection state with OSmontior tool, and I realized I have IP
address on my phone and, I can ping this address from my desktop! But applications
couldn't connect to the net. After Wifi On/Off Mobile net is back again and work
perfectly.
This is a work around too?
gr...@gmail.com <gr...@gmail.com> #262
kj...@gmail.com <kj...@gmail.com> #263
My next phone will probably not be an Android because of the bug, as it annoys me
multiple times every single day. It is a shame that this bug makes me avoid an
otherwise lovely OS.
fa...@gmail.com <fa...@gmail.com> #264
I found some problem inside the configuration of the hero.
1) IPV6 loaded (eliminated from modules autoload)
2) when switch from wifi to 3g the dns settings doesn't change correctly.
If you set with setprop net.dns1 213.230.130.222 (tim italy) after you can use
correctly the 3g network
Now we need to "re-set" the 3g dns
the dns of wifi network is setup corretcly when come bak from 3g to wifi.
Ciao
Fabrizio.
jo...@gmail.com <jo...@gmail.com> #265
looking to sell give me, I go back to windows mobile, android becomes what is linux
on the computers, crap, greetings.
ri...@gmail.com <ri...@gmail.com> #266
version 32.36.00.28U_4.06.00.02(Orange branded be careful, locks your phone)
hj...@gmail.com <hj...@gmail.com> #267
Same unstability when changing from 3G to WIFI and back.
This morning I tried to enable Airplane-mode and both WI-FI and Airplane-mode
labels were highlighted ??? Tried to connect to the internet through WI-FI and
connection was OK regardless of the airplane icon in the top ??. After a couple of
minutes the connection was lost.
Some thread in the SW is not handled ok i think.
regards
Jørgen
ha...@gmail.com <ha...@gmail.com> #268
problem of carrier's network...
ha...@gmail.com <ha...@gmail.com> #269
problem of carrier's network...
mo...@gmail.com <mo...@gmail.com> #270
I bought an HTC Legend a week ago and I have quite the same problem.
Maybe this information could help :
- I'm in Belgium with Proximus provider
- When I'm on Wifi, everything is working well
- When I'm on 3G :
- market doesn't work
- default internet browser doesn't work
BUT :
- msn is working
- gtalk is working
AND : the more interesting point is
- OPERA is working if settings are set to SOCKET instead of HTTP
So I think there is a problem with port 80 or maybe DNS.
Hope this will help.
mo...@gmail.com <mo...@gmail.com> #271
It was only a wrong proxy settings provided by Proximus, I reset it as explained in the
post and everything is working great now.
See
ri...@gmail.com <ri...@gmail.com> #272
Desire and 3g problem IS GONE!!! Search this number in google and you'll find it.
I've been 1 month and a half with this problem, HTC changed my Desire for another one
but it had the same problem. Now it's OK. It only takes 5 min to flash. Only Orange
branded have to be careful (search in xda forums).
[Deleted User] <[Deleted User]> #273
sending... and stay's on that untill i unplugg the phone, any ideas what it could be?
se...@gmail.com <se...@gmail.com> #274
Have had the same annoying problem on an unbranded HTC Desire. Switching airplane
mode on/off or between 2G/3G or even mobile network on/off did not help.
BUT switching Wifi on/off *did*. Also changed wifi sleep settings as explained in
Anyway, this bug requires immediate attention : can't believe so many Android users
are concerned !
za...@gmail.com <za...@gmail.com> #275
za...@gmail.com <za...@gmail.com> #276
possibly expect the android platform- which is considerably mature now to be adopted mainstream when users
have to toggle airplane mode, hard reset or power cycle their "smartphones" just to access the internet?
This is completely unacceptable
sh...@gmail.com <sh...@gmail.com> #277
all 3 ROMs I had.
Please fix.
de...@gmail.com <de...@gmail.com> #278
I don't know if this a change, or if I just figured it out, but if I, using apndroid,
turn on data while I still have wifi connected, the hand off works. If I turn off
wifi before I turn data back on, then I don't get a signal. Since I can't remember
the last state of the reception, I sometimes have to reboot to get things going
again. I would like to have everything turned off and turn on which ever connection I
wanted to use and have it work.
rd...@gmail.com <rd...@gmail.com> #279
happening to my phone every single day.
ri...@gmail.com <ri...@gmail.com> #280
Look at this web:
They have released a FOTA (Firmware Over The Air). The new firmware is 1.21.405.2.
And the new radio version (baseband) is 32.36.00.28U_4.06.00.02_2. As I told you in
my post #275, since I installed it, my 3G problem IS GONE.
Good Luck!
gr...@gmail.com <gr...@gmail.com> #281
experienced the problem..
ge...@googlemail.com <ge...@googlemail.com> #282
1.21.405.2 yesterday this bug hasn't occurred anymore, at least so far. I will test
this more extensively over the coming days, but so far it looks good.
ri...@gmail.com <ri...@gmail.com> #283
If you use the RUU .exe version (for use in Windows and USB conexion) it will "wipe"
your phone (lose all data, contacts, calendar, etc) so backup before.
If you install the FOTA when your phone detects it (over the air) it won't wipe your
info (incremental update)
sv...@googlemail.com <sv...@googlemail.com> #284
Software-Number: 1.21.405.2
[Deleted User] <[Deleted User]> #285
the best i ever had!
hl...@gmail.com <hl...@gmail.com> #286
I pinned the issue down to Android not disabling WiFi fast enough when unplugging it from power. I would unplug the phone when leaving my desk. By the time I was out of WiFi range, in a lift, it couldn't successfully switch to mobile internet. I suspect it then just stuck with the last known working DNS (through the WiFi point) and never made any connections again.
To get around this, I wrote a tiny app that simply enables/disables WiFi immediately with the presence/absence of a power source.
PowerFi is available on the Android Market or here:
It's free, of course, and although as basic as it comes it should tide some people over until Froyo! :)
sr...@gmail.com <sr...@gmail.com> #287
ti...@gmail.com <ti...@gmail.com> #288
Software-Number: 1.21.405.2
g....@gmail.com <g....@gmail.com> #289
j....@gmail.com <j....@gmail.com> #290
I confirm that changing to fly mode resolve the problem... but is not the solution.
ro...@gmail.com <ro...@gmail.com> #291
This whole issue has been extremely frustrating and I really feel for everyone with models that haven't been patched to fix this. I think everyone here is feeling deeply let down.
Google and HTC apparently need reminding that QUALITY MATTERS every bit as much as ticking off a list of features. The lack of quality is a real issue right now in Android devices right now.
I hope the fix makes its way out to the rest of you soon!
fl...@gmail.com <fl...@gmail.com> #292
Phone has now also taken to saying you have lost data connection because you have disabled roaming. I'm on 3 in the UK connecting to 3's network. Definitely nothing to do with roaming..
Clearly issues still exist and the problems are not completely resolved unfortunately.
fl...@gmail.com <fl...@gmail.com> #293
md...@gmail.com <md...@gmail.com> #294
Kindly fix this ASAP.
ci...@gmail.com <ci...@gmail.com> #295
1.21.405.2 yesterday this bug hasn't occurred anymore, at least so far.
co...@gmail.com <co...@gmail.com> #296
ha...@gmail.com <ha...@gmail.com> #297
ho...@gmail.com <ho...@gmail.com> #298
gr...@gmail.com <gr...@gmail.com> #299
Settings > Wireless and networks > Mobile network settings > Enable always on mobile data
Unfortunately I haven't had time to confirm but haven't noticed the issues recently.. previously I was using the suggested fix of enabling airplane mode then disabling airplane mode after leaving the range of my Wireless AP.
rs...@gmail.com <rs...@gmail.com> #300
I would say this is my largest complaint with Android in that you don't know who to talk to report an issue: the manufacture, the carrier, or the Android team.
Sprint has set up a discussion to capture hardware/software versions and how to reproduce the problem. See
Also see the following links:
If this is a Samsung issue, please assist Samsung in fixing it! If not, please incorporate the fix in the Android OS.
fa...@gmail.com <fa...@gmail.com> #301
st...@gmail.com <st...@gmail.com> #302
Optus, Australia
st...@gmail.com <st...@gmail.com> #303
ja...@gmail.com <ja...@gmail.com> #304
co...@gmail.com <co...@gmail.com> #305
Unfortunately, it seemed that the 3g connection didn't reestablish until you turned on the screen, so still impact for push and inbound connection services. But substantially fixed compared with always having to use a technique to reset the network stack.
UNTIL FRF85B apparently the final release!!!!!
The problem is now back again after a week of wonderful transitions between networks.
to...@gmail.com <to...@gmail.com> #306
jo...@googlemail.com <jo...@googlemail.com> #307
ge...@googlemail.com <ge...@googlemail.com> #308
ge...@googlemail.com <ge...@googlemail.com> #309
ai...@gmail.com <ai...@gmail.com> #310
3g connection sometimes not working after being "offline" for some time.
restart of mobile fixes this bug for some time.
na...@gmail.com <na...@gmail.com> #311
co...@gmail.com <co...@gmail.com> #312
fe...@googlemail.com <fe...@googlemail.com> #313
Whats wrong with Google? It over 1 f.. year old and no real fix. To low on manpower? Hire sombody and fix this please!
fe...@googlemail.com <fe...@googlemail.com> #314
an...@gmail.com <an...@gmail.com> #315
For people who want to dig deeper into it, run "adb
bugreport > mybug.txt" and eventually you will find something like "07-04 22:13:33.590 I/gsm_service_state_change( 174): [0,0,0,1]". The dev told me, this indicates my nexus one lost registration with the data network.
Eventually you can reproduce this:
Connect your Nexus one to your Wifi, leave Wifi on even in standby
After two or three hours switch off Wifi access point.
Nexus one will search for Wifi networks, but does not connect to mobile data network any more.
Hope it helps and hope someone else will post bug reports too!
hu...@gmail.com <hu...@gmail.com> #316
hu...@gmail.com <hu...@gmail.com> #317
I think we found the root cause of the issue: there is one limitation of the number of system properties in Android. It is set as 247 now. When the issue happens, the system properties has reached this max, and net.dns1 and net.dns2 can't be created. So no DNS server is set. Anybody can check the system properties (adb shell getprop > xx.txt) to see if your phone reaches the 247 system properties when issue happens again!
We will try to include this fix in our Motorola Android phones!
So GOOGLE, can you please enlarge this value and include it in your next release?!
Thanks!
Jianhai
Motorola
an...@gmail.com <an...@gmail.com> #318
rg...@google.com <rg...@google.com> #319
While a limit on system properties could be a problem, the bug reports I've seen for this don't show that issue. I'd like to confine this issue to people who have wifi on for a long time and then can't regain mobile data. If you can regain mobile data by disabling/enabling airplane mode, this bug may be yours.
Andreas has found that on his device/carrier combo he loses GRPS registration after 3 hours. The phone won't try to reconnect on its own. I'm looking into it, but it may be a modem issue or a carrier issue.
If you have this problem and see the gsm_service_state_change with [0,0,0,1] like Andreas says, please post back with your device name, build and carrier and lets see if we can narrow things.
Thanks
Robert
hu...@gmail.com <hu...@gmail.com> #320
OK. Seems there are several issues in this topic.
Thanks!
sr...@gmail.com <sr...@gmail.com> #321
I have a nexus one running 2.2 final. Here is the info for when I've had this problem and when it hasn't been a problem
AT&T Go Phone - Works
Play Mobile Poland - Works
Orange POP Poland - after a few hours of Wifi, I'm unable to reconnect to 3G or EDGE, without toggling airplane mode.
I still have my Orange SIM, and though I've switched carriers, I'd be glad to swap SIMs to help figure out this bug.
co...@gmail.com <co...@gmail.com> #322
Country: Australia
Phone: Nexus One FRF91.
Carrier: Vodafone Australia
3G fails to reconnect after a few hours on Wifi. Need to use Airplane mode on/off.
However, also noticed that if I go into a tunnel and lose all GSM signal, then 3G data will come back when I get back the GSM signal. ie without using Airplane on/off switch.
b....@gmail.com <b....@gmail.com> #323
ju...@gmail.com <ju...@gmail.com> #324
NEXUS ONE
Stock Froyo 2.2 FRF91
Poland
Carrier:Era GSM
Have this issue every day since I bought it.None of the both OTA updates helped.
I'm unable to use 3G after phone loses WIFI signal.Turning WIFI on/off,doesn't help.Sometimes switching between 2G/3G helps,other time I need to "reset to default" APN list in mobile networks settings.Reboot usually helps...
GOOGLE PLEASE FIX THIS,THIS IS IRRITATING,ANNOYING AND DEFEATS THE PURPOSE OF NEXUS ONE AS A SMARTPHONE.
We've been struggling with this issue long enough.
la...@gmail.com <la...@gmail.com> #325
NEXUS ONE
Stock Froyo 2.2 FRF91
Sweden
Carrier:Tre
@juppie's tip about "reset to default" APN did fix it for me. I'm suspecting that the application Toggle Settings introduced the problem for me. The problem occurred while I was testing it out. Unfortunately, uninstall didn't fix it either, but "reset to default" APN did, at least for now. I'll report back if i get the problem again.
ju...@gmail.com <ju...@gmail.com> #326
It does not solve the issue,but at least it allows me to force phone into 3G data mode while I'm outdoors.HTH
pa...@gmail.com <pa...@gmail.com> #327
The reason why I asked, is my friend had the symptoms people discuss, the inability to ever connect to a Data Connection after leaving WIFI connection zone for a period (few hours?) whilst WIFI connected. As a technophobic, he asked me to investigate, I found this thread and tried everything : powering off and on, changing APN, switching 3G->2G->3G, switching Airplane mode and the other suggestions, nothing worked. I uninstalled his SwitchPro Widget (v1.8.1), rebooted et voila Data Connection worked again straight away. Coincidence?
His phone details:
HTC Desire
2.1-update 1
UK
Carrier : O2
[Deleted User] <[Deleted User]> #328
bu...@gmail.com <bu...@gmail.com> #329
At the moment I am just turning airport mode on and off to get back connectivity.
We all need a fix asap.
t....@gmail.com <t....@gmail.com> #330
Started after using the phone for a few weeks, very annoying, as I don't like Opera as an alternative for the native browser!
There should be an update or fix ASAP, as said above!!
la...@gmail.com <la...@gmail.com> #331
ma...@gmail.com <ma...@gmail.com> #332
th...@gmail.com <th...@gmail.com> #333
ge...@gmail.com <ge...@gmail.com> #334
How long before someone needs to threaten a Class Action suit to get this resolved?
ge...@gmail.com <ge...@gmail.com> #335
Surely this has to have priority over Enhancements..we can use our phones as intended!!
t....@gmail.com <t....@gmail.com> #336
Already installed opera mini as an alternative, but don't like the browser at all!
This should be a priority on the fix list, but it's only marked "medium", very nice, for a key feature that's not working!!
pa...@gmail.com <pa...@gmail.com> #337
mb...@gmail.com <mb...@gmail.com> #338
t....@gmail.com <t....@gmail.com> #339
Seems like in the APN settings for my provider there was a proxy set, which I apparentally didn't need.
I removed the ip for the proxy and the browser works fine for me now on 3G.
I found this through another thread on some android forum. Funny thing is that there were people from all over the world with this problem who also had the same solution working from them, so does not seem completely provider related. I think there might be some errors in the pre-set APN data or something....
In my case it was Proximus (BE) a Vodaphone brand....
ru...@googlemail.com <ru...@googlemail.com> #340
No workaround worked for me.
ge...@gmail.com <ge...@gmail.com> #341
Could it be that the phone tries to "resume" the mobile data connection, while the cariers access point has dropped the connection? Sort of like the iPads IP-lease problems, trying to continue a connection it should, instead, have "restarted".
I have no recent ad to attach, seeing as I uasually debug with my laptop using adb, but I guess I could install a log app.
But are there any more logs needed anymore? Is the problem solved, they are just working on a solution?
As usual with Android bugs, the follow ups from devs or google reps on the issue tracker is just so bad it is pathetic. Two thirteen year old boys with a hobby projects care more about their users and giving them feedback than google does. It is a shame, really.
pe...@gmail.com <pe...@gmail.com> #342
Previously I has a samsung galaxy spica and had the same problem with the only difference that toggling to airplane mode was solving the problem.
I detected also same problem on my syster tattoo.
Really bad issue on android OS. An synchronized phone losses all its sense if you do not reconnect automatically to 3G.
Hope android developers will work on it or we shall swap to iphone...
pj...@gmail.com <pj...@gmail.com> #343
to...@gmail.com <to...@gmail.com> #344
to...@gmail.com <to...@gmail.com> #345
to...@gmail.com <to...@gmail.com> #346
I have done a lot of investigating of the issue, and have found out when it happens.
When you boot the phone up from power off in, say, your home WiFi area with wifi enabled, the DNS etc gets setup for your home wifi no problems, but the net.rmnetX info does NOT get set up. If you boot the phone up with wifi disabled, then the net.rmnetX.dnsX gets setup properly, and toggling between wifi and not auto-adjusts the net.dnsX info with either the DHCP obtained address for net.eth0, or from the GPRS/3G address from net.rmnet (and net.dnschange gets incremented, it actually does also when rmnet doesn't exist, but will cause net.dnsX to be blank when wifi is disabled with no rmnet configured dns info). There seems to be some kind of bootup race condition that causes the 3G/GPRS connection to not be setup correctly if the phone is booted up with wifi enabled (and the phone is in an area where you have approved it to connect to an access point at the time of bootup).
Booted up with WiFi disabled, relevant getprop info:
[
[gsm.network.type]: [GPRS]
[net.gprs.http-proxy]: []
[net.rmnet0.dns1]: [211.29.132.12]
[net.rmnet0.dns2]: [61.88.88.88]
[gsm.defaultpdpcontext.active]: [true]
[net.dns1.186]: [211.29.132.12]
[net.dns2.186]: [61.88.88.88]
[net.dns1]: [211.29.132.12]
[net.dns2]: [61.88.88.88]
[net.dnschange]: [1]
Booted up with WiFi enabled:
[dhcp.eth0.result]: [ok]
[init.svc.dhcpcd]: [running]
[dhcp.eth0.pid]: [178]
[dhcp.eth0.reason]: [BOUND]
[dhcp.eth0.dns1]: [192.168.0.2]
[dhcp.eth0.dns2]: []
[dhcp.eth0.dns3]: []
[dhcp.eth0.dns4]: []
[dhcp.eth0.ipaddress]: [192.168.0.109]
[dhcp.eth0.gateway]: [192.168.0.2]
[dhcp.eth0.mask]: [255.255.255.0]
[dhcp.eth0.leasetime]: [86400]
[dhcp.eth0.server]: [192.168.0.2]
[net.dns1]: [192.168.0.2]
[net.dnschange]: [3]
[
[gsm.network.type]: [GPRS]
no net.defaultpdpcontecxtactive key, no net.gprs.http-proxy key, no net.rmnet0.dnsX keys.
Hope this info can help pinpoint the issue a bit better,
Regards
Tony
in...@googlemail.com <in...@googlemail.com> #347
we...@gmail.com <we...@gmail.com> #348
da...@gmail.com <da...@gmail.com> #349
tr...@gmail.com <tr...@gmail.com> #350
I did discover that if both the Wifi and 3G icons are in the status bar at the same time, the problem doesn't occur. Trouble is I have no idea how I managed to get it into that configuration. It just sort of happened one night and then when I disconnected and reconnected to Wifi, the Wifi icon overrode the 3G icon like it normally does.
da...@gmail.com <da...@gmail.com> #351
For some reason most of the custom ROMs I flashed did not set the APNs for my 2G/3G Mobile Internet correctly. The official 2.1 update is the only one that properly detected and automatically filled in all the settings for my network carrier correctly.
pe...@gmail.com <pe...@gmail.com> #352
Does anybody know if the issue is still present in 2.2 ?
da...@googlemail.com <da...@googlemail.com> #353
hl...@gmail.com <hl...@gmail.com> #354
After three months of testing, I've proved (to myself at least) that this is caused when I move from a WiFi area straight into a area with no mobile access at all. I can only speculate that there is a flaw in the way Android handles switching its registered DNS server.
PowerFi immediately disables WiFi on unplugging the phone, giving it a chance to switch to mobile internet while signal is still available (in my case, before I then walk into a lift). Android, by default, only allows fallback after 15 minutes.
My HTC Desire 2.1 (UK) has been trouble free ever since. If you're the type who likes to keep WiFi on all day, it probably won't help you, but if not, give it a whirl.
st...@gmail.com <st...@gmail.com> #355
ve...@gmail.com <ve...@gmail.com> #356
Android 2.2
ja...@gmail.com <ja...@gmail.com> #357
Android 2.1
I think I found a solution...in my case. I was having the same problem as everyone else. Then the APN settings kept me going anyways.
I just searched for my provider's APN settings in this link:
Then I looked at HTC's website how to add a new APN through this link:
Now my problem was I bought this phone then had it unlocked and used another provider (my HTC Legend was stolen).
Anyways hope this helps
du...@gmail.com <du...@gmail.com> #358
Android 2.1
Same Problem. Mostly occurs the first time (each day) when I leave my house (where we have WiFi). My girlfriend (also Galaxy S) has this problem, too.
Very annoying, only airplane mode on-off helps.
ph...@gmail.com <ph...@gmail.com> #359
Sobald man mehrere Stunden im WLan ist, dann außerhalb der Reichweite des WLan netzes geht, wird nicht automatisch auf das mobile Internet umgeschaltet.
Das nervt und es kann ja wohl nicht sein das dieses Problem schon seit über ein Jahr besteht.
Hier sind ja auch Beiträge aus März 2009,....also wirklich, ändert das!
HTC Desire
Android 2.1
T-Mobile
pe...@gmail.com <pe...@gmail.com> #360
I’m one week without problems now, maybe this will help other people:
I own a Legend (2.1) since two months and was suffering from this issue since day 1. Even On-Off or switching to Airplane mode did not fix the issue for me. Sometimes my Megend simply refused to connect to my mobile network.
At the day I started using my Legend, I entered the SIM card in the phone and the APN settings where configured automatically.
Last week, I went into the settings menu, selected the active APN for checking the settings, I saved the settings without changing anything (press menu button -> save) and since then this issue did not occur on my Legend.
Now my Legend is correctly moving from WIFI to EDGE to HSDPA and vice versa…
Fingers crossed ;-)
Peter
ph...@gmail.com <ph...@gmail.com> #361
me...@gmail.com <me...@gmail.com> #362
FroYo
OPTUS (TPG)- Aust
Don't know if this is the same issue, but I'm having issues with connection to 3G on Optus (TPG). I can't use the default browser for data on 3G, but it works with other apps though, e.g. facebook and market. Have downloaded Opera Mini and have no problems getting internet on 3G. Issue with Opera Mini is it doesn't have flash and I need that, plus I don't like it.
Have tried other browsers from market, e.g. dolphin, skyfire, but without success. Only Opera Mini works. Any suggestions?
Megs
ow...@fraser-green.com <ow...@fraser-green.com> #363
1. Disable Wi-Fi.
2. Enable and then disable flight-mode so the phone can establish a 3G connection.
3. Disable Data Connection in the Mobile Networks settings menu.
4. Reboot the phone.
5. Enable Data Connection. You should now get a 3G connection.
6. Enable Wi-Fi. You should now get a Wi-Fi connection in addition to the 3G connection. However, in my case the DNS was wrong so:
7. Disable Wi-Fi and re-enable it again.
Now I'm able to go in and out of Wi-Fi and the 3G connection just persists.
vl...@gmail.com <vl...@gmail.com> #364
Phone showed me I was connected to WiFi but instead of using WiFi connection the phone used the 3G connection so my traffic was much higher then expected.
Few youtube clips cost me around 130 euros...
(HTC Desire with Android 2.1 update 1)
Hope this bug was repaired by now. Now I use Android 2.2 build 2.10.405.2
an...@gmail.com <an...@gmail.com> #365
Carrier is MTS (250 01), different sim cards.
ro...@gmail.com <ro...@gmail.com> #366
The only way I deal with it is going to airplane mode and back. I've tried to resolve the issue via editing APN values, changing wifi policy, changing radio bands, but nothing seems to make the problem go away. Its driving me nuts because I need to reset my internet several times a day.
ja...@gmail.com <ja...@gmail.com> #367
th...@gmail.com <th...@gmail.com> #368
To get mobile data working again, I can either go into and out of airplane mode, search for mobile networks and let the phone automatically select, or I can force the phone to use 2G only, then allow it to use both.
ra...@gmail.com <ra...@gmail.com> #369
I had the same problem on my Legend (2.1) following a factory reset, but I followed the instructions on
go to Settings -> Wireless & Networks -> Mobile networks -> Access Point Names -> Vodafone Post-pay ISP [or equivalent] -> 'Menu': Save (without making any changes)
It didn't work the next day, but did the following day and the problem seems to have permanently disappeared since. Sorry I'm not a technical person so can't explain why, but I hope that helps.
mk...@gmail.com <mk...@gmail.com> #370
ju...@gmail.com <ju...@gmail.com> #371
gr...@gmail.com <gr...@gmail.com> #372
I did a reset, and this has not fixed it. Very annoying.
he...@gmail.com <he...@gmail.com> #373
pw...@gmail.com <pw...@gmail.com> #374
Note I have reported to HTC CZech .
Do you require any log files?
pw...@gmail.com <pw...@gmail.com> #375
ie go to Settings -> Wireless & Networks -> Mobile networks -> Access Point Names -> [your APN] -> 'Menu': Save (without making any changes)
mi...@gmail.com <mi...@gmail.com> #376
Please sort Google otheriwse i might just go over to Microsofts Mobile 7
pw...@gmail.com <pw...@gmail.com> #377
vi...@gmail.com <vi...@gmail.com> #378
jo...@gmail.com <jo...@gmail.com> #379
he...@gmail.com <he...@gmail.com> #380
I think I found a workaround: disable Bluetooth and reboot.
As mentioned in
I don't know if the blog entry is correct, but for my phone disabling Bluetooth and rebooting fixed the problem for the time being.
al...@gmail.com <al...@gmail.com> #381
tr...@gmail.com <tr...@gmail.com> #382
dr...@gmail.com <dr...@gmail.com> #383
Ubuntu 9 had this same reconnect problem. They fixed the bug by Ubuntu 10.10.
Android is trying to reconnect, over and over, until it drains my oversized battery. I can watch the connection and after connecting normally the first day with correct passwords, it then tries to reconnect later and fails.
It constantly cycles through:
Scannning..
Connecting..
Obtaining IP Address from NETGEAR... (this is a netgear wnr 2000)
Disconnecting..
Scannning..
Connecting..
Obtaining IP Address from NETGEAR... (this is a netgear wnr 2000)
Disconnecting..
Scannning..
Connecting..
Obtaining IP Address from NETGEAR...
Disconnecting..
My Evo will cycle through this same sequence all day long while I am at work until it drains an oversized battery by 2pm and it stays warm.
My Evo has the exact same reconnect failure at home on my WIFI network there.
The fix is for google programmers to port the WIFI reconnect bug fix from Ubuntu.
I can work around the issue and avoid the reconnect failure by only connecting to WIFI manually and disconnecting when done and never reconnect automatically.
ha...@gmail.com <ha...@gmail.com> #384
I now think that something corrupted the APN settings a few weeks ago. Everything seems to work fine by now.
bu...@gmail.com <bu...@gmail.com> #385
I'm a new user of Android, i just purchased a HTC (MyTouch 4G) last week in US, but i live in Venezuela, and i have problems, i can't connect my phone to a 3G network, i configured the APN data and the phone got connect to the internet buy in EDGE network no in 3G, i thougth that it could be a problem of my ISP, but i made a test inserting my SIM card on a Iphone 3G and the iphone get connect to the 3G network inmediately and so easy with the same apn settings of my Android. How can i do to connect my android to a 3G network? This phone doesn't show me a 3G settings like iphone does. I installed many apps like, apndroid, quick settings, etc. and i still can't connect.
ra...@gmail.com <ra...@gmail.com> #386
ta...@gmail.com <ta...@gmail.com> #387
I tried the following to resolve, none of these actions fix the problem. The only reliable way to fix the problem is to completely reboot the phone or turn on Wifi. In the use case that I have left the house the latter is not possible. This is, as some have mentioned, nearly as egregious as the phone not being able to make calls.
Please investigate this, I am willing to help. Is there any way to force the DNS value to be set or to trigger it re-request it from the network provider?
I do not have any task killer, and do not have root access.
Here are some things I tried to resolve the problem without reboot:
1) I set up a dummy APN as described above, I switched to this APN and switched back to T-Mobile. Did not work.
2) I cycled in and out of Airplane mode. Does not work.
3) I tried to set the DNS in ConnectBot using setprop (setprop net.rmnet0.dns1 8.8.8.8 -- also tried net.dns1 and net.rmnet.dns1, unsure which is correct), it appears to work (no error) but checking with getprop yields same blank value. Browser shows same failure behavior.
4) I ran the phone debug menu (*#*#4636#*#*), this has a turn radio off button, I turned the radio off then turned it back on, this did not work. Also in here is a ping test, running this yields a failed test. I have screenshots if that helps.
Here are selected results of a getprop on my usb debug connected computer:
[
[net.change]: [net.dnschange]
...
[init.svc.bluetoothd]: [running]
[dhcp.eth0.result]: [failed]
[init.svc.dhcpcd]: [stopped]
[dhcp.eth0.pid]: [224]
[dhcp.eth0.reason]: [STOP]
[ro.runtime.started]: [1296532908530]
[dhcp.eth0.dns1]: []
[dhcp.eth0.dns2]: []
[dhcp.eth0.dns3]: []
[dhcp.eth0.dns4]: []
[dhcp.eth0.ipaddress]: [192.168.1.3]
[dhcp.eth0.gateway]: [192.168.1.1]
[dhcp.eth0.mask]: [255.255.255.0]
[dhcp.eth0.leasetime]: [86400]
[dhcp.eth0.server]: [192.168.1.1]
[net.dns1]: []
[net.dnschange]: [6]
[gsm.version.ril-impl]: [Qualcomm RIL 1.0]
[init.svc.hfag]: [stopped]
[gsm.sim.operator.numeric]: [310260]
[gsm.sim.operator.alpha]: [T-Mobile]
[gsm.sim.operator.iso-country]: [us]
[gsm.sim.state]: [READY]
[gsm.stk.event.useractivity]: [0]
[gsm.current.phone-type]: [1]
[init.svc.hsag]: [stopped]
[init.svc.opush]: [stopped]
[init.svc.pbap]: [stopped]
[EXTERNAL_STORAGE_STATE]: [mounted]
[gsm.operator.alpha]: [T-Mobile]
[gsm.operator.numeric]: [310260]
[gsm.operator.iso-country]: [us]
[gsm.operator.isroaming]: [false]
[
[gsm.version.baseband]: [76XXC-63805041-SDCBALUM]
No net.defaultpdpcontecxtactive key, no net.gprs.http-proxy key, no net.rmnet0.dnsX keys.
I have a debug log. What relevant sections do you want?
Is there anything else I can do to help resolve this?
System Version
Firmware Version 2.1-update1
Kernel Version 2.6.29 build01@ca25rhe78#1
Build number ERD79
Thank you for your attention
dr...@gmail.com <dr...@gmail.com> #388
le...@gmail.com <le...@gmail.com> #389
ca...@gmail.com <ca...@gmail.com> #390
fa...@gmail.com <fa...@gmail.com> #391
Google nexus S with gingerbread 2.3.2
carrier is celcom, country Malaysia
None of workaround is working except reboot phone. Please help
Didn't root or flash, all is default
fa...@gmail.com <fa...@gmail.com> #392
steps:-
1. Disable Wi-Fi.
2. Reboot the phone.
2. Now the phone should establish a 3G connection.
3. Disable Data Connection in the Mobile Networks settings menu.
4. Reboot the phone.
5. Enable Data Connection. You should now get a 3G connection.
6. Enable Wi-Fi. You should now get a Wi-Fi connection.
7. Switch of your modem or router (to simulate out of wifi coverage) it will switch back to 3g now.
tested while the phone on standby and active, transition works flawlessly.
phone google nexus s
carrier celcom, MY
OS gingerbread 2.3.2
na...@gmail.com <na...@gmail.com> #393
Everytime I leave the house, I have to enter and leave flying mode and re-enter my PIN. If I forget it, no connection will be established via 3G or 2G. Never. Ever.
I'm really really wondering what could possible take so long to fix this really really annoying bug. I'm not blaming people. Normally. But this bug makes me angry.
If you (the developers) can't reproduce the problem, then I'm perfectly willing to send my phone to you. Have a look at it yourself. Do all the debugging, whatever it will take.
So annoying!! :((
sg...@gmail.com <sg...@gmail.com> #394
al...@gmail.com <al...@gmail.com> #395
Come on Google, there are hundreds of threads on this issue,
pr...@gmail.com <pr...@gmail.com> #396
ph...@gmail.com <ph...@gmail.com> #397
I found a little workaround an want to share with you.
Using a scheduling app like "setting profiles" I'm able o tell the phone to stay connected to wifi for only 30 min once I activate it manualy.
With this rule, I never have to use the flight mode to recover 3g data.
If I put 45 minutes the problem appears.
Regarding this, I thing that our problem is related with some deep sleep or someting like that
I also set the wifi to turn ON each 10 minutes and set sync ON; this way I sync via wifi 4 times per hour.
Hope this helps
ar...@gmail.com <ar...@gmail.com> #398
re...@gmail.com <re...@gmail.com> #399
I was already blaming my carrier, but they said nothing is wrong. Then i decided to check if this was some problem others have, and i'll eb damned, exactly the 3G only no HSDPA from other desire / desireZ users are all over the net.
I really would like to ha ve a fix for this soon, since practically no net for me until then, the current mode is comparable to 56k modem.,
ed...@gmail.com <ed...@gmail.com> #400
da...@gmail.com <da...@gmail.com> #401
gu...@gmail.com <gu...@gmail.com> #402
fx...@gmail.com <fx...@gmail.com> #403
go...@gmail.com <go...@gmail.com> #404
My work around for the moment (like others here) is to switch the phone into Airplane Mode and then back again. The phone then immediately reconnects to the Mobile data network
bl...@gmail.com <bl...@gmail.com> #405
I'm running Android version 2.3.4 (Build GRJ22) like
Maybe the operators network is involved and my operator has changed something?
sp...@gmail.com <sp...@gmail.com> #406
With HTC Desire its a different story. I realized its mainly a problem with O2 and not in every region in Germany. Some areas work, some not.
su...@gmail.com <su...@gmail.com> #407
Good luck!
ja...@gmail.com <ja...@gmail.com> #408
I move from wifi zone to non-wifi zone and the phone doesn't always automatically connect to 3G. It will connect fine 80% of the time (so not as bad as the others commenting on the forum) but still the 20% of the time I have to pull down the notification bar and then 'turn off' and 'turn on' the Mobile Data switch. Only then does the phone connect to 3G. The setting 'wifi sleep policy' is set to 15 minutes so all fine there.
Not sure what's going on. Has anyone managed to fix this problem on the HTC Desire S yet?
bh...@gmail.com <bh...@gmail.com> #409
I have tried switching "Mobile Network" on and off and it works very rarely.
the only thing that seems to help is turning Airplane mode on and then off and then wait for the phone to connect to EDGE connection.
Given that this problem was reported in 2009 I have a question for google. What are you gonna do about it and when?
da...@gmail.com <da...@gmail.com> #410
ni...@gmail.com <ni...@gmail.com> #411
Enable and Disable airplane mode doesn't work for me.
ar...@gmail.com <ar...@gmail.com> #412
gm...@gmail.com <gm...@gmail.com> #413
rf...@gmail.com <rf...@gmail.com> #414
ma...@gmail.com <ma...@gmail.com> #415
I think there is a nasty bug into network infrastructure that make unable to silently "recover" from connection errors, requining an hard reinitialization of wifi, radio, etc.
Curiously, my froyo phone does exactly the same but when returning from sleep... full wifi coverage but unable to transfer data unless switching off than on wifi.
This is a REAL issue that need to be addressed, as it is making android experience very annoying to a lot of people.
yv...@gmail.com <yv...@gmail.com> #416
I have attached a log when it happened again, I startet with screen off on off on, then I disabled wifi, waited, disabled data, waited, enabled data, waited, airplane mode, waited, no airplane mode, select carrier, wifi on and off again and data on and off again and then end with screen on and off twice.
On the good side, I was pointed to this app:
Will give it a try and hope it solves my problem, maybe it helps one of you too.
Anyhow, Big G, please give us some feedback on this very annoying issue, have you found and solved anything in ICS?
I run CyanogenMod 7.1.0 (2.3.7.) on a EU HD2 over cLK.
mi...@gmail.com <mi...@gmail.com> #417
mi...@gmail.com <mi...@gmail.com> #418
11-08 10:24:13.511: DEBUG/WifiWatchdogService(110): (android.server.ServerThread) wurst (40:3c:fc:02:90:8f) does not require the watchdog
11-08 10:24:33.535: WARN/ProcessStats(110): Skipping unknown process pid 16404
11-08 10:24:33.542: WARN/ProcessStats(110): Skipping unknown process pid 16408
11-08 10:25:44.566: INFO/TelephonyRegistry(110): notifyDataConnection: state=0 isDataConnectivityPossible=false reason=apnSwitched interfaceName=null networkType=8
11-08 10:26:04.515: INFO/TelephonyRegistry(110): notifyDataConnection: state=1 isDataConnectivityPossible=true reason=apnSwitched interfaceName=null networkType=8
11-08 10:26:13.082: INFO/TelephonyRegistry(110): notifyDataConnection: state=0 isDataConnectivityPossible=false reason=apnFailed interfaceName=null networkType=8
az...@gmail.com <az...@gmail.com> #419
ty...@gmail.com <ty...@gmail.com> #420
ne...@gmail.com <ne...@gmail.com> #421
ad...@thekks.net <ad...@thekks.net> #422
Interestingly enough, never had this issue with the stock froyo on the HTC Desire.
lr...@gmail.com <lr...@gmail.com> #423
I just published this app on the market, it's called "3G Connection Fix Free":
so...@gmail.com <so...@gmail.com> #424
ma...@gmail.com <ma...@gmail.com>
mu...@gmail.com <mu...@gmail.com> #425
ge...@gmail.com <ge...@gmail.com> #426
espero les sea util.
mi...@gmail.com <mi...@gmail.com> #427
It sucks having to flight mode the phone almost daily to establish data.
al...@googlemail.com <al...@googlemail.com> #428
My network pre-configured my handset with a single APN with types 'default,mms,supl'. I configured three separate APNs, one each for default, mms and supl (so that MMS messages wouldn't attempt to send/download over WiFi if they were received whilst connected to WiFi). When I did so, however, switching from WiFi to 3G only worked for a few seconds (I think until the GPS subsystem tried to download updated AGPS data). I had to toggle 3G off and on again for it to work.
By adding ',supl' to my new default APN (i.e. so it becomes 'default,supl') I seem to no longer experience this. I've kept my separate 'mms' APN for reasons explained above.
[Deleted User] <[Deleted User]> #429
jo...@gmail.com <jo...@gmail.com> #430
My APN was defined as "Internet" . I changed it to "default" and voila... problem fixed.
This issue has been haunting me for months, finally I got rid of it.
Turned on and turned off my wifi and my mobile data connection is still on. Tried many times just to make sure.
de...@gmail.com <de...@gmail.com> #431
aj...@gmail.com <aj...@gmail.com> #432
pi...@gmail.com <pi...@gmail.com> #433
ml...@gmail.com <ml...@gmail.com> #434
si...@gmail.com <si...@gmail.com> #435
da...@gmail.com <da...@gmail.com> #436
az...@gmail.com <az...@gmail.com> #437
ds...@gmail.com <ds...@gmail.com> #438
t....@gmail.com <t....@gmail.com> #439
Nexus 4 Android 4.2.1, Tele2 Sweden.
Here's another (newer) thread
pa...@gmail.com <pa...@gmail.com> #440
so maybe not a nexus 4 problem at all but something from o2 germany?
ch...@gmail.com <ch...@gmail.com> #441
The problem seems to disappear after re-installing my APN settings (from mobile network provider).
Notable change is my internet APN type -- prior to the update it was "default,supl,a-gps". After the re-installation, the type changed to "default,supl".
pr...@googlemail.com <pr...@googlemail.com> #442
la...@gmail.com <la...@gmail.com> #443
1) After leaving a wifi network, there is no data connection (no H/3G/E/whatever icon is displayed) but cellphone reception is fine (calls can be made/received).
2) The data connection is established (H/3G/E/whatever icon shows up) but it is not possible to access anything over the internet (sounds like a DNS issue as mentioned multiple times in this thread).
I myself experience the first problem and currently use the workaround of toggling AIRPLANE MODE. This works everytime but is annoying because it requires manual interaction. There are apps to do this for you in Google Play, but my provider forces me to enter my PIN code to unlock my SIM after toggling airplane mode, which makes all these apps useless. Most people who use these roms don't have the issue, so this makes me think it 's a combination of provider (APN) and these rom 's.
I have an HTC DESIRE HD and never had any issues using the stock rom (Gingerbread). All Sense ICS roms I used neither had this problem but all non-Sense ICS and JB roms do have the issue.
What I don't understand is that this has been around since 2009 and still hasn't been resolved (nearly 4 years later).
Please Google, don't ignore us and look into this.
ma...@donotreply.at <ma...@donotreply.at> #444
Leaving WLAN network area WIFI stays active, no 3G data connection. Turning WIFI manually off everything works as expected.
12...@googlemail.com <12...@googlemail.com> #445
when I leave WiFi in about 80% it does not use the data connection, telephone connections are still possible, but no internet.
deactivating data connection or WiFi does not help. not even airplane mode.
Galaxy Nexus on 4.2.1 JOP40D and this Bug onla appeared with the last OTA-update. previously no problems with this bug. now quite annoying...
th...@gmail.com <th...@gmail.com> #446
Same here with
* Galaxy Nexus
* Nexus 4
Stock Android 4.2. Network: O2 Germany.
I have to enable/disable airplane mode to get mobile internet again.
mi...@googlemail.com <mi...@googlemail.com> #447
fa...@gmail.com <fa...@gmail.com> #448
I became aware of the problem when I noticed that the 3g signal strength of my iPad - which was lying directly next to the nexus 4 - went through the roof while the Nexus 4 only had this H-symbol and a veeeeeeery lame internet connection.
Network carrier for both devices: O2 Germany
fc...@gmail.com <fc...@gmail.com> #449
Then, in my case solved problem.
Thanks everyone for your contributions.
Description
best description I can give:
Often I'll use the phone happily via WiFi at my house; then I'll leave my
house, and try to use the web browser, only to find nothing but an error to
the effect that the page is no longer available. I _think_ this is the
same error that I would see if I were someplace with no cell reception --
but whenever this happens, I have four bars, and am able to make calls just
fine. (And I can see the "3G" symbol at the top of the screen, too).
The only cure I know of is to reboot the phone.
This started happening after I received the R33 update; I don't think it
ever happened before that.
I'd guess this happens once every three days or so; I typically use the
phone many times per day, both with WiFi and without.