HTC EVO 4G :: Wifi Signal Strength Suck?

Jun 9, 2010

The wifi indicator sometimes only show 1bar. Meanwhile i sitting maybe 10 feet away from my modem/router. Speed test shows me getting 3200 kbps down and 1200 kbps up.With two bars I am getting 8700 down and 2400 up. I never get 3 bars. Any analysis of these numbers? Are they typical? Anything I can do to achieve 3 bars?

HTC EVO 4G :: Wifi signal strength suck?


HTC Desire HD :: Wifi Signal Strength Fluctuates?

Oct 31, 2010

I have been an avid iphone user for the past 2 years, but with having went through 4 iphone 4 handsets and still not happy i decided to make the jump. anyhow, on to the matter in hand, is anyone having wifi signal strength issues? If i'm close to the router. i.e 5-10feet and line of sight, it works fine, with 3 bars. but if i move farther away say into my kitchen, 20ft and through plasterboard walls it will drop to 2 bars. this is understandable, but it will then fluctuate between no bars, to 3, then to 1 then 2, then 3, then..... you get the drift. i can accept strength deterioration with distance, but for it to be so erratic i find it a bit strange. i have changed the channel my router broadcasts on and it hasn't made any difference. other than that very happy with the phone, just getting used to Android. Is anyone else noticing this with their wifi? all my other devices have a constant strength, be it 1, 2 or 3 bars and no erratic behavior. is it faulty wifi, should i sent it back to Amazon for a replacement?? or is it just the way it is?

View 2 Replies View Related

Android :: Signal Strength Of Each WiFi Access Points?

Aug 9, 2010

I am building an application reading the signal strength of each available WiFi access point. I've written code like:

wifi = (WifiManager) getSystemService(Context.WIFI_SERVICE);
// Get WiFi status
WifiInfo info = wifi.getConnectionInfo();
textStatus.append(" WiFi Status: " + info.toString());
// List available networks
List<WifiConfiguration> configs = wifi.getConfiguredNetworks();

However, I have two problems:
In debugging, configs only contains one connection. However, I can see that there are several APs available in the system's wifi setting. i.e. configs is an incomplete list. I don't know how to get the signal strength in Wifi Configuration. I am using HTC Hero and Android 1.5.

View 2 Replies View Related

HTC Droid Eris :: Wifi 3G Signal Strength Is Crap

Jul 21, 2010

I have noticed that my wifi signal strength is crap. I can be in the same room about 4 ft away from my router and my signal strength is 2 bars on my wifi. Also on my 3g coverage I am at 1-2 bars max. When I 1st got my phone never had this problem. Any ideas?

View 16 Replies View Related

RSSI - Application To Read Signal Strength Of 3G / GSM / WiFi

Mar 17, 2009

I'm developing an application to read signal strength of 3G, GSM, Wifi.

Is there any classes that provides us with the RSSI of 3G signal and GSM signal?

The WifiManager Class provides the RSSI for wifi, but I can't find any for 3G and GSM. If there is no classes provided, is it difficult to start from scratch?

View 9 Replies View Related

General :: Droid X Says WiFi Signal Strength Poor To Nonexistent

Oct 10, 2011

I am virtually unable to get a wifi signal in my house on my droid x unless I am a few feet away from my router. None of my other wifi devices in my house are having this issue. When I check my wireless settings on my dx it says the signal strength is poor. I'm running rooted GB 4.5.602. Does the baseband have to do anything with this (BP_C_01.09.13P)?

View 2 Replies View Related

Android :: Code For Displaying Signal Strength Of Wifi Access Point

Nov 28, 2009

I need to develop an application which scans the wifi access points and also gives their signal strength.I wrote the code for scanning the access points but I dont know what packages to use for measuring the displaying strength.Can anyone please tell me how to display the signal strength, also give me the code for that.

View 2 Replies View Related

Samsung Moment :: Signal Strength Apply To Data Signal Or Just Voice Signal?

Nov 4, 2009

I want to reach out to others here before I take my Moment back to Best Buy to exchange it for another Moment.

My signal strength fluctuates wildly just sitting in the same spot. With the Hero I got a constant 5 of 6 bars, but the Moment will vary between 0 and 5 of 6 bars. But it's more complicated than that.

It seems that whenever the EVDO data kicks in, it causes the signal strength to drop to 0 or 1 bar. Once the data is idle, the EVDO indicator turns grey and then changes from EV(^v) to EV(D). At that point the single strength will return to 3 or 4 bars.

At times, though not as consistently or often, the EVDO connection will fall back to 1xRTT and will switch between them every few minutes. This will occur even when the signal strength bars are in the 3 to 4 range.

So, the my questions are...

