Android :: Standby Clock App?
May 11, 2010
Just got myself a new HTC Incredible.It's my first Android phone, and hell my first smartphone at all, and I'm loving it.One aspect that's kind of bugging me, on previous phones I had, it was very easy to glance at the phone to see what time it is.With the Incredible, the screen shuts off completely when it goes into standby, and I have to press the top button to see the clock.It's not the worst thing in the world, but does anyone know of an app out there that can make standby mode display a clock instead?
View 2 Replies
Apr 15, 2010
Ok so I have created about 8 different clock widgets and I am trying to combine all of them into one clock pack... Is there anyway to combine 8 clocks into one apk file to put on the market place?
View 1 Replies
View Related
Oct 23, 2010
Is there a, possibly, a fullscreen clock widget that shows the clock and active alarms? Thanks.
View 2 Replies
View Related
Feb 13, 2010
I'm looking for a new Alarm Clock/Digital Clock widget because the default one lags. Any suggestions?
View 18 Replies
View Related
Jul 15, 2010
It says it all in the title really. I'm just curious coming from my old Blackberry Storm if there is a similar full screen clock I can use for a bedside alarm clock?
View 3 Replies
View Related
Aug 9, 2010
i'm programming an app that reads sensors values, and I need that it continue saving data while the phone goes standby (the screen go black after 1 minute).
View 2 Replies
View Related
May 28, 2009
I am listening events from accelerometer sensor and everything is going right. The problem occurs when phone gets in standby mode and I am not being notified by sensors anymore. Does Anyone know if it's possible to get sensor notifications, by implementing a listener, even if phone is in standby?
View 2 Replies
View Related
Sep 28, 2010
I have a service that spawns a thread which runs a task every 3 seconds.My service runs fine when my phone is on, but when my phone is on standby, the service is often not responding.Any clues as to how I can ensure my service is running while on standby?
View 1 Replies
View Related
Jun 1, 2010
When I deactivate my Android phone, I push the power button, and the screen then shows nothing more, i.e. it looks deactivated. But when I push back the power button, say, 2 hours after, it directly notices me that I have a new message, if so. How can it know this, if it was shut down? Is the whole device in some standby mode when you turn it off like that? So, does the antenna still works in this case? Is it the right way to use an Android phone? I.e. if somebody calls me, will I be noticed of this call if I deactivate my phone as mentioned above? Or should I let it always turned on for real (i.e. with screen acting, etc.)?
View 8 Replies
View Related
Aug 26, 2010
I have an app that needs to send a periodic heart beat to a server, but when the phone goes into standby mode the background heartbeat thread dies. Is there anyway to wake the phone from standby, send the heartbeat and then go back to sleep programmatically? I want to avoid using PARTIAL_WAKE_LOCK if possible.
View 1 Replies
View Related
Apr 13, 2010
How to can to avoid my app goes in stand by while it's running?
View 3 Replies
View Related
Feb 11, 2010
Anyone know how my service can check if the phone is currently in standby mode? And if I can trigger an event within my service when the phone comes out of standby mode...
View 3 Replies
View Related
Jun 15, 2010
Occasionally when I have a lot going on in my app, and I am playing a number of sounds using SoundPool, my app just completely freezes. Looking at the logs, I see this:
I/AudioHardwareMSM72XX( 56): AudioHardware pcm playback is going to standby.
My app must then be force closed and restarted. Does anyone know what may be causing this, or a possible workaround? I cannot reproduce this in the emulator - only on my HTC Hero, so I am wondering if this may be a device specific bug.
View 4 Replies
View Related
May 9, 2010
On the nexus one, my app goes into Audio Record Stanby randomly after 0-40 seconds. I'm using the AudioRecord class, and while the standby is reported in the terminal, the AudioRecord instance reports the same states of RECORDSTATE_RECORDING and STATE_INITIALIZED throughout the entire sequence.
The bottom line is that when this anomaly occurs, audio is not captured. and this is what im working to prevent was only able to reproduce on nexus one android2.1 not g1 android1.6
I have looked extensively through the Android C/C++ libraries such as at this file: http://android.git.kernel.org/?p=platform/hardware/msm7k.git;a=blob_p... and [url]
Most interesting to me, is this line in AudioFlinger: [url]
Specifically the bool AudioFlinger::RecordThread::threadLoop()
As you can see, minput->standby() occurs in 4 different places in the code.
View 3 Replies
View Related
Mar 27, 2010
Does anybody know how to change the clock skin back to original after uninstalling a clock skin? When you uninstall a clock skin, it uninstalls but the skin remains.
View 2 Replies
View Related
Apr 28, 2010
im running fabs latest rom and on the phone i have both clock and alarm clock the old app and i think there conflicting cause i have my alarms set in clock but no alarm clock displayed near the time or in the lock screen like it should
View 5 Replies
View Related
Jan 8, 2010
I've used blackberry's for a long time now and love one feature of it. The Standby mode that you can put the phone into and the only notification that will pull it out is the alarm clock. I've found a few alarms that will disable notifications, except calls. Well I don't want any notifications through the night. Only the alarm waking me up in the morning. Is anyone familiar with an existing app that puts the phone in a low energy sleep that only wakes it up for the alarm clock?
View 3 Replies
View Related
May 23, 2009
I'm trying to log the phone's cell movement. So I created a PhoneStateListener that is being called when the CellLocation has been changed. Then it informs a logging service to write that new cell information to a log file.
This works as long as the screen is on. But when the screen goes off, the logging stops.
I have two classes:
The PhoneStateListener gets loaded on boot time public class CellStateListener extends PhoneStateListener { public void onCellLocationChanged(CellLocation location) {...this is the logging service which is informed when the cell location changes listener.onCellChanged(mcc, mnc, lac, cid); ... }
View 3 Replies
View Related
Mar 31, 2010
For example, I want to write an activity that launches when you return from sleep (black screen). How can I set this activity to run instead of the default one? In other words, I want to make a custom lock screen.
View 1 Replies
View Related
Aug 30, 2010
I am trying to make an application which will triggered by SMS, and show in front of the standby screen. My application will only use a small portion of the full screen, and the background is the android standby screen. I have searched some android examples but those application will always fill full of the screen, can anyone give me some guideline on how to make an such application?
View 3 Replies
View Related
Aug 24, 2010
I have an android application that I want to always be running in landscape mode.
I have the following code implemented to keep the app in landscape mode all the time:
inside my activity in the Application Manifest
android:screenOrientation="landscape"
This seems to launch and keep the application in landscape view for the whole duration of the application. Perfect!
However, if I have the app running on my HTC Aria (Android 2.1) and the phone locks, if I unlock the phone, I see the application for probably half a second and it's in portrait orientation and then quickly switches back to landscape mode. It is quite frustrating because all of my views are jumbled around and it looks unprofessional as you can imagine. This happens in both the emulator and on my real phone.
Does anyone know how to stop the application from temporarily rotating when the phone is unlocked?
I have tried overriding onConfigurationChanged() but with no success.
I have also tried putting setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE); into the onResume() but the app still shows as the incorrect orientation for a split second when the phone is unlocked.
View 3 Replies
View Related
May 14, 2010
When my phone goes into standby (is that the same as sleep mode, BTW?) is it still connected tothe internet ? If not is there a setting that will automatically disable it (I don't mind manually re-connecting it again)?
I don't have anything auto-synching, so I don't need to be connected while I'm not actually using it. (Just thinking of ways of saving valuable juice )
View 7 Replies
View Related
Jun 28, 2010
I usually charge my phone before I go to bed and wake up to it in the morning somewhere between 93% and 97% battery left.
This morning when I woke up I was at 75%. I checked the battery usage history and the "Dialer" used 92% of battery since unplugged.
View 2 Replies
View Related
Aug 18, 2010
I know about the 50% without service bug and my phone has it, but I did the airplane trick and I don't have any time without service anymore, but I still have a high amount of time from cell standby. Is there a way to get rid of it? Or is my phone still having a problem? My phone battery will only last about 12 hours, so my battery life has gone up
View 9 Replies
View Related
Sep 13, 2010
There has been almost no variation from that. Every now and then Display or Wi-Fi would show up as about 2% each, then disappear after a while. That's all.Last night my battery reached 10%, I turned off the power, charged it overnight for 12 hours, unplugged it, and turned the power back on. I noticed two things:
1. My Battery Use list changed drastically. I assume this is actually a better representation of what the list should look like than what I had been seeing for two weeks, but the other thing I noticed was
2. My battery was draining a lot faster than it ever had during the previous two weeks, even during idle periods.My battery had consistently been draining at around 1% per hour idle until today. Now I'm seeing it drop 5% in LESS than an hour while idle (idle meaning the screen shuts off and I don't use it).
So my question is, what do Cell Standby and Phone Idle mean? Previously they had both been 2% and my idle battery use was excellent. But today they both shot up to the 20-30% range and I'm thinking this may account for the excessive battery drain even while the phone is sleeping.Why would these two things be so high? Nothing changed between yesterday and today except that I turned off the phone and turned it back on. I almost feel like I messed something up by simply turning it off!
View 2 Replies
View Related
Jul 13, 2010
ive seen alot of posts in some threads with people thinking official standby numbers are done in airplane mode. i have some proof that says otherwise. sry about the blur took them with my evo in bad light
8 days from 100% to 85%. this is just a post about official standby numbers are not done in airplane mode, otherwise they would show way higher numbers
View 4 Replies
View Related
Jan 14, 2010
Just got my Nexus One yesterday, and I'm loving it! My only concern is the battery life meter is telling CELL STANDBY 67%?? When you click on it, it says time without signal 50% and then it says thats whats causing battery consumption.
Before I go on, I have no issues with 3G, been getting a solid signal since I got the phone yesterday, just a little confused on what to do? Shouldn't standby SAVE battery?
View 5 Replies
View Related
Jun 27, 2010
Every now and then when I press the power button to put my Incredible to standby and/or after the 1 minute timeout. The screen turns off as usual but sometimes the LEDs for the buttons stay lit. Sometimes if left alone long enough they will turn off on their own, but most of the time they stay on till I bring the phone out of standby and then put it back into standby. Is anyone else getting this? Is there a way to fix it?
View 4 Replies
View Related
Apr 29, 2010
This is probably a really dumb question but my battery life info says that the android system is using 96% of my battery and standby and idle are both using only 2%. Is this a good thing or a bad thing? Should my standby time be higher? Or is it better that it is a low number when it is idle/on standby. First smartphone ever here and I just don't know if that is good for my battery or not.
View 5 Replies
View Related
Jul 29, 2010
I charge my evo while I'm sleeping. Last night I went to sleep with it at 100% and woke up 10 hours later to find that I had lost 50%. Battery indicator told me that it was 48% cell standby and 48% phone idle and only 2% Android system. Is this usual? I didn't know just leaving my phone on the table would kill so much.
View 5 Replies
View Related