The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
4answers
67 views

How do I call a function in an abstract class?

I'm still new to Java and there are some concepts that still confuse me. I'd like to run vibrate in the strummer class from my main class. The vibrate method cannot exist in my main class as it is an ...
0
votes
1answer
21 views

Vibration when SpeechToText function completes

I have implemented the SpeechToText function in a project of mine.I was wondering if it's possible to detect when the SpeechToText function has completed, so that I can implement a vibration right ...
0
votes
3answers
54 views

Smartphone don'nt vibrate before API 16

I have a little problem. My app must vibrate when on button is pressed, all work fine in my Samsung S3 (API 17) but on my S2 (API 15) this is not working. The code: <uses-sdk ...
0
votes
1answer
18 views

Implement vibration when TextToSpeech action is completed

I'm working on a project that requires an alert through a vibration when the TextToSpeech function completes a message. I've implemented the TextToSpeech function, and know how to create a vibration, ...
0
votes
2answers
94 views

Android vibrations settings - red line under else?

I have put this section of code in my Setting Activity, so if the vibration box in the xml file which is working is checked, vibrators will be turned on and if not they will be cancelled. However, ...
-1
votes
1answer
48 views

how to turn on of turn off the ringing tone and vibrate tone in iphone?

the APP require me to realize a setting function,which can turn on/off the ringing tone and the same to vibrate tone, Is someone konw the answer?Thanks!
0
votes
1answer
135 views

Android making a ToggleButton to set the Ringtone to Vibrate

I am currently making an app with a SeekBar in which the SeekBar controls the Music Volume, Ringtone Volume, and Alarm Volume. It works fine but whenever I try to code in a button to set the phone to ...
0
votes
0answers
65 views

How to use vibrations on iPhone to spin the phone? [closed]

I recently saw the app "Cycloramic", that will spin your iPhone on a flat surface using the vibrators in the phone. My question is, how do I program this into an app as a practice project? Thanks!
0
votes
1answer
62 views

Is there an alternate way to start vibration in Android?

Sorry if this question is kind of bad, but a user reported that the vibration in my app isn't working on his Samsung Galaxy S3. Has anyone ever had an issue with that phone model? I'm using the ...
0
votes
1answer
203 views

How can i make vibrate animation for ImageView

I have no idea for this animation. How can i do it via xml like that? Or other solution? <?xml version="1.0" encoding="utf-8"?> <set ...
1
vote
2answers
105 views

How to turn vibrate on and keep sound on as well

