Android :: Any Alternative To Shake Awake?
Sep 30, 2009
Ive had my hero 6 weeks now and used shke awake from the start, but recently its been crap. During calls my screen goes black approx 40% of the time and its driving me mad.Is there another app in the market that performs better than 60%?Also, is there an app that disables the volume buttons?
View 3 Replies
Feb 8, 2010
I just downloaded Shake Awake thinking I'd give it another shot.In the settings, it says that enabling it for incoming calls may not be secure.Why is that?
View 1 Replies
View Related
May 28, 2009
Has anyone else noticed this? It's slightly annoying. I downloaded my version of 1.5 from
https://android.clients.google.com/updates/partner/signed-kila-ota-14...
View 3 Replies
View Related
Nov 21, 2009
The things that sometimes a brute force shake would be most helpful for and that I would pay money to have my phone do:
1. Shake to full brightness. When it's too bright to see the screen, it's a PITA to try to get the brightness turned up.
2. Shake to current phone call. Occasionally, I exit the phone app and it's frustrating not to be able to hop back over there quickly.
3. Shake to unlock. It's annoying to always be swiping when I just want to quickly check something on my phone. A quick shake would be much easier as an option.
View 15 Replies
View Related
Mar 1, 2009
Is there any Listener able to listen for shake movement. when someone shakes the phone an event should be triggered ,how I'm supposed to do that ,any idea on this topic is appreciable.
View 12 Replies
View Related
Apr 8, 2010
I've been playing with the data given by the accelerometer,trying to work out how I can gauge a shake from front to back or side to side. This all seems straightforward enough.But I'd love to know the direction of the shake. So, if the user is shaking backwards and forwards, I want to know if the device is moving away from the user, or back towards him/her. I can't find any way of telling this.
View 6 Replies
View Related
Apr 30, 2010
I am pretty new to android. I have a use case where I need to detect a shake and show some images in my application. Can I test shake functionality on android emulator ? What are the other alternatives apart from testing it on a real phone ?
View 1 Replies
View Related
Feb 23, 2010
I need to add a shake feature that will refresh my Anroid application.All I find of documentation involves implementing the SensorListener, but Eclipse tells me it's deprecated and suggest SensorEventListener. Anybody that has a nice guide to how I go about creating this "shake controller"?
View 5 Replies
View Related
May 13, 2010
Can any one help with how to test sensor events like shake on Android Emulator.I have found some posts pointing to openintents but can anyone explain how to use it in android 2.0 avd.
View 1 Replies
View Related
Sep 10, 2009
I would like to detect shake movement in a service that is running in the background, even when the phone is not currently being used. Is it true that the only way to do this is to hold a wake lock? I suppose this would consume a lot of energy and drain the battery very fast.Is there no way to wake up the phone whenever a shake movement occurs? Maybe with the native sdk? I would imagine the accelerometer causing some kind of interrupt.
View 2 Replies
View Related
Jul 16, 2010
I'm looking for an android code example on how I would be able to make my phone listen for a "shake" and then have it trigger webview.reload(); to simply reload the webview on the activity. Anyone have any insight on this topic?
View 2 Replies
View Related
Jan 15, 2010
I am having search application, which loads data retreived from the webservice.While application on create it shows progress dialog once its done with loading data it dismiss the progress dialog.problem is while loading if i change the orientation of the phone it works fine it try to load activity again, but if i start shaking the cellphone while it is loading data application get crashed, any solution?
View 1 Replies
View Related
Jun 21, 2010
im not sure if anyonelse has this problem but when im holding my phone and doing something and there's momevent on the hand holding the phone,different apps with keep opening from the homescreen?how do i stop this?.
View 3 Replies
View Related
Dec 21, 2009
im privileged to be one of the few people in my circle of friends that own a droid and i blow them away in many feature comparisons as they all have iphones or blackberries but i noticed through the apple app store there were many cool apps where you can just shake the phone for certain features like wake-ups notifications and even being used in popular games just wondering what Android has that has that kinda cool "shake" feature i think it would be sweet.
View 17 Replies
View Related
Jul 12, 2010
Anyone found a good shake to wake app.I read in one review that the Incredible has one built in but I can't find it.
View 1 Replies
View Related
Jul 11, 2010
Has anyone implemented an Android Shake Detector that works well on most phones?I thought it would be fairly simple to implement but I keep getting false results. Basically, what I'm doing is setting up a sensor Listener, checking to make sure it is a SensorManager.SENSOR_ACCELEROMETER event, then only checking the event if the last event I received was more than 50 milliseconds ago (to try to reduce the amount of checking I do).Then I look for 3 "Shakes" within 4 seconds.A "Shake" to me being a speed reading of over 1000 followed by a speed reading of less than 400 within 1 second. If I don't get three "Shakes" within 4 seconds then the counter is reset to zero.At times it seems to work well but I continue to have instances where I just pick up the phone, and it triggers all three shakes, which makes very little sense to me because at other times, I can physically shake the phone quite hard, and not trigger all three shakes.As I said.. it works about 90% of the time correctly, but a 10% error rate is making the feature I want to implement useless.
View 5 Replies
View Related
Aug 26, 2010
Pretty new to Android development here.Is there an example out there of a working app with source that does something when you shake the phone? Is this doable in a background app? Done quite a bit of googling and can't find any good examples; only tutorials with little context.
View 1 Replies
View Related
Jul 31, 2009
I'm developing an app and i need to detect when the user shakes the phone from side to side , that means just along one axis (in this case X).I want to know when the user shakes the phone to the left and when to the right, the problem is that my code does not detect shaking but tilt, i have tested this code and it works when i tilt the phone to left or to the right, but not when a shake it from side to side (no matter the orientation of the phone).
View 2 Replies
View Related
Aug 18, 2010
I'm looking for an IM app that I can run in the background that wont keep my phone awake and draining the battery. Hi AIM and Hi Yahoo both keep my phone awake continuously.
View 1 Replies
View Related
Apr 3, 2010
Ever since the last update Handcent keeps my phone awake, and subsequently kills the battery if I get a text message and don't get to it for a while. I have the pop-up set to not turn on the screen or even appear over the lock screen. I uninstalled for a while used chomp and stock, along with sms popup and neither caused similar behavior?
View 8 Replies
View Related
Jan 4, 2010
I own an HTC Hero and the phone can only be awaken by pressing the menu button or the power off button. Dunno if it's like this for every Android phone. I'm looking for a way to awake the phone by touching the screen. My idea is to replace the KeyGuard with something else but instead of awaking the phone by pressing one of those buttons, I would like to do it by touching the screen. Is this even possible or the Androd framework doesn't provide this functionality at all?
View 3 Replies
View Related
May 21, 2010
my application objective is to save location updates every ,let say, 20 minuets .I used service and it worked fine , but when i lock the screen or it is locked automatically the service stop running .when i unlock it , service runs again.How to make my code run all the time in all conditions?
View 1 Replies
View Related
Apr 13, 2010
I have a service which, when started, does some stuff (like downloading files) typically taking about 2-3 minutes.
If I start this service and then immediately use the power button to switch off the screen, then I would expect the phone, at some point, to fall asleep. But it never seems to fall asleep while the service is still doing its stuff. At least, not on my Nexus One.
I'm not using a wake lock (though I do use WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON in the activity that monitors the service progress).
So is it true that I don't need to use a wake lock?
View 14 Replies
View Related
May 16, 2010
My phone is having the 100% Awake Time issue and I can't figure out why. I've uninstalled a few apps that I thought could be the problem, but that made no difference. I then changed to a completely empty screen layout to remove any possible widget issues, still the same. Last night I installed SystemPanel so I could get a better idea of what's going on and now I'm even more confused. It doesn't show a single thing that's eating up CPU time. Under Battery Use it shows Android System at 43%, then Cell Standby and WiFi at 14%. Is there something in the Android OS that is screwy?
I'm at a complete loss on how to continue trouble shooting this. I'd really rather avoid a complete reset of the phone, but if it's the only option I have. I'm going to go through and uninstall basically everything I can today to see if I can find the culprit, but any ideas would be great. If it was an app though, wouldn't I see it in SystemPanel? Here's some shots of my use this morning. I was using it a bit, but there's obvious spots where the phone should have stopped being "awake".
View 29 Replies
View Related
Nov 15, 2009
I want recurring sound notifications when I miss calls or texts because the LED alone isn't enough. I got Missed Reminder which does what I need but it's keeping my Sprint Hero awake (80-90% up time when running, 10-20% when not). Has anyone else had this problem? Is there a way I can prevent this or is there another app I can use?
View 4 Replies
View Related
Jul 6, 2013
we already got a battery meter in android 4.2.2, and it can tell if something is keeping the phone awake.For example, it shows that the "Android OS" is keep the system awake for 10 hours, but it can not tell me which app is holding some wake locks or wakes the phone frequently.I also installed Better BatteryStats, under Kernel Wakelock, it shows that the gps_lock is holding for 10 hours, but also not related to any app.
View 9 Replies
View Related
Nov 12, 2009
My phone is opening in my jacket pocket. Anyone else have this problem? I can hold the back and give the phone a MILD shake and the slider completely opens. Also if I push on the Magnifying Glass while the phone is closed, the phone has quite a bit of downward travel, but the other three corners dont...this happening to anyone else?
View 2 Replies
View Related
Nov 10, 2009
Is there an IM app that does not keep your phone awake 100%? I tried eBuddy, but it keeps my phone awake. I'm not sure if meebo does... I think so. I haven't tried Nimbuzz, anyone know?
View 3 Replies
View Related
Nov 10, 2010
I am working with custom microSD cards. I'd like to be able to maintain power to the microSD card while the handset sleeps.
View 3 Replies
View Related
Sep 21, 2010
Just would like to hear your idea about that...I recently have seen the Samsung Galaxy S and , well, was really impressed about that! Then I have seen the new HTC Desire and heard good rumors about that. So, I was wondering, which one would you take as an alternative to the i Phone 4G? I have seen some price alternatives for Samsung Contract Mobile Phones galaxy s: compare models and prices contract mobile phones galaxy s. - Choppy Doo and HTC Contract Mobile Phones htc desire: compare models and prices contract mobile phones htc desire. - Choppy Doo What would you take if you were in my shoes?
View 3 Replies
View Related