How does one plug in the cable to the new Ipod Touch?????

Ok... I give up. The USB cable that comes with my new IPod Touch will not plug into it. Yes... it is turned in the correct position.... If I use the cable that came with my 160GB IPod Classic that has the pressed in side... that will plug into the Touch. What gives???

I don't know what's going on for you, my friend. The one I got works just fine. Maybe it was a lemon cord. Try taking it to a local apple or Mac store and see if they will replace it for you.

Similar Messages

  • How does one continue to use Mail on the early MacBook Pro, Model 1,1, that is not upgradable to Lion?  I have been running iCloud on my iPhone (OS5) and iMac (Lion) along with the MacBook Pro (OS Version 10.6.8)

    How does one continue to use Mail on the early MacBook Pro, Model 1,1, that is not upgradable to Lion?  I have been running iCloud on my iPhone (OS5) and iMac (Lion) along with the MacBook Pro (OS Version 10.6.8) since November until now.  Mail will no longer download on the MacBook Pro and keeps asking for my password.

    Mail should still be usable with your machine - but you'll need to update the settings to conform to the requirements of your system. Check with your ISP (like ATT, etc.) for the settings that will work with your Mail. Once you've updated this, you should be able to email like before.
    For example, my ISP required that I go to Mail Preferences/Accounts and make sure the details conform to your email settings.
    I have no idea of what your ISP is or what the settings might be, but this is likely the source of the problem.

  • How to create blocks on Procedures? How does one handle I/U/D on the block?

    Hello Gurus,
    How to create blocks on Procedures? How does one handle I/U/D on the block?
    Please give an example.
    Thank You,

    Hello Gurus,
    How to create blocks on Procedures? How does one handle I/U/D on the block?
    Please give an example.
    Thank You,

  • I have a MacAir, mid 2011 model, and want to view video on my TV.  I see that I need a mini display port to Hdmi but there are many of these.  What exatly do I need and how does one view a movie downloaded to the MacAir on a TV screen?

    I have a MacAir, mid 2011 model, and want to view video on my TV.  I see that I need a mini display port to Hdmi but there are many of these.  What exatly do I need and how does one go about viewing a movie downloaded to the MacAir on a TV screen?

    Welcome to Apple Support Communities
    That's exactly what you need. A Mini DisplayPort to HDMI adapter and a HDMI cable. See > http://support.apple.com/kb/HT4241?viewlocale=en_US
    This is the only way to view a video on the TV. After connecting your MacBook Air to the TV, image on your TV should show immediately. Then, press Command and F1 keys to mirror your MacBook Air display, and open the video

  • How does one use an external microphone with the internal camera?

    I want to use the internal camera because I don't have anything better but I want to use an external mic to record video and sound simultaneously, for a video blog. How does one accomplish this? I'm getting no help from the manual.

    Try this. Connect your external mic, either through the audio line in port or, into a USB port if it is a USB mic and then go to System Preferences under the Apple and select the Sound icon under Hardware. Click on your mic shown in the list of input devices.
    Hope that works for you.
    Forest

  • HT1296 how do I get the music and shows off of my old ipod to my computer then off the computer to my new ipod touch?

    I want to move all of my music and videos to my new ipod touch via my computer, so how do I do this ? I currently have my songs on my old ipod classic.

    First:
    Recovering your iTunes library from your iPod or iOS device: Apple Support Communities
    The sync to the new iPod
    iTunes 11 for Mac: Set up syncing for iPod, iPhone, or iPad
    or
    iTunes 11 for Windows: Set up syncing for iPod, iPhone, or iPad

  • How do I download current music and apps to new ipod touch from old ipod touch?

    My daughter is getting a new IPod Touch and we aren't sure how to transfer all the apps and music to the new one. Does it download easily from her account when she registers the new IPod. We don't want to have to buy everything all over again.
    Thanks!

    You can sync as many ipods as you like to one computer.
    Plug in the new one and sync whatever you lime to it.
    Everything that is on the old ipod should be on your computer.

  • Have itunes and nano, can i put the same library on new ipod touch

    hi. do i just hook up the new ipod touch and sync whatever i want from the itunes library that i already had and been using with the ipod nano, which will still be used also.

    sure. I have 12 ipods in the house and sync them on one PC. (most all of them are synced to the same library)
    Message was edited by: David.

  • How does one move a scanned document from the scanner to the SD card?

    I use a DELL laptop, plus the DELL All in One printer Model 922. I can scan something but then I would like to place it on my card for viewing on my TX.  I do scan it as a picture. Is there any other way? Is there another application I should be looking for?
    Post relates to: Palm TX
    This question was solved.
    View Solution.

    If you scan it as a picture, just HotSync it over using Palm Desktop and the Media button in the left side column.
    If your scanner can do "OCR" (Optical Character Recognition) you might be able to scan it as a Word document and then use Docs2Go to transfer it.
    I'd suggest upping the scan resolution a bit to give you the option of enlarging the image on your TX.  While viewing the picture, press the UP direction on the 5-way pad to Zoom In on the picture.
    WyreNut 
    Post relates to: Centro (AT&T)
    I am a Volunteer here, not employed by HP.
    You too can become an HP Expert! Details HERE!
    If my post has helped you, click the Kudos Thumbs up!
    If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

  • How does one set up remote access via the internet to access files stored on the Time Capsule using airport utility 6.1

    I was just wondering if anyone can provide me with instructions please on how to set up remote access via the internet to the time capsule when away from home?
    I am running OS X Mountain Lion operating system and have Airport Utility 6.1.
    Many thanks to you all for your help.

    I think the instructions should be all in BTMM with iCloud.
    Instructions are all there.
    http://support.apple.com/kb/ht3486

  • How does one escape special characters while compile the package.

    Hi
    The below is my function, while compiling the function in SQL plus it’s asking the substitute values, still I want to & symbol this column 'S&P Long Term Rating'
    now my question is how to avoid while compiling substitute values
    FUNCTION get_attribute_list RETURN t_ref_cursor AS
    lv_array varchar2_table_type := varchar2_table_type('Emerging Market Flag'
    ,'Region Code'
    ,'Region Name'
    ,'Moody''s Rating'
    ,'S&P Long Term Rating'
    ,'Credit Rating'
    ,'Region ISO'
    ,'Loan Country Code'
    ,'Loan Country Name'
    ,'What If Emerging Market Flag');
    lv_ref t_ref_cursor;
    lv_step_name a_run_log.step_name%TYPE;

    Frank Kulash wrote:
    SET DEFINE OFF is the best solution, as long as you don't need substritution variables elsewhere in the function.Agreed, however, just to toss out an alternative I use alot:
    anytime I encounter a "special" or "odd" character (ie &, CR, LF, TAB, whatever ...)
    I usually resort to stuffing it into a constant variable :)
    Of course, the OP's code might beg why the hardcoding in the proc? If the values being passed in via parameters, none of this is an issue. :)
    (in other words - if the OP is encountering this "issue" with a simple test - it might be worth mentioning - it might not be an issue with the "production" code - assuming things are being passed in via parameters)
    set serverout on
    declare
       lc_Amp   VARCHAR2(1) := CHR(38);   -- Ampersand
       lv_var   VARCHAR2(100);
    begin
       lv_var := 'S' || lc_Amp || 'P Long Term Rating';
       dbms_output.put_line ( lv_var );
    end;
    /

  • Jdev Extension: How does one open up a file in the editor?

    I would like to be able to open a file(Java file) and highlight a certain line on it. Any help would be much appreciated.

    Actually this is what I learned from poking around in the API: There is a util class, oracle.ide.editor.EditorUtil. Various functions in this class allow you to open a file in it's default editor.
    There is also a class, oracle.ide.model.Element, which represents a resource in JDeveloper. A workspace, project, and java files are all Elements.
    Ide.getWorkspaces() returns you the root of the workbench. Element defines getChildren(). By iterating through each getChildren(), you eventually can get down to an element that represents the java files in your workspaces. Thus you'll have a handle to java elements, which you can open in the editor, by using EditorUtil.openDefaultEditorInFrame(Element)

  • How to reinstall backed up application / data to a new iPod Touch

    it was annoying. I just lost my itouch with lots of applications and data that stored in the old itouch.
    I believed the old itouch content was backuped up to my laptop. how do I reinstated the content from the backup files to the new itouch I just bought...
    Appreciate for anyone who can help.
    Thank.

    - If you are up to it see:
    How to reset forgotten Restrictions...: Apple Support Communities
    How to reset forgotten Restrictions...: Apple Support Communities
    Otherwise you will have to set up the iPod as a new one.

  • MB129LL/B Composite AV Cable with my new iPod Touch 32GB to my Samsung TV

    I bought a new Samsung T240HD 24" LCD HD Monitor TV and when I hook my iPod Touch to it with a genuine Apple MB129LL/B Composite AV Cable, the picture is not very good on my tv, matter of fact, it's not even in color. Does anyone have any suggestions? Everything is new except for my cables were an "Open Box" purchase.

    The image on the iPod is only 480 x 320 pixels. If you mirror that onto a giant 24" display, I just can't imagine it looking too good... there just aren't enough pixels there to fill up that monitor's native resolution of 1920 x 1200 pixels. Essentially every pixel on the display will look four times larger.
    As far as why you're not seeing the color, I am not sure what's going on. I have a 26" Samsung LCD Display... there is an "AV Mode" setting under the "Setup" section of the On Screen Display menu. You have to scroll down to see it and there is an "on/off" selector.

  • Does it make a sense to buy  a new ipod touch now?

    Is ok. to buy an ipod touch now or should I wait until some "software update" comes? I wouldn't want to pay additional 10$ or 20$ next month to be able to access some new features.

    At first glance, I said whoa! But then I thought, I have my BlackBerry Pearl with T-Mobile and realized, well, since I got the phone for $0.01 in November and was required to have a data plan, hmm... I think Amazon had an agreement with T-Mobile on requirements of keeping the data plan for 6 months. And after reading the Wall Street Journal this morning, I further learned of the subsidizing AT&T is doing with this version for a change. That means that AT&T might one day allow the phone to be unlocked in contrast to the first generation iPhone. But come on folks, why would Apple or AT&T price the 2nd Generation iPhone at $199 up front? Hmm... Let's think logically. It's to attract new customers agreeing to a two year commitment! Do you really think you can buy the BlackBerry Curve with AT&T for $99 outright? No. Logic tells us that Scott's math is truth. So I give kudos to Scott for this. Those who don't understand this are the same people who think that if they lose their phone after 5 months, they get mad at the cell phone provider for not replacing the phone at the initial "cost".

