Android :: How To High Low Network Over Cell?

Apr 16, 2009

So my app works well in the emulator in various run configurations and on the device when the device is connected to WiFi. But when I switch off the WiFi on the device, the code that goes out to the network takes forever and then times out (i.e. doesn't return any data). Other people have reported this as well. I also notice that no data is going out or coming in when I look at the little up and down arrows on the 3G icon in the status bar on the G1. I am assuming that the Java code I am using should work for both types of connections, right? I mean, do I need to account for the fact that cell data network is very slow with high latencies i.e. pre-cache my data etc?

Android :: How to High Low Network over Cell?


HTC EVO 4G :: Cell Standby Outragiously High?

Jun 11, 2010

I have done the #*#* thing and its still amazingly high....around 90% TWS?

View 14 Replies View Related

Android :: Make Android LocationManager Use Cell Network And Not Wifi Network?

Oct 19, 2010

I have an android application using LocationManager get the cell network location and not the Wifi location? If I have turned off the Wifi antenna and do the following:LocationManager lm = (LocationManager) paramContext.getSystemService(Context.LOCATION_SERVICE);I am always returned the Wifi location and not the cell network location. I want it to return the cell location since I have moved fromthe Wifi location. I tried using a LocationListener but that doesn't seem to help.

View 1 Replies View Related

Android :: New Cell Network

Jan 9, 2010

We need to deploy Androids to remote locations where there is no cell service.What seems to be the only option is to create our own localized cell network (yes, we know that is expensive.)The sole purpose would be to support Android applications.What would be the requirements from a phone perspective?Could I use off the shelf phones to connect?Can I just program the SIM cards to be on my network?

View 2 Replies View Related

Android :: Cell RSSI - Network Signal Strength - On 1.5

Feb 16, 2010

Is there any way to retrieve the current cellular Signal Strength (RSSI) on Android 1.5?

I know there's a way to listen for signal strength updates through the TelephonyManager, but this seems to only give a "state," not a numeric value.

Is using the RSSI field on a neighboring cell fairly accurate? I'm guessing not, but I'm running out of ideas.

View 3 Replies View Related

Android :: App Works On WiFi In Debug Mode Or On Emulator Not On Cell Network

Jul 9, 2010

I have an android application that parses some HTML, downloads an image, and displays it. I'm using an AsyncTask to do the HTML parsing and image downloading, but that shouldn't be relevant. I never have a problem when I'm on WiFi on my phone, when I'm using the Eclipse debugger on my phone, or when I'm using the emulator. When I have my phone on the cell network (even with pretty good reception), the image sometimes fails to display. I'm having a hard time figuring out what is wrong, since the problem cannot be reproduced in the debugger. Does anyone have any idea what could be wrong?

Update: I have narrowed it down to the image downloading function. This way my original code:.......................

View 1 Replies View Related

Android :: Determine Current Connection State Is WIFI / Cell Network?

May 31, 2010

I am trying to determine if my current connection state is WIFI or Cell network (3g/2g... etc)
I am using SDK 1.5.

Tried couple of technique not really working.

Any working suggestions?

View 2 Replies View Related

Samsung EPIC 4G :: Can't Play Aac - Aac+ On Cell Network / Fix It?

Sep 1, 2010

I see users prefer this forum, so I'll ask here.

I can't stream aac or aac+ when on the cell network, only when on wifi. This is not a bandwidth issue. On Cherry player, for example, it almost immediately goes to a stopped state, before making any real attempt to connect or buffer--long before any timeout that is.

Anyone else experience this?

View 2 Replies View Related

General :: Cell Network Type While WiFi Connected?

Feb 11, 2014

I would like to have the cell network type displayed while I am connected to WiFi in the status bar signal cluster. Currently, once you connect to WiFi, the LTE, H, E, etc, go away; I'd like them to stay.

I can move the WiFi icon over to make room for the type icon (LTE, H, E, etc) just by deleting "android:layout_marginRight="-6.0dip"" at the end of the "id/wifi_combo" line in res/layout/signal_cluster_view.xml in SystemUI.apk.

Where is the function that turns off that cell type icon when WiFi is connected in SystemUI.apk? I know the system can detect the type of network whilst WiFi is connected, it's just a matter for forcing that icon to stay displayed.

I am trying this on Cyanogenmod 11.

View 1 Replies View Related

General :: Battery Drain By Mobile Network Signal / Cell Radio?

Jun 15, 2012

I've ported a Hero ROM to a HTC Magic.Here's my problem:

Problem: There's a great battery drain when you're connected to the network (no data but just mobile network for calls/SMS)

Ported ROM: Sandwich Deluxe 4.0 .

Original ROM: Hero ROM

Kernel: carz-2.6.34.4 (fast and stable)

The mobile network drains battery.I'm not in a low signal-area. Everybody who uses the ROM has a drain.I'm using a 2.x.x instead of a 3.0 kernel for an ICS ROM, can it be that this mismatch creates the drain?The phone displays a singal strength of 0dBm 97 asu. (Not normal?)

What doesn't cause the problem? In airplane mode there is no drain at all. So it is unlikely that some apps causes the drain.Wifi, GPS, sync, ... are all disabled.

What do you expect from xdamembers?

- Confirmation if the kernel is the issue of the drain. If not, I would like to know which files (in ROM) are responsible for network signal.

View 3 Replies View Related

Android :: Getting Cell Signal Strength For Current Cell Vs Neighboring Cells

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.

View 3 Replies View Related

Samsung Moment :: Spare Parts Other Usage / Network Usage Too High

Dec 1, 2009

I don't know if it's my phone or what but when I look up the Other Usage on my phone, it shows it "Running" more than 2/3 of the time.And on Network Usage, "Android System" and "Media" use a great deal of the phone as well.I think this might have to do with my "android.process.acore" crashing every once in a while when it's asleep. Based on everyone's feedback I might have to return the Moment for a third time.

View 1 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

HTC EVO 4G :: Earpiece Speaker Buzz On High/1 Down From High

Jun 12, 2010

My speaker buzzes all the time on my phone (not the speaker phone - it works fine). It's not a network buzz, it's a vibration buzz of the metal or speaker. The center camera is also off-center a little bit, which makes me think something up there is off-center, misglued or loose.

We have two other evos and neither of them buzz on the same call. I called the Sprint Nav Voice Address thing from all 3 phones since that would be the exact same voice and words every time. Only mine buzzes. The other two don't have the camera problem either.

View 3 Replies View Related

Sony Ericsson Xperia X10 :: Turn Off "Cell Standby" / Battery Used By Cell Radio?

Oct 26, 2010

How can I turn off "Cell Standby"

Battery used by cell radio?

View 4 Replies View Related

HTC EVO 4G :: Cell Standby 42% / Mean I Am In A Bad Cell Zone?

Jun 9, 2010

Does this just mean I am in a bad cell zone? This is my reading at home and it is the top battery usage on the chart, followed by wifi at 24% (on because I am home), and phone idle at 23%.

View 14 Replies View Related

Android :: Android To Open Network Connection On Specified Network Interface - Network Type

Mar 6, 2009

I have been looking at the ConnectivityManager class documented at http://developer.android.com/reference/android/net/ConnectivityManage... .

I would like to know if an Android application can open a network connection (socket) on a specified network interface [on a device supporting multiple network interface types WiFi, Cellular, WiMax etc] ? I am looking for the capability for an application to open a socket on a given type of network for example over WiFi network or over 3G Cellular Data network.

If this is possible in Android, how would I code this requirement within the API Framework ? The ConnectivityManager enables an application to learn about available network connections and currently categorises them as either TYPE_WIFI or TYPE_MOBILE.

There is a member function in the ConnectivityManager class called requestRouteToHost(int,int) [url] which "Ensure that a network route exists to deliver traffic to the specified host via the specified network interface. An attempt to add a route that already exists is ignored, but treated as successful." Sounds like this would install an IP routing table entry to reach a given host via a specified network interface type (WiFi or Mobile). After calling this would it be sufficient for an application to open a socket and connect to the desired destination address ?

Or perhaps the application needs to bind() a socket to a local address of a network interface of the desired type (WiFi or Mobile) Or by setting a socket-level socket option of SO_DONTROUTE ?

View 2 Replies View Related

Android :: Possible To Force Network Traffic Through Wi-Fi Or TMobile Network?

Mar 2, 2009

I'm wondering if, with the G1, it's possible to force the network traffic to pass through the Wifi or through the Cell GSM network. I need to force an application to connect through the tower network to get some login information. Is this possible? Anyone have any ideas as to how this would be possible? I'm trying to accomplish this inside an app with the Android SDK (Sorry I wasn't more clear about that originally)

