Help! I need to make sure I get calls from these contacts.

Hi, I have 3 contacts that must be answered even if I am on a call - can I get the phone to flash a message to the screen or somehow interrupt the current call so I can take the new call. I have an iPhone 4 which says I have Version 4.2.1 in the About/Settings  - I am guessing this is the version of the operating system being used. Thanks in advance.

http://support.apple.com/kb/TA38607?viewlocale=en_US

Similar Messages

  • Changing Macs!! How to Make sure to get everything from old macbook!

    Hi, Im just about to get a new Imac but I would like to know the most comprehensive way of transferring absolutely everything about Logic 8 from my macbook to my new computer. Including all my songs, settings, plug ins, everything.
    Also the new Imac runs snow leopard, whereas my macbook is on Leopard, will this make a difference, should I ask them to put Leopard instead on there.
    thanks

    If it's a new iMac, then AFAIK you can't put Leopard on it. It has usually been the case with Macs that as a general rule, they won't allow you to install a system version earlier than the current version available at the time they are shipped.
    If I were you, I'd update my current machine first.. I'd do the following: First step, buy a separate FW hard drive (or use one you have already that you can completely wipe, as long as it's at least as big as your system drive). Then using Carbon Copy Cloner or Super Duper, I'd make a clone of the system (as in the Leopard system you currently have) to this drive. That way you've got everything backed up nice and safe. Then, I'd go ahead and update the current computer to the latest version of Snow Leopard, and (me personally), I'd update to Logic 9.1 as well. I'd then do a comprehensive clean up and system repair on this drive (using onyx, disk warrior or your 3rd party utility of choice) just to make sure it's as lean and mean as possible. Then when the new iMac arrives, using Carbon Copy Cloner or Super Duper, I'd use the newly prepared system as the source to 'clone' itself to the system drive of the iMac, by connecting the MacBook to it in FireWire target disc mode. By doing this, you'll transfer your entire computer to the new machine, applications, plug ins and all, and it will be using a version of OSX that the iMac will be able to work with. The only possible hiccup I can think of is that if you have plug ins authorized to the MacBook, it's possible that the machine ID won't match anymore so you'll have to do authorization again. But just check with the manufacturer of your plug ins for the procedure on this. It may involve you having to de-authorize them first from the MacBook, so get informed on this before you do anything.
    Anyway, this procedure should get you transferred relatively painlessly. I know there is also a way to accomplish the same thing using Time Machine and doing a 'migration' to a new machine, which (I think) is offered to you when you first startup the new Mac. This may also be a good way to do it, but because I've never tried it I can't comment. If you have an Apple store in your area, maybe it's a good idea to get an appointment with an Apple 'genius' when you take possession of your new iMac.. I think they offer assistance with the migration process, so if you went in with your old MacBook you may be able to just sit there and watch them do it for you.

  • I just got a new iPhone 5s an need to make sure I capture everything from my 4s. What is the best way to do this?

    Upgrade new phone process. 4s to 5s

    Connect the 4S to iTunes. Backup the device.
    Connect the 5S to iTunes, then do a Restore. Restore to the 4S backup when prompted.

  • [svn:fx-trunk] 8760: The textFlow getter needs to make sure there is a composer in place if the editingMode ! = read only.

    Revision: 8760
    Author:   [email protected]
    Date:     2009-07-23 10:26:12 -0700 (Thu, 23 Jul 2009)
    Log Message:
    The textFlow getter needs to make sure there is a composer in place if the editingMode != read only.
    QE notes:
    Doc notes:
    Bugs: SDK-22374
    Reviewer: will be Gordon
    Tests run:
    Is noteworthy for integration:
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22374
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/RichEditableText.as

    Hi
    You can do that ..
    Here is the sample code to select name and ID
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using System.Threading.Tasks;
    using Microsoft.ProjectServer.Client;
    using Microsoft.SharePoint.Client;
    namespace ReadResources
        class Program
            private static ProjectContext projContext;
            private const string pwapath = "http://servername/pwa/";
            static void Main(string[] args)
                var resinfo =new EnterpriseResourceCreationInformation();
                projContext = new ProjectContext(pwapath);
                projContext.Load(projContext.EnterpriseResources, nm => nm.Include(ls => ls.Name, ls => ls.Id));
                projContext.ExecuteQuery();
                foreach (EnterpriseResource  rs in projContext.EnterpriseResources)
                  Console.WriteLine("Resource name and ID" + rs.Name + rs.Id);
                Console.ReadKey();  
    --Hope this helps
    Thanks --Ajith

  • I have imported contacts from Outlook to Mail and they have synced via iCloud to my iPhone 3GS. I can't get my iPhone to make a call using these contacts but if I dial the number of any of the contacts on the keypad, the call DOES work! Help me please!?

    I have imported contacts from Outlook to Mail and they have synced via iCloud to my iPhone 3GS. I can't get my iPhone to make a call using these contacts (it tries but then says call ended) but if I dial the number of any of the contacts on the keypad, the call DOES work! Help me please - is there something I need to do to the contacts because tehy came from Outlook? Thanks

    Thank you for replying.    Yes I deleted the old email address..   

  • HT4528 i need to make sure that my phone is completely priviate.  My sons father has an iphone also and they know my apple id and passowd.  Can they see all my stuff on my phone and can they connect to icloud

    I need to make sure that no one can see anything on my iphone.  My sons father knows my apple id and password and I am worried he is able to use icloud etc.  Please help

    They will be able to log into iCloud for your contacts. They will also be able to set up another iPhone with your Apple ID and look at photos stored on your photo stream and intercept iMessages as well as purchasing apps and charge them to your stored card.
    Change your Apple ID password and the password for the associated email address and change the challenge questions

  • [svn:fx-4.x] 14531: Need to make sure that text with textLine.x 0 is clipped.

    Revision: 14531
    Revision: 14531
    Author:   [email protected]
    Date:     2010-03-02 13:40:41 -0800 (Tue, 02 Mar 2010)
    Log Message:
    Need to make sure that text with textLine.x < 0 is clipped.  This becomes a much more common case when direction=rtl and the text is wider than the available width.
    QE notes:
    Doc notes: None
    Bugs: SDK-25689
    Reviewed By: Hans
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25689
    Modified Paths:
        flex/sdk/branches/4.x/frameworks/projects/spark/src/mx/core/FTETextField.as

    Delete and reinstall it.
    (104030)

  • Will Photoshop Elements 12 work with Mac OS X v10.9.4? Need to make sure before opening package... Thanks!

    Will Photoshop Elements 12 work with Mac OS X v10.9.4? I need to make sure before opening package... Thanks in advance!

    Yes, PSE versions 6 through 12 work in 10.9, although PSE 11 is a bit buggy. All other versions are fine, including PSE 12.

  • My opening window has an overlay saying "make sure to get the latest inspiration Browser

    My opening window has an overlay saying "make sure to get the latest inspiration Browser.  How xan I get the required download

    You can't. There is basically no inspiration browser anymore. The best way around that is to stop using the welcome screen. Launch PSE by going to the Program Files or Program Files (x86) in Windows or the Applications folder on a Mac, and finding the actual .exe/application file for the organizer and/or editor and making a desktop shortcut/dock icon for the one(s) you choose.
    The tutorials that were available via the IB have moved to tv.adobe.com and adobe's youtube channel.

  • I need to make sure my new PSE 12 is registered.  How do I check?

    I need to make sure my PSE 12 is registered.  How do I check?

    If you successfully created an adobe ID and signed in, it's registered, but if you really want to, you can go to the main page of adobe.com>my adobe and look there.

  • I shared my project and saved it as .mov but when i reopen the fcp the project is one big clip, and now i cant re-edit the video, cant see all the clips, just one big clip,,,pls help, i need to make some changes to the project..thanx

    I shared my project and saved it as .mov but when i reopen the fcp the project is one big clip, and now i cant re-edit the video, cant see all the clips, text's, effects, etc..... just one big clip,,,pls help, i need to make some changes to the project..thanx

    Hi Stephen, thanx...
    Yes, we are talking about FCP X...this is the thing:
    I worked on a project a few days ago and went to share - export movie.
    Today, i opened the FCP again, to make some changes, and when i enter to the project, it shows me as one big clip.....i dont see it says compound clip....and i tried anyways pressing break appart clips...but nothing....could it be that i made it compound before exporting it..? if so how can i recover the un-compound version >?
    I tried to import the saved .mov file, but it opens the same....as one long clip...
    Pls help...thanx.

  • [svn] 4706: When handling the damageEvent make sure _contents gets updated with the potentially modified contents of the textFlow .

    Revision: 4706
    Author: [email protected]
    Date: 2009-01-28 07:58:30 -0800 (Wed, 28 Jan 2009)
    Log Message:
    When handling the damageEvent make sure _contents gets updated with the potentially modified contents of the textFlow. Either the contents or the style of the text flow, or both could have triggered the damage event.
    QE Notes:
    Doc Notes:
    Bugs: SDK-18749
    Reviewers: Gordon
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-18749
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/TextGraphic.as

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • What RAM do I need and where can I get it from?

    Hi all,
    I know this is probably a simple question, but I just want to make sure I don't mess up my computer! I have an old school DV iMac, and bought the Mac OS X upgrade not too long after it came out (which is rather a while ago now!), but couldn't install it became I don't have enough RAM. And I obviously have just put it off and off. Now I'm at uni, and want the computer to work as well as it can for my mum, because she's even worse than me when it comes to computers. So, anyway, I need RAM. What type do I need and where can I get it from fairly cheaply? And how much would you recommend I get? My friend says he knows how to put it in, so all okay there hopefully/
    My computer's details:
    Processor info: PowerPC G3
    Machine speed: 400MHz
    OS: 9.2.2
    Built-in memory: 64MB
    I remember being able to get more details than this from somewhere on the computer, but I can't remember where...I haven't used it for 6 months or something, and am obviously getting forgetful.
    Hope someone can help. If you need to know anything else, tell me where to get the info from and I will tell you!
    Cheers,
    Fran
    DV iMac   Mac OS 9.2.x   It's lime green...ooh...

    Hi,
    I just bought some RAM from Crucial.
    If you go to www.crucial.com/uk and follow the Crucial Memory Advisor Tool, you should be able to find the RAM for your Mac.
    1 GB sticks are pretty good value at the moment (they've even gone down a few pounds since I bought mine a week ago) and if you enter this code (found it on aonther thread here) you might get a couple of pounds knocked off the total: CUSTOMPC
    There's also places like Kingston & Cancom to try, as well as Misco.co.uk. But Crucial select the recommended RAM for your Mac.
    Also, when you think you've found the right RAM and want to buy it, try the Apple agent chat, and double-check with them.
    Hope this is useful.

  • How can i make sure the graphic file from my subcontract create is really llegal?

    how can i make sure the graphic file from my subcontract create is really llegal?
    They have creat the PNG file which creat from Adobe Illustrator CS5.
    I have try checking on Metadata In Adobe Bridge, and it seem to be blank.
    So i would likt to know how can i make sure the graphic file from my subcontract create is really llegal?
    Thanks

    I have try checking on Metadata In Adobe Bridge, and it seem to be blank.
    So i would likt to know how can i make sure the graphic file from my subcontract create is really llegal?
    shoo: if i had to do that for every file i get  i would go insane, as scott said, post contract: files that they (sub contractor) supply you, presume them ok unless you KNOW otherwise, or a copyright flag pops up contradicting ownership.
    G

  • How do i free up space in my icloud and make sure ALL of my photos and contacts are saved to the cloud?

    how do i free up space in my icloud and make sure ALL of my photos and contacts are saved to the cloud?
    because my app is running slow and i know I have things saved to my cloud and cant see them from the website

    you can download icloud control panel ,delete  your old backup

Maybe you are looking for