Facetime recorder app needs 10.6 or higher - which device?

I'm looking at trying out a Facetime recorder app that requires OS X 10.6 or higher.
Which Apple device(s) can run OS X 10.6 or higher?

No, those are iDevices = they run iOS (as mentioned).
Computers are Mac Pro, Macbook Air, Macbook Pro, iMac, Mac Mini = they run Mac OS.
iOS and Mac OS are two different operating systems and not interchangeable.

Similar Messages

  • TS4185 I have downloaded facetime from the App store and I keep receiving this message - An internal FaceTime error occurred.  There was a problem with FaceTime. You need to quit and open FaceTime again.  Please help!

    I have downloaded facetime from the App store and I keep receiving this message - An internal FaceTime error occurred.  There was a problem with FaceTime. You need to quit and open FaceTime again.  Please help!

    This error message could result from an incorrect setting for date and time, or an operating system which does not have the latest updates installed.  It's a good idea to have your location setting on automatic.  Turn on the wi fi in your mac for a minute or so, to allow it to automatically search for your present location.  Do this even though you have the correct time Date settings displayed.

  • Need video recording app with control over microphone sensitivity

    Everybody is talking about sharing video's but it looks like nobody is making those video's while I hear nobody talking about Recording video's.
    I record now and then at concerts. I have the problem that while I record an video the incomming sound is to loud. When you replay the recorded movie the sound is sounding like the distorition effects of an gitar, to loud.
    Does anybody know an video recording app for the iPhone 3GS where I can adjust the strongness of the incomming sound?
    Regards,
    Ton van Leeuwen
    The Netherlands

    The audio was likely distorted bacause the phone is designed for recording local voice sounds, not loud constant concert sounds, I'd guess that any audio compressor or automatic gain control present in the phone simply gets overwhelmed by the lack of normal speech patters present in a loud concert. I dont think a third party microphone would help.
    The video orientationis set when you press record, so if you hold the phone in portrait when you start recording and then turn it to landscape and make the video, when you play this back on a computer, the video will be on it's side. The phone does not autoswitch while recording. The difference between the two modes is pretty obvious but if you are striggling to work it out, shoot a couple of brief tests in each mode and watch them on your computer, not on the iphone.

  • Looking for a Telephone call recorder app

    I have tried a few  telephone call recorder apps on my droid X and they just don't seem to work. They are great when the Doctor calls with test results when you are driving.

    There are lots of different recording applications on the Android Market Place.  
    You can go to the Android Market Place on the device,  then go to search to find these applications.
    Here are two of the higher rated call recording applications:
    Phone Recorder
    Android Recorder 
    Android Market Place Applications are not  provided by Verizon Wireless and direct support for applications is not offered.  

  • Newbie starting a database app need direction/suggestions

    I've been mucking about with C# and SQL databases for some time now and I've decided its time to try a serious project. I want to create an application for managing on the job training at work. I have played around the last week with SQLCE and making
    little experimental databases to learn more about relational databases. I have a rudimentary understanding oF RDBMS(wouldn't go so far as to say basic), I know how to do simple queries, subqueries, basic joins, and I've even played with triggers a bit (in
    MSSSEE).
    I could probably make a go of this project and make something work but I figured since its a pretty basic (to an expert anyway) I'd probably be better off going to the community for direction and advice (not to get people to code for me). I've partially planned
    out how to set up the database and I'd like to describe what I've come up with so more knowledgable folks can tell me if its a good or bad path to follow and perhaps point me in a better direction for the bad parts. I'd rather understand what I'm doing and
    learn the proper ways than simply say "can someone write this for me?".
    Anyway, I thought a lot about what this app needs to do and did a few experimental projects where I realized even more things that it needs to do. I think I have the requirements just about covered.
    Some training happens only once, some (by law or policy) have to be repeated periodically, some need a subset redone due to movement of an employee from one job or facility to another where some, but not all, of the previous training needs to be redone (machinery
    operator moving to a different plant with the same function but different systems would have to relearn the system specifics). Some subjects apply to all employees and others to very few.
    The most basic function is to let supervisors assign training tasks to employees and track their progress but the application also needs to alert a supervisor of upcoming due dates for assigned training and upcoming re-do dates for the periodic training. In
    some cases, like with mandatory periodic training, it could (should?) initiate assignment rather than wait for a supervisor to remember to assign the training manually.
    The application could be set up to have every bit of training for a job class organized under that job class but I think it would be more flexible to organize around a specific skill or area of duty.
    For example, an ice rink worker needs to know how to operate the refrigeration plant, operate the ice-resurfacer (generically called the Zamboni), perform emergency duties (fire, earthquake, chemical leak, etc), and several other areas of knowledge. One area/skill
    would be to operate refrigeration plant, another would be Emergeny response. Each of these would be a training "topic". Many topics would be applicable to mutiple job classes which is why they are under a seperate table from books.
    Each topic would be broken down into focused steps - small bite sized chunks that the employee would learn then be tested on that knowledge. As each step is completed the examiner (supervisor or "expert" in that field) marks the step as completed
    and records that in the application (might be a weekly or monthly hand-in of books to record progress).
    Each job would have several topics they have to know so the topics are organized in what I've ingeniously decided to call a "book" (talk about imaginative!). We have areas where a person in a job class actually has a different knowledge requirement
    than the same job class in another area. There are commonalities of course but I don't think it would be good to have every person in a job class expected to complete training in something they aren't doing and in many cases will never be required to do in
    their entire career.
    So a book would something like Arena Operation, Boiler Operation, WHMIS, or Emergency Response. A job class would be assigned several "books" to cover all the areas of knowledge they require.
    Now to kick off thinking about actual database design.
    The training definitions would be in three tables: Books, Topics, and Objectives. A book has multiple topics and a topic has multiple objectives.
    The book table would have an int primary key, a title field, a longer description field (explaining the aim of the book in some way), a time to complete field (add to assignment date to get a due date), a repeatability field (The values here would indicate
    a one shot, can repeat, or must repeat), and a repeat frequency field (how long before it has to be repeated - might be a date or a datediff, haven't figured that out yet).
    The topics table would have an ID primary key, a title, and another longer description field for information specific to that topic.
    The objectives table would had an ID primary key, a Topic foreign key, a short description, a long description, a "given" field outlining what the trainee needs and a "denied" field outlining what the trainee can't have (no drawings allowed
    when your describing a system).
    Later on I want the program to be able to print shirt pocket sized booklets for trainees that contains short descriptions and larger OJT manuals that have all the details that trainees can refer to.
    The next table needed would be the employees table. I think the obvious ID field, first and last name fields - possibly an initials field (in case of identical first and last names), and possibly a "deleted" field for employees that leave (don't want
    to actually delete them in case they come back at some later date). If not a deleted field then a "former" employee table that an employee is copied to when they leave.
    Several relations tables would be created when a book is assigned to an employee. I haven't quite figured out exactly what to use which is why I chose now to post this. Some direction from here could save a lot of headache later. The relations tables would
    contain only "current" books - ones that are still in progress.
    I was thinking of EmployeeBook, BookTopic, and TopicObjective.
    EmployeeBook would have EmployeeID and BookID, a date field for the assigned date and another date field for the due date. I had thought of just due date or just assigned date and a time allowed but I think it might be simpler to have both dates specified.
    I'd also thought of making a unique key on EmployeeID and BookID but quickly realized some books may have to be assigned many times (WHMIS etc).
    BookTopics would have a primary key of BookID and TopicID - cant think of any more fields here.
    TopicObjective would have TopicID and ObjectiveID as well as a status field (three values - not complete, complete, not applicable) and an examiner ID field (for who signed off on the objective).
    Once a book is completed I was thinking of deleting it from the relational tables and creating an entry in an archive table - no relations, everything would be the full text so if the training data is changed it won't change the completed training records.
    The indexes would be whole names and any reporting would have to be grouped by book name, topic name, etc.
    So thats the general idea. I'd dearly love any suggestions or advice people have. What sounds reasonable to me might be recognized as a fool's errand by someone with actual competence in database programming. I'll work on specifics once I know I'm not running
    full tilt without a flashlight down a blind alley in the dark.
    Thanks for getting through the entire post 8)

    Hi Ghidera,
    From my point of view, there is no need to design the BookTopic table. You can create a EmployeeID filed in the TopicObjective table, then
    create a foreign key on the column EmployeeID
    and reference the column EmployeeID in the EmployeeBook
    table. Also you need to create foreign key relation from EmployeeBook table to Employees table and Books table.
    Besides, you should create a foreign key on a column in Topics table and reference the column ID in the Books table.
    Thanks,
    Lydia Zhang
    Lydia Zhang
    TechNet Community Support

  • Submit SharePoint app to Office app store, this app need to add file to hosted web style library

    I want to submit SharePoint app to Office app store, I road the "Validation policies for the apps submitted to the Office Store : "http://msdn.microsoft.com/en-us/library/office/jj220035(v=office.15) 
    and the  Point 5.9 mention: 
    "Your app for SharePoint cannot request full-control permission. Apps for SharePoint that request full-control permissions are not accepted in the Office Store."
    I need to know if this point applied on site collection, web or List. because my app need to add files to hosted web, and it seem there is bug with "write permission" then I should use "full-control permission" on list. 
    any suggested solution will highly appreciated
    thank you 

    Below configuration will be enough for adding files. Yes 'Full control' can't be placed on Office store.
    <AppPermissionRequests>
    <AppPermissionRequest Scope="http://sharepoint/content/sitecollection/web" Right="Write"/>
    <AppPermissionRequest Scope="http://sharepoint/content/sitecollection/web/list" Right="Write"/>
    </AppPermissionRequests>
    See this : App permissions in SharePoint 2013 (See video)
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • Why does CC desktop app keep my macbook in high power mode?

    I own Master Collection CS6 and I have creative cloud desktop app installed. The Adobe Updater updated itself as expected. What is unexpected is that the new CC desktop app keeps my laptop (MacBook Pro) in high power mode, even when there are no applications running. Does CC desktop app need my GPU? Really?
    Adobe please fix this!
    Macbook Pro 17" 2.3GHz
    Mac OSX 8.4

    Hi R-Sharp,
    Do you have a Creative Cloud membership? The Creative Cloud desktop app should only be installed if you have a membership. I would expect you to have the Adobe Application Manager instead.
    -Dave

  • I have a MacBook running OS X v10.6.8 and I'm trying to upgrade to Mouton Lion but I can"t download it from the app store. It says I need a intel core duo which i have. does anyone know whats happening here?

    I have a MacBook running OS X v10.6.8 and I'm trying to upgrade to Mouton Lion but I can"t download it from the app store. It says I need a intel core duo which i have. does anyone know whats happening here?

    Check that your computer is compatible with Mountain Lion.
    To check the model number hold down the option/alt key, go to the Apple menu and select System Information.
    MacBook (Late 2008 Aluminum, or Early 2009 or newer) model number 5,1 or higher
    MacBook Pro (Mid/Late 2007 or newer) model number 3,1 or higher
    Your Mac needs:
    OS X v10.6.8 or OS X Lion already installed
    2 GB or more of memory (More is better - 4 GB minimum seems to be the consensus)
    8 GB or more of available space
    If your computer isn't compatible, you might be able to upgrade to Lion. 
    Computer Compatibility - Lion
    Check to make sure your applications are compatible. PowerPC applications are no longer supported.      
    Application Compatibility
    You can also check which applications are PowerPC by going to the  menu, select About this Mac, click on More info…, then click System Report and select Software/Applications.

  • Why do apps need access to the microphone on the iPhone?

    why do apps need access to the microphone on the iPhone?

    Kind of depends on the App.
    If its a dictation App it needs to hear your voice. If its a souind recorder it needs it to record audio.
    What App is asking for it?
    What does the App do?

  • There was a problem with FaceTime. You need to quit and open FaceTime again.

    HELP!!
    "There was a problem with FaceTime. You need to quit and open FaceTime again." pops up everytime i try and open facetime!
    I have tried doing everything that people have posted to try and fix this problem...NOTHING has helped!
    what do i do!?!?

    I got it to work, by observing and doing the following...
    1) Console showed a permissions error accessing ~/Library/LaunchAgents/com.apple.imagent.plist. Turned out that folder was empty and only 'system' had access to write to it, so I set my main user as having read and write access (Get info on the folder, add the user at the bottom under permissions)
    2) Still wouldn't work, but I saw something about imagent. Searched my hard drive via terminal for it, and found that inside the FaceTime app is an imagent.app. So, I launched that. It has no interface but shows up on the Dock.
    3) Launched FaceTime. Yay! It works! BUt I have to launch imagent manually first.
    4) Went back to ~/Library/LaunchAgents and deleted the com.apple.imagent.plist file which was still at 0 bytes. The next time I launched FaceTime, it created that file, and didn't need imagent.app to launch manually.
    Your mileage may vary, because you may have different errors.

  • HBO gives me a message saying I can not watch a movie because my browser does not support it and I need safari 3 or higher. i have an Ipad 3 with the last Ios 6.1 software, I think I should have the last Safari version, then

    HBO gives me a message saying that my browser does not support the service and that I need Safari 3 or higher, I have an ipad 3 and just downloaded the last version of Ios from Itunes, so I believe I should have the last safari version
    If someone knows what may be happening please tell me
    Thanks

    You can't watch HBO using the Safari browser on the iPad at all. HBO has an app in the App Store called HBO GO. You must subscribe to HBO in order to use it
    https://itunes.apple.com/us/app/hbo-go/id429775439?mt=8

  • What's the best voice recorder app for an iPad mini?

    What's the best voice recorder app for an iPad mini?

    All of the "Office" document editing applications on the iPad have limitations.  Best try them out to see if they meet your needs.
    iWork by Apple
        Keynote
        Numbers
        Pages
    DocsToGo
    • VIEW/EDIT/CREATE Word & Excel files(Office 2007/2008/2010)
    • VIEW PowerPoint, PDF, iWork, Text, .RTF, and more!
    • Send & receive attached supported documents using the built-in Mail app
    • FREE desktop application with your purchase! Compatible on Win & Mac allows you 2-way file sync with a WIFI connection.
    • Open & Edit files within DocsToGo from any 3rd party app that supports the “Open In” feature
    • Supports iTunes File Sharing via USB cable for manually moving files
    https://itunes.apple.com/us/app/documents-to-go-office-suite/id317117961?mt=8
    Office² HD
    "Office² HD, the most intuitive and straightforward office document editor available on the iPad, makes it easy to open, view, create and edit Word (DOC & DOCX), Excel (XLS & XLSX), and PowerPoint (PPT & PPTX) files right from your iPad!"
    https://itunes.apple.com/us/app/office2-hd/id364361728?mt=8
    Quickoffice Pro HD
    Create and edit ALL Microsoft® Office -- document, spreadsheet, and presentation formats, as well as view PDF files, on the go. Our advanced file manager lets you manage local files, access Google Drive or other cloud accounts, and works with your iPad email attachments so you can work anywhere, anytime - online and offline.
    https://itunes.apple.com/us/app/quickoffice-pro-hd-edit-office/id376212724?mt=8
    nsdjoey presents ways to edit office documents in this web page:
    https://discussions.apple.com/message/21953221#21953221

  • What is the best free audio recording app for ipod?

    What is the best free audio recording app for ipod?
    Looking for one that will record audio for longer than 30minutes with high quality.
    Thanks.

    Perhaps your husband should search the App Store and sort by price?

  • What is the best audio or voice audio recording app for iPhone 5 because I want to record audio at a book signing event this coming Tuesday!!!

    What is the best audio or voice audio recording app for iPhone 5 because I want to record audio at a book signing event this coming Tuesday!!! Please get back to me as soon as you can! Thanks

    Ok sorry to bug ya again but if I use the voice memos app if I have the screen locked and just on my belt clip on my side of my pants will it still pick up the authors voice and do I need to have all the volume turned all the way up for it or do I get the app u said for better sound?

  • Lapel mic for recorder app

    I bought a voice recorder app and I need a lapel microphone that will plug directly into the headset jack. I don't want to use the mic on the iPhone headset as presenters won't want to have to wear headphones when talking. I want to record conference presentations and many presenters in my field like to walk around when talking. Therefore, a lecturn mic is not suitable.
    If you have used a specific lapel mic with the iPhone then I would be pleased to hear from you.
    Grant.

    I speak layman very well...
    I've used a couple of Sennheiser kits. They're good mics. Essentially you'd have a 9v powered transmitter that attaches to the talent (belt/pocket), then connects to the lav on the talent. Then a 9v powered receiver that will have an XLR connector cable that plugs into the camera. You can usually find camera mounts that the receiver sits in to keep it from jostling around, or just strap it down.
    If you purchase a quality camera that accepts XLR or at least a camera that works with an XLR adapter plate (Canon GL1, GL2..etc...the plate mounts under the camera and then connects to the tripod) like this...
    http://www.avsupplystore.com/dxa-4p.html
    ...that adapter would work with wired/wireless XLR units for a non-XLR camera.
    You should also consider utilizing the wired Rode mics whenever possible. All in all, you should get a better signal from them than wireless, when shooting situations warrant their usability.
    K

