HTC Droid Eris :: How To Increase Bettery Timing?
May 30, 2010
I am new to the droid family. I bought the Eris Droid about 2 months ago. I wanted to be able to chat with my family, get on facebook, have directions to places my husband refuses to get directions for. A little bit of everything and the droid fits me perfectly. EXCEPT I'm really not liking the battery life. I fully charged in late yesterday, didn't use it much since and this am the battery is almost depleted. I changed some settings on my incoming mail and cleared cache. What else am I missing? I hope a stronger longer lasting battery will be forthcoming.
View 11 Replies
May 14, 2010
I have had the phone for about a week. I have charged it about 4 times now. This is what I get before I have to charge:
Phone on for 9 hours
About 30 text messages
60 minutes of phone conversations
About 50 minutes total on internee
About 45 minutes setting up my screens and moving apps around
After this the battery goes DEAD!!! Just does not seem right. Should I expect an improvement after a few more charges? Any suggestions?
View 10 Replies
View Related
Mar 4, 2010
So far I seem to be losing battery a little bit quicker. It will take a few days to get a good idea of the battery life.
View 26 Replies
View Related
Feb 28, 2010
I just bought an Eris and the battery lasts a half day. I am bummed.
View 1 Replies
View Related
Feb 13, 2010
I'm looking for a way to increase the font on my menus, settings, and for the general overall OS system. I realize I can add apps like Handcent that will allow me to do it for things like SMS/MMS. But I also would like to have a way to just increase the font for everything else. After coming over to the Eris from several other smartphones where the font could be adjusted, I'm concerned that I havent found a way on the Eris.
And no, I am not looking for answers such as, "Put on your reading glasses". LOL. I'm hoping I'm just overlooking a simple setting, and maybe an easy app that I can get thru The Market ?
View 8 Replies
View Related
Mar 1, 2010
I've been playing with the K9 Email app as a replacement for the stock program. I rather like it, but there is a deal breaker. On my secondary gmail account (not the one the Eris is set up with, but another one that I set up in K9) the font size in the message is so tiny I can't see it. I've searched the options over and over to find a setting to increase the font size, but apparently I can't find it. Would any of you happen to know where it is?
View 12 Replies
View Related
Sep 9, 2010
**UPDATED 10/2/2010**
Hey all Droid Eris owners, just wrote a lengthy post on my blog about improving performance, stability, and battery life on the Droid Eris on my blog at:
http://jonsuh.com/2010/09/make-your-...y-life-how-to/
I included tutorials on:
Rooting
FroyoEris
SetCPU
AutoKiller
LauncherPro
GPS Status
Dialer One
Wireless Tether *Added 9/24/2010*
Battery recalibration for extended battery life *Added 9/17/2010*
Upgrading radio (July 2010 2.42.01.04.27)
Upgrading Kernel (CFS v5) *Updated 9/17/2010*
Tweak your settings (Window transitions, VM heap size, Launcher Pro) *Added 9/24/2010*
Well known bugs (Camera bug, 3D gallery bug) *ADDED 10/2/2010*
View 19 Replies
View Related
Jul 16, 2010
I purchased my DX yesterday, used it for about 20 minutes then let it charge until about an hour after or more after it said it was done charging. Did I do this incorrectly? Because I only got about 14 hours worth of battery time. I was very data intensive last night.
View 5 Replies
View Related
Nov 12, 2009
My Droid goes to sleep in the middle of my Youtube videos. Is there a way to stop it from shutting down/timing out without setting the Droids timeout to a longer time setting? I have it set for 1 min.
View 2 Replies
View Related
Dec 4, 2009
Are there any Android APIs that allow the application to retrieve the GSM Timing Advance?
View 2 Replies
View Related
Aug 26, 2010
So I'm not sure if any of you have been reading or trying out some of the SetCPU values a fellow over at XDA is suggesting. Froyo ROMs increase your battery life! try this (UPDATE 08/26/2010) - xda-developers. Basically, whatever you want your max to be (700+ish) and setting the min down to 19 (lowest it can go).
I remember reading something about it not being good to have your CPU jumping 300+ Mhz, which it clearly would be doing with these values. I would ask over there, but that place kind of scares me Just wondering if any of the fine, intelligent folks over here have any advice on this. I would love for my eris to idle at 19200 but not at the cost of my battery and/or the phone itself.
View 19 Replies
View Related
Apr 9, 2010
I know how to use AsyncTask in a standard manner to manage operations that are in the background in relation to a UI thread.However,I want to run a task in the background which might run for a very long time under certain circumstances. In these cases, I would like to force the background task to fail if it runs for an excessive amount of time.I know that I can invoke the "get(long timeout, TimeUnit unit)" method of AsyncTask in my UI thread in order to terminate my background task if it runs too long. However, in that case, my UI will block while this "get()" command is waiting.There are probably other drawbacks to directly calling "get()" in this manner, not the least of which being an evil interaction with the "done()" method of AsyncTask's contained FutureTask object, which itself is calling "get()" at least this is what I see when I look at the source code for AsyncTask.
View 10 Replies
View Related
Sep 20, 2010
I'm running a network service within an ASyncTask. I want to be able to time the task, and after a certain period of time interrupt it.Is there a simple way to do this? Basically, when the doInBackground() methods starts, I want to say "If it hasn't completed in 30 seconds, do something else".
View 2 Replies
View Related
Jan 19, 2010
I wanted to ask a question regarding the Alarm Manager. I have a requirements of setting long running timers in my application. The minimum duration for my timer is 1 hour...and the maximum may be for 4-5 days. This timer is supposed to run in the background, and when it fires/expires, i have to show something on the GUI. The timer can be re-scheduled once it fires based on user action.
What is the best approach for scheduling such long running timers ?
Should i make use of the Alarm Manager ? Or will it be an overkill ? As far as i know, alarms are retained even if the device goes to sleep and they wake up the device when the alarm goes off.
I am thinking of using a simple Java TimerTask as an alternative to setting an alarm: http://java.sun.com/j2se/1.5.0/docs/api/java/util/TimerTask.html.
But i am not sure what will happen to the timer task if the device went to sleep while the task was running.
View 5 Replies
View Related
Jun 8, 2010
Is anyone else having issues with connections to the hotspot timing out when trying to connect or when already connected? I have tried to search around before posting but even most of my friends haven't come across this issue yet.
Trying to connect with a winxp laptop and a mac laptop. Tried open, WPA and WPA2.
View 8 Replies
View Related
Oct 5, 2010
I'm doing my thesis work on resource management on android and I want to be able to measure the "responsiveness" of an application to figure out if the application get enough resources and is scheduled often enough.
So what I want is a way to insert timestamps on events, e.g. button clicks, when they are created and when they are consumed. This way I can get the "responsiveness" of the application. But I have a hard time of finding exactly where the events are created and also consumed.
In Handler.java there is the handleCallback(Message message) method which I can insert the end time stamp. I tried to add a long variable in the Message class and that worked well (had to rebuild the api though). So my problem is to find the place where the button click is generated and where the message that corresponds to that event is being created so I can add a time stamp.
I also welcome other suggestions on how to measure the "responsiveness" of an application or other way to measure how well an application performs.
View 2 Replies
View Related
Jul 14, 2010
Closed, starting a new thread for development. Doesnt work as it stands, check out the other thread for more info
View 49 Replies
View Related
Sep 21, 2010
Managing just 8-9 hrs with ny battery, and believe me I barely use the phone! Just a few calls, few texts, 5 min Internet, 5 min face book - thats it. I have everything turned off that I can turn off. Come on HTC sort it out - this is obviously by far the worst criticism you have.
View 7 Replies
View Related
Jul 6, 2010
New EVO user here as of last Friday. I've done a ton of searching, watching and reading and I have a couple questions to the experts out there.
Please let me know if there is a way to stop the screen from timing out (going dark) during a phone call. I find it annoying to have to hit the power button to get the screen back..
I'm using earbuds so the phone isn't near my face and it recognizes the phones as I can see the headset icon. I keep the phone on my desk and the screen times out almost immediately after I make a call and accept an incoming call. It's extremely annoying since I make a ton of work calls and I need to either navigate through an auto attendant and / or leave a message. All of which I have to hit the power button every single time I want the screen to turn back on. I have noticed that the volume buttons turn the screen back on as well.
The screen timeout is set at 2 minutes under the "Sound & Display" category but that doesn't effect the screen time out during a call. Anyone out there have a solution?
View 11 Replies
View Related
Feb 29, 2012
Why the time above the adroid bat graph and the one below are different. At this moment is says on my device 1h 28 minutes on battery. Below the graph 50m 22s is shown. What is the difference between those timers ?
View 2 Replies
View Related
Sep 13, 2010
One of the supposed fixes for the lousy battery life on the Incredible was to set the Sync to every hour or two.
I thought I saw this setting on the Fascinate but can't seem to find it again. Anyone know where it is?
View 2 Replies
View Related
Sep 6, 2010
I was curious about the nature of the handleMessage() and sendMessage() behavior of the Handler class. I want to be able to send message to another thread in such a way that the destination thread can process the message queue when it wants to. It seems, however, that the message is processed by handleMessage() practically as soon as it's sent.
I'm trying to design a game loop thread that does something like this:
CODE:.....
However, I as soon as sendMessage() is called (from the parent/calling thread), the Handler.handleMessage() is processed (in the child/receiving thread), even if the child/receiving thread is blocking in a while loop.
I've seen this problem solved in other games by using a thread-safe list (ConcurrentLinkedQueue). The UI thread just posts events to this queue, and the game loop can remove the events as it seems fit. I just assumed the Handler class was designed for this purpose. It seems it's more intended for asynchronous callbacks to the parent thread.
View 1 Replies
View Related
Jul 18, 2010
Has anyone figured out how to keep the lights from going out on the capacitive keys? I can't see what I am doing at night. They go out so fast.
View 2 Replies
View Related
Jan 18, 2010
So I have a very weird yet unique case with my stock text messaging app. Just this past weekend I started noticing that one of my contacts text messages were consistently showing up 3 minutes earlier from my text to them. So every time I send a text their response shows up above it which is very annoying. This case is only occurring for this contact, everyone else shows up just fine.
Now, this is what I have determined so far...
1) It's only happening when I receive a text from someone using a DROID on Verizon. I had a another friend who I had not recently text with sent me a text message to test my theory. The issue still occurs...
2) I had my sister who is on Verizon text me on her Blackberry Tour and the timing of her text shows up correctly. So it can't be the network right?
3) 3rd party apps (Handcent/ChompSMS) don't have this issue at all, the timing is perfect for everyone so my guess is that there is something wrong with the stock messaging app?
I have a whole bunch of other text from other contacts and I don't have this issue, it's just happening to the one contact that I have...actually, now two, which both have a DROID.
I may have to commit to using Handcent but I've been testing out the stock messaging app lately to evaluate the wake time after the firmware update and just noticed this problem occurring this past weekend only. I was using the stock messaging app even before this weekend and didn't notice this problem.
View 1 Replies
View Related
Apr 2, 2010
I now have the 2.1 Moto Droid update. It still only has 3 screens. I would like 5. Does anyone downloaded an app that has increased the number of screens that you really liked?
View 9 Replies
View Related
Apr 9, 2010
Is there a way to increase the size of the cursor or bold it or flag it or something? On some apps I have difficulty finding the cursor while editing and it's a royal pita.
View 1 Replies
View Related
Oct 11, 2010
I just got a Voyager Pro bluetooth headset and it seems the in ear volume is too low even at max volume. Any hack to get the volume louder through the Droid? I'm on CM 6.0.
View 9 Replies
View Related
Jul 18, 2010
Whenever I got a new e-mail from someone on my Droid it would be updated within minutes. It seems like on the X it can take a few hours before it decides it wants to synch with my inbox. Is there a way to increase this frequency?
View 9 Replies
View Related
Oct 20, 2009
I'm not too familiar with the Android OS, and the Droid may be my first Android device. From what I've gathered so far, battery life seems to be an issue with Android devices. I've had 3 different BlackBerrys for a couple of years now and for the most part, battery life has been good or acceptable. My question is, will the Droid suffer from battery life issues as do other Android devices, or will Motorola have a magic formula that increases it? I've read that BGR says battery life is supposed to be "very, very good." But I'm not sure I believe them. They have a way of exaggerating how good a device is, especially if no other reviewer has that device, to make it seem like they have something very special (probably to get more readers).
View 12 Replies
View Related
Sep 5, 2010
My battery life has been pretty good since getting the phone in November but the last few days, my use or setting haven't changed but my battery goes from 100% to dead without much use in about 3-3.5 hours. The back of the phone also feels extremely hot. This is with auto brightness, wifi, and bluetooth turned off to maximize battery life. What should I do?
View 12 Replies
View Related