Since AudioManager.RINGER_MODE_VIBRATE also silences the device, how do you turn on vibrate and keep the current volume level (e.g. if there's an incoming call the phone will vibrate AND play the ring ...
0
votes
2answers
317 views

How do I using android, programmatically send a vibrate command to a connected bluetooth device?

I'm trying to achieve this goal: I have a bluetooth device connected to my android phone. Given this device can vibrate, is it possible to send a vibrate command to the device? I have researched the ...
1
vote
3answers
165 views

jquery hover animate image (once)

I came across this post (http://stackoverflow.com/questions/10665918/jquery-animate-shake-on-hover) which is almost what I'm looking for, and this jsfiddle (http://jsfiddle.net/g6AeL/222/), but I just ...
-2
votes
1answer
3k views

How to make android vibrate?

I wrote android application and I want to make android vibrate when the user take a wrong step. how to do so?
6
votes
1answer
124 views

A universal cross-platform way (mobile) to show alerts to a user

I have a task to create a client application which can show notifications to a user with a high probability of notifications being noticed. The application should work on Android (2.0+)/iOS/WP. Here ...
1
vote
1answer
237 views

What does Notification.DEFAULT_VIBRATE do?

How does Notification.DEFAULT_VIBRATE work? If I set: notification.defaults |= Notification.DEFAULT_VIBRATE; what's going to happen? The documentation is not clear. How can I make the phone ...
0
votes
1answer
268 views

Android notifications and vibrate from service

I have service, that connect to server with AsyncTask. After parsing response, i need to make notification and vibrate, but get NullpointerException. @Override protected void onPostExecute(String[] ...
1
vote
1answer
251 views

Android: Does Notification.DEFAULT_VIBRATE require vibrate permission?

Sometimes I read that notification.defaults|= Notification.DEFAULT_VIBRATE; (and notification.defaults = Notification.DEFAULT_ALL;) requires the vibrate permission (<uses-permission ...
2
votes
1answer
189 views

Vibrate with Apache Cordova when function is executed (jQuery Mobile)

I am wrote a simple chat room. The code is below. I would like to use apache cordova to make the device vibrate when the user receives a message. How can I implemnt this? http://pastie.org/5085307 ...
21
votes
2answers
3k views

Are there APIs for custom vibrations in iOS?

Starting in iOS 5, users are able to create custom vibration patterns for alerts and rings. The following screenshot shows the UI for creating one (Contacts app in iOS 6): I've been searching ...
0
votes
1answer
843 views

Varying vibration intensity: how does the VIBE app do it?

I understand that, given how vibration is achieved, the only way to vary the intensity would be a way to control the RPM of the motor. I can see the Vibrator Class does not allow for this, and yet, ...
0
votes
1answer
356 views

Jelly Bean ringing without vibration

I am trying to set my Galaxy Nexus to ring with no vibration by code. I have tried in a hundred ways but didn't get it. I used this: Settings.System.putInt(getContentResolver(), ...
1
vote
3answers
207 views

How to cancel the timer and renew the same timer?

I am creating an app that vibrate and beep every 30 sec and when I log out the vibrate and beep must be cancelled and when I log in the vibrate and beep should resume. NOTE: it must vibrate and beep ...
0
votes
1answer
215 views

Readout vibrate settings from Ringer

I want to readout the vibrate settings because I temporarily change them and want to set the original settings back again. Therefore I store the settings like this: vibrate_save = ...
0
votes
2answers
414 views

Vibration doesn't work ICS

I have given permissions for VIBRATE in the manifest. In my app I have the following code @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); ...
0
votes
1answer
111 views

Vibrator permission force close

I have this line of code calling 2 seconds from the vibrator_service; Vibrator v = (Vibrator) getSystemService(Context.VIBRATOR_SERVICE); ...
-1
votes
1answer
72 views

Vibe force close. Vibrate

I have a line of code that calls the Vibrator service. if (vibe){ Vibrator v = (Vibrator) getSystemService(Context.VIBRATOR_SERVICE); ...
0
votes
4answers
157 views

how to cancel a vibration in alert box?

I'm creating a app that popup a alert box that have to vibrate until the user click ok or cancel my app vibrate good when i open the alert box but when i click ok or cancel app crash this is coding ...
1
vote
0answers
486 views

iPhone: How to disable the vibrate for the notification sounds of a specific application?

I'm trying to build an application with some notifications. All is working logically: If in my user's settings the vibrate mode is on, the phone vibrate for my app notifications If in my user's ...
0
votes
1answer
96 views

Android Soundpool VS Vibrator

I have to let the Smart phone vibrate and simultaneously play a sound. I tried something like this: soundPool.play(sID, 1.0f, 1.0f, 1, 0,1.0f); vibrator.vibrate(90); The Problem is that the Phone ...
0
votes
2answers
166 views

Button to vibrate makes android app force close

Im just making a simple app that will vibrate when the button is clicked, but for some reason when i click the button the app says it unexpectedly stopped and needed to force close, below is the ...
2
votes
1answer
620 views

2 errors when calling AudioServicesPlaySystemSound?

I'm making an app which vibrates once a timer reaches a certain limit. However, when calling AudioServicesPlaySystemSound(kSystemSoundID_Vibrate); Xcode comes up with two errors: Undefined ...
1
vote
1answer
313 views

How to set two buttons to turn on/off vibration on iOS ?

How to set two buttons to turn on/off vibration on iOS ? This is what I was trying to do: @property (nonatomic) BOOL vibeIsOn; - (IBAction)startVibrating:(id)sender { dispatch_queue_t vibeQueue = ...
2
votes
0answers
337 views

iPhone vibrate for short time

I'm currently using the AudioServicesPlaySystemSound method. AudioServicesPlaySystemSound(kSystemSoundID_Vibrate); But unfortunately for me the vibration is too long. Anybody knows how to make this ...
1
vote
0answers
2k views

Android: How to Toggle Between Vibrate Settings (Always, Never, Only in Silent Mode, Only When Not in Silent Mode)? Revisited

Problem Finding methods to toggle between: Always Never Only in Silent Mode Only When Not in Silent Mode These choices are found by the path --- Menu >> Settings >> Sound >> Vibrate --- on the ...
2
votes
2answers
4k views

Changing the Vibrate settings in Jelly Bean, Android

I am looking for how we change the vibrate settings in Jelly Bean. I found that all the pre-JB vibrate settings have been deprecated, but don't see any new AudioManager.[change the vibrate settings] ...
1
vote
0answers
459 views

Changing vibrate setting

Ok so I'm very new to android. My gf asked me to make a very simple app for her so she could easily switch from always vibrate to never vibrate. Seemed like a simple enough task. So I've got a toggle ...
0
votes
1answer
409 views

push notification vibrate option

I am trying to implement push notification for iPhone in php. I have done by the following code: $body['aps'] = array( 'alert' => $message, 'badge' => 1, ...
1
vote
1answer
3k views

Make iPhone vibrate: AudioServicesPlaySystemSound(kSystemSoundID_Vibrate) undeclared

I want to make iPhone vibrate and I found the code AudioServicesPlaySystemSound(kSystemSoundID_Vibrate); but Xcode 4.3.2 reports error: undeclared identifier kSystemSoundID_Vibrate What's the ...
1
vote
1answer
207 views

Make phone settings as vibrate never

I wrote this code to disable the vibrate off in sound setting. But it is not working on Samsung galaxy s (GT-I9003). Code snippet: public class A_TestActivity extends Activity { /** Called when ...
1
vote
1answer
318 views

Android App, Vibrator not working with AlertDialog

I'm working on my first android app and am having a problem trying to implement the Vibrator. What I'm trying to do is have the AlertDialog display a message, and because the user might not actually ...
2
votes
1answer
255 views

Does anyone know how to access *Native* Sound Notifications in Flex Mobile, or the devices “audio” state?

Does anyone know of an AIR Native Extension (ANE) that allows you to access the device's notification sound(s)? OR, a method to query if the device is in "silent" or "vibrate" mode? I've set up Push ...
0
votes
2answers
73 views

How could I make a short tune with blackberry vibrate function?

I'd like to have a little vibration jingle play after my game is won, does anybody have a link or know how I could do this? Its a very short song so the simpler the code the better! Thanks guys.
3
votes
1answer
191 views

Having trouble pulsing vibrator

I'm trying to implement a feature into my app where it can pulse the vibrator. The user can change 3 things, the vibration strength, pulse length, and time between pulses, using sliders. I was ...
5
votes
2answers
3k views

How can I make my device vibrate?

I'm making a game in Flash for Android with AS3. I want the user to know that he pressed a button by making the device vibrate for a brief second. Can someone explain to me how I can make this happen? ...
1
vote
1answer
519 views

How to access silent/vibrate mode for windows phone 7 using C#?

I was able to use p/invoke on "aygshell.dll" to access phone sound profiles in windows mobile 6 but Windows Phone 7 does not support the following code. Is there a way around this? I want my app to ...
4
votes
2answers
305 views

nokia device vibration in a game using j2me

I want to make my phone vibrate when my game ends. I tried using Display display = Display.getDisplay(midlet); display.vibrate(2000); but display.vibrate(2000) returns false and the device does not ...
0
votes
1answer
1k views

Enable/disable vibration function in android?

I have implemented vibration using vibrator .In my application, when the user press the button, vibration works.For some users wont like vibration in app so i had a toggle button as vibration on/off. ...
0
votes
3answers
550 views

android vibrator turn on and turn off

I'm making one part in my app where if you push the button then the phone will vibrate, and if you push the button again the phone will stop vibrating. I am using a Radio button for my button. my code ...
0
votes
1answer
183 views

Random vibration duration

I used this android code that when a user touch a screen, vibration is started and continued for 3000 ms. I don't want that always that user touch the screen, the duration of the vibration become the ...

1 2 3