Android :: Network Usage By Application

Jun 22, 2010

I am running the new EVO on Sprint, not rooted, and I am looking for an application that can display active (and perhaps historical) network bandwidth usage based on the application(s) utilizing it.

So far the only one I have manged to come across is "NetMeter" from the market. While this shows active network activity, it does not single out applications.

Trying to figure out what's whoring out the bandwidth on my phone and how I can fine-tune the problematic applications. As I type this I am looking at ~10min of 3G usage totaling over 15MB so far, and from what I can tell I am not running anything that would require the downloading of said data chunk!

Android :: Network Usage By Application


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 :: Network Usage - Widget

Nov 1, 2010

Does anyone knows some app that acts like a "dumeter" in a widget? someting to get the instant transfer rate from 3g/wifi....The only app closer to this is netwok monitor, but no widget for it

View 5 Replies View Related

HTC EVO 4G :: Network App Usage

Jun 22, 2010

I downloaded the app "network" from market, now I would like to restrict my phone, but I don't know which category suits or meets what I am expecting the result to be. Sprint voice and 3g.

My options are:

WCDMA Preferred
GSM Only
WCDMA Only
GSM Auto (PRL)
CDMA Auto (PRL)
CDMA Only
EvDo Only
GSM/CDMA Auto (PRL)
Unknown

I am really wondering is should I use cdma only or cdma auto (PRL)? And what the heck is WCDMA?

View 7 Replies View Related

HTC EVO 4G :: Network Usage

Jun 15, 2010

i was looking is spare parts and i noticed that the usage for "0" was higher than any of the other programs i have used. what is it and can i possibly reduce it so that my battery will last longer? i also noticed every time i wake up my phone the 3g arrows light up and stay on for a few seconds. im wondering if that is related. anyone else having the same usage or know what it is??

View 10 Replies View Related

Android :: Monkey Usage With Scripts - Network Control Not Working

Sep 12, 2010

I am trying to do 2 things with monkey

1. Execute a script with a command like

adb shell monkey -p MY_PACKAGE --setup scriptfile -f /sdcard/ mon_script1.txt 1

where mon_script.txt contains a few touch commands. After I execute this, I see nothing happening on the screen. It even does not give me the "Number of events injected message". I have verified that my touch co-ordinates fall over actual UI elements.

This is the script file I am using

tap 79 29 tap 100 100 tap 200 200 tap 300 300 quit

2. Execute Monkey Network control to type commands individually. I start up monkey to listen to a port and use PuTTY to send commands. I get "OK" return messages, but nothing happens on the screen.

Whenever I use monkey in the random mode, I see interaction on the screen. But I need to get one of the above 2 methods to work. I have seen the sources of monkey and nothing seems to be wrong. Has anyone used monkey in the above described way? If so, please tell me what I am doing wrong.

View 6 Replies View Related

HTC Incredible :: Network Usage 1013

Jul 24, 2010

Does anyone know what this is? If you have spare parts or battery left widget you can see this. When I click to see what the amount of usage is I always get a forceclose. For whatever reason this is always my highest network use.

View 2 Replies View Related

General :: Monitor Network Usage For App?

Nov 3, 2013

Is there an app or any way to find network traffic for an app at real time? They way Chrome/IE dev tools allow you to monitor network requests and response.

View 3 Replies View Related

HTC Desire :: Dialer Showing Heavy Usage In Network Panel?

Aug 18, 2010

I have just unplugged my phone from charge and checked the usage with Spare parts, Dialer is showing heavy usage in the network usage panel, does anyone know why this is as I haven't made any phone calls?

View 1 Replies View Related

Motorola Droid :: Internet Usage / How Much Phone Overload Data Network?

Dec 10, 2009

just wondering how much the droid will overload Verizon data network, I used 700MB of data last month.

View 5 Replies View Related

Samsung Captivate :: Reason Network Slow - Mega Data Usage

Sep 17, 2010

I switched from an iPhone to the Captivate on July 27. AT&T will rue the day! Has anyone else seen a sharp increase in your data usage?

View 16 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 :: Getting Application Usage Statitics

Sep 20, 2010

How to get application usage statistics on android? What I want is to access the time (in milliseconds) that each application is used.

View 3 Replies View Related

Android :: Intent Difference And Their Usage In Application

Mar 12, 2010

Can anyone say me the main difference between intent and pending intent? And their usage in application with example.

View 2 Replies View Related

Android :: Any Application To Track 3G Internet Usage?

Oct 5, 2010

On my contract I think I've got 500mb Internet. Is there a app that will tell me how much mb I have left? I don't mind paying but free will be even better.

View 2 Replies View Related

Android :: Any Application For Call Usage Statistics?

Dec 15, 2009

Is there an app that can show me call usage statistics for the phone? Particularly, I'm trying to figure out how many minutes I've spent talking to a particular person. Sure, I could go through and add up every single call I've made to them in my call log, but is there some app that does that for me?

View 3 Replies View Related

Android :: Calculates Memory Usage Of Application?

Sep 4, 2009

I have an application in Java-side, and it uses some "SO" files in native-side. How to calculates the memory usage of my application, in Java-side and native-side both? Does Android provides toolkit to calculates the memory usage of application?

View 5 Replies View Related

Android :: Application Memory Usage Monitor

Jun 8, 2010