View 3 Replies View Related

Android :: Get Network Info On Cdma Network

Nov 18, 2009

do you know how to get the Home country code, current country code, the Mobile directory number on a cdma network. I see TelephonyManager.getNetworkCountryIso() can get the current country code, but it is not reliable on cdma network.

View 2 Replies View Related

HTC EVO 4G : Data Network Unavailable - None Of My Applications Get Internet Aceess And Mobile Network Status Says Turning On

Jul 5, 2010

I seem to be seeing an issue with the data network access on the EVO. When it happens none of my applications get internet aceess and my mobile network status says "turning on". The only way I've found to fix it is to pull the battery. Any one else seeing this? If so is there a better fix than pulling the battery?

View 5 Replies View Related

HTC Droid Eris :: Mobile Network ON - Can't See That Have Any Network Traffic Or Any Apps Running In Background That Are Syncing Data At All

May 29, 2010

My eris has always has pretty alright battery life, what I would expect out of a smartphone, if unplugged at 9AM it usually was running on its last leg around midnight. I've had it for over 5 months now, I've always had it activated on alltel, I installed the 2.1v3 leak before the official OTA was out and just lately it seems like there something very wrong with my battery life...

If I unplug my phone at 9AM within the past week and occasionaly check and respond to a text message, my battery had been down to almost 30% by NOON... what?..

