Can I use the 3g on my iPad2 for Facetime?

I need to have a call with another iPad2 users but the location does not offer wifi. Can we connect using our 3g?

FaceTime is for wifi only, as I understand : http://support.apple.com/kb/HT4319

Similar Messages

  • Can i use the old iPad keyboard dock for iPad2?

    can i use the old iPad keyboard dock for iPad2?

    Instead of inserting a ruler behind the iPad, I have found that putting the Keyboard Dock on an incline plane also works.   Once I found the appropriate angle of the incline, then I cut a piece of wood with that same angle, painted it white, andglued the Keyboard Dock to the piece of wood.
    Now I don't have to insert a pad or ruler between the iPad and the Dock.  The iPad now leans forward to the correct angle.
    The raised angle also helps  me type better due to the tilt.

  • Multiple iphones each with an apple id - can i use the same laptop and itunes for back up, restore and updates?

    We have two iphones each with a different apple id - can i use the same laptop and itunes for back up, restore and updates without risking having my apps overwritten.  Basically does itunes keep the two iphones as two separate entities ?  Does iTunes differentiate between the two devices and keep two different SYNCs ?

    Yes, you can use the same computer for BACK UPS, RESTORING AND UPDATING. But that is it.
    You cannot, however, use it to sync the different devices. iTunes will only recognize one device to sync with and if you sync any other devices with that iTunes library, it will replace what is on the phone with whatever is in the library. It cannot differentiate between devices. At most, it will jsut recognize that the phone has been synced with a different iTunes library.
    So if you would like to use the same computer for backing up, restoring and updating, just make sure to turn of Automatic Syncing in your iTunes Preferences.

  • I have a Ipod Nano and want to get another one , and use both. Can I use the same computer and library for both?

    I have a Ipod Nano and want to get another one , and use both. Can I use the same computer and library for both?

    Yes

  • How can you use the same e-mail address for multiple ipads?

    I have two iPads.. an iPad and an ipad 2.  I registared my new ipad 2 and now my old ipad is will not let me log on and is telling me that my e-mail address is already in use.  how can you use the same e-mail address for multiple ipads?

    And by using the same Apple ID you can also share purchases.  If you have a different Apple ID for each iPhone then you can't share purchases.

  • With the new fcpx...can we use the plug ins I paid for..like FxFactory?

    ....with the new fcpx...can we use the plug ins I paid for..like FxFactory?

    It's highly likely, Apple are not in the habit of shooting themselves in the foot and have an excellent track record for handling major architectural transitions (68000 to PowerPC, PowerPC to Intel, OS 9 to OS X etc) but of course nothing can be guaranteed until further official announcements are made. Your existing software however will certainly continue to work for some time yet to come with  compatibility for the existing FCP, Motion, After Effects versions.
    Why not drop an email to FxFactory / Noise Industries support?

  • Can i use the iPhone 5 unlock version for tMobile?

    can i use the iPhone 5 unlock version for tMobile?

    If you unlock a phone, you can use it with any carrier. Just be aware that T-mobile is not a carrier that AppleCare tech support will be able to troubleshoot

  • Can I use the mapping tool in Imovie for commercial purposes?

    Can I use the mapping tool in Imovie for commercial purposes?

    In general, yes.
    For the legalese, see this Apple document, section 2.G.iii.
    http://images.apple.com/legal/sla/docs/iLife11.pdf

  • How can i use the amp designer or pedalboard for software instruments in garageband 10

    how can i use the amp designer or pedalboard for software instruments in garageband 10?
    and how can i customize the effects for the master track? in different factory presets are different effects, but how can i choose them manually?

    hongconga wrote:
    I want to record a podcast using my Mackie mixer and have the mix sent to Garageband through the USB I/0, but it doesn't seem to give me the option.
    i think the first thing to do would be to check with Mackie support. two things noted on Mackie's website:
    DRIVERS::
    No Driver Required for Supported Windows (PC) or OS X (Mac) Versions
    (note "supported")
    and
    For the Mac::
    Mac OS X 10.4.11 – 10.7.1
    ask if their firmware currently supports OS X 10.9.x

  • Can I use the "same" button multiple times for multiple galleries?

    OK so I am extremely untrained in CS4 and Actionscript. However I have managed to get along fairly well until I started to dynamically upload images as a gallery. This works great if I have one gallery, but for my site I have 9 galleries!!! I have a back and next button, but I want to be able to use those same buttons for all of the galleries so they look the same. I have split them up and renamed them, but I am clueless on how to script the buttons to work. Please help...and don't laugh at my poor scripting. This is what I have now because I do not know where to put the other button names without getting errors.
    stop();
    next_btn .addEventListener(MouseEvent.CLICK, nextImage);
    var imageNumber: Number=1;
    function checkNumber(): void{
        next_btn.visible=true;
        back_btn.visible=true;
        if(imageNumber==15){
            trace(imageNumber);
        next_btn.visible=false;
        if(imageNumber==1){
            trace(imageNumber);
        back_btn.visible=false;
    function nextImage(evtObj:MouseEvent):void {
        imageNumber++;
        mc_engagement.source= "photo/engagement/en0"+imageNumber+".jpg";
        mc_amish.source= "photo/amish/Amish"+imageNumber+".jpg";
        mc_chicago.source= "photo/chicago/ch"+imageNumber+".jpg";
        mc_landscapes.source= "photo/landscapes/land"+imageNumber+".jpg";
        mc_goodvsevil.source= "photo/goodvsevil/ge"+imageNumber+".png";
        mc_animals.source= "design/animals/an"+imageNumber+".png";
        mc_icons.source= "design/icons/icon0"+imageNumber+".png";
        mc_objects.source= "design/objects/pc"+imageNumber+".png";
        mc_typography.source= "design/typography/type"+imageNumber+".png";
        checkNumber();
    back_btn .addEventListener(MouseEvent.CLICK, backImage);
    function backImage(evtObj:MouseEvent):void {
        imageNumber--;
        mc_engagement.source= "photo/engagement/en0"+imageNumber+".jpg";
        mc_amish.source= "photo/amish/Amish"+imageNumber+".jpg";
        mc_chicago.source= "photo/chicago/ch"+imageNumber+".jpg";
        mc_landscapes.source= "photo/landscapes/land"+imageNumber+".jpg";
        mc_goodvsevil.source= "photo/goodvsevil/ge"+imageNumber+".png";
        mc_animals.source= "design/animals/an"+imageNumber+".png";
        mc_icons.source= "design/icons/icon0"+imageNumber+".png";
        mc_objects.source= "design/objects/pc"+imageNumber+".png";
        mc_typography.source= "design/typography/type"+imageNumber+".png";
        checkNumber();

    I'm still a novice with Flash myself, but I have two comments.
    First, at this point, won't your buttons control all galleries at the same time? Which means, if I go to image 5 in one gallery, then move to another gallery, I'll start at image 5, because the actions are all connected.
    Second, you can definitely use the same buttons for multiple galleries. It seems to me that as long as you've assigned the buttons an instance name, these actions should already work to control all the galleries (see the note above). I guess I would need to understand a bit more about how your project is built.

  • Can we use the built-in Row fetch for Multiple reports in a page?

    I need to create a page with multiple report regions. Each of it is based on a table. Those tables are different. I somewhat remembered that we can NOT use the built in automatic row fetch process if there are multiple report regions, neither the built in DML process. You have to make your own fetch and insert/update/delete process if you intend to.
    Also if I write my own row fetch and update processes, do I have to consider lock mechnism? or just simply write select and insert/update?
    Any input is appreciated.

    I think I found the answer. Would Scott or other gurus take a look at the thread and confirm it, in case the limitation is not in 2.0?
    Re: automatic row fetch
    What I am concered about is that the locking mechanism. If I have to write my own process to fetch and insert/update, other than the regular select and insert/update statements, do I have to put commit by myself, or htmldb can handle it automatically? Is there an example for this?
    Thanks in advance.

  • Can I use the ac charger I bought for my mini with my new nano

    Having just bought a Nano, I want to know if I can use the ac charger I bought for the mini to charge it. I don't have enough access to a pc to charge it via the USB cable.

    Here are the specs on the Apple AC converter:
    Input AC 100-240 V 50-60 HZ
    AC input 0.35A max
    Output 5V, 1A
    I'm not sure how this matches up with the specs on your charger. Maybe you could find a website for your supplier and see if they advertise the unit for Nanos?

  • HT4341 Can I use the 5w usb power adapter for iPad mini/ iPhone 4 in 220v with an adapter?

    I will be traveling to Peru and have an adapter for the different prongs there, can I use the 5w usb power adapter that came with my iPad mini, or do I need to buy a converter as well for t their 220v?

    The apple charger is rated 100V to 240V, 50/60 Hz. You can use it in any country.

  • How can I use my TV as a display for FaceTime and the camera of my MacBook when connecting it to the TV via HDMI?

    I can connect my MacBook to my TV via HDMI and when I FaceTime everything works normally except I would like the display for the MacBook to be turned off so I can see video only on my TV. Closing the lid is not an option since I am using the MacBook's camera to FaceTime. Is there any way to achieve this?

    Shivneet wrote: ... I would like the display for the MacBook to be turned off so I can see video only on my TV. ... Is there any way to achieve this?
    Not that I could find.
    The easiest workaround that I could find is a trimmed piece of Black Construction Paper taped over the Mac's display.
    Alternatively, you could use an external Mac Compatible Web Cameras and then close the lid, but that is a higher cost option.
    Message was edited by: EZ Jim
    Mac OSX 10.8.4

  • How can I use the F14 and F15 key for a shortcut?

    Hi folks,
    I've been trying to assign custom shortcuts to the F14 and F15 keys of my keyboard (wired, full sized type) on my Mac Pro 2008 running Mac OS X Lion 10.7.2 however every time I try to assign those keys to an app's "Record a shortcut" function I get the same error dialog from the OS:
    The key combination F15 can't be used!
    The key combination "F15" can't be used because it's already used by a system-wide keyboard shortcut. (If you really want to use this key combination, most shortcuts can be changed in the Keyboard & Mouse panel in System Preferences.)
    (note: the same happens with F14, F13 and lower as well as F16+ work fine however)
    I have looked into my system settings as the dialog suggests however there isn't a single shortcut that uses F14 or F15 anywhere in any of the shortcut groups.
    If any of you have an idea of how I could "clear" or even just find out what these keys are currently being used for/by that would be super… they don't seem to do or trigger anything when I press them.
    Here is another screenshot of the issue:
    Note: This is not app specific, I've tried this in various apps and every time I get the same Mac OS popup.
    Thanks for reading,
    I look forward to your ideas and insights!

    Hi,
    Use the step reference to get a PropertyObject reference using the Step.AsPropertyObject. With this PropertyObject reference you can then get the values of Limits.High and Limits.Low using the PropertyObject.GetValNumber() method.
    Limits.High and Limits.Low will be the lookup string for the PropertyObject.GetValNumber() method.
    Hope this helps
    Regards
    Ray Farmer
    Regards
    Ray Farmer

Maybe you are looking for