Voice Controled Video Capture 2 Microphone Problem

I am trying to use AppleScript to do a few video capture functions by
voice control and I have hit a stumbling block where I don't think that
I can have 2 mics open at the same time.
I have the voice control part working and I can get BTV Pro to turn on
the camera and start recording but when I do it cuts the mic for the
voice control aspect.
I am using an iSight for the video capture and a USB headphone with mic
for the voice control and status feedback.
Is there any way to keep both mics active? Allowing the voice recognition server to
listen to the USB mic and the video recrding app to listen to the iSight mic.
I have a copy of the script here:
http://www.artificially-intelligent.com/road2rio/applescript/vci.btv.applescript
Any input would be greatly appreciated.
Dave Waller
Monroe WI
iMac Mac OS X (10.4.4) iSight, QuickTime Pro, Final Cut Express
iMac Mac OS X (10.4.4) iSight, QuickTime Pro, Final Cut Express
iMac Mac OS X (10.4.4) iSight, QuickTime Pro, Final Cut Express
iMac   Mac OS X (10.4.4)   iSight & USB microphone

Thank you for a very comprehensive post.
The usual suspects in this situation are:
- Capture now caught in an endless loop allocating disk space
or
- Firewire bus problems
or
-Quicktime install issues
Capture Now: You have taken a good step is setting a limit in capture now. Often that is all it takes if there are no other issues.
Firewire Bus Problems: Canon cameras are notorious for their weak implementation of the firewire control protocol and do not play well with other devices (aka hard drives) on the same firewire bus.
To test for firewire overload - take away your external hard drive and try capturing directly to an internal disk. If it works, you have two ways to solve the problem. You could install a PCI firewire card. This will create a second bus and you connect your camera to the new card and your hard drive(s) to the original firewire ports on the computer. Or, install a second internal hard drive within the computer and make that the capture scratch disk.
Quicktime Problems: If you can't capture directly to your internal disk, try capturing with iMovie. iMovie does not use Quicktime in capturing, it simply writes the DV stream file directly to the disk without any processing (splitting into seperate audio & video components). If iMovie works, your Quicktime installation is likely funky. Go to /library/receipts and delete any files that say Quicktime followed by a number e.g. Quicktime703.pkg
Go to the Apple quicktime site and download the appropriate version of Quicktime to your hard drive.
Run the Quicktime installer.
Repair Disk Permissions for your System Disk (Disk Utility > Select the system disk > Repair Disk Permissions)
Reboot
I hope one of these items addresses your issues.
Good luck.
x