Maybe you are looking for

  • Can not open all .pdf files in Yahoo Mail.

    Three computers using Windows XP and Internet Explorer can open all .pdf files in Yahoo Mail. The fourth and newest Computer with XP Pro, Internet Explorer, and the latest Adobe Reader can only open some, but not all, .pdf files in Yahoo Mail. Nothin

  • ALV Toolbar related Query

    Hi, When using FM 'REUSE_ALV_GRID_DISPLAY' Exporting Parameters : I_CALLBACK_PF_STATUS_SET  in SET PF Status Creating additional Buttons. In ALV Report output addition  additional buttons are coming but Standard ALV Toolbar are missing like Sort Asse

  • Can anyone tell me how to connect ipad to tv using a composite cable as mine doesn't seem to connect. Thanks

    II'm trying to view ipad content on tv using a composite cable but it doesn't seem to connect. Any help gratefully received

  • Can I boot an internal hard drive through USB?

    I have an old 2008 Mac Pro running Snow Leopard 10.6.8 that just quit on me. When I boot up, I get to the apple logo and then the screen turns white and stays that way until I power off my machine. I have a few hard drives with operating systems inst

  • Bring obj to front with tween?

    How can i make the obj change to front of another when the mouse roll over, and come back when out? I look for "setChildIndex with tween" but i don't found...