I am trying to get the memory usage for every application at different periods of time. I have checked the docs / threads / forums, and i only found that you can get the total available memory value, but i could not find in the sdk an api call for getting the memory used by a single application. I know that one way to do this is by reading the values from /proc/ <pid> virtual file system but this is painful for the device cpu. Can you help me figure out how to solve this problem ? Or does anyone know how settings -> applications -> manager applications read the memory usage values.

View 2 Replies View Related

Android :: Discover Memory Usage Of Application?

Feb 19, 2010

how I can find the memory used on my Android application, programmatically. I hope there is a way to do it. Plus I would like to understand how to get the free memory of the phone too.

View 3 Replies View Related

Android :: Application To Manage Call Usage?

Aug 12, 2010

Is there an app (or even a setting on the Desire itself) that can keep a track of the outgoing calls duration and total on my phone? I've recently dropped from 600 to 300 minutes and want to make sure I don't go over my allocation in the same way the "3G" app tracks my Internet usage!

View 4 Replies View Related

Android :: Obtaining Application Usage Data

May 18, 2009

Is there any way to programmatically retrieve data that reports on application usage as shown in the Spare Parts application? I know what calls need to be made, but it seems that they all use internal APIs...is this true?

View 2 Replies View Related

Android :: Application Relation To Data Usage

May 30, 2010

This is my first post and Its for sure not going to be my last

I was just wondering a few things

1. I'm getting the Nexus One and putting the SIM Card from my other Rogers phone into it... will there be any problems/pitfalls i should look out for?

2. As far as applications go, if I don't have a data plan, will i be paying out the rear end to use apps such as facebook, last.fm etc?

3. Is there an app that lets you text/call for free?

4. Do you have to have a data plan to download apps when not in range of WiFi (if so how much does it cost to browse the store and download an app?)

5. Does it cost anything to use the GPS (Do you need a GPS plan?)

6. Is there an app that lets you track Text messaging usage, call time, data usage etc?

View 1 Replies View Related

General :: Battery Usage Per Application In Android?

Jul 16, 2012

how to get the battery usage per application.I want to implement battery usage per application in code. So I need idea how I should work to get this. I am not searching for app shows battery usage. I want to implement one such app.

View 7 Replies View Related

Android :: How Can We Determine Battery Usage Statistics Per Application?

Nov 4, 2010

I am having trouble finding class or API in android documentation which can help me get battery usage statistics per application. I have read PowerManager class and BatteryManager but they are of no use .Though I can find applications like PowerTutor that do give you battery usage statistics per application, so I think its technically possible?

View 1 Replies View Related

Android :: Memory Usage Profiling OpenGL Application?

Aug 23, 2010

How do I find out how much memory my openGL application is using at any given moment, including sounds, textures, and everything else? I've been wrestling with DDMS for hours and all it seems to show me is basic object allocation counts. I must be missing something, but I haven't had any luck searching. LONG VERSION: I've got an otherwise operational beta Android game which crashes out after a while on my device (Droid X). I'm fairly sure my problem is that my textures are not being properly cleared from memory. I'd like to confirm this fact before I start blindly making changes. My game does fairly frequent level transitions. During these transitions I typically dump a texture file, wait a bit, then load a new one.

Over time the application performance degrades. After 10 or so transitions frame rate starts to take a nose dive. 10 or so more and it usually dies. Prior to dying I see log messages like this: 08-23 12:26:58.038: DEBUG/Cursor(1265): fillWindow is not executed because Cursor object is closed. 08-23 12:27:27.186: INFO/ActivityManager(1239): Low Memory: No more background processes. And then eventually: 08-23 12:27:46.952: INFO/ActivityManager(1239): Process com.thup.lunchbox (pid 4927) has died. There are no specific error messages of any sort. I've got lots of ideas for things to try to fix this (e,g, glDeleteTextures), but I really want a way to measure before I start trying to fix.

View 2 Replies View Related

Android :: Droid Application Battery Usage Monitor?

Apr 20, 2010

I consider that my "About Phone ->battery Use" is not really accurate in my case. Can you advice me regarding another android battery usage monitor application ? I am interested in seeing the exact consumption (in percentage) of each service/application.

View 8 Replies View Related

Android :: Twitter Application Development / Usage Of TextView And Linkify

Mar 24, 2010

I'm on developing a twitter kind of Application where in I want that the user would be displayed the timelines and the Textview in the Lists require to perform clicks on (http://)URLs, (@)usernames, and (#)hasTags and I want to invoke custom methods over these actions, I have used the Linkify class and the actions but where of no use because the customization that i require cannot be incorporated.

View 2 Replies View Related

Motorola Droid X :: Application For Usage Of Battery?

Jul 29, 2010

Is there an app that shows what is using the battery? On my Droid it would actually show what was using the battery: Display, slacker, dolphin, live wallpapers, etc. On my X when I check battery usage the only thing it ever says is: display, cell standby, phone idle. It never shows live wallpaper, slacker, or anything else I run. I am wondering how much battery these other apps are using, particularly the live wallpaper. Any suggestions for a 3rd party app I can run for a couple days to see what is really using my battery.

View 4 Replies View Related

HTC Hero :: Shows Memory Usage By Application?

Feb 11, 2010

Is there a programme which shows memory usage by application?

View 7 Replies View Related

General :: Application To Monitor Data Usage?

Nov 30, 2012

Im looking for an application to monitor data usage, i know there are a lot but im looking for one specifically,

My plan is in fact 2 plans, it is unlimited for social networks (1GB @ 4G then EDGE till month expires), and 100Mb for any other applications.

View 2 Replies View Related







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