How do I share information between my Asus laptop and my Ipad?

I have an Asus laptop with Windows 8 and I am trying to have information that I have saved on my Ipad for business to be automatically sent to my laptop and vice versa. Is that possible?

What sort of information? Contacts can be shared to/from Outlook on the Asus to the iPad.
For documents, use Dropbox or similar service. kindle app is available for both platforms and
can keep reading material in sync (there may be other apps that do the same, but I use kindle
so know that syncing occurs).
If this does not cover what you are attempting, please post more details so someone may
offer a solution.

Similar Messages

  • How do I share internet between my iphone 4 and my ipad?

    I have an iphone 4S (model: MC603B/A) with 7.1.2 (11DD257). The operator is Carrier 16.1.
    I have tried to share internet between this iphone and my ipad, but I cannot do it because when I arrive at the relevant option through adjustments (mobile data>set up "share internet"), I always get the same message: (to activate "share internet" in this account, contact Carrier - translation from Spanish.
    I have contacted ONO, which is the phone company that is providing me with service, thinking that it was my "carrier", and they sent me back to "apple" to sort this out. They say that I could have this service if my iphone was well set up but they cannot do it themselves.
    How could I set it up?
    Thanks for your help in advance,
    Telma

    iOS: Understanding Personal Hotspot
    iOS: Troubleshooting Personal Hotspot
    In order to use hotspot, you need to be provisioned by your phone carrier to do so.  I suggest you go and talk to someone higher up with ONO.

  • HT1369 While syncing between my window laptop and my iPad, the following occurs "iTune has stopped working"

    While syncing between my window laptop and my iPad, the following occurs "iTune has stopped working" message came on just yesterday, 19 May 2012.
    Wonder what went wrong?
    can anyone offer a tip or two?
    Thanks

    Try this, it worked for me when nothing else did:
    Perform a SoundLink® speaker reset, following these steps:
    On the speaker, press and hold Mute for 10 seconds, the LEDs will flash briefly
    Press Power to turn the SoundLink® speaker back on
    Reconnect the device, if necessary.

  • How do I share calendars between OS 10.8 and OS 10.6.8?

    How do I share calendars between wife's iCal in MacBookPro 10.6.8 and my Calendar in iMac 10.8?

    Hi Leon Pappanastos,
    I see that you want to label some faces in your photos in iPhoto ’09. Here is an article with some steps that will help you accomplish this:
    Name the face of a specific friend or family member
    Click to select Events in the Source list, select an event, and then select a photo that includes a person or people you want to name.
    Click the Info button in the toolbar to open the Information pane.
    Click the “unnamed” label and type a name to a face in your photo.
    As you type, iPhoto suggests names based on previous names entered, names in your Contacts application, and names of your Facebook friends (if you’ve set up a Facebook account in iPhoto). If you want, you can choose one of these names from the pop-up menu that appears.
    Note:   If no label appears below a face, it means iPhoto didn’t detect this face. It’s easy to add a missing face.
    Press the Return key.
    If the photo shows more than one person, repeat steps 3 and 4 for each face you want to name.
    You don’t have to name every person in a photo.
    If there are people you don’t intend to name, you can tell iPhoto to ignore their faces. Move your pointer over the face, and then click the X in the top-left corner of the box that appears.
    The box and “unnamed” label disappear.
    When you’re done naming the people in this photo, click the Info button again to close the Information pane.
    After you name someone in Faces, you can change the person’s name or include their full name at any time. Select Faces in the Source list to see your corkboard. Below a snapshot, click the name you want to change and type a new one.
    You can also add a person’s email address here, if you wish.
    iPhoto: Name the people in your photos
    https://support.apple.com/kb/PH19741
    Thanks for being a part of the Apple Support Communities!
    Cheers,
    Braden

  • How do I share files between my iPhone 5 and MacBook Pro?

    I need to transfer files between my iPhone 5 and my MacBook Pro. The latter is running Mavericks. I have enabled AirDrop on both devices (I chose "AirDrop for Everyone" on my iPhone), but when I click the AirDrop file in Finder on my Mac, my iPhone doesn't appear. 
    Thoughts?

    Sorry; I've got Yosemite installed on my MacBook Pro, not Mavericks anymore.

  • How do you share information between two iPod Touches?

    My girlfriend and I are considering iTouches to replace our old Palm Z22s. We beam a LOT of data between our Palms — grocery lists, contacts, events, notes, tasks, expenses, odometer/milage entries on cars — almost every day.
    How does one instantly transfer data between two iTouches?

    So there's no easy way to do this? Can't say I'm surprised, the way Apple has become a "my way or the highway" brand.
    It's simple: I've added 10 items to my grocery list. She's added 5 items to hers. We're at the grocery store, where I'm about to shop while she runs other errands.
    How do I get her shopping list from her iTouch to mine while standing there in front of the store?
    With our Palm Z22s, using 10-year-old technology, she can beam me her list in about 2 seconds.
    With the iPod Touch, apparently she can't send me her list at all, unless, what? She copies down each item into an email, finds free wifi, sends the email to me, I receive it, then copy the items in the email back into my copy of our shopping list app?
    REALLY?!?

  • How do I share files between profiles on my Macbook Pro. 10.8.4, HELP!

    how do I share files between profiles on my Macbook Pro. 10.8.4 I have moved the files to the public folder, shared the folder and enabled sharing in system preferences. however, i still cannot access the files from my other profile. Please help!

    Information.
    Try dropping the files into your wife's Public Folder.
    File Sharing
    File Sharing (2)

  • How do I share files between users on the same machine?

    I tried using /Users/shared to share files between myself (Admin user) and another user on the machine (Standard user). Whenever I put a file or a folder into said directory permissions are 755 for directories and 644 for files, my umask is 0022. The files and directories belong to my user and the group staff. This means I can read and write and others can read. If I do the same using the other users account. Permissions are 700 and 600 respectively. (Owner is the other user and group is staff.) Strangely the other users umask is 0022, too.
    The result is, that all directories and files I create with my account (Admin user) are readable to every other user on the machine, whereas all directories and files the other user (Standard user) creates are not readable for anyone else. I can easily rectify this using the Terminal and chmod and/or chown, but it is a pain having to do this, since I also need to forcefully restart the Finder App for it to notice the changed permissions.
    Ideally I'd like all directories in /Users/Shared to have permissions 777 and all files 666 no matter which user created, copied or moved them to said location. I think this could possibly be done using applescript and shellscripting and the folder action hook. So far my attempts to find such a script on the net or/and write it myself have failed. I'd be grateful for any hints how I:
    a) write and setup such a script
    b) accomplish what I try to do (share files and folders on the same machine) in another possibly more Mac way
    Kind regards
    David

    The following AppleScript will recursively descend the directory tree and change the items to your modes:
    <pre style="
    font-family: Monaco, 'Courier New', Courier, monospace;
    font-size: 10px;
    margin: 0px;
    padding: 5px;
    border: 1px solid #000000;
    width: 720px; height: 340px;
    color: #000000;
    background-color: #FFDDFF;
    overflow: auto;"
    title="this text can be pasted into the Script Editor">
    on adding folder items to this_folder after receiving these_items
    repeat with some_item in these_items
    ProcessStuff from some_item
    end repeat
    end adding folder items to
    to ProcessStuff from SomeItem
    processes items contained in SomeItem, recursively descending the directory tree
    parameters - SomeItem [mixed]: an item containing the items to process
    returns nothing
    set SomeItem to SomeItem as text
    set FileInfo to (info for SomeItem as alias)
    if (folder of FileInfo) and not (package folder of FileInfo) then -- a folder (not a package)
    do shell script "chmod 666 " & quoted form of POSIX path of SomeItem
    -- do shell script "chown root:staff " & quoted form of POSIX path of SomeItem user name "me" password "mypassword" with administrator privileges
    try -- to get items in the folder
    tell application "Finder" to set SubFolder to (items of folder SomeItem)
    on error
    return {}
    end try
    repeat with SubItem in SubFolder -- process the sub items
    ProcessStuff from SubItem
    end repeat
    else -- a file
    do shell script "chmod 777 " & quoted form of POSIX path of SomeItem
    -- do shell script "chown root:staff " & quoted form of POSIX path of SomeItem user name "me" password "mypassword" with administrator privileges
    end if
    return
    end ProcessStuff
    </pre>
    You shouldn't need to change the ownership, so I commented out the chown shell script since this would need to be run as a super user. You can run a shell script with administrator privileges, but in order to be used by a standard user you will need to provide the appropriate user name and password in the script, which might not be a good idea - note that the folder action script will need to be attached in all accounts that you want to change the permissions, which means that it would need to be accessible to those accounts.

  • How do I share files between two Macs on my wireless network?

    I have an iMac G4 and an ibook G3 on a wireless network. I have "file sharing" activated on both computers. (Also Appletalk, which may or may not be a misguided move, but I got the idea from OSX "Help.")
    When I try to get from either computer onto the other, my computer is recognized by name (another alternative is to log on as a "guest"). I'm prompted for a password. None of the passwords I use works. I've tried the administrative passwords for both computers.
    How do I get beyond this hurdle to share files? I've posted elsewhere to no avail. This must be an easy one. How do you share files between two macs on one network?

    Do your accounts on the machines have the same short name? It's an issue I've seen a few names.. one machine with bsmith, the other with bobsmith, but the long names for both being "Bob Smith". The login windows would confuse users because it showed their names, but because the short names didn't match, it wouldn't work.
    The password you should use is the administrative one, so I don't know why you're not having luck.

  • How do I share files between users on the same Macbook pro?

    I have created different users on my new Macbookpro, but I can't seem to share files between two users. Help how do I share files between users on one laptop? eg. a pdf file that I want to grab from my user x and use it on user y, thanks.  By the way I have already tries going into system preferences, sharing folder, then turning on file sharing and that didnt work. thanks

    From the Help Menu using the search criteria Drop Box

  • How do I share files between Macs?

    I have a new Mac running Lion.  My wife has a MacBook running OS X 10.6.8.
    How do I share files between the 2 machines.  Her laptop shows up in my Finder and my Mac shows up in her Finder.  We try to copy files and it looks like they are copied (using iPhoto export), but there is nothing there.  When I try to browse her laptop from my Mac, I am told I don't have permission.
    Is this something that can be done?  I would like to think so.

    Target disk mode is one way: http://support.apple.com/kb/ht1661
    Another way:
    Drop files in the user/Public Folder
    Make changes in >Preferences>Sharing

  • How do I share files between a PowerPC 8100 OS 7.6.1 and an iMac OS 10.7.4 over ethernet

    How do I share files between a PowerPC 8100 OS 7.6.1 and an iMac OS 10.7.4 over peer to peer ethernet connection? I'm trying to get data off the old machine so I can retire it for good. Can I just save the data and worry about file conversion later?

    Addendum
    There is a relatively simple server-based way of avoiding difficulties with incompatible system versions et cetera. It could possibly be of some interest.
    I tested the following between a System 7.5.3 PowerBook 540 and a Windows XP PC. It ought to work with a System 7.6.1 Power Macintosh 8100 and a MacOS X 10.7.4 iMac as well.
    a) Download and install Microsoft Personal Web Server 1.0 for Macintosh onto the 8100. If the 8100 does not have a direct Internet connection, carry out the download on another computer, and then try to transfer the hqx file (as it is) on a CD-R (burn at a low speed) or a 1.44 MB floppy (use StuffIt Expander to decode the hqx on the 8100). Do not change or add anything after the installation; just leave the files as they are.
    http://support.microsoft.com/kb/164571
    b) Drag a compressed example archive (we can call it example_file.sit) to the folder My Personal Web Site (there are other files inside this folder; do not worry about them). Ensure that the compression format is compatible with a decompression tool on the receiving computer.
    c) Many people have access to a router (wired or wireless) with a built-in Ethernet switch (usually something like four LAN ports). If applicable, disconnect any incoming Internet (the WAN port). If possible/necessary, switch off the wireless (see the router manual for details about this).
    d) Switch off both computers (and the router).
    e) Connect an AAUI to RJ-45 transceiver (such as the aforementioned Apple Ethernet Twisted-Pair Transceiver) to the AAUI port of the 8100.
    f) Connect an Ethernet cable from the transceiver to the first LAN port of the router.
    g) Connect an Ethernet cable from the second LAN port of the router to the iMac.
    h) Switch on the router.
    i) Start the computers.
    j) The TCP/IP control panel on the 8100 is set to connect via Ethernet. DHCP Server is used in this case.
    k) Open the Microsoft Personal Web Server control panel.
    l) Click on the Start button.
    m) Wait (can take a while).
    n) Notice the exact address at My URL (under Monitor Web Site). Could be something like http://192.168.1.2 (depends on the router).
    o) Launch a web browser on the iMac (I did the testing on the PC with Firefox and Safari).
    p) Enter the exact address (see n above) in the browser's address field (http://192.168.1.2 in my example). Press Return. A standard web page should appear. Disregard this page for now.
    q) Add the exact file name (example_file.sit) to the address shown in the field. The result would be http://192.168.1.2/example_file.sit in my case. Press Return.
    r) The file should start to download to the modern computer.
    All the above is intended for a local connection only (otherwise security settings become of importance), and should be considered purely experimental. There are further possibilities (including an FTP plug-in), but it also makes everything more complicated. I have not tested the behaviour with large files or with various files types. Sometimes the server may crash. If so, try a restart. Make sure that you have backup copies of important files already at the 8100 before you begin.
    Good luck!
    Jan

  • How do I share files between computers (mac's) on the same wireless network?

    How do I share files between computers (mac's) on the same wireless network?

    Turn on File Sharing in System Preferences - Sharing, then you should be able to see them in the other Macs' Finder sidebars (under Shared). Click on them, click Connect As, and log in with the user credentials you're sharing from.
    Matt

  • My husband and I use the same computer. He has his Itunes library that updates his ipod. I have my ITunes library that updates my ipod. How can we share songs between us?

    My husband and I use the same home computer. He has his ITunes library that links to his Ipod. I have my ITunes library that links to my Ipod. How can we share songs between our libraries? (Windows - Vista)

    No. Its not possible.
    Alternatively, create another user account in your computer. Install iTunes in that account with the library you wish to sync.

  • Best way to share information between different instances of a web part

    Hello,
    I'm developing a web part that will make changes to a A.D. OU. I don't want to grant the application user rights to the OU and I would like to store the information inside the web part, but dynamically, something like:
    static string username="";
    static string password = "";
    static string OU = "";
    So, when the web part find these strings empty ( for ex after IIS restart) , it would ask for username/password and store them at the static strings. Someone (the administrator?) would fetch the page (with the webpart) and fill the strings. The next user
    that will come to the page, he shouldn't  be asked for filling up the username/password.
    So, I need to share information between instances of the same web part. Can it be done with static variables? Is there any other better solution?
    Will this work with the same web part in 2-3-4 pages?
    Thank you
    Christos

    Hi Xristosk,
    From a security perspective and also in the interest of making the solution more robust (e.g. I don't think the admin is going to be too happy if he needs to enter in a username/password pair each time an IISReset happens, or the web server dies) what I'd
    suggest (and typically do) is to separate the request from the actual performing of the work.
    E.g. Keep the username/password pairs out of the web part configuration completely, and instead just make the web part be a form that submits to a list (or db) for the required change. 
    Then you can have a separate process (e.g. timer job or windows scheduled task) that has permission to read from the SharePoint list, and also has permission to write into the AD OU.  In terms of storing usernames/passwords - typically you'll want to
    avoid doing this.  If you have to then you can consider the Secure Store Service (preferred).  What I'd be most inclined to do is not store any password at all, and instead make sure that the account that the timer job or the scheduled task runs
    as has appropriate permission to write into AD.
    To answer the last part of your request, because the actual request is separated from the 'doing of the work' then this approach will work fine with 1,2,3,4, n pages.
    HTH
    -Michael.
    Please remember to mark your question as answered and vote it helpful if this solves or helps with your problem. *******************************************************************************************************

Maybe you are looking for

  • Macbook Pro 11,2 tests very poor WiFi performance compared to iPad

    Configuration: MBP 11,2 running 10.10.1 Airport Express 2014 vintage WiFi Scanner.app speed test results on MBP range from 1 to 3 Mbps. My iPad Air (or iPad Mini) in the same physical position tests between 18 and 28 Mbps. WiFi Scanner.app shows SNR

  • 6500 a plus

    I have an HP 6500a plus "wireless" printer/scanner.  It no longer connects to my network.  The 6500 can connect via wired or wireless, but neither one is working.  When I try to connect it wirelessly, I get a message that says "you cannot connect wir

  • ERROR "JAVA HOME not set"

    Hi, I have installed Hyperion V 11.1.2 on windows 2003 server in the D drive on my laptop.when i try to start configuration utility it says "JAVA HOME IS NOT SET".I have installed java in my laptop. can any one please help me how to set java home.

  • Had it with Dell, just ordered a Mac Mini

    For a number of reasons (that are so boring it will likely kill anyone who reads them so I won't post them here) I am going to throw my 6 month old top of the line Dell XPS in the pool. I just ordered a Mac Mini and I can't tell you how happy I am. H

  • Block Based replication of Domain Controllers to DR site

    I have to bring up a business critical application at a DR site using the same hostname and IP address as in production site. For this purpose, I plan to use a block replication software to replicate data from production servers to a SAN at the DR si