Is there any way of getting Facetime to work with windows?

I've just used Facetime for the first time and it worked like a dream. Is there any way Facetime can be used to phone someone with a PC using
Windows?

No, FaceTime uses a proprietary communications protocol that is incapatable with Windows.
Allan

Similar Messages

  • Is there any way to get a remote working with my powerbook?

    Hey guys,
    I'm jealous of my friends with MacBook Pros ;D, and would really like to control the volume and tracks of iTunes with a remote. Is there any way to add one?
    Thanks!
    Alec

    Check out this thread, with caution.
    Joe

  • HT4757 Will this software make my Canon Powershot A700 work with os x 10.8.2 and iPhoto 11 v. 9.4.1?  Is there any way to get my camera compatible with this computer?

    Will this software make my Canon Powershot A700 work with os x 10.8.2 and iPhoto 11 v. 9.4.1?  Is there any way to get my camera compatible with this computer?

    First Try the following:
    1 - delete the iPhoto preference file, com.apple.iPhoto.plist, that resides in your
         User/Home/Library/ Preferences folder.
    2 - delete iPhoto's cache file, Cache.db, that is located in your
    User/Home/Library/Caches/com.apple.iPhoto folder (Snow Leopard and Earlier).
    or with Lion and Mt. Lion from the User/Library/Containers/com.apple.iPhoto/
    Data/Library/Caches/com.apple.iPhoto folder
    3 - launch iPhoto and try again.
    NOTE:  In Lion and Mountain Lion the Library folder is now invisible. To make it permanently visible enter the following in the Terminal application window: chflags nohidden ~/Library and hit the Enter button - 10.7: Un-hide the User Library folder.
    If that doesn't help apply the two fixes below in order as needed:
    Fix #1
    1 - launch iPhoto with the Command+Option keys held down and rebuild the library.
    2 - run Option #4 to rebuild the database.
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    1 - download iPhoto Library Manager and launch.
    2 - click on the Add Library button and select the library you want to add in the selection window..
    3 - Now that the library is listed in the left hand pane of iPLM, click on your library and go to the Library ➙ Rebuild Library menu option.
    4 - In the next  window name the new library and select the location you want it to be placed.
    5 - Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments.  However, books, calendars, cards and slideshows will be lost. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.

  • Is there any way to get in direct contact with apple about a problem I am having?

    When I create text boxes in Preview and then save and close the file, they will be rotated 90 degrees when I reopen the file. This makes them virtually unreadable. It happens with some pdfs but not others. I am sure it must be a bug with preview and would really like to tell Apple about it so they can fix it. I posted this problem a few weeks ago and it seems a lot of people viewed it but I only got one reply (the person said they are not having the same problem).
    Is there any way to email apple directly about it? Or a better way to go about this?
    Thanks!

    If you believe it's a bug and you wish to just let them know about it, use the Feedback page Network 23 provided below. You will not get an answer to any feedback you send.
    If you want direct assistance from an Apple support technician, then you will have to call them and pay the support fee unless your system is within the one-year original warranty in which case you could purchase an AppleCare extended warranty plan under which you would get free phone support.
    You may also get suggests from people here, at least confirmation that the problem is a bug or a refutation of it being a problem across all 10.7.4 systems. You might also update to 10.7.5, if you haven't already, and see if the problem persists. Try the Combo updater; even though it's not necessary for a .1 incremental update, often use of the Combo updater fixes problems that the incremental update does not.
    Regards.

  • Time Machine - is there any way to allow it to work with the MacBook Air 2011 lid closed?

    When the Air sleeps, Time Machine stops (although it does pick up immediately after the machine wakes).  I had been leaving it on overnight, but Applecare techs tell me there's no need for that, as there are no utilities running at night, contrary to what I'd seen elsewhere.
    The risk is that I'll miss the last backup. Is there any way around the problem, other than calling a manual backup and waiting for it?
    This is Lion.

    Sorry, I guess I wasn't precise enough. I'm concerned about this (remotely likely) situation:
    10:15 p.m., TM backs up, next backup scheduled for 11:15 p.m.
    11:10, I put the machine to sleep for the night. Previous backup 55 minutes ago, numerous files changed or added during that time.
    7:30 a.m. next day, SSD crashes during wakeup. The last 55 minutes of operation have not been saved to the USB hard drive.
    Is there an automatic way to avoid that gap in the backup?

  • Is there a way to get Keychain to work with Firefox 3.5.1?

    I can't figure out how to get Keychain to work with Firefox 3.5.1. It works fine with Safari 4.0.2. An assist would be greatly appreciated.

    HI,
    With Firefox open, from the Menu Bar, select Firefox/Preferences. Click the Security tab. Under Passwords; Select Remember passwords for sites.
    Also, check out this thread http://discussions.apple.com/thread.jspa?threadID=1692413&tstart=0
    See "roam's" post with the yellow star.
    Carolyn
    Message was edited by: Carolyn Samit

  • Is there any way to get facetime on a toshiba with windows 8?

    i have a toshiba laptop with windows 8 installed and im trying to communicate with my friend who has a 4th generation ipod touch. he has facetime and i am trying to find out if i can get it on my laptop so i can contact him. is there any possible way to do this without overloading my system with viruses????

    No
    Use Skype

  • Is there any way to get a better performance with this Xquery ?

    I created two tables.
    One has XBRL docoument with XMLType based on Clob and I'm going to select several columns from it and insert them into the other table.
    I used this SQL using XMLTable.
    INSERT INTO SV_XBRL_ELEMENT
    SELECT r.finance_cd,r.base_month,xt.context_id,xt.ns,xt.name,nvl(xt.lang,'na')
    as lang,xt.unit,xt.decimals,xt.value
    FROM SV_XBRL_DOC r,
    XMLTABLE(
    XMLNAMESPACES(
    'http://www.w3.org/1999/xlink' AS "xlink",
    'http://www.xbrl.org/2003/linkbase' AS "link",
    'http://www.xbrl.org/2003/instance' AS "xbrli",
    'http://www.xbrl.org/2003/iso4217' AS "iso4217",
    'http://www.xbrlkorea.com/kr/kisinfo/fr/gaap/ci/2007-02-09' AS "kisinfo-ci",
    'http://www.xbrlkorea.com/kr/kisinfo/fr/gcd/2007-02-09' AS "kisinfo-gcd",
    'http://www.xbrlkorea.com/kr/kisinfo/fr/profile/2007-02-09' AS "kisinfo-profile",
    'http://www.xbrlkorea.com/kr/kisinfo/fr/ratio/2007-02-09' AS "kisinfo-ratio",
    'http://www.xbrlkorea.com/kr/kisinfo/fr/common/scenario' AS "kisinfo-scenario",
    'http://www.xbrl.or.kr/kr/fr/gaap/ci/2006-05-31' AS "kr-gaap-ci",
    'http://www.xbrl.or.kr/kr/fr/common/pte/2006-05-31' AS "krfr-pte",
    'http://www.xbrl.or.kr/kr/fr/common/ptr/2006-05-31' AS "krfr-ptr",
    'http://www.xbrl.or.kr/2006/role/subitem-notes' AS "p0",
    'http://xmlns.oracle.com/xdb' AS "ora"),
    for $item in
    $doc/xbrli:xbrl/*[not(starts-with(name(),"xbrli:")) and
    not(starts-with(name(),"link:"))]
    where $item/@contextRef
    return <item contextRef="{$item/@contextRef}" xml:lang="{$item/@xml:lang}"
    unitRef="{$item/@unitRef}" name="{local-name($item)}" ns="{namespace-uri($item)}">{$item}</item>'
    PASSING r.xbrl as "doc"
    COLUMNS context_id varchar2(128) PATH '@contextRef',
    ns varchar2(128) PATH '@ns',
    name varchar2(128) PATH '@name',
    lang varchar2(2) PATH '@xml:lang',
    unit varchar2(16) PATH '@unitRef',
    decimals varchar2(64) PATH '@decimals',
    value varchar(256) PATH '.'
    ) xt
    SV_XBRL_DOC has 1450 records(1450 documents).
    SV_XBRL_ELEMENT has more than 110,280 record (110,280 elements)
    the sql above takes more than 6000 seconds with my machine (10g,sun5.8 4 cpus), I admit it's a big number of records, I'm looking for more efficient way to do.
    Is there any point to boost the sql ?
    here is the part of the xbrl document sample.
    <?xml version="1.0"?>
    <xbrli:xbrl xmlns:xbrli="http://www.xbrl.org/2003/instance" xmlns:link="http://www.xbrl.org/2003/linkbase" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:fines-b-ot="http://fss.xbrl.or.kr/kr/br/b/ot/2007-06-30" xmlns:fines-aa001="http://fss.xbrl.or.kr/kr/br/gaap/aa001/2007-06-30" xmlns:xbrldt="http://xbrl.org/2005/xbrldt" xmlns:ref="http://www.xbrl.org/2004/ref" xmlns:xbrldi="http://xbrl.org/2006/xbrldi" xmlns:iso4217="http://www.xbrl.org/2003/iso4217">
    <link:schemaRef xlink:type="simple" xlink:href="http://fss.xbrl.or.kr/kr/br/fines/aa001/2007-06-30/fines-aa001-2007-06-30.xsd"/>
    <xbrli:context id="ctx_AAA001C">
    <xbrli:entity>
    <xbrli:identifier scheme="http://fss.xbrl.or.kr">0010002</xbrli:identifier>
    <xbrli:segment>
    <xbrldi:explicitMember dimension="fines-b-ot:newItemDimension">fines-b-ot:AAA001C</xbrldi:explicitMember>
    </xbrli:segment>
    </xbrli:entity>
    <xbrli:period>
    <xbrli:instant>1999-03-31</xbrli:instant>
    </xbrli:period>
    </xbrli:context>
    <xbrli:context id="ctx_BAA001C">
    <xbrli:entity>
    <xbrli:identifier scheme="http://fss.xbrl.or.kr">0010002</xbrli:identifier>
    <xbrli:segment>
    <xbrldi:explicitMember dimension="fines-b-ot:newItemDimension">fines-b-ot:BAA001C</xbrldi:explicitMember>
    </xbrli:segment>
    </xbrli:entity>
    <xbrli:period>
    <xbrli:instant>1999-03-31</xbrli:instant>
    </xbrli:period>
    </xbrli:context>
    <xbrli:context id="ctx_CAA001C">
    <xbrli:entity>
    <xbrli:identifier scheme="http://fss.xbrl.or.kr">0010002</xbrli:identifier>
    <xbrli:segment>
    <xbrldi:explicitMember dimension="fines-b-ot:newItemDimension">fines-b-ot:CAA001C</xbrldi:explicitMember>
    </xbrli:segment>
    </xbrli:entity>
    <xbrli:period>
    <xbrli:instant>1999-03-31</xbrli:instant>
    </xbrli:period>
    </xbrli:context>
    <xbrli:context id="ctx_DAA001C">
    <xbrli:entity>
    <xbrli:identifier scheme="http://fss.xbrl.or.kr">0010002</xbrli:identifier>
    <xbrli:segment>
    <xbrldi:explicitMember dimension="fines-b-ot:newItemDimension">fines-b-ot:DAA001C</xbrldi:explicitMember>
    </xbrli:segment>
    </xbrli:entity>
    <xbrli:period>
    <xbrli:instant>1999-03-31</xbrli:instant>
    </xbrli:period>
    </xbrli:context>
    <xbrli:unit id="KRW">
    <xbrli:measure>iso4217:KRW</xbrli:measure>
    </xbrli:unit>
    <fines-b-ot:AAA001R decimals="0" contextRef="ctx_AAA001C" unitRef="KRW">14</fines-b-ot:AAA001R>
    <fines-b-ot:AAA001R decimals="0" contextRef="ctx_BAA001C" unitRef="KRW">0</fines-b-ot:AAA001R>
    <fines-b-ot:AAA001R decimals="0" contextRef="ctx_CAA001C" unitRef="KRW">14</fines-b-ot:AAA001R>
    <fines-b-ot:AAA001R decimals="0" contextRef="ctx_DAA001C" unitRef="KRW">0</fines-b-ot:AAA001R>
    <fines-b-ot:A1AA001R decimals="0" contextRef="ctx_AAA001C" unitRef="KRW">7</fines-b-ot:A1AA001R>
    <fines-b-ot:A1AA001R decimals="0" contextRef="ctx_BAA001C" unitRef="KRW">0</fines-b-ot:A1AA001R>
    <fines-b-ot:A1AA001R decimals="0" contextRef="ctx_CAA001C" unitRef="KRW">7</fines-b-ot:A1AA001R>
    <fines-b-ot:A1AA001R decimals="0" contextRef="ctx_DAA001C" unitRef="KRW">0</fines-b-ot:A1AA001R>
    <fines-b-ot:A2AA001R decimals="0" contextRef="ctx_AAA001C" unitRef="KRW">7</fines-b-ot:A2AA001R>
    <fines-b-ot:A2AA001R decimals="0" contextRef="ctx_BAA001C" unitRef="KRW">0</fines-b-ot:A2AA001R>
    <fines-b-ot:A2AA001R decimals="0" contextRef="ctx_CAA001C" unitRef="KRW">7</fines-b-ot:A2AA001R>
    <fines-b-ot:A2AA001R decimals="0" contextRef="ctx_DAA001C" unitRef="KRW">0</fines-b-ot:A2AA001R>
    <fines-b-ot:BAA001R decimals="0" contextRef="ctx_AAA001C" unitRef="KRW">4788</fines-b-ot:BAA001R>
    <fines-b-ot:BAA001R decimals="0" contextRef="ctx_BAA001C" unitRef="KRW">49</fines-b-ot:BAA001R>
    <fines-b-ot:BAA001R decimals="0" contextRef="ctx_CAA001C" unitRef="KRW">4837</fines-b-ot:BAA001R>
    <fines-b-ot:BAA001R decimals="0" contextRef="ctx_DAA001C" unitRef="KRW">30</fines-b-ot:BAA001R>
    <fines-b-ot:B1AA001R decimals="0" contextRef="ctx_AAA001C" unitRef="KRW">4788</fines-b-ot:B1AA001R>
    <fines-b-ot:B1AA001R decimals="0" contextRef="ctx_BAA001C" unitRef="KRW">48</fines-b-ot:B1AA001R>
    <fines-b-ot:B1AA001R decimals="0" contextRef="ctx_CAA001C" unitRef="KRW">4836</fines-b-ot:B1AA001R>
    <fines-b-ot:B1AA001R decimals="0" contextRef="ctx_DAA001C" unitRef="KRW">29</fines-b-ot:B1AA001R>
    <fines-b-ot:B11AA001R decimals="0" contextRef="ctx_AAA001C" unitRef="KRW">2317</fines-b-ot:B11AA001R>
    <fines-b-ot:B11AA001R decimals="0" contextRef="ctx_BAA001C" unitRef="KRW">21</fines-b-ot:B11AA001R>
    <fines-b-ot:B11AA001R decimals="0" contextRef="ctx_CAA001C" unitRef="KRW">2338</fines-b-ot:B11AA001R>
    <fines-b-ot:B11AA001R decimals="0" contextRef="ctx_DAA001C" unitRef="KRW">2</fines-b-ot:B11AA001R>
    <fines-b-ot:B111AA001R decimals="0" contextRef="ctx_AAA001C" unitRef="KRW">0</fines-b-ot:B111AA001R>
    <fines-b-ot:B111AA001R decimals="0" contextRef="ctx_BAA001C" unitRef="KRW">0</fines-b-ot:B111AA001R>
    <fines-b-ot:B111AA001R decimals="0" contextRef="ctx_CAA001C" unitRef="KRW">0</fines-b-ot:B111AA001R>
    <fines-b-ot:B111AA001R decimals="0" contextRef="ctx_DAA001C" unitRef="KRW">0</fines-b-ot:B111AA001R>
    <fines-b-ot:B112AA001R decimals="0" contextRef="ctx_AAA001C" unitRef="KRW">60</fines-b-ot:B112AA001R>
    <fines-b-ot:B112AA001R decimals="0" contextRef="ctx_BAA001C" unitRef="KRW">2</fines-b-ot:B112AA001R>
    <fines-b-ot:B112AA001R decimals="0" contextRef="ctx_CAA001C" unitRef="KRW">62</fines-b-ot:B112AA001R>
    <fines-b-ot:B112AA001R decimals="0" contextRef="ctx_DAA001C" unitRef="KRW">0</fines-b-ot:B112AA001R>
    <fines-b-ot:B113AA001R decimals="0" contextRef="ctx_AAA001C" unitRef="KRW">185</fines-b-ot:B113AA001R>
    <fines-b-ot:B113AA001R decimals="0" contextRef="ctx_BAA001C" unitRef="KRW">1</fines-b-ot:B113AA001R>
    <fines-b-ot:B113AA001R decimals="0" contextRef="ctx_CAA001C" unitRef="KRW">186</fines-b-ot:B113AA001R>
    <fines-b-ot:B113AA001R decimals="0" contextRef="ctx_DAA001C" unitRef="KRW">0</fines-b-ot:B113AA001R>
    <fines-b-ot:B114AA001R decimals="0" contextRef="ctx_AAA001C" unitRef="KRW">408</fines-b-ot:B114AA001R>
    <fines-b-ot:B114AA001R decimals="0" contextRef="ctx_BAA001C" unitRef="KRW">5</fines-b-ot:B114AA001R>
    <fines-b-ot:B114AA001R decimals="0" contextRef="ctx_CAA001C" unitRef="KRW">413</fines-b-ot:B114AA001R>
    <fines-b-ot:B114AA001R decimals="0" contextRef="ctx_DAA001C" unitRef="KRW">0</fines-b-ot:B114AA001R>
    <fines-b-ot:B115AA001R decimals="0" contextRef="ctx_AAA001C" unitRef="KRW">1664</fines-b-ot:B115AA001R>
    <fines-b-ot:B115AA001R decimals="0" contextRef="ctx_BAA001C" unitRef="KRW">13</fines-b-ot:B115AA001R>
    <fines-b-ot:B115AA001R decimals="0" contextRef="ctx_CAA001C" unitRef="KRW">1677</fines-b-ot:B115AA001R>
    <fines-b-ot:B115AA001R decimals="0" contextRef="ctx_DAA001C" unitRef="KRW">2</fines-b-ot:B115AA001R>
    <fines-b-ot:B12AA001R decimals="0" contextRef="ctx_AAA001C" unitRef="KRW">2471</fines-b-ot:B12AA001R>
    <fines-b-ot:B12AA001R decimals="0" contextRef="ctx_BAA001C" unitRef="KRW">27</fines-b-ot:B12AA001R>
    <fines-b-ot:B12AA001R decimals="0" contextRef="ctx_CAA001C" unitRef="KRW">2498</fines-b-ot:B12AA001R>
    <fines-b-ot:B12AA001R decimals="0" contextRef="ctx_DAA001C" unitRef="KRW">27</fines-b-ot:B12AA001R>
    <fines-b-ot:B2AA001R decimals="0" contextRef="ctx_AAA001C" unitRef="KRW">0</fines-b-ot:B2AA001R>
    <fines-b-ot:B2AA001R decimals="0" contextRef="ctx_BAA001C" unitRef="KRW">0</fines-b-ot:B2AA001R>
    <fines-b-ot:B2AA001R decimals="0" contextRef="ctx_CAA001C" unitRef="KRW">0</fines-b-ot:B2AA001R>
    <fines-b-ot:B2AA001R decimals="0" contextRef="ctx_DAA001C" unitRef="KRW">0</fines-b-ot:B2AA001R>
    <fines-b-ot:B3AA001R decimals="0" contextRef="ctx_AAA001C" unitRef="KRW">0</fines-b-ot:B3AA001R>
    <fines-b-ot:B3AA001R decimals="0" contextRef="ctx_BAA001C" unitRef="KRW">1</fines-b-ot:B3AA001R>
    </xbrli:xbrl>

    Using 11g along XML indexes can greatly improve this XQuery. We can discuss further offline.
    Regards,
    Geoff

  • Is there any way Acrobat 8 Professional will work on Windows 7, 64 bit?

    Hello,
    I just upgraded to a new computer with Windows 7 64bit. Acrobat 8 Professional doesn't seem to work with this setup.  Is that true?
    On install of CS3 the installer asked me for the adobePDF.dll, which after searching online for help I found the adobePDF.dll_64, which is supposed to be used to make Acrobat work.  Unfortunatly it was unsuccessful for me.  Everything installed fine but I can't open or edit a PDF.  My windows is up to date.
    Is there anything else I can try short of upgrading?  $200 just to upgrade isn't something I'm interested in at the moment.
    Thanks in advance for any help.

    Hello, even though it says Windows Vista only dispatch absolutely work for me Windows 7 64-bit.
    http://forums.adobe.com/thread/514923?tstart=0
    Upon launching Acrobat 8.x, "Application" and "Getting started" appear on the desktop, and Acrobat becomes unresponsive, with a hang ranging from one to three minutes followed by either of the following errors:
    • Windows7reg; dialog box indicating the application (Acrobat 8) is not responding after a certain time threshold
    • Acrobat dialog box, "A serious error has detected and Adobe Acrobat 8 Professional cannot continue. Please re-install the application and try again."
    So  give it a try. Good luck
    http://forums.adobe.com/thread/514923?tstart=0

  • TS4123 Is there any way to modify Bonjour to work with other LSP?

    I'm having the problem pointed here http://support.apple.com/kb/TS4123 and the cause is a proxy software I use. It's a program I use every day and I cannot just disable it, is there any workaround to this? Any way to fix Bonjour instead? I really don't see why other companies must adapt their software to be compatible with iTunes and not the other way around.

    Not at present. It is built to use the frameworks of OS X.
    You could have both running on an Intel-based Mac with Parallels Desktop virtualization, but I don't think that's what you're looking for. Would you consider switching to OS X completely?

  • Is there a way to get PSE to work with my scanner in Mac OS Lion

    I recently baught a new Mac mini.  So, now I must work in Mac OS Lion.  However, I can't seem to get Photoshop Elements to work with my Epson Stylus CX5000 all-in-one.  I am beginning to get the impression that Adobe has not provided an intel based Mac OS plugin to allow their applications to directly access scanners.  Is this the case?  If so, what can I do to get PSE to access my scanner?

    Try Vue Scan 9 which is designed to run old hardware on a new OS or third party applications. There is a free trial.
    http://www.hamrick.com/

  • TS5216 Is there a way to get the webcam working with Skype?

    We cannot get the webam on our new MacBook Air to work with Skype is there a fix for this?

    Try reinstalling Combo Update.
    http://support.apple.com/kb/DL1676
    Best.

  • Is there any way to get Siri to work via wifi through a proxy?

    I work in a school that has wifi with Internet accessible through a proxy. With my previous iPhone 3GS, I was able to get online, access the app store.. In fact, do everything on wifi except receive and send email. Now, with the 4s, I have to add Siri to that list. It works fine everywhere else (on 3G or wifi) but no joy at work. Any ideas? I do have access to the school server so if there's a sneaky server side change to make, I can :)

    We were having the same problem here at the School I work at.  By looking at some traffic logs and doing some internal testing, it appears Siri attempts to make a direct connection to the outside network using HTTPS (port 443), without using any of the proxy settings you may have configured on the Wifi network.
    We've reported it as a bug to Apple but haven't heard anything back yet.
    To get around it in the meantime you'll have to punch a hole in your firewall to allow Siri traffic through.
    Currently Siri appears to contact IP address 17.174.4.14 over port 443.  The IP address may change in the future, but that will at least get you up and going for now.  We went ahead and opened the entire 17.174.4.0/24 network, as the entire block of addressess is owned by Apple.
    Again, there is no gaurentee that this will not change in the future and break again.
    Good luck!

  • ITunes / Shadow / Import - Is there ANY way to get iTunes to work on the Media Hub 405?

    Since I installed the Linksys Media Hub 405 my iTunes Library has become a mess to manage or enjoy.  I'm using the latest software.
    1.  I have so so so so many duplicates
    2.  I can't use playlists
    3.  Some art work shows up others do not.
    A.  Itunes works great on my Dell Laptop w/ Vista Ultimate and on my iPod
    B.  The Media Hub is using Import and The Shadow keeps running but gets errors from time to time.
    If the ONLY reason I bought the Media Hub is to run iTunes for 4,600 song library what should my settings and software running be to keep it up to date "automaticly" WITHOUT duplicates?
    Should Shadow be on or off, and what setting?
    Should Import be on or off, and what settings?
    Can ANYONE answer this question is a common sense simple manner?  Thank you.
    Signed,
    FRUSTRATED USER

    If you worry about duplicate files on your Media Hub then you should use NTI Shadow. When creating a backup job on NTI Shadow make sure your choose "save your folder/file changes to the backup destination every time you save changes to your PC" then for the file versions options choose "Do not save any previous file version".
    Check on Step 8 and 9 on this article.
    Configure a Backup Job using NTI Shadow

  • Is there any way to get touch screen working for unit that got wet?

    i recently had my ipod touch fall in water for a few seconds, and since then my touch screen will light up dimly, but is unresponsive.  the unit works for sync on my computer, as well as playing on my bose sound dock.  only the touch screen seems affected

    If the liquid damage has occurred recently you should try to dry it completely before attempting to use it. Have you tried putting the iPod Touch into a bag/bowl of uncooked white rice? That would help to pull all the remaining liquid out of the iPod.
    If, after that the iPod's screen is still not responsive then it's something you may need to have repaired or replaced.

Maybe you are looking for