Flat-out not working.

Yo. I've had my iPod nano for over a year and it has always been pretty reliable. But recently, I took it out and tried to turn it on but it wouldn't. I don't remember the battery life being low, but I went home and plugged it in to my iHome to see if it would charge. Surprisingly, it didn't do anything. So I tried to charge it with my computer - still nothing. I left it plugged in to the computer still with no response. It just won't turn on. I've tried restarting it with the center+menu thing, flipping every switch and pressing every button, but nothing is working. Perhaps the battery has just died, but I'm not sure.
Any help would be awesome. Thanks.

My girlfriend and I are having this same problem. Her's is acting just like you said, won't turn on, won't recharge or turn on when plugged into computer or ihome. Mine will turn on but after that no buttons will work and it will just sit at the menu until it goes to sleep or the battery dies. Does anyone have any ideas how to fix this?

Similar Messages

  • Soundblaster X-Fi Titanium Optical Out not working???

    Hey friends,
    I purchased a Sound Blaster X-Fi Titanium PCIe yesterday to run on Windows 7 64bit to trigger VSTi instruments. I can hear the VSTi play fine when I have headphones plugged into the soundcard but I want to send the audio sound OUT via the Optical Out into my Steinberg MR86x firewire audio card. ?
    I can see the light on the optical cable but no sound seems to be being sent from the sound blaster into the steinberg card.
    ?Now before people start saying you cant do that, I have have been doing this for the last 3 years and it has been great apart from my RME Audio card is not compatible with Windows 7 64bit hence why I purchased the soundblaster.
    I really am at a loss as to what I can try next, I have been through this forum and tried a few recommended tweaks but nothing? Am I missing something obvious here?
    I am using the following drivers
    Driver: v2.7.008 Windows 7 64bit
    DTS Connect: for Windows 7 64bit
    Also in the Audio Control Panel / SPDIF I/O all options are greyed out apart from the Digital Output tickbox, I only want to use this card for Audio as in creating music or specifically for triggering VST synths.
    I would really appreciate any advice
    Thanks in advance
    KiloHurtz

    Re: Soundblaster X-Fi Titanium Optical Out not working?I have same card, same?OS?and lots of problems.
    Analog outputs(control panel->sound->speakers) disappears when boot or reboot, sometimes it works week, sometimes a hours. When it works, it's works ok, but suddenly during boot,?all sounds is lost, when trying launch for example Creative Audio Control Panel this message appears: There are no supported audio device available. You need to close the application. Click OK to close the application now.
    And when analog outputs disappears, no any sound via SPDIF, even it shows in notification area and control panel->sound and in device manager.
    I have owned card about two months, once change card in warranty, and?several uninstall, cleaning traces, reinstall and card works for while?and?out of blue, when boot computer, no sounds at all and only way to get sounds back is driver uninstall, cleaning and reinstall.
    Creative Customer Support seems to be clueless, but make Technical Support Request if problems continue. And all other too, if problems like that appears, contact to Creative, maybe they really try?to do?something abuot it and not just send instructions how to uninstall and reinstall drivers.

  • Tv out not working on ios 8? please tell me what is problem?

    When i update my iPhone 4s to iOS 8.1 tv out not working .     Help mee plzz

    If those numers are ordered correctly it sounds like you are using a faulty charger with your iPhone.  It should charge faster with the charger than a USB port as the charger supplies a higher current.  Different batteries are going to charge differently based in part on differences in the ways they have been used.
    Try using your friends charger with your iPhone and see how long it takes to charge compared with your charger.

  • TS1398 I have had my iPad 2 less than a month. (bought during black friday 2012)..... I updated to IOS 6 probably two weeks ago, the WiFi connection was working just fine until tonight... flat out quit working... says it's connected... but it's not. HELP!

    I have an iPad 2 for less than a month, I updated the IOS to 6 about two weeks ago... It was great, up until tonight. My WiFi flat out won't work... and all the other laptops, iphones in the house are working fine.
    Would LOVE to have it fixed.
    Not very happy with Apple and this 'mishap'...
    it does NOT have the cellular wifi, or whatever it's called. it's not capable of connecting to a carrier... just through regular wifi.

    1. Turn off router for 30 seconds and on again.
    2. Settings>General>Reset>Reset Network Settings

  • MacBook video out not working

    Hi there
    I bought the mini-dvi to s-video/composite output to connect my MacBook up to a TV while away from home (to watch TV and movies) but it doesn't work. First I suspected the old TV, but works OK with the Wii connected. Then I thought it was the cable, but I tried a new cable and the sound works fine, so that's not it. Then I suspected the adapter, but when I got home I connected it to my wife's MacBook and it worked fine.
    So, looks like I have dodgy graphics card hardware?
    The MacBook detects that the adapter is connected, so some of the pins are working OK. I just can't get a signal from my MacBook to the TV and the auto detect does not work.
    Anyone got any ideas? The computer is no longer under warranty and I don't have time to take it to the dealer (it takes them three weeks to turn around a fault!) so I'm guessing that I'll have to open up the device myself and check for some bad connections?
    Any advice is appreciated!
    Regards... Jonny.

    Video out under 10.5.2 works fine for me and for a colleague of mine with a more recent MacBook Pro. I'd wager it's a problem with your Leopard install, not a universal one.
    Also, FYI, Apple doesn't read these forums; they're just for user-to-user help. If you want to leave MacBook Pro feedback for Apple, do so here:
    http://www.apple.com/feedback/macbookpro.html
    But again, I do not believe yours is a universal issue. We'll be happy to help troubleshoot though. What do you mean the image is "unstable"? Could you take a digital photograph of the external monitor's screen and upload it somewhere?

  • Digital video out not working

    For some reason on my 2011 Mac Book Pro the digital video out does not work?  It works just fine using the minii adapter for analog video out, but not for digital?
    Any advice much appreciated!
    Thx
    Mark

    It is working exactly as it is supposed to. You didn't read the description properly before buying.
    Video mirroring is available on the iPhone 4S, not the iPhone 4.
    Video out needs to be supported by the app you are using.

  • System.out not working on eclipse

    Greetings...
    I am no longer a newbie on Java, but I have been facing an issue lately that I have been unable to resolve myself, even though it seems to be something so silly.
    I have been using eclipse for development, and by developing a simple "Just to practice" code I have found myself unable to use System class or any of its methods at a certain point. See the code below:
    package one;
    import java.util.Scanner;
    public ClassOne {
    public static void main (String args[]){
    Scanner reader = new Scanner(System.in); /*Works just fine here*/
    int x = 0;
    System.out.println("Type in the number of objects expected"); /*Does not work at all, like if System was something I could not use at all. Not an identifier */
    Scanner readertwo = new Scanner(System.in); /*System does not work here either*/
    }Even if I rewrite the code after that, by erasing the import statement and all other System references in the code, System does not work again.
    If anybody has ever faced the same issue and knows what I am doing wrong and what I can do to fix it, I'd really be grateful.
    Thanks to all, and happy 2009.
    Santana T

    Santana_Thiago wrote:
    It works on NetBeans.
    On eclipse I get the following error:
    ERROR: JDWP Unable to get JNI 1.2 Environment, jvm->GetEnv() return code = -2+
    *JDWP exit error AGENT_ERROR_NO_JNI_ENV(183): [../../../src/share/back/util.c:820]*+
    The funniest thing is that if copy and paste the code from somewhere else into eclipse it works. What a drag!!!!
    Thank you.
    Santana TNever seen that error but it sounds to me that your Eclipse installation is screwed up!

  • Iphone for VGA Video Out not working

    We have the Iphone/iPad VGA to Monitor connector. We tested it with 3 different iPhone 4 phones... It worked on 2 of them, but the 3rd woudn't work. What possible reason would it not work? The 3 phones had software of 4.3 and higher...

    Dr. L,
    The previous iPod's did not support component video out for newer televisions that support it. The box for the older Video out cables do not say they support the iPhone.
    The current video out cables are available in either component or composite video out. They also say they support the iPhone on the box.
    In addition when shopping the Apple Store online for iPod or iPhone accessories there is a compatibility guide which shows icons of the iPod models or iPhone that are supported.
    Overall my personal experience is that this, and other Apple specific ones, are much smaller compatibility, and downtime driver for IT than many of them I have run across supporting a variety of computer and networking platforms over the last 23 years.
    Hope this helps,
    Nathan C.

  • Video Out not working on Ipod Classic 80gb

    I can't get video out to work on anything. I have a relatively new Onkyo home theater with an iPod dock that has video out cables, and I can't get a picture to show up on the TV. Also, my gym has StarTrac cardio equipment which has video connectivity through a built-in iPod dock. Video is supposed to show up on the TV monitor attached to the cardio machines, but all I get is "no signal".
    Since I can't get either of them to work, is something wrong with my iPod?
    Thanks!

    When you want to show the video on your TV, have you selected TV out in the video settings options?
    If that's not the problem, check this page, http://support.apple.com/kb/HT1454 to ensure you have the correct cable for your iPod, although you need to ensure you have identified your iPod model correctly. Check http://support.apple.com/kb/HT1353 if you're not sure because there is a crucial difference between the Classic and the 5th generation video models. (On the *iPod and iPhone: TV out support* page - http://support.apple.com/kb/HT1454 - look at the third table down, headed *Apple Component AV Cable with iPod Universal Dock or Apple Universal Dock* .) Notice that the Apple Universal Dock and Component cable combination works for an iPod Classic, but not for the 5th gen iPod. My point being; if the STarTrac device you mention has a built-in dock, perhaps it's designed for the iPod Classic, but if you have the 5th gen, it won't work.
    ... and no, I don't know why one dock is called the Apple Universal Dock, while the other is called iPod Universal Dock! Such a similar naming convention only leads to confusion. I know, I had to examine each box in my local store to find the iPod dock among all the Apple docks they had since they thought both docks were identical.

  • Digital out not working (unibody)

    I have been using my digital out for some time and now i noticed its not working. When i go to the system panel it says headphones when i plug in the digital audio out connector rather then saying digital audio out. NOthing has changed otherwise. Same connector cable plugging into the same audio system.
    Thanks in advance

    Have you tried cleaning out the jack with some compressed air? Sometimes the Mac will mistakenly think something is plugged in to the optical/analog audio jack.

  • 5.1 to home theater receiver thru Optical Out not working; Fatality Platinum

    I tried connecting the Optical Out on the front to my receiver's optical in. Made sure everything was set to 5. in both the Creative and receiver settings, and the receiver gets optical 5. just fine with my Play Station version 3 and X-box version 360 gaming computers. Please help, I have tried reboot, messing with settings, Google, I cannot fix this.
    Jinwoo from great korea!

    Hi I have the same probleme, exept that I have succesfuly pluged my home theater receiver and the 5.1 works. Just my subwoofer seems not to work properly. Like when I plug it into a digital dvd player it works very nicely. but when pluged into the sound card it seems that it dosnt have any signal for it.
    ANy clues??? I know i pluged everything finely I have tested the sound test for each speaker and sub to, from the receiver and from the creative software the sub seems to work but very quietly even if I cran the volume up on the sub or in the software , the sub dont work as it should.
    1 thing I remarqued is that the sub works occasionaly in some movies. When listening to the music it not working and I dont understand that.

  • Qosmio G30-102 Optical SPDIF out not working

    I have bought new Qosmio G30-102 and I am quite sure that SPDIF Optical Out connector is not working.
    I can't test it at the moment, but I had a couple of SPDIF sound cards and every one of them had a red light on all the time, which signalized that Optical SPDIF is supported.

    Hi,
    maybe I would first try a SPDIF device, if I were you, because I agree with the user before, it has definetively a SPDIF out.
    Greets

  • IPod nano - mini jack Line out not working anymore

    i have a 5th generation nano. its been working fine exept that now the music does not come out of my ipod
    when i use the mini jack line out. i've tried different cables but in vain. the music is still coming out of it
    when i play it throught the internal speakers.
    stef./.\

    If resetting it does not work, take the computer to an Apple store or an AASP.  Whichever is more convenient for you.

  • Phasein/ out not working,

    Hello Guru,s
    If i am selected Days in period(Suppose 20 days) option in my master forecast profile(Univariate Screen)
    then  phasein/ out is not working in interactive screen...i am not getting the values.
    If i didn't select the days in period, i am getting the valus for phase in/ out.
    Note: I have activated the in life cycle profile option in MFP and all settings are correct in phasein/out.
    Only problem with the option ~~days in period~~~
    If we selected the option in days in period then Phasein/out& like profile will not work as per SAP???????
    Please help me in this regard.
    Regards,
    Sree!!!

    >
    sai balakavi wrote:
    > If you have activated Aggregated Lifecycle Planning then as Percx mentioned Phasein/out cannot be used with entry in  periods field. Please follow this link
    >
    > http://help.sap.com/saphelp_scm50/helpdata/en/8f/9d6937089c2556e10000009b38f889/frameset.htm
    >
    > Some how the link is not directing to the exact material..however please follow this path
    >
    > Aggregated Lifecycle Planning with Like modelling-->Aggregated Life cycle planning with Phase in/out profile
    >
    >
    > Edited by: sai balakavi on Sep 29, 2008 4:03 PM
    >
    > Edited by: sai balakavi on Sep 29, 2008 4:05 PM
    Hi,
    Thanks for the supporting,
    as my understanding is
    if i checked that Aggregated lifecycle planning with phase-in/out modelling option in life cycle basic setting screen...then my forecast results will first take into agg level, then system checks the phasein/out then it will dist the result as per phasein/out.
    But my problem is if i am using the option days in period(20days) in master forecast profile then my phase in /out profile is not working...if i removed those days and keep as blank then my phase in / out is working.
    So what is link between these two like---- days in period option in master forecast profile and working the phase in/out profile in SDP94.
    I think it is clear now....please correct me?????
    Regards,
    Sree

  • NEO2 Audio out not working & Mobo Review

    Everything finally working great! Have all the latest live updates and after some hiccups getting the system built, it appears to be everything MSI promised it would be.
    I have 3 80 Gig SATA drives, P4 2.53 GHZ, 1 Gig Corsair ddr400 memory in dual mode, 1 Panasonic DVD RAM, 1 SAMSUNG dvd/cdr, 1 Internal multi card reader, Realtek 5600 128 meg video card. Canopus DVSTORM2 hardware/software editing solution. All IRQ's are happy and finally set and there are no conflicts. The system is fast and has not crashed since installing the latest drivers and patches.
    The only bad news is,... my audio out is not working! The front panel headphones work, but I can't get any audio out of the back ports. I have the Audio 6 channel port installed, even though I only need 2 channel stereo. I have played with all the settings, and still get nothing! I need also to get audio into the back, which is also not apparently working. All the devices say they are installed and working properly, I just can't get any sound. :O
    So.......... Either someone on this thread has some options for me, or I'm off to get a audigy sound card, but I feel I'm pushing it with all the other system devices and IRQ's I'm using. So I would like to use the built in audio. Any help is appreciated.
    Also a note... I can hear in the headphone out, a real presence of the SATA drives spinning and reading, it definitely is not a clean output, with the high end drives, they are sooo fast they create electrical ambient sound effects that are loud and annoying! unless listening to R2D2 on steroids is a desired experience!  :D LOL! Perhaps another sound card would bypass this also. As always.... pushing the limits of technology, hey and I haven't even started overclocking any default settings yet!
    Anybody have a shot list of settings that might be useful?
    Thanks in advance for your input.
    [email protected]

    Check the front panel audio connector. There are usually 4 pins which need to be shorted to have signal output directed to the rear audio ports. The manual will give the exact pins to short. I think you'll find it's pins 5 & 6 (right channel signal in & return) and pins 9 & 10 (left channel signal in & return). Basically, if you use the front audio header, the rear audio ports wont work.

Maybe you are looking for

  • Expandable text box

    i am trying to take a pdf and make it into a fillable form. i'm not having problems doing that, but i am having problems making a text box expand as i type. it just makes the type smaller and smaller. can anyone offer me any help please? i'm using ad

  • Which two statements are true about WHERE and HAVING clause ?

    Which two statements are true about WHERE and HAVING clause ? 1. WHERE clause can be used to restict rows only 2.HAVING clause can be used to restrict groups only 3.HAVING clause can be used to restrict groups and rows Plz help me in dis ques...which

  • What's the WebCenter/UCM answer to the following scenario?

    Hi, I'm a newbie on Oracle WebCenter & UCM. I'm facing with a web application that includes content management functionality. The scenario: there're backend users that performs datasheets (for electronic components) data entry (editorial staff) and f

  • How to switch to aol

    Hello, I hope someone can help this 70yr old senior, as I am not too good at this computer age. I recently moved and had to change my provider. I have  Verizon/Yahoo, I do not care for Verizon, and have been using Yahoo as my homepage. I recently fou

  • Distance between two GPS points

    Is there an inbuilt function in PL/SQL for calulating the distance between two GPS (lat/long) points? I'm using Oracle 9i. There's a thing called SDO_GEOM available, but I'm not sure if this is what its used for or if it's the best option.