Android :: Way To Get A Battery Monitor-typed App?
Oct 8, 2010
Can anyone recommend a good battery monitor-typed app? It can be a widget or app, but I'd like to have some sort of visual representation of how much battery is left (like a %). Doesn't have to be in notification area (unless I can hide the stock one). All the ones I search in the market just don't look like they are worth anything, and if I pay for one, I want it to be worth it. I'm monitoring my battery usage. I installed one and it told me 30% but the stock battery bar was full. It was then uninstalled.
View 8 Replies
Nov 15, 2009
Are there any decent system/battery monitors out there? Preferably ones that don't take up so much memory and that don't drain the battery.
Also, are there any apps that would let me know what apps use up the most power and memory?
View 2 Replies
View Related
Nov 27, 2009
I currently have the HTC Tattoo and was wondering if anybody can suggest any good app to monitor my device's battery life and would tell me if i need to charge or not, etc.
View 5 Replies
View Related
May 3, 2010
I can't find an app to monitor the battery voltage, discharge, and charge in mA like in this pic. I have tried TONS of apps that tell me the % of the battery, and the temp but none that show that. Can you even do that with the android OS?
View 11 Replies
View Related
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
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
May 6, 2010
I started developing this yesterday, and wanted to get thoughts. My goal is a notification driven warning service. It's not going to "fix" the issues, but will at least monitor some key things.
I'm just trying to take all these forum posts where users don't understand what is causing a battery drain.
I don't want to make this app to complicated, but want it to be useful to auto catch issues before the phone dies.
View 13 Replies
View Related
Nov 29, 2010
Basically i went from getting 15+ hours of battery life to getting 4 hours today and maybe 7 yesterday. This is 2 days in a row. Running baked snack 1.9 with not too many apps.. I had gone a few weeks being amazed by battery life. I don't think I've added any apps that would cause this.
View 13 Replies
View Related
Oct 8, 2010
To find this, long press on the home button and then press the summary tab. There is a battery monitor at the bottom. Not sure how it works.
View 6 Replies
View Related
Feb 13, 2010
I got sholes from the market last night and i absolutely LOVE it. I just have a few questions about my OC profile and a temp monitor
Right now my profile is set to
Charging:
Max 1
min 250
Sleep/Standby:
Max 550
Min 125
Power <100%
Max 800
Min 250
Failsafe
Max 550
Min 125
Do those look ok? Also what program works with Sholes to monitor battery and CPU temps?
View 4 Replies
View Related
Dec 23, 2009
Is it somehow possible that instead of:
Button btnNextWord = (Button) this.findViewById(R.id.btnNextWord);
Eclipse automatically generates for me something like:
Button btnNextWord = this.btnNextWord;
or
Button btnNextWord = R.id.getBtnNextWord(this);?
View 1 Replies
View Related
Jun 8, 2010
One of the things I missed of my Palm Pre was being able to type a text and it will save what I typed even if I completely exit out of the program.
On the EVO when I typed the message and didn't send, I would lose the message when I hit the Home button to do something else. When I came back, the message was gone. I know if I hit the "back" button, it will save as drafts, but thats not what i'm talking about.
However, this morning I typed a message and hit the home button (In my mind I knew it would be gone, but it wasn't that important of a message) but when I went back to the text message, it took me back to the same exact message with my text saved.
What did I do differently? And how can I keep this feature?
View 1 Replies
View Related
Nov 2, 2009
I just heard this on another forum, that if you need to change something you typed you have to go to landscape and use the dpad. You supposedly cannot use the touch screen to go back. Can this be true?
View 3 Replies
View Related
May 9, 2011
I am requesting information regarding writing an app that would respond to user input from the keyboard. Basically, I want to turn certain words into symbols when they are typed. So, if 'brb' was typed, then I would put up "Be Right Back" or something similar onto the screen.
So, I need to know the following:
1. How to run an app as a thread
2. How to have an app monitor what is typed in as input from the keyboard
2a. Is this limited to text / email / any app?
View 2 Replies
View Related
Jul 29, 2010
Hello everybody so i have this problem that i typed anything when registered at android market and now it asks me to re-login and i only know Username and it wont let me create a new account....
View 1 Replies
View Related
Jul 11, 2013
Here's the thing, someone called me today and during the call I pressed a few numbers, then the call ended before I could save them somewhere. Is it possible to find them somewhere?
View 2 Replies
View Related
Mar 30, 2012
I want to use an android tablet to take on to building sites for site measures. I use excel spreadsheets to record measurements.
I want to write numbers and text in boxes and have a program convert them to typed text. Can this be done? Does an application exist?
View 1 Replies
View Related
Feb 5, 2010
Let me explain :
Let's say I was typing for a bit and I noticed that I mis typed something. If I want to put my cursor where the mis typed letter is, it is not always the easiest thing to do. I noticed on my friends iphone if he were to put the cursor near the letter and hold his finger there a zoomed in window would pop up and alow him to move the cursor to the location he wants to put it.
Is there any app that can do this on the droid?
View 5 Replies
View Related
Jan 16, 2014
I bought a new galaxy note 3. I typed my email incorrectly so didn't receive the verification email from samsung.
View 1 Replies
View Related
Jun 22, 2010
Has anyone else had issues with input boxes not displaying what is typed? I have tried the stock keyboard, better keyboard, and am now using swype. They all do it and its random. I regularly use Google Talk and will be chatting for a little bit, hit the end button to lock the screen, come back 2 minutes later and it won't take anything I type. It usually comes back 5-10 minutes later or if I reboot.
This has been going on since 1.5 and continued in stock 2.1 and is still there rooted using Fresh 2.1.
View 2 Replies
View Related
Sep 5, 2010
Is there any apps that will spell check text or email that was typed via the Epic?
Or anyway to get the EPIC to do spell check when typing?
View 13 Replies
View Related
Apr 26, 2009
In my system, there has a WebView component, and i want to monitor all traffics when WebView open some URL. I know how to monitor whole phone's traffic, there has an example about how to monitor whole phone's traffic:
http://code.google.com/p/android-labs/source/browse/svn/trunk/NetMeter
But I have no any idea on how to monitor only my own app, how can i do?
View 2 Replies
View Related
May 16, 2010
Is there an app to monitor megabytes sent and received per app?
View 21 Replies
View Related
Aug 28, 2010
Is there any app for Android that does what SnoreMonitor does on the iPhone, recording the volume of ambient noise over the course of a night and displaying it as a graph, volume over time?
View 1 Replies
View Related
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
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
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
Nov 8, 2009
Android supplies standard ways to monitor cell phone status. And is there any way to monitor notifications from unknown softwares?
View 2 Replies
View Related
Aug 27, 2010
Is anybody using a pedometer app and/or heart rate monitor with their Evo? Looking for something to use while hiking. I found a bluetooth HR monitor from Zephyr but seeing mixed reviews. On the pedometer side I want something that doesn't require the use of GPS but can if needed. Trees/hard walls don't play nicely with GPS besides the additional battery drain.
View 4 Replies
View Related
Oct 13, 2009
I'm interested in whether there is a way to monitor HTTP(S) traffic on an Android phone? What I would like to do is to be able to retrieve all URLs that have been accessed on the phone's browser. I thought that there would be a browser intent for that, but have not seen anything - given I'm green, maybe I just did not know where to look?
I followed the question and answer here, but it works only for hyperlinks which were clicked by the user, however I need to catch all URLs - including the ones typed in by the user. Basically I need to know about every single URL that was opened in the web browser.
Can I register some kind of a handler with the browser?
View 1 Replies
View Related