The shake tag has no wiki summary.
0
votes
1answer
26 views
Good architecture for detecting Android device shake event?
I need to start an Activity in case of device shake in my Android application.
This feature should work in my whole app and in all activities.
Now sure how to provide a good architecture for it, ...
0
votes
0answers
17 views
Detect “shake” compatibility in mobile browser
I'm using this wonderful jQuery shake plugin by GerManson. Works like a charm!
However, I want to show an icon indicating that a shaking functionality is available on the page. Can/how do I use this ...
0
votes
0answers
16 views
My app unlocks the screen through shake but after 3-4 mins on locking the device the shake is not detected in the service?
I am making an app which unlocks the screen after i shake my device and locks it after 1 second. This works great when I have connected the device with my pc. The problem arises when i left the device ...
-2
votes
0answers
38 views
How to give shaking effect to UIButtons like touching water?
I want to make a project which will use some animation as in app "Candy Crush Saga". In this the buttons will produce waving effect when you touch on it like water you touch.How to produce wave effect ...
0
votes
0answers
32 views
SIGABRT Error with Shake Gesture
I keep getting the SIGABRT Error. Im trying to get a uibutton to appear when the Shake Gesture is activated. Once the button appears I wont to be able to click the button and your then able to post a ...
2
votes
1answer
48 views
how to detect shake event when my phone is in lock state
I read this unable to detect shake event when my phones screen is off in android article. But this question is differ from this.
I created an application which speak (using TextToSpeach API) time ...
1
vote
1answer
142 views
Text wiggle when using CSS transition
In Chrome and Safari, the text in this code (http://codepen.io/igdaloff/pen/cgCFt) wiggles subtly when hovered. I'd like the text to remain stable throughout the transition.
I've tried several ...
0
votes
0answers
36 views
Play sound while Phone is shaking
in my app a user is able to shake the phone in order to select on of the cells of a table view randomly. This works fine, but I also want to play a sound file while shaking (like an app where you can ...
0
votes
0answers
22 views
iOS Use Device Shake to Animate the entrance of images onto a view [duplicate]
I have a simple game that consists of multiple levels. The fundamentals of the game include a UIImageView being dragged until a collision event occurs in the boundaries of another UIImageView. The ...
0
votes
1answer
56 views
iPad doesn't detect shake-motion events
The simulator detects shake-motion event without a problem. When I run the app on the physical device (iPad 2) - nothing is happening. I am starting to doubt myself if I know how to shake it...
I ...
0
votes
0answers
51 views
iOS device shake detection and nextResponder issue
I've used some code examples that I found here in StackOverflow to implement app wide shake detection on the iPhone.
Basically, I subclassed a UIViewController and called the new class ...
2
votes
2answers
78 views
Android Java - Change color/text when shake
I'm having a hard time finding this out properly.
All I want is that when I shake my color changes to something else or text changes to something. Doesn't have to be random tho.
Can't find anything ...
0
votes
0answers
67 views
not able to move from one activity to another
Background_Service.java
import java.util.List;
import java.util.Locale;
import android.app.Service;
import android.content.Intent;
import android.hardware.Sensor;
import ...
0
votes
0answers
37 views
How to detect shake event [duplicate]
I have extensively searched the internet to find my answer but no luck. I was wondering if it was possible to shake the android device and have the phone recognize it. After the phone recognized it, ...
0
votes
1answer
35 views
Playing song in background on shake
I want the app to start playing songs in background when anybody shakes the device. The song should stop playing when the app enter the foreground. I know we can play songs in background but I dont ...
0
votes
2answers
151 views
background sensing of shake and GPS problems
MainAcivity.java
package com.example.background_shake;
import java.util.List;
import java.util.Locale;
import android.app.Activity;
import android.content.Intent;
import ...
-5
votes
1answer
85 views
Bringing application to foreground on shake in iPhone [duplicate]
The application is running in background. I want that when someone shakes IPhone the application should come to foreground from background.
Is there any way to do this programmatically.
Thanks
0
votes
2answers
49 views
Start application on shaking iphone
I'm making an application were I want to start the application when user shakes his iPhone. Is this possible? Does any one knows how to detect this?
0
votes
1answer
48 views
How to measure shake intensity on iOS?
I'm making an iOS app the must rate the shake intensity from an user and create a ranking of it. So after shaking the app must show a view with the "shake result" of the current user and a ranking of ...
0
votes
1answer
120 views
jQuery for shaking text within a textbox
I would like to provide shake effect for the text inside a textbox when the validation fails. Can some one suggest the jQuery code for the same.
Here's a link that shows the exact requirement. Click ...
0
votes
1answer
138 views
Image Rectification for Shake Correction on OpenCV
I've 2 pictures of the same scene from an uncalibrated camera. The pics are from a slightly different angle and scale(zoom) and I'd like to superpose them, rejecting any kind of shake. In other words, ...
1
vote
1answer
123 views
Load external page and insert Javascript?
I am creating a website that need to load any page, for example Google.com, and insert some javascript to load with the page.
Example: http://hsmaker.com/harlemshake.asp?url=http://stackoverflow.com
...
-1
votes
1answer
107 views
How i can Write a Broadcast Receiver for a Shake Sensor Event Listener ??? [closed]
I am a beginner in the android field.
I can successfully write a Shake event listener Using this technique.
How i can convert this code in such way so that i can detect shake event outside my ...
0
votes
0answers
24 views
How to animate AlertDialog?
Need some help.
I have a AlertDialog displayed on the screen.
And all i whant to do is to animate it to create a shake efect.
Animation shake = new TranslateAnimation(0, 5, 0, 0);
...
1
vote
0answers
149 views
Stop Android Accelerometer after Shake
I want to listen to a shake and then stop the accelerometer completely and move to another activity. Sadly I didn't find any way to do this.
Even if I count up a variable and check with a simple 'if' ...
0
votes
0answers
15 views
Shake gesture + NSTimer
I have a shake gesture that triggers a couple of balls to move back and forth.
The "only" problem I have is to make the balls to stop when I stop shaking the device. Can someone guide me in the right ...
1
vote
1answer
382 views
Detecting accelerometer shakes android
I'm trying to detect left, right, up and down shakes. I researched and found this code.
public void onSensorChanged(SensorEvent event) {
// TODO Auto-generated method stub
if ...
1
vote
0answers
140 views
Android - How to measure acceleration in the Y-axis but without the acceleration caused by tilting
Basically, I am trying to scroll through a HorizontalScrollView using the native Accelerometer Y-axis measurements.
It is working in some senses, need to fine tune quite a few things but the scroll ...
0
votes
1answer
93 views
listen shake event when I am @ home screen in android
I implemented shake event form this.
But how can I listen shake event in home screen?
Is there any broadcast receiver or I have to create service for listen shake event?
I found How to check If I ...
1
vote
1answer
46 views
UIActionSheet messes up shaking detection (motionBegan: delegate) on iPad
In my App, I use a UIActionSheet (nothing fancy) and present it (standard) using showFromBarButtonItem: and dismissing it using it's delegate clickedButtonAtIndex:. All simple and nice. Also I use the ...
0
votes
3answers
222 views
Where can I download the Shake gesture library for Windows phone 7
I have recently starting coding for windows phone 7, and have spent some time going round in circles trying to find the shake gesture library. Every link I follow tells me to go to the AppHub but when ...
0
votes
1answer
154 views
How to detect Shaking in service
I have Preferences Activity, which start a service on preferences changes.
On service I want to detect shaking action.
this code I have below, works fine when I used it in a activity, but when i want ...
0
votes
2answers
273 views
Trying to detect a shake, motionEnded is never called
I'm trying to detect a shake in iOS6, seems every single example ever was written back in 2009 or so for iOS3, and nothing's working as it should. Here's my method:
- (void) motionEnded: ...
-1
votes
1answer
182 views
Meter Gauge Android Shake Meter
How do I go about creating a Shake Meter similar to a Meter Gauge in Android?
Can I make use of a progressbar to do it?
Hope someone can give me a guideline on how do I go about creating the Meter ...
0
votes
1answer
65 views
iPhone execute code during shaking
I have the following code:
- (void) motionBegan:(UIEventSubtype)motion withEvent:(UIEvent *)event{
if (motion == UIEventSubtypeMotionShake){
NSLog(@"Detected a shake"); }
}
This code ...
0
votes
2answers
331 views
Scroll in gridView make view shake
I have a layout (which extends a framelayout) with a gridview and an imageview. I scroll through the layout with an onTouchListener,. In my Galaxy Nexus it works fine, but in AVD and other devices ...
0
votes
1answer
124 views
shake not working beyond certain value
I want to measure a big shake(Eg: Measure when bike or car gets into accident. I want to measure that phone shake). I have code for play audio when my mobile is shaken. But when I changed ...
1
vote
1answer
914 views
Detecting shaking in html5 mobile
I'm building a web app in html5 at the moment that needs to be able to detect when the user shakes their phone and how fast they are shaking it. I've been browsing around but can't seem to find any ...
1
vote
1answer
139 views
How to achieve vigorous Shake in iOS?
I am using Shake Feature in ios. Its working fine with the below code. But when i go for vigorous shake, it detected the shaking and with in a second it calls this line if (histeresisExcited ...
1
vote
0answers
132 views
How to stop narration using shake command [closed]
I want to stop narration when user shakes the phone. I've done the code for when user shakes his phone it will change the background code, but I need stop the narration.
Below is the code I'm using.
...
1
vote
1answer
113 views
marionette effect for IOS app
I'm trying to build an app that has a moveable character as its main idea.
The concept:
Every time you shake your Iphone you will shake several parts of the character (arms, legs, torso, head) by ...
0
votes
0answers
206 views
How to disable Orientation Sensor during “Shake” action
I'm developing an app which use pitch/roll values and I also want to implement a "shake" functionality. With code below, I toast every of desired actions but, when I shake phone it sometimes catch ...
7
votes
2answers
314 views
How Can I add Shake Gesture in Cocos2d CCLayer?
I've tried using shake Gesture Recognition wrapper to detect the shake gesture.
I've also tried to implement the code suggested in the Geeky Lemon.
But I am unable to handle the shake gesture. Is ...
0
votes
3answers
133 views
Strange in ShakeGesture Library on Windows Phone Application
i've a problem with windows phone shakegesture library.
I build an application which its shaking the sound will go out and its work nicely but strange bug make me confused. I've two page of it. This ...
0
votes
0answers
253 views
Why does my image wiggle on hover?
Can anyone help me understand why the videos image (but not the play icons) at http://www.alternativeradio.org/pages/free-downloads wiggle up a pixel then down a pixel when I mouseover, then again ...
0
votes
2answers
287 views
Android Shake Code
In my game I want the player to shake his phone, at any point during the game, and every shake will result in switching weapons.
Example: Player has knife, [shakes phone] and switches to a katana.
...
1
vote
2answers
1k views
How to pass data from one View to other view in IOS using UIStoryboard segues?
I am using Xcode 4.3.1. I have created the UI using Storyboard which has many View Controllers.
Issue
In my app i am using ShakeGesture. While shaking i am doing some operations, its working fine. ...
0
votes
3answers
984 views
How to pass data from one view to another view controller in IOS?
I am using Xcode 4.3.1. I have created the UI using Storyboard which has many View Controllers.
Issue
In my app i am using ShakeGesture. While shaking i am doing some operations, its working fine. ...
0
votes
2answers
142 views
Shaking phone direction
Is there any way to detect to which direction the phone was shaked?
For example: I want something be shot from the right border of the screen, so I need to look if a phone was shaked to the left ...
0
votes
1answer
126 views
ShakeListener implementation in seperate class
I'm trying to implement a ShakeListener. So I made a Class called ShakeListener.java :
import java.util.List;
import android.app.Activity;
import android.content.Context;
import ...