Similar Messages

  • Audio and Video Capture, Live: Problems

    I am trying to do a live capture of a demonstration using a video camera (DV) and a lavalier mic into a Griffin iMic. For speed's sake, I am trying to eliminate the TO TAPE step. I only want to capture. I can just edit the captured clips that way.
    Audio is being picked up through the DV cam, and I cannot seem to force FCP to grab audio from the iMic source... I don't know where to change the audio source. Can someone help me do that? The camera is behind me, and so the sound it picks up is unacceptable.

    That's a good idea.
    This cam ($200 DV refurb Sony) does not have a mic in. I do have another cam with Mic in, but pluging the lav. mic (mono) into it generates a BUZZ on the other channel. So I have tried that, but it requires a lot of post editing.
    My current solution is to record Audio using Sound Studio. I start the audio recording, switch to FCP, start the capture, then smack a couple of sticks together on camera (for my clapper board) and will sync the audio later. Loosk workable. I have two different drives recording data, and the Mac seems to be keeping up (gulp).
    Would LOVE to be able to get FCP to only capture video from the DV cam, and audio from the usb iMic. That would be my fastest record-to-final option.
    Thanks for the ideas.

  • No Compass, Voice control or Video recording on my new iphone 3Gs

    I had a 8GB 3G iPhone that was stolen, so I buy a new one a 3GS 16GB.
    I restore my backup from my stolen iPhone, but now I dont have Compass, Voice Control, Video Recording or any of the apps from the 3GS in my new phone.
    What can I do, where do I download them?
    Thanks

    don't be sorry,. it's a lesson learnt yea ? but im amazed you didnt see the BIG SHINY "S" on the side of the box was missing !! hope u get the 3GS you paid for

  • IPod touch suddenly fast forwarding through songs and videos + voice control screen cutting in

    Hi
    In the last couple of days, it has started fast forwarding through songs and videos randomly. The voice control screen is also cutting in randomly. It happens as soon as I turn it on and play my first track or video. The only other problem I have noticed is that the volume controls on my headphones are no longer working. The headphones would be less than 6 months old and are genuine Apple ones. I don't think the problem is related because if I unplug them the fast forwarding still happens. I've tried powering it off and then re-starting it and I have been keeping the software up to date on it so I'm not sure what else I can try.
    In saying that, this morning it seems to be working properly but I'm worried the problem will return. I still can't adjust the volume via the headphones though.
    If anyone has any ideas about what I can do to resolve the fast forwarding problem, I would appreciate the feedback. The headphones I don't really care about because I can replace them.
    I've had my iPod touch for a few years and use it pretty heavily so part of me is wondering whether it is just getting to the end of its life. I'm not sure what sort of lifespan I can expect from my iPod touch.
    Thanks

    Try:
    - Try a regular pair of headphones
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                 
    iOS: How to back up           
    - Restore to factory settings/new iOS device.
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar          

  • Problem in video capture at server and fetching by client

    hi
    I am doing final year project it has server at one end which is connected to video capturing device-webcam in my case
    and the client is mobile.
    I want the live video captured be transmitted to the mobile client on fetch video request.
    I have tried implementing it but facing some problems so would like to know the reason behing and also ask if the way i am following is correct or not
    At server end i tried to extract frame as follows:
    //the datasource handler class is as follows
          * Inner class MyDSHandler takes the Output DataSource form the
          * Processor and extracts the frame from it.
          * It implements the BufferTransferHandler so that it can receive
          * Buffer from the PushBufferStream.
         public class MyDSHandler implements BufferTransferHandler
              DataSource source;
              PullBufferStream pullStrms[] = null;
              PushBufferStream pushStrms[] = null;
              //Buffer readBuffer = null;
              int i = 1, j = 1;
              * Sets the media source this MediaHandler should use to obtain content.
              * @param source the DataSource from the Processor
              private void setSource(DataSource source) throws IncompatibleSourceException
                   // Different types of DataSources need to handled differently.
                   if(source instanceof PushBufferDataSource)
                        pushStrms = ((PushBufferDataSource) source).getStreams();
                        // Set the transfer handler to receive pushed data from the push DataSource.
                        //pushStrms[0] since we need to handle only the video stream
                        pushStrms[0].setTransferHandler(this);
                   else if(source instanceof PullBufferDataSource)
                        System.out.println("PullBufferDataSource!");
                        // This handler only handles push buffer datasource.
                        throw new IncompatibleSourceException();
                   this.source = source;
                   readBuffer = new Buffer();
              * This will get called when there's data pushed from the PushBufferDataSource.
              * @param stream the PushBufferStream obtained from the DataSource
              public void transferData(PushBufferStream stream)
                   try
                        stream.read(readBuffer);
                   catch(Exception e)
                        System.out.println(e);
                        return;
                   if((readBuffer == null) || (readBuffer.getLength() == 0))
                        System.out.println("Null or Empty buffer encountered..");
                        return;
                   // Just in case contents of data object changed by some other thread
                   Buffer inBuffer = (Buffer)(readBuffer.clone());
                   // Check for end of stream
                   if(readBuffer.isEOM())
                        System.out.println("End of stream");
                        return;
                    * we can apply frame control here by deciding whether to process
                    * the frame or not
                   processBuffer2(inBuffer);
              public void start()
                   try{source.start();}catch(Exception e){System.out.println(e);}
              public void stop()
                   try{source.stop();}catch(Exception e){System.out.println(e);}
              public void close(){stop();}
              public Object[] getControls()
                   return new Object[0];
              public Object getControl(String name)
                   return null;
               * Processes the Buffer , i.e converts it into an image and
               * transfer its content via Socket
               * @param inBuffer the buffer received from the PushBufferStream
              public void processBuffer2(Buffer inBuffer)
              {         //extracting frame from video and writing image on stream
                   //RGBFormat format  = (RGBFormat)inBuffer.getFormat();
                   System.out.println(inBuffer.getLength());
                   YUVFormat format = (YUVFormat)inBuffer.getFormat();
                   Image img = (new BufferToImage(format)).createImage(inBuffer);
                   BufferedImage bimg = (BufferedImage)img;
                   if(bimg != null)
                        try
                              * encodes the image in the JPEG format and writes it to
                              * the socket
                             ImageIO.write(bimg, "jpg", clientOut);
                             System.out.println("Data Written to stream");
                             logArea.append("\n Image Data Written to Stream");
                        catch(Exception e)
                             System.out.println(e);
         }and how can one control the frame rate of the video like if i require the speed of 7 frames per second and the resolution
    also
    i am trying to convert the frame fetched to jpeg and at client , tried making use of jpeg image property by detecting the img start and end by reading the image data in bytes from the inputstream (0xffd8 as strt of image and 0xffd9 as end)
      byte[] img_data = new byte[4*1024];//buffer to read and hold one image info
    try
                    while((data = dis.read()) != -1)
                        //System.out.print(Integer.toHexString(data));
                        if(data == 0xFF)
                            fm = true;
                        else if(fm)
                            if(data == 0xD8)
                                //start of the image
                                System.out.print("Start of image found  : ");
                                //ctr should be zero at this stage here
                                //writing to byte[]
                                img_data[ctr] = (byte)0xFF;
                                ctr++;
                                img_data[ctr] = (byte)0xD8;
                                ctr++;
                            else if(data == 0xD9)
                                //end of image
                                //writing to byte[]
                                img_data[ctr] = (byte)0xFF;
                                ctr++;
                                img_data[ctr] = (byte)0xD9;
                                ctr++;
                                // consrtucting image from the byte[]
                                img = Image.createImage(img_data, 0, ctr-1);
                                if(img != null)
                                    repaint();
                                    System.out.println("Image drawn");
                                else
                                    System.out.println("Image is null");
                                    /*try
                                        Thread.sleep(500);
                                    catch(Exception e)
                                ctr = 0;  // ctr back to zero for the new image
                                //break;
                            else
                                //writing to byte[]
                                img_data[ctr] = (byte)0xFF;
                                ctr++;
                                img_data[ctr] = (byte)data;
                                ctr++;
                            fm = false;
                catch(Exception e){}
        }The problem i am facing is the client gets the black image just for a fraction of second and then the application hangs and no video is visible.
    I have very little time left to complete this project as deadline is very close
    please would be very grateful if guided timely.

    equator07 wrote:
    Thanks for the reply.
    i saw in recent posts some protocols had been made use of like rtp i am not making use of any of these
    will it effect?I can see that you're not using RTP... and "will it effect?" doesn't make any sense AT ALL...
    is the way i have made use of jmf correct?There's no correct way to use an API... but no, you're not doing things in even remotely a "tradional" way...
    *like the way i am extracting the frame,
    and how can i set the resolution of the video taken by cam and adjust the frame rate?*I have no idea if your code works. I assume that you would have tested it, and proved it to either be producing a valid JPEG image or not. If you've not done that testing, then you obviously need to.
    because i want live video to be seen at client end i am seriously confused and the progress as just come to an hault at this point and am in real need of guidance.You should probably be using RTP and the tradional way of using JMF then...
    [http://forums.sun.com/thread.jspa?messageID=10930286#10930286]
    Read through all of the links I gave the person on the above thread and you'll be on a lot better footing as far as using JMF goes.
    shall i send the server side code.Till now server and client are both on local host.No, I don't need to see any more of your code. I'm not a proof reader, and I'm not going to debug it for you. Do you own work.

  • FMLE 3.0.0.4743 Problem with video capture device

    log:
    Tue May 05 2009 14:26:54 : Selected video input device: Beholder A/V Capture (SAA7135) [Slot 2]
    Tue May 05 2009 14:26:54 : Selected audio input device: Beholder Aud Capture (SAA7135)
    Tue May 05 2009 14:26:55 : Problem with video capture device. Please verify that the video capture device is working correctly and is not already in use.
    Tue May 05 2009 14:26:56 : Audio Device Error : The selected audio device "Beholder Aud Capture (SAA7135)" doesn't allow setting volume intensity. Disabling the volume slider control.
    Flash Media Encoder 2.5 working without any errors

    The second message that you are getting "The selected audio device "Beholder Aud Capture (SAA7135)" doesn't allow setting volume intensity. Disabling the volume slider control." is because your device does not let you change intensity of volume. This warning message is just to tell user that volume slider will remain disabled for the selecetd device. This is new addition in FMLE 3.0 and was not there in FMLE 2.5
    Also for first message, please make sure that no other instance of FMLE is already running using this device. You can verify this from task manager. If any other instance of FMLE is running then please close that instance so that device gets free for new instance.

  • Voice Control problem

    I have the ipod touch 4th gen and voice control only keeps opening ever minute, i recently updated the software to ios 6.1.5 so i dont know if that's the problem. Can someone please help with this issue.

    If it only happens with headphones try different pair of headphones.
    Next try:
    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings      
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                                
    iOS: How to back up                                                                
    - Restore to factory settings/new iOS device.             
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar                                      

  • Ford Voice Control & iPod playlist problems

    Ford Voice Control & iPod playlist problems
    I am having problems with the voice control system and my video ipod (5th gen) in a new Ford Focus Coupè-Convertible which also has Bluetooth phone conectivity ( works great with my iPhone 3G) as well as USB & Voice Control
    This is all done through a Sony audio unit (model Sony 6CD DAB) which has a Six disc CD changer built in, as well as the usual FM & AM Radio bands as well as DAB Radio.
    My problem relates to the voice control of my ipod and playlists.
    Now some commands work just great For example if I say the following sequence ( which the unit repeats back to me at each stage) it works great:
    "External Device"
    "iPod"
    "Play"
    All works well as it starts playing whatever playlist the iPod was in prior to connection to the unit, or if no playlist had been selected it just plays the whole contents of the iPod. - It also works fine with the commands "Shuffle" or "Repeat".
    But according to the user manual I am supposed to be able to play or select a specific playlist by voice command using the following syntax as quoted from the manual:
    '...create playlists named with the structure "Ford<*>" where <*> is a number 1-10. For example "Ford7" without any spaces between "Ford" and the number.
    So I made several playlist called
    Ford1
    Ford2
    Ford3
    and so on up to Ford10.
    Now according to the voice commands list I should say the following phrases which like before, are repeated back to me by the system:
    "External Device"
    "iPod"
    "Playlist"
    Then the unit responds with
    "Playlist Number Please"
    Then according to the manual I should say the following:
    But when I say either
    'Ford1'
    Or
    '1'
    Or any right up to 'Ford10' / '10'
    It responds bystating that playlist number (X) not available.
    I have also tried with the quotation marks ("") around the name eg "Ford1", but that has not worked either.
    So I was wondering if anyone else had experienced this problem and knew a solution, or could tell me where I am going wrong.
    Although my car is a UK model, I believe that this voice control system is available with Sony units in American cars as well.
    Hope you can help as this is driving me nuts!
    Thanks

    Hi Drusus.
    I also have a European Ford (Focus ST - 2009) with the same problem.
    Have you found any solution to the problem, or know if its possible to contact Ford...?
    Cheers.
    \Christian.

  • Not able get record control while video capturing ..(urgent)

    here is my code..
    try {
    // Create a Player that captures live audio.
    Player p = Manager.createPlayer("capture://audio");
    p.realize();
    RecordControl rc = (RecordControl)p.getControl("RecordControl");
    If (rc==null)
    System.out.println("Record control has problem pls check");
    else
    ByteArrayOutputStream output = new ByteArrayOutputStream();
    rc.setRecordStream(output);
    rc.startRecord();
    p.start();
    Thread.currentThread().sleep(5000);
    rc.commit();
    p.close();
    } catch (IOException ioe) {
    } catch (MediaException me) {
    } catch (InterruptedException ie) { }
    when i execute the same code in Wtk23, iam geting an exception " Record control has problem pls check" . iam not able to get the record control for video ,here are my queries;
    1. do wtk2.3 suports recordcontrol for video .
    2. if yes, how to implement?
    3. provide me the good samples for only video capturing ..not for image capturing.
    thaks to all,
    Vishnu.k

    Solved by myself.

  • Why the iPhone 3G doesn't have voice control and a video recorder?

    Why the "old" iPhone 3G can't support video and voice control?
    Is there a technical explanation?
    Yes, I know that they're functions reserved at the iPhone 3GS
    but why? Both have a microphone and a camera, the only difference that the 3GS has a faster processor.... so, does someone know why there is this difference?
    Thank you very much for yours answers!
    mat

    "If the 3G offered all the same features as the 3GS, then there would be no reason to upgrade."
    'If', maybe, but the fact is that the 3G is not capable ever of offering (due to hardware limitations) the same features as the 3GS, so surely such speculation is pointless and it is only wishful-thinking from those who are either:
    1) not prepared to pay for the hardware that will support the facilities they wish were on their 3G, or
    2) not prepared to wait for their contracts to allow them free phone upgrades to what will then be one generation beyond the 3GS, allowing the 3GS owners to complain about why their 3GS iPhones can't support the facilities of the next generation iPhones?!
    My Mum told me "I 'want' cannot always 'have'....", so if I 'want' then I'll pay and if I can't pay then I'll not moan about not being able to 'have', just work harder or stay quiet until I CAN 'have'.
    A wise old bird, my Mum!

  • Video Capture Problems HELP!

    Ok i just bought a MSI GeForce4 Ti4200-VTD8X, Wich got Tv_Out + Video_in
    With the card i got a Tv_out/Video_in connecter to plug in the card, now the problem seems to come, i plug my S-video cable behind my Tv_out/Video_in connecter (wich of course is connectet to my graphics adapter) and the other end of the S-video cable into a SCART Adapter wich i plug into the scart output on my VCR, but when i start any video capture software, it just says no device connectet plz HELP me!  :(

    Never mind, got it working all by myself now

  • My mom shut of siri in the restritions, but then she turned it back on. the problem is that no matter how many times i shut off my phone and turn it back on, it still has voice control on. Will someone help me.

    My mom shut of Siri in the restrictions, but then she turned it back on, the problem is no matter how many times i turn my phone on and off, it still has voice control. Will someone help me?

    When Siri is OFF, Voice control is automatically ON

  • My 4th generation ipod touch is not turning off when i hold the wake button for few seconds the Voice Control Function Starts Automatically.Please help me to get out of this problem.

    My 4th generation ipod touch is not turning off when i hold the wake button for few seconds the Voice Control Function Starts Automatically.Please help me to get out of this problem.

    Sorry i mistakenly made this question. It was alright. No Problem At ALL

  • Problem with Video capture Device

    i have a problem with FME. i am using Avermedia TV capture
    device and Canon 3ccd Digital Video Camcorder ( PAL ) when i open
    the FME interface the warning given for " Problem with Video
    Capture Device".
    i read all the topics in Flash Media Encoder Category, if
    this problem occures my capture device ( i expect MPEG ) how to
    solve this problem?
    Thanks,

    The Device Matrix is something we'll be updating in the
    future as we continue to test more and more equipement. Ideally, I
    would like for users such as yourselves to be able to add to it and
    tell us what has worked for you as well. If anyone has any ideas
    about what technology we should use to do this (e.g., this forum? a
    wiki?) please let me know.
    Regarding the devices not working - the main problem we see
    is that the system requirements are not being met. Here is what to
    check for:
    - are you running on Windows XP (only supported OS right
    now)?
    - do you have DirectX client runtime version 9c or higher
    installed?
    - do you have hardware acceleration enabled?
    - do you have 32bit graphics enabled?
    - do you have the latest direct show drivers from the
    card/device manufacturer?
    Thanks,
    Chris Hock
    Adobe Systems Inc.

  • Ti4800SE-VTD8X & WDM video capture problem...

    sheeesh... I did everything I know to solve the problem... I read every thread on this help forum having the word "WDM" using the search engine and also on other webpages and forums. I can see that I am not the only one having problem with the WDM drivers  
    Can anyone help me with this  ?(  :
    The WDM driver fails to load and make my system boot up time to around 45 seconds to 1 minute which is normally booting in less than 18 seconds without the WDM driver installed. In the "Device Manager", I see a nice lil " ! " on the "nVidia WDM Video Capture (Universal)" codec.
    Here is what I did to date :
    1) I had an MSI Ti4200-VTD8X on a different setup computer and had the same problem. I changed my 250 power supply to a 350 watts as I read it might solve some problem but it did not.
    2) I exchanged the Ti4200 for a brand new MSI GeForce4 Ti4800SE-VTD8X (MS-8900) and STILL have the same problem
    3) I completely change my "old" P4 1.8 to a brand new setup (see at bottom) AND STILL have the same problem.
    4) Why did I buy an nVidia product instead of ATI ?   dunno...
    5) I have tried to uninstall, reinstall, uninstall, reinstall, uninstall, reinstall... huh ?  ?(  oh yeah, the nVidia WDM drivers 1.21 and 1.22 still doesn't work. I even tried old WDM drivers as some said solved their problem. Installed 1.04, still the same problem.
    6) I have tried the WDM from MSI (was happy to see a newer version 1.27) and disaster  8o  computer crash with a nice blue screen and reset itself as soon XP loads this famous WDM driver during boot sequence. Had to start in safe mode using the last known working version... At least, that worked...
    7) The only way I can make this crappy driver to works (and that is at 50%) is this way
    a) in the device manage, I right clic the faulty codec (that XP kindly took the time to open for me to show me that this is not working...) and go to "update the driver"
    b) then I click "install from a specified location"
    c) then I click "do not search, I will chose the driver to install"
    d) then I can see "nVidia WDM Video Capture (Universal)" in the list so I click on it
    e) click "next" button
    f) XP reinstall the driver withtout the " ! " once I go back in the "Device Manager".
    The only thing with that is that it is unstable. Sometimes it might work for 1 hour, sometimes 10 minutes. What it does is it completely crash the application which is using the WDM, for instance InterVideo WinProducer. And here is the kind and gentle warning message box from XP saying : "InterVideo WinProducer has to shut down. We are sorry blah blah blah blah..."   and of course you lose any recordings you were capturing or working on...
    If I reboot the system, the codec is once again not loaded properly.
    So, can some one help me with this ???  
    Thank you !  :D

    Quote
    Originally posted by TheDanishGuy
    Hey Alesis
    TvTool is a program/tool that help you, with TV-out on you GeForce 4.
    For more information on TvTool look at this webpage.
    http://tvtool.info/index_e.htm
    Try and download demo version, and see if you have use for it. I would like to use it, when I want, to watch DVD on my TV.
    So now we need MSI or nVidia to make a WDM driver that works with nVidia VGA 44.03 driver.
    Thanks man !
    I have tried the TV Tool and quite frankly, I don't really like it... For the moment that is... It messed up a little the video settings like resolution and refresh rate. I have had numerous errors also saying to update to the latest version but you already told me about that.
    I have noticed something with 41.07 driver that I lost a nice feature that might interest you ! In fact, with this feature, I think you would not need the TV Tool.
    I had the option before to maxize the TV out to full screen when the DVD player started or when I watched any video format.
    I can have the Windows Media Player (using nVidia nDVD for DVD) running minimized on my main VGA monitor and get the S-Video out run full screen which was really nice. Sadly, this option looks to be nowhere to find with the Detonator 41.07 version.  :(
    I don't know if there will be a serious revision about the newest Detonator drivers so it can support our card with full features like the full screen one...
    When you fix a problem, there is a new one that come out  :O
    If you get any hint on how to complaint at MSI or nVidia, it would be great to let them know that something has changed since the v.41.07 that makes a lot of nVidia users having problems with the WDM issue.
    Thanks again, at least, I can capture some video ! But not able to watch it full screen anymore on the TV out  
    Let's keep in touch !
    See ya !

Maybe you are looking for

  • No longer able to swipe down on my z10

    Hi, I have lost the ability on my Z10 to swipe down to access the quick settings and it also affects being able to access settings for whatsapp. Does anyone know how i can fix this? Jeremy

  • What should I name my virtual machine?

    I'm planning to build a virtual SQL Server in Azure.  Given that we'll likely want to build a new/replacement in 3-5 years (with whatever new OS and SQL Server version exist then), what should I name the server? Before Azure, when we had everything i

  • OAF Help needed to customize the Information Template region

    Hi All, We are working on 11.5.9 to 11.5.10 application upgrade project. We have created an information template in the “Information Template” setup where we have defined couple of Date fields. These fields are appearing as free text entry fields on

  • Install CS6 on Desktop, Keep CS5 on Laptop?

    I have purchased and am installing CS6 on my desktop computer. I previously had CS5 installed on my desktop and laptop, but the laptop is getting a little old and I really only occasionally use CS5 on it anyway. Will I be able to leave CS5 on my lapt

  • [iPhone] quick sound question with apps

    Is it possible for apps to play sounds while on the phone with someone?