How can I display my ipad on a remote screen and charg it at the same time

I need to display my ipad on a remote screen for 10+ hours a day so I need to be able to charge it at the same time. Is this possible?

The best way to charge the iPad is with its included AC charger. If it is not doing something energy intensive, it can be charged and used at the same time and not deplete the battery, especially if services that are not being used are turned off.
Can you share more about the situation or environment in which you want to employ the iPad and which model you want to use? The new iPad consumes more energy and takes longer to charge the battery than the iPad 2.

Similar Messages

  • Can i add two country holiday on my iCal and see them at the same time?

    Can i add two country holiday on my iCal and see them at the same time? HOW?

    Just subscribe to the appropriate calendars: you can subscribe to as many as you like.
    http://www.apple.com/downloads/macosx/calendars/

  • Can I create a JAR that is an Applet and Desktop app at the same time?

    Hi mates.
    Can I create a JAR that is an Applet and Desktop app at the same time?
    Thanks.

    Ricardo_Ruiz_Lopez wrote:
    ..I have one problem, I want a JMenuBar but I can't add it inside a jPanel.
    Any idea?
    SSCCE
    It can be compiled/run as an applet or application something like this (e.g. for a Win command prompt).
    C:\Users\Andrew\Hybrid> javac Hybrid.java
    C:\Users\Andrew\Hybrid> java Hybrid
    C:\Users\Andrew\Hybrid> appletviewer Hybrid.java
    C:\Users\Andrew\Hybrid> // YES the previous line requires a '.java'  suffix - trust me.  ;-)Code
    // <applet code='Hybrid' width='600' height='400'></applet>
    import java.awt.*;
    import javax.swing.*;
    import javax.swing.border.*;
    public class Hybrid extends JApplet {
        public void init() {
            SwingUtilities.invokeLater(new Runnable() {
                public void run() {
                    GUI gui = new GUI();
                    getContentPane().add( gui.getMainPanel() );
                    setJMenuBar( gui.getMenuBar(false) );
                    validate();
        public static void main(String[] args) {
            SwingUtilities.invokeLater(new Runnable() {
                public void run() {
                    JFrame f = new JFrame("Test Hybrid");
                    f.setDefaultCloseOperation( JFrame.EXIT_ON_CLOSE );
                    GUI gui = new GUI();
                    f.setContentPane(gui.getMainPanel());
                    f.setJMenuBar(gui.getMenuBar(true));
                    f.pack();
                    f.setLocationRelativeTo(null);
                    f.setVisible(true);
    class GUI {
        private JPanel mainGui = null;
        private JMenuBar menuBar = null;
        public JPanel getMainPanel(){
            if (mainGui==null) {
                mainGui = new JPanel( new BorderLayout(3,3) );
                mainGui.setBorder( new EmptyBorder(5,5,5,5) );
                JToolBar tb = new JToolBar();
                for (int ii=1; ii<6; ii++) {
                    tb.add( new JButton( "Btn " + ii) );
                    if (ii%2==0) {
                        tb.addSeparator();
                mainGui.add(tb, BorderLayout.NORTH);
                mainGui.add( new JSplitPane(
                    JSplitPane.HORIZONTAL_SPLIT,
                    new JScrollPane(new JTree()),
                    new JTextArea(20,20)
                    ), BorderLayout.CENTER );
                mainGui.add(new JLabel("Main user interface.."), BorderLayout.SOUTH);
            return mainGui;
        public JMenuBar getMenuBar(boolean isFloating) {
            if (menuBar == null) {
                menuBar = new JMenuBar();
                if (isFloating) {
                    JMenu fileMenu = new JMenu("File");
                    fileMenu.add( new JMenuItem("Exit") );
                    menuBar.add( fileMenu );
                JMenu helpMenu = new JMenu("Help");
                helpMenu.add( new JMenuItem("About") );
                helpMenu.add( new JMenuItem("Help") );
                menuBar.add( helpMenu );
            return menuBar;
    The code is not intended to be well designed. It is just written to be brief and demonstrate a few points.
    Edit 1:
    Added some access keywords in a passing gesture that the sample aimed at encapsulation.
    Edited by: AndrewThompson64 on Sep 2, 2010 1:34 PM

  • HT4437 can i play songs from my ipad to my airport express and Ihome speaker at the same time?

    can i play songs from the ipad to both the airport express and ihome speaker at the same time?

    Let's double-check your AX's settings...
    To set up AirTunes on the AirPort Express Base Station (AX), using the AirPort Admin Utility, connect your computer directly (using an Ethernet cable) to the Ethernet port of the AX, and then, try these settings:
    AirPort tab
    - Base Station Name: <whatever you wish or use the default>
    - Wireless Mode: Join an Existing Wireless Network (Wireless Client)
    - Wireless Network: <select your Belkin wireless network>
    Music tab
    - Enable AirTunes on this base station (checked)
    - Enable AirTunes over the Ethernet port (optional)
    - iTunes Speaker Name: <whatever you wish>
    - iTunes Speaker Password (optional)
    In iTunes:
    iTunes > Preferences... > Advanced > General
    - Look for remote speakers connected with AirTunes (checked)

  • When will the iPad be able to walk and chew gum at the same time?

    Granted yes I know it would chew up a ton of battery power, but will there be a time when the OS will allow you to say listen to something off of the iPod or a video app and say read a book or surf the web at the same time?

    You can already listen to music and surf the web/read simultaneously.
    Play something from the iPod app and it will continue playing when your using safari/iBooks etc.
    Double clicking the home button while doing so brings up the controls for the music.

  • How can I call my ipad 2 on facetime with my Iphone 4s with the same Apple ID ?

    Hey'
    I'm french so i will try to explain my problem in English.
    I've got an Iphone 4s and an Ipad 2, and I want to use Facetime between then.
    But I've the same apple ID on both devices..
    And when I call my iphone the app just open and close 2 seconds after.. Same thing with my ipad.
    What can I do ?
    Thanks !

    using  facetime  http://support.apple.com/kb/ht4319
    troubleshooting facetime http://support.apple.com/kb/TS3367
    I don't believe this can be done since your using the same apple id.  It would be like calling your own phone number and getting a busy signal.

  • How can I create a link to a pdf file and show it in the same webpage or in a new tab

    It is no problem to create a link. But the formats are limited and  - unbelievable -  the pdf format is not supported??!
    Where are the parameter (_blank or _self) to show it for example in the same webpage or in a new tab??!

    PDF is media.  It is not a web document.  Your end users must have plug-ins and helper apps installed on their device to see PDFs in browsers.  Depending on their settings, the PDF file may or may not launch in the browser window.  On my system, PDF files download and launch inside Acrobat Professional; not my browser.
    The safest approach is to provide a screenshot on your page with a direct link to the PDF file so people can handle it as they wish.  See example:  http://www.adobe.com/manufacturing/3dpdfsamples/3dsolutions/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/

  • Why can i rotate screen and have sound at the same time.   Why is only option one or the other

    why cant i rotate and have sound at the sametime?  why does it have to be one or the other.   

    Do you really think it's not possible to do both and set them up the way that you want them to be set up? You just don't understand how the process works.
    System sounds can be muted and controlled two different ways. The screen lock rotation can be controlled in the same manner as well.
    Settings>General>Use Side Switch to: Mute System sounds. If this option is selected, the switch on the side of the iPad above the volume rocker will mute system sounds.
    If you choose Lock Screen Rotation, then the switch locks the screen. If the screen is locked, you will see a lock icon in the upper right corner next to the battery indicator gauge.
    If you have the side switch set to lock screen rotation then the system sound control is in the control center if you are running iOS 7. Swipe up from the bottom of the screen to get to control center . Tap on the bell icon and system sounds will return.
    If you have the side switch set to mute system sounds, then the screen lock can be accessed in the same manner as described above.
    This support article from Apple explains how the side switch works.
    http://support.apple.com/kb/HT4085

  • How can I list multiple contacts (as in a group) in Maps, all at the same time?

    I've just added about 30 contacts with street addresses to my Contacts app on my MacBook Pro running Mac OS X Yosemite (all synced with iCloud), hoping that I'd be able to open Maps and somehow view them all at once. I thought that maybe I could select these 30 or so contacts, so that Maps would show me only the ones I wanted it to (considering I have other contacts with addresses), or maybe it would show me ALL the contacts that have addresses, including those who are irrelevant. It wouldn't bother me if I had to see all of them, but still being able to choose some to view would be a plus feature.
    Anyhow, I can't seem to find out how to do any of these options — view some or view all. I can only view a single contact at a time. Am I overlooking something ridiculous or has this feature just not been implemented yet?

    Hello B,
    Are you acquiring with all 8 channels?  If not, you can use one of your unused channels as an analog trigger source, and input your digital trigger there.
    Alternatively, the PCI-5105 has a RTSI connector on the rear of the board.  This connector gives you access to 8 digital RTSI lines which can be used for digital triggering.  See the following KB for more information about RTSI:
    http://ae.natinst.com/operations/ae/public.nsf/web/searchinternal/ad2d553f55a07bbf8625650d005f1f00?O...
    You are correct.  You can fetch data while an acquisition is in progress.  And you can fetch more data than will fit into memory provided you set the Enable Records > Memory property to true.  Take a look at the "niScope EX Fetch In Chunks.vi" and "niScope EX Multi Record Fetch More Than Available Memory.vi" shipping examples in:
    C:\Program Files\National Instruments\LabVIEW 8.2\examples\instr\niScope
    I hope this helps.
    Regards,
    Sean Close
    Product Support Engineer: High Speed Digitizers

  • How I fixed my short battery life on iPhone 5, and ActiveSync problems at the same time.

    For anyone still having activesync or battery problems I have a potential fix:
    I've had two issues lately. 
    First, my battery life was draining at an insane rate.  iPhone5 lasted about 3-4 hours before absolutely dead from a full charge.  LTE disabled, WiFi disabled, icloud turned off...about as power efficient as I could make it, and I was hardly using it at all.  I was losing 1% batt every 2-4 minutes. 
    I solved this problem by removing my work account (Exchange Activesync) from my mail accounts.  Obviously I couldn't stay like that for very long, so after confirming it stemmed the battery issue, I tried to add it back.  Did a bunch of different methods and tests, and what ended up working for me was:
    Remove ALL accounts (Had Exchange, gmail, icloud)
    hard reset the phone. 
    After it came back up, I reset the Network Settings just for good measure. 
    In Mail control panel, make sure "Default Account" doesn't have an old mail account listed (option may be not even present if you've removed all accounts, but I was having issues earlier where even though I'd removed accounts, it kept listing them in the Default Account/Calendar sections
    Add the Account
    Open Mail
    It actually took a min or two to start populating data, I didn't think it had worked, so give it a few minutes.
    My battery life issue seems to be fixed, and my ActiveSync account works again.  I've been off the charge for about 4h 40m now, and battery is at 90%, and that's with moderate usage on LTE.
    Hopefully this helps out anyone having similar issues.  For what it's worth, I removed/readded my Exchange account several times and it never worked until I had removed all accounts (my iCloud account was the last one to be removed), so if possible, just remove everything.  I had already restored, DFU'd, and tried several other steps.  This was what worked for me.
    I have NOT added my iCloud account back yet, but will be doing this now to see if any issues reappear.

    I am experiencng rapid battery drain as well. Before checking the forums I have closed apps running in background, turned off LTE, turned off location services, turned off wi-if & turned off Bluetooth...my battery drained to 53% in 3 1/2 hours.
    This is my 1st personal iDevice so I do not understand some of the verbiage. 
    What is "disabled safari on icloud"? 
    I go to Setting - iCloud & I am not signed in
    I don't see anything in Safari Settings about iCloud
    Thank you in advance for your assistance
    Jennifer

  • How to transform a layer object and a path at the same time?

    Hi all,
    I know I am going to kick myself when you tell me the answer to this!
    I would really like to know if there is any way I can manage to to transform both a layer object and a path at the same time....or if there is any workaround to achieve this.
    In a nutshell, say for example I spend a VERY long time creating an intricate path around a very detailed object, and then at the very end notice just how crooked and out of perspective it is, and would like to straighten it.
    Of course I could transform and correct the object, and then carefully transform the path - but it just won't be exact, and I will have to spend a long time adjusting the path and making SURE it is perfect.
    Isn't there any way I could get to transform them together?
    Usually of course I do all the correction to straighten and correct perspective beforehand, but in some instances after I am done creating the path I then notice that the image could have used further adjustments.
    I appreciate so very much any advice you may have:)
    Thank you kindly,
    Christine

    Okay...I found another way as well... suddenly it all started coming to me in the last few minutes:)
    Once the image is on it's own layer, then we can select the path and then make a vector mask by going to "Layer>Vector Mask>Current Path". Once the vector mask is created, simply click on the image icon on it's layer, then transform away to your heart's content, and the path is transformed along with it. Once finished, the path for the vector mask can be saved as usual. (Don't click on the vector mask icon when transforming the image, otherwise only the path will be transformed.)

  • How can I control an iPad from a touch screen which is mirroring the iPad screen

    How can I control an iPad from a touch screen which is mirroring the iPad screen.
    This is a very important application for disability students who wish to use iPad apps but do not have sufficient fine motor skills to use the small screen of an iPad but could use a large format display touch screen.
    There must be a way.?????????? Help!!
    Peter Niass
    [email protected]

    Have a look here
    http://www.macstories.net/iphone/the-external-touchscreen-that-can-control-an-ip hone/

  • I have the newest version of the iPad and can not see it under devices in my iTunes account on my PC.  I can however see my iPod touch under devices and sync it.  How can I get my iPad to show under devices and sync as well?

    I have the newest version of the iPad and can not see it under devices in my iTunes account on my PC.  I can however see my iPod touch under devices and sync it.  How can I get my iPad to show under devices and sync as well?  I have also tried may suggestions on the apple support site and none have worked.  Any suggestions are welcome.

    You need iTunes version 11+.
    iPad not appearing in iTunes
    http://www.apple.com/support/ipad/assistant/itunes/
    iOS: Device not recognized in iTunes for Mac OS X
    http://support.apple.com/kb/TS1591
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/TS1538
    How to restart the Apple Mobile Device Service (AMDS) on Windows
    http://support.apple.com/kb/TS1567
    IOS: Syncing with iTunes
    http://support.apple.com/kb/HT1386
    Apple - Support - iPad - Syncing
    http://www.apple.com/support/ipad/syncing/
     Cheers, Tom

  • Hello i hav an ipad mini and i was in the middle of the ios 8 update and i held the sleep and home button at the same time to cancel the update and now it wants me to connect to itunes i dont no how to do that can someone pleaze help me

    hello i hav an ipad mini and i was in the middle of the ios 8 update and i held the sleep and home button at the same time to cancel the update and now it wants me to connect to itunes i dont no how to do that can someone pleaze help me?

    RECOVERY MODE
    1. Turn off iPad
    2. Turn on computer and launch iTunes (make sure you have the latest version of iTune)
    3. Plug USB cable into computer's USB port
    4. Hold Home button down and plug the other end of cable into docking port.
    DO NOT RELEASE BUTTON until you see picture of iTunes and plug
    5. Release Home button.
    ON COMPUTER
    6. iTunes has detected iPad in recovery mode. You must restore this iPad before it can be used with iTunes.
    7. Select "Restore iPad"...
    Note:
    1. Data will be lost if you do not have backup
    2. You must follow step 1 to step 4 VERY CLOSELY.
    3. Repeat the process if necessary.

  • How can i replace my ipad if it is disabled and i cant figure it out?

    i forgot my iPad's passcode is there a way to replace it for free or an even exchange?

    So yu tried everything in step 2:
    Turn off the device: Press and hold the Sleep/Wake button for a few seconds until the red slider appears, then slide the slider. Wait for the device to turn off.
    If you cannot turn off the device using the slider, press and hold the Sleep/Wake and Home buttons at the same time. When the device turns off, release the Sleep/Wake and Home buttons.

Maybe you are looking for