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.

General :: Monitor Network Usage for App?


General :: Usage Monitor App For Parents?

Jul 8, 2012

Just ordered contract for our youngest. Bit worried about her going over and as it cannot be capped, any app (it's Android) that will monitor usage of minutes & data and preferably send a message (text, email or whatever!) to me when it gets to a set limit?

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

General :: Sprint GN2 Running 4.1.2 - Apps To Monitor Power Usage

Nov 21, 2013

I'm wondering about apps that are a little more than battery power monitors. I'd like something that will show me the apps that are running and taking up the most memory and causing the biggest power drains on my phone.

Something that would log this so I could look it over during the week and get an overall view and make decisions on what to keep and what to erase.

I'm thinking something that would show me what apps I used, how long they were running, how much memory they took up, how much battery power was used, etc.

Is there such an app out there? I'm wanting to look at the differences between the free apps and paid apps to see if it makes a difference also.

I'm running a Sprint GN2 currently 4.1.2. I haven't gotten the update yet.

View 2 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 :: Need App To Monitor Data Usage

May 16, 2010

Is there an app to monitor megabytes sent and received per app?

View 21 Replies View Related

HTC Tattoo :: Need App To Monitor Phone Usage

Jan 18, 2010

I was wondering if there is an application that can monitor various usage on the Tattoo. For instance, MB/GB downloads, text messages, minutes/hourse of talking etc. It has to bee freeware by the way!

View 2 Replies View Related

Android :: Monitor Phone Call Usage?

Oct 13, 2010

I know iphone has an app called consume which will monitor your phone call usage as well as Internet data. But does android have something similar on the market place? I know 3g watchdog does the Internet but I want something for the phone calls.

View 4 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 :: 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

HTC Hero : How Can I Monitor Phone Data Usage From Handset?

Oct 2, 2009

How can I monitor my mobile data usage from my handset? Is there an app or is it built in the phone.

View 2 Replies View Related

Android :: Apps To Use To Monitor Your Battery Life And Device Usage

Sep 12, 2010

This is NOT a "my battery life sucks" thread, i'm just wondering what apps everyone uses to monitor their battery life and device usage.

I'm currently using:

Default Settings > Battery > Battery Use
Spare Parts
System Panel
Battery Graph

View 8 Replies View Related

Android : Emulator - How To Monitor Network Traffic

Mar 16, 2010

How do I monitor network traffic sent and received from my android emulator?

View 3 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 :: 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

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!

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

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

General :: Use S3 As PC Monitor Via USB?

Jan 3, 2013

I work on PCs, desktops, quite often and I don't ask for the monitor. Usually I have to come up with 1 of my monitors drag it out and plug it in in order to simply see the screen.

is there a way for me to run an application on my droid and have it appear to the PC as a monitor that it sees on a USB port?

To be clear, I'm not looking for VNC, RDP, or anything wireless, etcetera. What I am looking for is for my galaxy s3 to appear to the PC as a valid primary monitor for it to boot to. This allows me to see post and the operating system without having to use a large monitor.

in fact, I don't really even care if the phone acts as a touch screen. I can use the mouse or even the keyboard plugged into it I just need the droid to act as a monitor. If, on the other hand, the touch screen was seen as a viable input device, emulating a mouse, then that would just be a bonus.

View 3 Replies View Related

General :: App To Monitor Disk I/O?

May 19, 2013

I have a couple of devices that have gotten laggy over time, and after installing System Monitor, all evidence points to 100% disk I/O usage. Something is reading/writing to memory constantly, pegging it at near 100%... but that's all I can determine.

Is there a app, or technique I can use that would show per-app I/O usage?

View 2 Replies View Related

General :: App To Monitor Background Data?

Oct 11, 2011

So we all know that turning off background data is a massive battery saver. What I want to know is WHY? As in, what apps are doing what and when to use so much data. What app can I use to log this kind of data usage?

View 1 Replies View Related

General :: Monitor 4G Communications From Android

Dec 20, 2012

Is it possible for a company you work for to monitor your 4G communications from your Android? For example, my company has WiFi, so typically I use 4G to communicate with my personal phone for personal business. Do you think my company can monitor my communications, phone calls, web browsing and texting???

View 4 Replies View Related

General :: How To Monitor Wake Up Requests

Sep 3, 2013

I have a Google Nexus phone on Verizon and it has recently begun waking up on it's own with no apparent reason. It keeps doing this and kills the battery within an hour or so. It only seems to do this when running on battery. It does not happen while charging.

I wanted to know if there is a way to monitor what process/application is waking the phone up.

I have uninstalled the two apps that I remember installing since the problem began and I'd rather not go through having to uninstall every app to figure out what is causing it!

View 2 Replies View Related

General :: Nexus / Connect Phone To TV Or Monitor

Jan 26, 2010

New Android user here, I was thinking about getting NBA League Pass Mobile on my Nexus One, but I was wondering if there is any way to connect it to a TV or computer monitor via the micro USB connection. 3.7 inches is nice, but watching the game on a bigger display would be nicer.

View 12 Replies View Related

General :: Android Device As A Secondary USB Monitor

Jan 3, 2012

So I was poking around the internet and saw the new Lenovo LT 1421 USB portable monitor. URL>....

I found myself intrigued by it and was thinking about getting one as I travel a lot for business and find that not having that second monitor like I have on my desktop at the office is a major point of frustration.

I was looking at it and thinking to myself "man that looks a lot like a tablet." I got to searching the internet for ways to turn an android tablet into a secondary monitor and found Apps like iDisplay and AirDisplay (iPad only) and Screen Slider that work over wifi but those methods all seem to be really slow and laggy. It would be better than what I have for sure but given that I'm often on hotel Wifi and it requires a network connection between devices that leaves me open to some vulnerabilities I would assume.

View 8 Replies View Related

General :: Nexus 4 - Project Android Onto PC Monitor?

Aug 7, 2013

I've recently started playing alot on my Nexus 4 and i was wondering, is there a simple way to just hook up the cellphone to the PC via USB or if not, a cable stright to the monitor and see what i see on my phone just on my monitor?

It can't be anything like webkey since its slow, I need something that will give me the minimal 24fps.

View 2 Replies View Related







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