I have noticed that if I disable Mobile Network (3g/1x data), the thing lasts all day and some... If I turn mobile network ON, I can't see that I have any network traffic or any apps running in the background that are syncing data at all... I've had google account sync mess up on me before and have to reset my google account because it gets stuck in a syncing loop, but its not doing that, already checked. Very weird.

Anyone thing it could be something wrong in my ##PROGRAM#/##778# provisioning menu, maybe something got changed?.. Maybe it could be do to Alltel's AT&T merger that's happening right now, maybe some 3G tower's radios are turned off or something...

View 9 Replies View Related

HTC Aria :: Disable Application Syncing And Mobile Network From Hold Menu Can Connect To Home Wifi Network

Oct 4, 2010

I love my aria, i got it 9/29/10, for free from best buy because my contract expired... but ive already used 20MB and i only bought a 200MB plan... i might go to 2 gigs, but for an alternate, since my billing cycle ends the 28th of every month... if i disable application syncing, and mobile network from the hold menu... can i connect to my home wifi network, and go on the internet from there without that using any of my data plan?

View 5 Replies View Related

Android :: Cell Tracking

Dec 30, 2009

I want to be able to mess with my friends, is there any application out there for andriod that tracks cell phones by there numbers? Similar to the one for iphone? where you do not need to install anything on their phones and just punch in a number and track them. if so please post site or name of the app.

View 4 Replies View Related

Android :: App To Receive Fax On Cell

Jul 12, 2010

Is there an app that allows you to receive a fax sent to your cell#? Or even send by taking a photo and sending?

I know faxes are ancient now, but the business world can't seem to get past them. I generally scan and email, but some of our vendors still fax.

View 20 Replies View Related

Samsung I7500 :: Network Error Message For Network Only

Mar 24, 2010

I get a "network error while trying to sign into <my gmail account>" when trying to use the market, even thoug I am successfully synching contacts and using the calendar which is linked to my gmail account.

View 2 Replies View Related

Android :: App For Cell Phone Service?

May 19, 2010

i have a problem i live on top of a hill and its unfortunately one of the few places i have ever been that i dont get good cell phone service. i was wondering it there is an app that uses your wifi for you cell phone service or to use wifi to increase my cell phone service

View 5 Replies View Related

Android :: Cell Phone Tracker App

May 20, 2010

My boyfriend got his cell phone stolen and its a sidekick. I was wondering if there is an app that tracks it using calls or something.

View 3 Replies View Related

Android :: Way To Activate A ProgressBar According To Cell?

May 6, 2010

But: how do you activate a ProgressBar according to the cell you just cliked on ? I have a list view, with a menu that shows after a long press. When I click on one of my option I would like to display the ProgressBar in the listView according to the cell I clicked on. It is currently always displaying the one of my first cell.

View 1 Replies View Related

Android :: Cell Companies Updates

Dec 29, 2009

I believe Google is about to fumble the ball, so to speak. I sense a growing frustration with users with how various service providers are handling the updates to Android on their devices, such as Rogers in Canada. There doesn't seem to be any uniform system of rolling out Android updates to all the various devices people are using. I can understand if an older device is not functionally able to handle a new version because of hardware limitations but when a company doesn't offer an update to a phone that is capable of handling it, that will cause major problems for Google/Android. I haven't had my HTC Magic all that long but an unable to upgrade to Android 2.0 without rooting the phone which I'm not inclined to try. It's a TIM's version and so far I can find no information about the latest version of Android in the works for it.

View 4 Replies View Related

Android :: Cell Radio Info?

Jul 9, 2009

Is there a way I can get access to the following information from the cell. I know that it uses a Qualcomm MSM7201A chip. I know qualcomm unleashes a boat load of information such as: Pilots-Channels PN offset Neighbours Searches PN Codes Power Control-TX and RX Slot DRC Signal Noise Ratio Carrier to Noise Ratio Energy to Noise Ratio

So the question is can I get access to all this information and are there APIs from Android that I can use.

So far the closets I have come is in telephony/PhoneStateListener telephony/NeighboringCellInfo telephony/CellLocation telephony/TelephonyManager

View 5 Replies View Related







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