Does the signal strength apply to the data signal or just the voice signal?

Is there any legitimate reason for the signal strength to vary wildly like I've described, even when sitting in the same recliner where the Hero had a constant 5 bar connection and data service that never wavered?

Is anyone else having signal strength and/or data service issues?

Should I exchange the Moment for another Moment or will I likely experience the same issue?

View 8 Replies View Related

General :: Galaxy Grand I9082 Duos - WiFi Signal Strength Showing Very Weak

Apr 17, 2013

I am using the Galaxy grand I9082 Duos. I have a simple problem in WIFI signal strength, on this device signal strength showing very weak for a distance of 3 to 4 meets away from the wifi router in the next room. But Laptop shows good strength at same point.

If I take my mobile close to router shows very good strength.

View 1 Replies View Related

Android :: Android / How To Monitor WiFi Signal Strength

Jul 30, 2009

I would receive notifications when signal strength changes. I tried to create the following method and call it in the on Create():
private void initializeWiFiListener(){
Log.i(TAG, "executing initializeWiFiListener");
String connectivity_context = Context.WIFI_SERVICE;
final WifiManager wifi = (WifiManager)getSystemService(connectivity_context);
if(!wifi.isWifiEnabled()){
if(wifi.getWifiState() != WifiManager.WIFI_STATE_ENABLING){
wifi.setWifiEnabled(true);}}
register Receiver(new BroadcastReceiver(){@Override
public void onReceive(Context context, Intent intent) {
WifiInfo info = wifi.getConnectionInfo();
//TODO: implement methods for action handling}
new IntentFilter(WifiManager.RSSI_CHANGED_ACTION));}

View 1 Replies View Related

Android :: WiFi Signal Strength In Android?

Jun 3, 2010

I am very new to android. Need help from Android Developers. Can anyone PLEASE help me how to find current WiFi signal strength in android. I'm trying very hard to get android to display the signal strength. Also, i would like to know if this works on emulator. If possible please provide sample code. I found out the following link but I am unable to write a simple program to display signal strength on emulator/phone. http://developer.android.com/reference/android/net/wifi/WifiInfo.html.

View 2 Replies View Related

Android :: Neighboring Cell Signal Strengths Better Than Those For Current Cell Signal Strength?

Jan 6, 2010

I'm writing an android application that collects cell signal strengths. I am having trouble getting the "current" cell signal strength, but I don't have any problem getting the "neighboring" cell signal strengths. To get the current cell signal strength, I created a PhoneStateListener and implemented the onSignalStrengthChanged callback. It works, but not very well. It seems like the signal strength hardly ever changes, and resolution jumps to only a few numbers. I would accept the answer that the resolution of the signal strength hardware is coarse, but when I use the TelephonyManager's getNeighboringCellInfo() method, it works much better. The signal strength readings from neighboring cells change frequently, and they have much better resolution.So, how can I get the current cell signal strength in the same way that I am getting the neighboring cell strengths? It seems odd to me that the functionality of the neighboring cells is better than the current cell. Am I missing something here?I would also like to directly call a method from the telephony manager to get current cell strength, as opposed to a listener, if possible. If anyone knows how, please let me know.

View 2 Replies View Related

Android :: Get GPS Signal Strength?

Jul 10, 2009

How can i get the gps signal strength and the number of satellites. im using android 1.1 sdk.

View 3 Replies View Related

Android :: How To GSM Signal Strength

Aug 26, 2010

I want to find the signal strength of GSM network. but not found any method in 1.5 sdk version is there is any alternative available to find the signal strength.

View 7 Replies View Related

Android :: GPS Signal Strength

Jul 17, 2010

I'm guessing that the GPS hardware in most Android phones is the same or close. If it makes a difference I have the Moto Cliq XT.I'm going hiking tomorrow and will be using Google's My Tracks program. I've tried it twice... the first time I could not get a signal despite being out in desert with nothing to block the signal. Next time I was in the mountains and once I had a signal, it was rock solid. Worked like a charm. But I did not want to take a chance and held it in my hand the entire time. I'm wondering if anyone has tried it while the phone was in their pocket. Any issues with sat lock on? This would be much easier. I also can't imagine that you'd not be able to use GPS while the phone was in your pocket as it's not really possible to have it in your hand all of the time.

View 4 Replies View Related

HTC Desire :: 3G Signal Strength App?

Sep 19, 2010

In an attempt to conserve my battery I've been switching between GPRS & 3G. I only switch 3G on when I need it e.g. browsing the web. Sometimes though, depending where I am, the GPRS signal is better than the 3G so I end up switching back. Is there an app that will show 3G signal strength?

View 3 Replies View Related

HTC Incredible :: Signal Strength Fix

Jul 1, 2010

Not sure if this question has already been answered but will there ever be a fix to the signal strength issue?

View 1 Replies View Related

HTC Incredible :: Signal Strength And 2.2

Sep 1, 2010

I just updated to 2.2, but I noticed the Verizon network signal is weaker. I used to be able to use 3G connection at my desk at work, but after the update, I cannot receive any 3G signal at the same location. Does anyone have any idea?

View 12 Replies View Related

HTC EVO 4G :: Poor Signal Strength

Jun 6, 2010

I don't know if this is because of Sprint or the EVO but in my house I barely get 1 bar of signal and people can barely hear me on the other end of the call. This is my first Sprint phone so I don't know if it is the service or not. I came from ATT and never had these issues with my iPhone before. I am a little concerned about whether I exchange phone or am I going to just have to give up on Sprint.

View 8 Replies View Related

Android :: FM Signal Strength

Nov 18, 2010

I want to know the FM Radio signal strength in Android. For this I have to interact with hardware or not? Or is there any API which can directly give me the value of signal strength?

View 1 Replies View Related

Android :: Return Gps Signal Strength?

May 5, 2010

Is there a way to return the GPS signal Strength? Thank you for your input You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

View 3 Replies View Related

Samsung Fascinate :: Wi-Fi Signal Strength Low

Sep 9, 2010

Could any of you please comment on their Wi-Fi signal characteristics? I average "1 bar" unless I am right next to my wireless router, at which point it displays full strength connection Interestingly there is no significant difference when I run a bandwidth speed test (speedtest.net).

View 9 Replies View Related

Samsung Fascinate :: Possible Signal Strength Bug?

Sep 14, 2010

I believe there is a bug in the signal strength indication on the Fascinate, the one that shows the signal strength in -dBm. You can see the signal strength of the cell signal on the Menu, Settings, About, Status screen. Or you can place a widget on your Home screen. There are several widgets available, I'm using Mobile Signal Widget.I have a network extender, which basically creates a cell tower right in your home. With my Motorola Droid, I used to get signal strengths down to about -50 something and 60's in indicated signal strength. I can hold both of our Fascinates right next to the network extender's antenna and they will read no better than -86 dBm. So far I've seen signal strengths from -86 dBm to -106 dBm (terrible).I believe there is a bug in the software (Baseband) on the Fascinate. Previously, I thought the hardware (antenna/radio) wasn't very good, but now it may be software related. Has anyone seen a signal strength stronger than -86 dBm on the Fascinate?

View 25 Replies View Related

Motorola Droid :: Signal Strength Is -85 To -92 Bad?

May 15, 2010

Just wondering if I'm setting myself up for excessive battery drain on a DROID given my signal at the house. I'm testing this by looking at the status screen of my VZW blackberry My neighbor next door has a 3g ATT blackberry - he's getting -70 (solid) in my home.

View 6 Replies View Related

Motorola Droid :: Try To Get Signal Strength Better

Dec 5, 2009

since i had a big problem just now with messing around with things to try to get signal strength better. i was wonder. whats considered the best or great signal strength i dont mean in bars i mean in the numbers like in the settings area.

View 1 Replies View Related

HTC Tattoo :: Poor Signal Strength

Mar 8, 2010

I have just got hold of a Tattoo on the Vodafone network and i am finding that at times the signal strength is very poor.

I am finding that in places i used my previous phone and had a good signal that the signal is dropping out or there is no signal at all.

This is very frustrating as whats the point in having a decent phone and not being able to use it?

Normally the Vodafone network signal is very good.

View 4 Replies View Related

HTC Incredible :: Understanding Signal Strength?

Jun 14, 2010

Just downloaded "Real Signal" from the market and am trying to understand what the numbers mean. Tried searching here, no luck. Can someone point me to a good thread or a resource to help me understand what the #s mean? At home I get 2 bars and the battery lasts and lasts, at work I get 0 to 1 bar and the phone hunts for a signal, making the back of the phone very warm to the touch, eating battery like there's no tomorrow. I have it on 'airplane mode' right now but that sort of defeats the purpose of having it, might as well turn it OFF.

View 5 Replies View Related

Android :: Getting Current Signal Strength

Jan 14, 2010

I am trying to figure out how to get the current signal strength of the Android 2.1 device. So far I can only find access to the SignalStrength object if I am listening for a change. I don't want to have to wait for the strength to change in order to see what the strength is.

View 2 Replies View Related

Android :: Measure GPS Signal Strength

Aug 23, 2010

How to measure GPS signal strength?

View 2 Replies View Related

Android :: Network Signal Strength In 1.6

Oct 28, 2010

How can we get network signal strength in android 1.6

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved