OMG THIS NEVER ENDS!!!

Ok so i got the software finally working, but now when i plug in the ipod, you can see it in "my computer" for a few seconds, then it dissapears. Which means i can't put any songs into it since the computer isn't reading it, i guess. OH GOD SOMEONE PLEASE HELP ME BEFORE I OVERDOSE ON TYLENOL PILLS lol!!

My understanding is that the icon WILL disappear (unless you have your preferences set to "enable disk mode" otherwise, the thing won't stay "mounted" as a drive).This is just how the ipod works. It's not a problem that it "disappears" -- the only way to get to it is through iTunes. I'd say if it's there, then disappears, your computer PROBABLY IS reading it. Try opening iTunes.

Similar Messages

  • This never ends, awful just terrible.

    Let's start with last year.. Had a normal bt broadband, it was awful. Would never connect, the router would start flashing orange lights randomly and just.. A dead case.
    After thinking about it I thought to upgrade to infinity, thought maybe the router is faulty or something, maybe it will work.
    NOW, a whole year of.. Misery!!! I can't play one online game without having to close it as the internet is lost.
    Called up BT India good hundred times, yes my lights are fine, yes te cables are plugged in, and no I'm not gonna cable every internet-needing device in my house, as this is 21st century and I don't want to buy 200M of 10cables!! Firstly it took a whole week of calling for them to put me in a different channel, as people around me were in the same wifi channel therefore it was conflicting and causing problems, but even so now.. It normally goes off randomly and takes a couple of hours to go back up, yeah the internet is still present, but it doesn't load anything, I mean this is a very expensive internet therefore I expected a great service and I do get it when it's working, but when it randomly goes off and I gotta spend literally hours speaking with BT India, it's not appealing at all, worse of all they don't even fix the problem, but recommend another few months of contract so that they could send in engineers and whatnot!
    My phone contracted internet at £10, 5x cheaper than the BT infinity MIGHT not be as fast, but it's reliable!! Doesn't randomly disappear, and I don't even need to carry a router around.
    Solved!
    Go to Solution.

    My phone line isn't faulty, I'm sure of it.
    I can't run the tests without internet can I? Mind you when I make the connection wired, it's all fine, but then I'd have to sit in my corridor which isn't fine at all.
    You make it sound like a prototype, when the broadband doesnt do this little mood swing oh his, the gaming quality is perfect, I couldn't ask for more! Many places at present day have wifi connection, restaurants, hotels and such and non of them expierence this problem, so why do I? Reading from other posts, I can only realise that this is either faulty equipment or congested lines, which is not my responsibility therefore I shouldn't have to worry about it, but what am I doing now?

  • How to make this never ending loop stop!

    Somewhere in this code where im printing stars, i have a loop that i cant stop from continuing. The instrucitons say set the line<=30 and that i set line = 5 in the for loop. Im supposed to get a pyramid shape of stars made with 5 lines. IT should be adding by 2's at it goes down, such as 1,3,5,etc... Here is a picture of it.
    import chn.util.*;
    public class Pictures
      void printTable(int rows,int columns)
      {   for (int row = 1; row <= rows; row++)
       for (int col = 5; col <= columns; col++)
       System.out.println ( );
    void pyramid (int n)
       int line, spaces, stars, loop;
       for (line = 5; line <=30; line--)
          spaces = line - 1;
          for (loop = 1; loop <= spaces; loop++)
             System.out.print (" "); // print a blank space
          stars = n- line + 2;
          for (loop = 1; loop <= stars; loop++)
             System.out.print ("*");
       System.out.println();
       public static void main (String[ ] args)
          Pictures pic = new Pictures ( );
          ConsoleIO keyboard = new ConsoleIO ( );
          String get;
          pic.printTable (4, 6);
          get = keyboard.readLine ( ); // freezes the output screen to see the picture
          pic.printTable (11,12);
          get = keyboard.readLine ( );
          pic.pyramid (10);
          get = keyboard.readLine ( );
          pic.pyramid(25);
          get = keyboard.readLine ( );
    }

    for (line = 5; line <=30; line--)line will be 5, then 4, then 3, 2, 1, 0, -1, -2, ...
    And you'll keep going as long as it's <= 30. That is, it will stop when line > 30.
    How will line ever be > 30 following that pattern? (Well, it will, when it wraps from Integer.MIN_VALUE to Integer.MAX_VALUE.)
    You need to change your initial value or your terminating condition or your increment step. Up to you to figure out what's appropriate for what you're trying to do.

  • AdamSync from AD to LDS goes into a continuous never ending loop... can't figure this out.

    I THINK I've got this thing configured up to the point where it should be able to sync.  The XML config is set to just grab a single OU with roughly 12 accounts in it.
    Everything seems to connect OK, then it does a ton of "Processing Entry", even though there are only a few accounts in this OU.
    Then it begins to do "Adding target object..." and gets stuck in a never ending loop.
    Can someone point me in the right direction on how to troubleshoot this?
    This is what the log looks like:
    ==========================
    Adamsync.exe v1.0 (6)
    Establishing connection to target server localhost:6389.
    There is already an active sync session in progress. 
    Please allow the session to complete, or use -mai to seize the role.
    Saving Configuration File on CN=Test,DC=domain,DC=org
    Saved configuration file.
    ADAMSync is querying for a writeable replica of 10.10.10.10.
    Error: DCLocator call failed with error 1355. Attempting to bind directly to string.
    Establishing connection to source server 10.10.10.10:389.
    Using file .\dam9280.tmp as a store for deferred dn-references.
    Populating the schema cache
    Populating the well known objects cache
    Starting synchronization run from dc=domain,dc=org.
    Starting DirSync Search with object mode security.
    Processing Entry: Page 1, Frame 1, Entry 0, Count 0, USN 0
    Processing source entry <guid=94f6d930da2339439df75278a02accae>
    Previous entry took 0 seconds (0, 0) to process
    Processing Entry: Page 1, Frame 1, Entry 1, Count 1, USN 0
    Processing source entry <guid=bf15bc4b684ece4f99010548e79decb0>
    Previous entry took 0 seconds (0, 0) to process
    Processing Entry: Page 1, Frame 1, Entry 2, Count 1, USN 0
    Processing source entry <guid=fcea01637658134eab7ec74fe022d4fe>
    Previous entry took 0 seconds (0, 0) to process
    Processing Entry: Page 3, Frame 1, Entry 35, Count 1, USN 0
    Processing source entry <guid=5e768f4392863b4d86935e6bf01acc25>
    Previous entry took 0 seconds (0, 0) to process
    Processing Entry: Page 3, Frame 1, Entry 36, Count 1, USN 0
    Processing source entry <guid=b5d263a264aad045b8f42f19b49dd844>
    Previous entry took 0 seconds (16, 0) to process
    Processing Entry: Page 3, Frame 1, Entry 37, Count 1, USN 0
    Processing source entry <guid=f19994051c804846b7bcbd066d9e9d40>
    Previous entry took 0 seconds (0, 0) to process
    Processing Entry: Page 3, Frame 1, Entry 38, Count 1, USN 0
    Processing source entry <guid=b16cd765bafa4f4d8649d91f0f055e5f>
    Previous entry took 0 seconds (0, 0) to process
    Processing Entry: Page 3, Frame 1, Entry 39, Count 1, USN 0
    Processing source entry <guid=6be6a7d551978445aafd3803e60dc560>
    Processing in-scope entry 6be6a7d551978445aafd3803e60dc560.
    Adding target object CN=User Name,OU=Staff Accounts,OU=Users,OU=ITS,CN=Test,dc=domain,dc=org.
    Adding attributes: sourceobjectguid, instanceType, objectSid, sAMAccountName, lastagedchange, objectclass, 
    Adding target object CN=User Name,OU=Staff Accounts,OU=Users,OU=ITS,CN=Test,dc=domain,dc=org. Requesting replication of parent.
    Previous entry took 0 seconds (0, 0) to process
    Processing Entry: Page 3, Frame 2, Entry 0, Count 0, USN 53438354
    Processing source entry <guid=bbb4a760a8281741a11d9331efaa3d7a>
    Processing in-scope entry bbb4a760a8281741a11d9331efaa3d7a.
    Adding target object OU=Staff Accounts,OU=Users,OU=ITS,CN=Test,dc=domain,dc=org.
    Adding attributes: objectClass, instanceType, sourceobjectguid, lastagedchange, 
    Adding target object OU=Staff Accounts,OU=Users,OU=ITS,CN=Test,dc=domain,dc=org. Requesting replication of parent.
    Previous entry took 0 seconds (0, 0) to process
    Processing Entry: Page 3, Frame 3, Entry 0, Count 0, USN 52660067
    Processing source entry <guid=8d3ef319dff31f47819632af2da5df2c>
    Previous entry took 0 seconds (0, 0) to process
    Processing Entry: Page 3, Frame 2, Entry 0, Count 0, USN 53438354
    Processing source entry <guid=bbb4a760a8281741a11d9331efaa3d7a>
    Processing in-scope entry bbb4a760a8281741a11d9331efaa3d7a.
    Adding target object OU=Staff Accounts,OU=Users,OU=ITS,CN=Test,dc=domain,dc=org.
    Adding attributes: objectClass, instanceType, sourceobjectguid, lastagedchange, 
    Adding target object OU=Staff Accounts,OU=Users,OU=ITS,CN=Test,dc=domain,dc=org. Requesting replication of parent.
    Previous entry took 0 seconds (0, 0) to process
    Processing Entry: Page 3, Frame 3, Entry 0, Count 0, USN 52660067
    Processing source entry <guid=8d3ef319dff31f47819632af2da5df2c>
    Previous entry took 0 seconds (0, 0) to process
    ===================================================

    Hi,
    Are there any error messages from the event log?
    Here is a KB article which describes a similar issue below I suggest you refer to:
    Error message when you use the Adamsync tool in Windows Server 2003: "Error: We seem to be in an infinite recursive loop"
    http://support2.microsoft.com/kb/926933
    Best Regards,
    Amy

  • Google agenda will not open. "This address will neve end"?

    I try to open my Google agenda. As a result I get an error message saying that this address will never end?
    I have no idea what happens.

    Clear the cache and the cookies from sites that cause problems.
    * "Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    * "Remove the Cookies" from sites causing problems: Tools > Options > Privacy > Cookies: "Show Cookies"
    * http://kb.mozillazine.org/The_page_is_not_redirecting_properly

  • Hey i have this problem with my mac.. that its on its own shuts itself whenever i m using google chrome..i updated to yosemite but the problem never ended and i m experiecing unexplained shutdowns

    hey i have this problem with my mac.. that its on its own shuts itself whenever i m using google chrome..i updated to yosemite but the problem never ended and i m experiecing unexplained shutdowns

    Hi doctor.saddam,
    If your MacBook Pro is shutting down unexpectedly, I would suggest that you troubleshoot using the steps in this article - 
    OS X: When your computer spontaneously restarts or displays "Your computer restarted because of a problem." - Apple Support
    Thanks for using Apple Support Communities.
    Best,
    Brett L 

  • My FaceTime doesn't work... I would call a person, they would accept, and then I would be stuck in a never ending "connecting".. And this problem has been according with not just my ipad, but with other people's iDevices that I know.

    My FaceTime doesn't work... I would call a person, they would accept, and then I would be stuck in a never ending "connecting".. And this problem has been according with not just my ipad, but with other people's iDevices that I know.
    -My wifi connection is running strong
    -All the devices run the same version of iOS

    Try this  - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.) No data/files will be erased. http://support.apple.com/kb/ht1430
    Using FaceTime http://support.apple.com/kb/ht4319
    Troubleshooting FaceTime http://support.apple.com/kb/TS3367
    The Complete Guide to FaceTime + iMessage: Setup, Use, and Troubleshooting
    http://tinyurl.com/a7odey8
    Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/TS4268
    iOS: FaceTime is 'Unable to verify email because it is in use'
    http://support.apple.com/kb/TS3510
    Using FaceTime and iMessage behind a firewall
    http://support.apple.com/kb/HT4245
    iOS: About Messages
    http://support.apple.com/kb/HT3529
    Set up iMessage
    http://www.apple.com/ca/ios/messages/
    iOS and OS X: Link your phone number and Apple ID for use with FaceTime and iMessage
    http://support.apple.com/kb/HT5538
    How to Set Up & Use iMessage on iPhone, iPad, & iPod touch with iOS
    http://osxdaily.com/2011/10/18/set-up-imessage-on-iphone-ipad-ipod-touch-with-io s-5/
    Set Up Alert Sounds
    http://www.quepublishing.com/articles/article.aspx?p=1873027&seqNum=3
    Extra FaceTime IDs
    http://tinyurl.com/k683gr4
    Troubleshooting Messages
    http://support.apple.com/kb/TS2755
    Troubleshooting iMessage Issues: Some Useful Tips You Should Try
    http://www.igeeksblog.com/troubleshooting-imessage-issues/
    Setting Up Multiple iOS Devices for iMessage and Facetime
    http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l
    FaceTime and iMessage not accepting Apple ID password
    http://www.ilounge.com/index.php/articles/comments/facetime-and-imessage-not-acc epting-apple-id-password/
    Fix Can’t Sign Into FaceTime or iMessage iOS 7
    http://ipadtutr.com/fix-login-facetime-imessage-ios-7/
    FaceTime, Game Center, Messages: Troubleshooting sign in issues
    http://support.apple.com/kb/TS3970
    Unable to use FaceTime and iMessage with my apple ID
    https://discussions.apple.com/thread/4649373?tstart=90
    iOS 7 allows you to block phone numbers or e-mail addresses from contacting you via the Phone, FaceTime, or Messages
    http://howto.cnet.com/8301-11310_39-57602643-285/you-can-block-people-from-conta cting-you-on-ios-7/
    How to Block Someone on FaceTime
    http://www.ehow.com/how_10033185_block-someone-facetime.html
    My Facetime Doesn't Ring
    https://discussions.apple.com/message/19087457#19087457
    How to watch FaceTime calls on the big screen with Apple TV
    http://www.imore.com/daily-tip-ios-5-airplay-mirroring-facetime
    Send an iMessage as a Text Message Instead with a Quick Tap & Hold
    http://osxdaily.com/2012/11/18/send-imessage-as-text-message/
    To send messages to non-Apple devices, check out the TextFree app https://itunes.apple.com/us/app/text-free-textfree-sms-real/id399355755?mt=8
    How to Send SMS from iPad
    http://www.iskysoft.com/apple-ipad/send-sms-from-ipad.html
    How to Receive SMS Messages on an iPad
    http://yourbusiness.azcentral.com/receive-sms-messages-ipad-16776.html
    Apps for Texting http://appadvice.com/appguides/show/apps-for-texting
    You can check the status of the FaceTime/iMessage servers at this link.
    http://www.apple.com/support/systemstatus/
     Cheers, Tom

  • Loading plsql_proxy.jar takes so long..never ends

    Hello people,
    I´m deploying a proxy cliente using command,
    jpub -u SCOTT/SCOTT -sysuser SCOTT/SCOTT -proxywsdl=any_wsdl -endpoint=any
    then the executing process stay in Load plsql_proxy.jar for a long time. it looks like never ends.
    plsql_wrapper.sql
    plsql_dropper.sql
    plsql_grant.sql
    plsql_revoke.sql
    Executing plsql_dropper.sql
    Executing plsql_wrapper.sql
    loading sqlj/lib/dbwsclient.jar (about 5 minutes)...
    Loading plsql_proxy.jar......................
    the execution process looks like stopped at this here and doesn´t throw any exception.
    I´ll be grateful the soon answer.
    Rodius
    anybody knows how long takes the proxy client generation process?

    I have this issue also, with images from my D70 (~6 megapixels) ... no solution, except that when it happens, quitting and re-launching Aperture seems to clear it up for a while, at least until it happens again.
    Given that you have almost twice the RAM and four times the CPU cores that I have, I suspect this is a software issue, and not one of insufficient hardware resources.  :-)

  • I printed a 'preview' document and now it continues to print a never ending set of copies.  I have re-installed the printer software, but it still continues to print more copies.  What do I need to do to stop the document printing?

    I printed a 'preview' document and now it continues to print a never ending set of copies.  I have re-installed the printer software, but it still continues to print more copies.  What do I need to do to stop the document printing?

    Try resetting the printing system.
    1. Open System Preferences > Print & Fax
    2. Move your mouse over the Printers list
    3. Hold down the Control button and click the mouse
    4. Click the "Reset printing system ..." popup
    5. Restart your Mac
    This will remove your print queues but not your printer drivers. So you will only need to add your printer queues again.

  • Mappings never ends

    Dear All,
    We are using 10.2 version of OWB and we have around 80 mappings in one module daily we are running the mappings parallel through control center for the time consuming (manually). but one mapping still running normally it takes 1:30 to 2:00 hrs time to finish but some times it is taken almost 5 to 6 hrs some times it never end. at that situation we stopped the mapping.but while we check the target table data is coming perfect.
    Let me know the cause of this and how to salve it.
    Thanks,

    Hi,
    When you kill the mapping from the Control Center the DB session which was triggered by mapping won't kill , you may see the session still running from Session Browser or any other way. This may be the reason you see the data in the Target table. to test this you may start regular running mapping and kill it from CC and observe the session from Database and you may see the data in the target table too.
    This may be one possibility. I am not saying what others say is wrong . I had experienced this issue before and i had to tune my code to get the mapping run consistent.
    Suresh

  • Ipod boot never end...

    Hi all,
    I have a big prob with my ipod photo 40GB : I tried to use it in disk mode to backup my hard disk, and during the copy the ipod gave a unknow error. Since this the ipod start the boot (white apple on black background) and never end, the boot restart every 5-10 secondes... no ipod on dekstop so no way to reinstall it with ipod updater. I tried the 5R but it still the same... Please help !!!
    Thanks in advance
    Phil

    I am experiencing the identical problem. I am hoping that if I drain the battery until it is completely dead it may force a "hard" reset which when charged again, it may start working properly.
    Let me know if you find anything out.

  • Suddenly never ending pinwheel and slower than usual

    My macbook pro suddenly started to get slow and gave me a never ending pinwheel while only having Safari running. The mouse was working but no response when clicking. Only way to restart computer was by holding down the Start button. Restarted and this time the computer hang up when I tried to Log in (while writing Login and password). I mangaged to Log in two more times but I got the pinwheel again when browsing internet. Finally I managed to make it to Support/Community.. any idea what's wrong?
    Thanks in advance (: !

    Print out these instructions and info at the links provided as most require you to be offline.
    Do a SMC and PRAM reset first, then a Hardware Test
    https://support.apple.com/kb/ht3964
    http://docs.info.apple.com/article.html?path=Mac/10.6/en/26871.html
    https://support.apple.com/kb/ht1509
    If the hardware test gives any errors, note them here.
    Check the time and date on your computer to make sure it's correct.
    If your still having slowdowns, pull the power plug on both the router and the modem, connect the modem and wait a bit then connect the router. Reboot your computer and it should connect automatically to your wifi. See if your slowdowns only occur if connecteted to the WiFI or not, that way it can be determined if it's a internet issue or not.
    (If your still having slowdowns, it might be because you have a Open Network on your router and someone is leaching off of it. WPA 2 with AES is the only secure wifi standard))
    You can test your internet connection speed here, see if it matches what your paying for.
    http://www.speedtest.net/
    IF your computer still has issues then:
    Fish out the 10.6.x disks that came with your computer (grey) or the 10.6.3 Snow Leopard retail disk, stick it in the computer and reboot holding the c key.
    (Make sure the disks are clean on the bottom, wipe with a very soft cloth and a tiny bit of rubbing alcohol to clean and don't place the disk on a harsh surface that can damage the bottom.)
    Second screen in, under the Utilities menu is Disk Utility, select your drive on the left and click First Aid, Repair Disk (please write down any errors this gives and tell us) and Repair Permissions (the results there you can ignore)
    Do not erase or reformat the drive.
    Reboot and see if your computer works, if not repeat the c boot off the installer disk again and this time skip Disk Utility and install OS X.
    It will install on top of your 10.6.8 installed version (only, not your programs or files), which when finished you reboot and immediately Software Update to 10.6.8
    This should take care of anything wrong with OS X itself.
    Now to clean the caches of the user and other checks.
    Download the free OnyX for 10.6 and run ALL the maintenance and cleaning aspects and reboot at the end of the tasks (you can cancel in between reboots) but reboot at the end of using Onyx)
    Do all the checks it asks when it starts up and note any errors here they report.
    Also under the Verify Tab is a Preference (plist) check, check the "show only corrupt files" and run that, make a note of all and any corrupt plist files.
    http://www.titanium.free.fr/
    Plist files are preference settings files that sometimes get corrupted and may be the cause of your problems.
    If you have some, then you can look in your Users/Library/Preferences folder for them and Trash them and reboot the machine and load the program responsible, the plist file gets rebuilt without your preferences which you reset.
    The next thing to check would be your web browser plug-ins here
    https://www.mozilla.org/en-US/plugincheck/
    For Flash in Safari check here again as it's more accurate
    http://flashbuilder.eu/flash-player-version.html
    Download Flash and install if it's not this version (latest)
    http://get.adobe.com/flashplayer/
    Silverlight here
    https://www.microsoft.com/getsilverlight/get-started/install/default.aspx
    Finally install and run ClamXAv on your drive, this will look for known malware that might have gotten accidentally installed.
    http://www.clamxav.com/
    Since OS X was reinstalled, along with bundled programs like Safari, this should only leave applications and users as a source of any infection.
    If your stil having issues, then create a new user and transfer your files over and when up on the new user, delete it.

  • D10, boot problems, a never ending fan test!

    I hate this noisy fan test!!! My dog always panics, if it is in the room! But that's not the problem.
    If I switch on the external mains, the fan test starts and ends after some ten seconds.
    If I push the switch at the front of the maschine, the fan test starts and - sometimes - never ends. In this case, the maschine - obviously - will not boot. What to do? - Repeat the procedure. Sometimes I need 10 or more attempts to boot the maschine.
    Now I found (shortly before I decided to bring the maschine back to the dealer): The fan test succeeds nearly every time (and the maschine will boot), if I switch off all the external USB-devices (5 disks, WLAN-stick, memory stick, etc).
    My questions:
    what's going wrong with the fan test at my maschine?
    is it possible to skip this crazy fan test?
    Thanks for your help!
    Lenovo PC Think Station D10 6427-H6G, Windows XP

    regarding the fan test, this cannot be disabled.   thinkstations are designed for 24/7 uptime just like servers and the BIOS tests the fans at every boot/reboot.   since there isn't much reason to turn these systems off or put them asleep, the best workaround is to leave your D10 running 24/7 as it was designed to do.   mine only gets rebooted for windows updates, software updates, or video driver updates.   otherwise, it's up 24/7/365.
    regarding the fans getting stuck, update your BIOS.   the latest version can be found here.
    also, if you put your system to sleep, be sure to wake it with the power button and not your keyboard.   a few users have reported their fans getting stuck when waking with their keyboards.   i'm not aware of the issue happening when using the power button.
    ThinkStation C20
    ThinkPad X1C · X220 · X60T · s30 · 600

  • Sync never ends Error 4001

    hello, i have the problem that my itunes match never ends the sync.
    It runs always in a loop
    Itunes is in german
    I found a lot of solutions with the alt key, deactivate and activate Itunes Match and other, but nothing help.
    have anyone a idea what i can do??
    Udo

    I ended up calling Apple, and they had me completely reformat the iPod. This seemed to fix the problem.

  • Sync never ends

    I have a new 32mb Touch. I originally synced it while on vacation with PC #1, and it worked perfectly. Now I am home, and I have attempted to sync it with PC #2.
    I tried several times to sync to PC #2, and each time it would successfully transfer all (or most) of my media, but the sync process would never end.
    I am using iTunes 7.6.1.9, and my Touch is version 1.1.3 with Software Upgrade.
    I even went so far as to do a total restore of the Touch, but this doesn't seem to fix the problem.
    Any advice would be appreciated.

    I ended up calling Apple, and they had me completely reformat the iPod. This seemed to fix the problem.

Maybe you are looking for

  • Renewed Cert on ASA, Upgraded from AnyConnect 2.5 to 3.1

    We had been running AnyConnect 2.5 against our ASA and the Cert on our ASA Expired. the 2.5 Client  (and all of the iPad Clients) had a way of saying, its cool, connect anyway if the Cert is not valid. I finially got around to renewing the cert on th

  • Thunderbolt to AV receiver and on to HDTV

    I am trying to play movies through my new Yamaha RX A-2010 AV receiver from my Macbook Pro via the thunderbolt connection converted to HDMI. The receiver recognises the sound, but the laptop does not see the HDTV through receiver. As a consequence, n

  • Setting for getting more than 1000 recent emails?

    I currently have an iPad2 and only have the option for seeing 1000 of the most recent emails in my inbox.  Is there any other options for increasing this number?

  • "Check in All" Bug?

    My company has been using the InDesign/InCopy workflow for the past three years. We upgraded to CS3 several months ago and have begun to see a problem with the "Check in All" feature. What we are experiencing is that when you have several stories che

  • How long of a video can you make in camera?

    How long of a video can you make in camera? I want to video an hour long therapy session with my iPad2.