Questions tagged [silent]

Silent refers to the suppression of messaging of a process or thread. Such threads may typically send messages over any of various channels, including [stdout] or [stderr].

Overview

Silent refers to the suppression of messaging of a process or thread. Such threads may typically send messages over any of various channels, including [stdout] or [stderr].

347 questions
3
votes
1 answer

iOS - Detecting Silent Mode

I need to detect if the phone is in silent mode or not. I found old way and new way (playing an .caf file) but none of them worked correctly. Old way uses deprecated tools and new way always give "no" in both cases (silent mode and not). At this…
anyName
  • 113
  • 1
  • 2
  • 13
3
votes
1 answer

beeline equivalent of hive silent mode

I used to be able to use below hive command to run query file in batch mode and output the result to a CSV file. I used -S option to suppress the query log so only the query output is exported to the CSV file. I also used nohup to let the big job…
Eric_IL
  • 171
  • 2
  • 10
3
votes
1 answer

Java JDK silent installation with specified path

I want to install in silent mode (in fact, using Chef) JDK in specified version. My problem is, when I add INSTALLDIR parameter, Java JDK installation fails. Without it JDK will install in default directory (C:/Program Files/Java/ or C:/Program…
deem
  • 1,252
  • 1
  • 19
  • 38
3
votes
1 answer

Paypal Payflow Link silent post obsolete encryption

I have searched the site for a similar question and have only found one which doesn't actually answer my question: here I have an ecommerce site implemented in pure php which uses both Authorize.Net and Paypal Payments Advanced with the silent post…
Puiu Ioan
  • 51
  • 2
3
votes
1 answer

VB6 printing through excel and selecting one of two printers

I searched extensively for a solution to my problem but i fear that's its sitting in front of me and i cannot see it. Problem: I have a VB6 application that calls excel and uses one excel file as a database to pull addresses from and a second sheet…
3
votes
3 answers

Sending silent push notifications using Parse.com

I was wondering if there is a good way to send silent push notifications to users using the parse.com services. By "silent", i mean no actual notification if the user is in the app (I would send normal one if the user was out of the app), no "alert"…
Gil Sand
  • 5,802
  • 5
  • 36
  • 78
3
votes
0 answers

iOS / iPhone - Silent switch not working after adding AVCaptureAudioDataOutput to AVCaptureSession

I have an AVCaptureSession which manages video and image capture for my application. I also have sound effects in the application which of course are silenced when the user switches the silence switch on their iPhone. However when I add…
Zigglzworth
  • 6,645
  • 9
  • 68
  • 107
3
votes
0 answers

iOS - Silent Notification Not Working Under Production Environment

Everything worked just fine a little earlier before. But suddenly I cannot receive silent notifications from Parse. I've then tested under development environment and again it worked well. But when I switched back to production environment, it…
3
votes
2 answers

Silent installer for wix 3.5 with custom actions in c#\.NET

Is there any way I can put all the properties and values of my WIX 3.5 installer, like the user inputs in my custom dialogs , into one single file and pass it to my MSI installer for silent installation? Something like one would do with a response…
Pavan
  • 49
  • 2
3
votes
1 answer

Silent push notification in android

I've been used urban airship for notification and it's working. Now client's requirement has been, he want to update a specific data (ie: current location) for client once any silent notification(no status bar notification) received. Could any one…
Pankaj
  • 833
  • 12
  • 35
3
votes
1 answer

unable to mouseover in headless with Xvfb using java selenium webdriver

Does java Webdriver mouseover work in headless silent mode (none GUI display)? I have this code that works when run in FF headless GUI mode BUT doesn't work when run in non-GUI mode (via Xvfb frame buffer). FF 17.0.8 Selenium 2.33.0 Java Selenium…
3
votes
1 answer

Troubles play sound in silent mode on Android

I am writing an android application to simply play an alarm no mater what mode the phone even if it is in silent mode. I found this question and used the code from the answer to override the current volume state. My code looks like this: Uri alert =…
frmi
  • 508
  • 1
  • 7
  • 21
3
votes
1 answer

Run CMD Silently

I'm trying to run CMD silently, but each time I get an error. Could someone please tell me where I'm going wrong? Dim myProcess As Process myProcess.StartInfo.WindowStyle = ProcessWindowStyle.Hidden myProcess.StartInfo.CreateNoWindow = True…
StarLordBlair
  • 573
  • 1
  • 11
  • 27
3
votes
2 answers

Android Mediaplayer adjust volume

Anyone know how can I increase/decrease the volume of the sound from mediaplayer by clicking on the volume button at the side of the phone? And how can I mute the sound if the phone was set to silent mode? Code I'm using: mp =…
reson90
  • 137
  • 2
  • 5
  • 11
2
votes
1 answer

Creating an "invisible" windows program in C/C++

Ok this is a continuation from this question: How to make a simple Hello World "invisible" in Windows (C/C++) People gave me some guidance and here I am with a new qestion: Aight after doing some research I am stuck again. People on the internet…
Tasos
  • 1,575
  • 5
  • 18
  • 44