Maybe you are looking for

  • How to name a new Excel worksheet using an invoke node??

    I want output from my specific labview code to be written to a new and specific worksheet (meaning I want to provide the specific worksheet name) of an Excel spreadsheet my LabVIEW code will generate. My code will run in a loop where I want data that

  • Decode and case statement in the update..

    Its is more to it, but I want to check with you guys, the experts on this, this look busy to me, it should be a more simplify way of doing it, do you think will work The government decide to change the ethnic codes, and we have to come with certain r

  • Develop in Flash Builder 4.5

    Hi all, I'm working on a video streaming AIR application and would really like to start developing against the incubator codebase (particularly flash.media.H264Profile et. al.). I've tried configuring both the 4.5.0.20967 SDK and the 4.5.1.21328 SDK

  • RFC function call from VB Script

    I have an RFC enabled function that I need to call from VBScript.  I was working through this issue as a BAPI call but after research and RFC not initialized error messages over and over I am coming to think that the issue is not how I was doing it b

  • EAS Configuration Error

    Hi, In EAS, i cant able to access the Planning Outline(i can able to access Essbase outline), so i decided to do the reconfiguration of EAS. While doing the EAS reconfiguration I am getting below error. (Sep 02, 2009, 04:41:03 PM), com.hyperion.cis.c