Please i really need help on this

My ipod wont turn on and hold button is off and been plugged into wall charger since 8pm last night and still nothing. anyone have any ideas?

Try these.
My iPod won't turn on.
My iPod has no power.
My iPod won't wake up.
iPod battery doesn't charge.

Similar Messages

  • Please I really need help with this video problem.

    Hi!
    Please I need help with this app I am trying to make for an Android cellphone and I've been struggling with this for a couple of months.
    I have a main flash file (video player.fla) that will load external swf files. This is the main screen.When I click the Sets Anteriores button I want to open another swf file called sets.swf.The app is freezing when I click Sets Anteriores button
    Here is the code for this fla file.
    import flash.events.MouseEvent;
    preloaderBar.visible = false;
    var loader:Loader = new Loader();
    btHome.enabled = false;
    var filme : String = "";
    carregaFilme("home.swf");
    function carregaFilme(filme : String ) :void
      var reqMovie:URLRequest = new URLRequest(filme);
      loader.load(reqMovie);
      loader.contentLoaderInfo.addEventListener(Event.OPEN,comeco);
      loader.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS,progresso);
      loader.contentLoaderInfo.addEventListener(Event.COMPLETE,completo);
      palco.addChild(loader); 
    function comeco(event:Event):void
              preloaderBar.visible = true;
              preloaderBar.barra.scaleX = 0;
    function progresso(e:ProgressEvent):void
              var perc:Number = e.bytesLoaded / e.bytesTotal;
              preloaderBar.percent.text = Math.ceil(perc*100).toString();
              preloaderBar.barra.scaleX =  perc;
    function completo(e:Event):void
              preloaderBar.percent.text = '';
              preloaderBar.visible = false;
    btHome.addEventListener(MouseEvent.MOUSE_DOWN,onHomeDown);
    btHome.addEventListener(MouseEvent.MOUSE_UP,onHomeUp);
    btSets.addEventListener(MouseEvent.MOUSE_DOWN,onSetsDown);
    btSets.addEventListener(MouseEvent.MOUSE_UP,onSetsUp);
    btVivo.addEventListener(MouseEvent.MOUSE_DOWN,onVivoDown);
    btVivo.addEventListener(MouseEvent.MOUSE_UP,onVivoUp);
    btHome.addEventListener(MouseEvent.CLICK,onHomeClick);
    btSets.addEventListener(MouseEvent.CLICK,onSetsClick);
    function onSetsClick(Event : MouseEvent) : void
              if (filme != "sets.swf")
                          filme = "sets.swf";
                          carregaFilme("sets.swf");
    function onHomeClick(Event : MouseEvent) : void
              if (filme != "home.swf")
                          filme = "home.swf";
                          carregaFilme("home.swf");
    function onHomeDown(Event : MouseEvent) : void
              btHome.y += 1;
    function onHomeUp(Event : MouseEvent) : void
              btHome.y -= 1;
    function onSetsDown(Event : MouseEvent) : void
              btSets.y += 1;
    function onSetsUp(Event : MouseEvent) : void
              btSets.y -= 1;
    function onVivoDown(Event : MouseEvent) : void
              btVivo.y += 1;
    function onVivoUp(Event : MouseEvent) : void
              btVivo.y -= 1;
    Now this is the sets.fla file:
    Here is the code for sets.fla
    import flash.utils.Timer;
    import flash.events.TimerEvent;
    var video:Video;
    var nc:NetConnection;
    var ns:NetStream;
    var t : Timer = new Timer(1000,0);
    var meta:Object = new Object();
    this.addEventListener(Event.ADDED_TO_STAGE,init);
    function init(e:Event):void{
    video= new Video(320, 240);
    addChild(video);
    video.x = 80;
    video.y = 100;
    nc= new NetConnection();
    nc.connect(null);
    ns = new NetStream(nc);
    ns.addEventListener(NetStatusEvent.NET_STATUS, onStatusEvent);
    ns.bufferTime = 1;
    ns.client = meta;
    video.attachNetStream(ns);
    ns.play("http://www.djchambinho.com/videos/segundaquinta.flv");
    ns.pause();
    t.addEventListener(TimerEvent.TIMER,timeHandler);
    t.start();
    function onStatusEvent(stat:Object):void
              trace(stat.info.code);
    meta.onMetaData = function(meta:Object)
              trace(meta.duration);
    function timeHandler(event : TimerEvent) : void
      if (ns.bytesLoaded>0&&ns.bytesLoaded == ns.bytesTotal )
                ns.resume();
                t.removeEventListener(TimerEvent.TIMER,timeHandler);
                t.stop();
    The problem is when I test it on my computer it works but when I upload it to my phone it freezes when I click Sets Anteriores button.
    Please help me with this problem I dont know what else to do.
    thank you

    My first guess is you're simply generating an error. You'll always want to load this on your device in quick debugging over USB so you can see any errors you're generating.
    Outside that, if you plan on accessing anything inside the SWF you should be loading the SWF into the correct context. Relevant sample code:
    var context:LoaderContext = new LoaderContext();
    context.securityDomain = SecurityDomain.currentDomain;
    context.applicationDomain = ApplicationDomain.currentDomain;
    var urlReq:URLRequest = new URLRequest("http://www.[your_domain_here].com/library.swf");
    var ldr:Loader = new Loader();
    ldr.load(urlReq, context);
    More information:
    http://help.adobe.com/en_US/ActionScript/3.0_ProgrammingAS3/WS5b3ccc516d4fbf351e63e3d118a9 b90204-7de0.html
    If you're doing this on iOS you'll need to stripped SWFs if you plan on using any coding (ABC) inside the files. You mentioned iOS so I won't get into that here, but just incase, here's info on stripping external SWFs:
    http://blogs.adobe.com/airodynamics/2013/03/08/external-hosting-of-secondary-swfs-for-air- apps-on-ios/

  • Please I really need help with this one.

    Ok I have this problem where I hook my ipod up and it works fine connects and is recognized. However, when i start trying to move music to it or transfer information using it like a jump drive it suddenly disconnects. At this point it is no longer recognized by my computer unless I restart my computer. In device manager it shows up as an unknown device and when i check the status of it, it says no device drivers installed for this device. What could be the problem here?

    http://docs.info.apple.com/article.html?artnum=93499

  • Please help! I am trying to change my Apple Id that used to be my mother to Mine- Every time i have it changed and i go and try and do an update it continues to ask for her old password. I really need help with this!

    Please help! I am trying to change my Apple Id that used to be my mother to Mine- Every time i have it changed and i go and try and do an update it continues to ask for her old password. I really need help with this!

    Phil0124 wrote:
    Apps downloaded with an Apple ID are forever tied to that Apple ID and will always require it to update.
    The only way around this is to delete the apps that require the other Apple ID and download them again with yours.
    Or simply log out of iTunes & App stores then log in with updated AppleID.

  • Really need help on this

    Can somebody please help me read this file?
    The data being read come from a file. the data looks like this
    Date           Time                          X                 Y     Depth           Temp
    14-Feb-05           10:08:48     3002     -2571     26     3348
    14-Feb-05           10:08:48     3039     -2573     34     3345
    14-Feb-05           10:08:48     3181     -2573     42     3345
    14-Feb-05           10:08:49     2841     -2573     49     3342
    14-Feb-05           10:08:49     2455     -2573     58     3345
    the data is then read into the program in the loadData() function shown
    The problem is it only reads the header. It never reads the data.public void loadData ()
    // Display the open file dialog, wait for a response.
    JFileChooser chooser = new JFileChooser();
    int choice = chooser.showOpenDialog(frame);
    // If no file was selected, bail out.
    if (choice != JFileChooser.APPROVE_OPTION)
    return;
    // Get the file, attempt to open the file and
    // read the data points.
    File dataFile = chooser.getSelectedFile ();
    try
    Scanner input = new Scanner (dataFile);
    // Loop, reading pairs of input.
         String headers = input.nextLine(); //read the headers
         //System.out.println( in);     //skip the headers to the data
    while (input.hasNextInt())
         int date = input.nextInt(); //read date
         int time = input.nextInt(); //read time
    int x = input.nextInt(); //read x
         int y = input.nextInt(); //read y
         int depth = input.nextInt(); //read depth
         if (!input.hasNextInt())
    break;
    int temp = input.nextInt(); //read temperature
    graph.setDataPoint (new Point (x, y));
         graph.setDomainLabel ("x");
         graph.setRangeLabel ("Depth");*/
    catch (FileNotFoundException e)
    System.err.println ("Unable to read data points from " + dataFile.getName
    I really need help on this crew

    Can somebody please help me read this file?
    The data being read come from a file. the data looks
    like this
    Date           Time                          X
    Y     Depth           Temp
    14-Feb-05           10:08:48     3002     -2571     26     3348
    14-Feb-05           10:08:48     3039     -2573     34     3345
    14-Feb-05           10:08:48     3181     -2573     42     3345
    14-Feb-05           10:08:49     2841     -2573     49     3342
    14-Feb-05           10:08:49     2455     -2573     58     3345
    the data is then read into the program in the
    loadData() function shown
    The problem is it only reads the header. It never
    reads the data.public void loadData ()
    // Display the open file dialog, wait for a
    r a response.
    JFileChooser chooser = new JFileChooser();
    int choice = chooser.showOpenDialog(frame);
    // If no file was selected, bail out.
    if (choice != JFileChooser.APPROVE_OPTION)
    return;
    // Get the file, attempt to open the file and
    // read the data points.
    File dataFile = chooser.getSelectedFile ();
    try
    Scanner input = new Scanner (dataFile);
    // Loop, reading pairs of input.
    String headers = input.nextLine(); //read the
    e headers
    //System.out.println( in);     //skip the headers to
    o the data
    while (input.hasNextInt())
         int date = input.nextInt(); //read date
         int time = input.nextInt(); //read time
    int x = input.nextInt(); //read x
         int y = input.nextInt(); //read y
         int depth = input.nextInt(); //read depth
         if (!input.hasNextInt())
    break;
    int temp = input.nextInt(); //read
    nt(); //read temperature
    graph.setDataPoint (new Point (x, y));
         graph.setDomainLabel ("x");
         graph.setRangeLabel ("Depth");*/
    catch (FileNotFoundException e)
    System.err.println ("Unable to read data
    ead data points from " + dataFile.getName
    I really need help on this
    crew
    I modified the code but getting an error when I call the function
    How do I catch an exception in this

  • Well my ipod 4th gen was updated it shut off and now when i try to turn it on it stays on the apple logo for abit then gets stuck on a white screen od blue or mixed colores i really need help fixing this plzz help :(

    Well my ipod 4th gen was updated it shut off and now when i try to turn it on it stays on the apple logo for abit then gets stuck on a white screen od blue or mixed colores i really need help fixing this plzz help

    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try on another computer
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar       

  • I really need help on this 1

    dear creative experts
    i have a 5.1 sb live series without live drive! in kx drivers there is an option that uses the subwoofer jack out as headphone jack out, i really need help cuz' i want 2 have this option in creative drivers 2,it would be very usefull 4 me in recording sessions( multitrack ) cuz' i don't have a headphone jack on the front panel of my speakers ( teac power max 260/2 2.0 ) and every time when i want 2 record voice in multitrack i have 2 unplug the speakers and plug the headphones.
    hope there is a way 2 resolve my problem...

    ahh, now I understand! Thanks mate! your not disturbing by the way! thats what we're here for, to help people!
    So you want to know if creatives software/drivers, allows you to change the signal on the output/input, via the creative software, so you dont have to switch it manually everytime.. Im not so familiar with creative software, but I guess if you cant find the feature yourself, then there is no actual feature on the software by creative. But a moderator/administrator, know this alot better than I do..

  • My firefox crashes every 2-5 minutes for unknown reasons. its getting really annoying and i really need help with this :( i cant seem to get an ID on the crash report, its giving a different reason everytime.. i think. please help !

    i have many many crash reports and they all seem different. yet, whenever i search the support pages for help on those crash IDs it shows 0 results. alot of people are having the same problems, and i hope we ALL can get help on this. its getting really frustrating and annoying :(

    i doubt it is from skype. i havent used skype in 2 days or so.
    here are the crash reports IDs from JUST today..
    bp-8c7fab55-79c8-4db1-9527-4ba072111013 10/13/2011 4:51 PM
    bp-db6bf6c4-cf34-4eae-a742-105842111013 10/13/2011 4:51 PM
    bp-f28611cf-3ff0-4658-a843-05da92111013 10/13/2011 4:32 PM
    bp-03fa57ef-580d-4f1d-8fb4-52ac72111013 10/13/2011 4:21 PM
    bp-d07e0d82-df2a-41c8-a19b-bb99e2111013 10/13/2011 4:19 PM
    bp-fafbd8cf-6769-4b76-8153-c17242111013 10/13/2011 4:06 PM
    bp-ee9694ab-585b-4963-8b94-e46432111013 10/13/2011 3:47 PM
    bp-773242e1-a87d-4e19-90cb-ce4e52111013 10/13/2011 3:37 PM
    bp-6bae0db3-895b-4239-8a71-758ce2111013 10/13/2011 3:36 PM
    bp-6dfc1b57-5a8f-4244-baa1-8d0642111013 10/13/2011 3:36 PM
    bp-9a6589cd-0e2f-4299-b517-a6c862111013 10/13/2011 3:31 PM

  • Really need help with this!

    I have a form to upload pictures, create a thumbnail, and put
    them in folders. I really need to know how to put the links in a
    database with php so I can display them on a page with the other
    fields! PLEASE HELP!!

    stone_cutter wrote:
    ok, if i was the computer, i would first, find the first occurence of the letter "V" in the word,Okay, good. How would you do that? You did look at the docs others pointed you to, right?
    and then include all the subsequent characters.Okay, good. How would you do that? You did look at the docs others pointed you to, right?
    I know what to do, i just don't know the codes for them.The idea is that you figure out "the codes." This generally means taking a guess at an approach that you think will work for one of the steps, writing some code, testing it, seeing if it produces the output you expect, figuring out why it didn't, changing it, repeating until you get it right, moving on to the same process with the next very small piece, and so on, until each piece works by itself, then putting the pieces together, and testing and tweaking until it works.
    I know the code is gonna start with m = p.substring Why?
    Why substring?
    Why immediately m = ?
    You don't think there will be any intermediate steps?
    What you're doing here, rather than following the process I describe above, is grabbing a handful of buzzwords that you think apply, slapping them together, then throwing your hands in the air and crying, "I don't get it."
    Where are the String API's? Can someone give me the link to them?I think they already did, more than once.
    http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html

  • Really need help with this, can't use safari on my ipod

    I clicked on a link on a website for my school, and then it opened in another page. idk if i clicked something or this happened on its own, but then a video tried to open from the image. I've messed around with my settings, and i can't seem to be able to get a youtube video to open on my ipod if it's from a website, i always have to go directly from youtube to find anything. So it says "could not load video", the only option is to click okay, so I do, and then it gives me the main ipod youtube page, with history and search and all that stuff. I give up and decide to just look at something else, and click safari, except it goes straight to the image, which goes straight to the unloadable video on another program, and then i have to close the page. It goes in circles, but it means that safari is unusable, and my computer is broken, so i really need it for internet.
    Also, is there a way to make youtube videos viewable from a website link?
    And why, when I search up a popular song on youtube on my ipod, and type in that i want the lyric video, i only get live versions, and there is never any lyric videos, and i usually detest live versions of songs?? and then when i search the same thing on someone's computer, i get my lovely lyric videos? Is Youtube angry at Apple or something?
    aand why were the older ipods less crash-prone?
    answers are very helpful, especially for the first question, because i am clueless about technoloy. Honestly, it took me a year to learn how to turn on my computer....

    A lote of sitesuse the Flash version of YourTube. no iOS devices support flash. The you have to either use the YourTube app or Safari to go to YouTube since Safari tells the YouTube site to use HTML5.
    For other problems withwith Safari try going to Settins>Safari and clear Histor, Cookies and Data.
    Also reset the iPod. Nothing is lost.
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.

  • SOS... PLEASE, I REALLY NEED HELP... MAC IS HAVING TROUBLE BURNING...

    Hey guys,
    I am burning from IDVD, but after burning 2-3 DVDs on Dual Layer DVD's, it KICKS me out of the program. When this happens, I have to go BACK again and start the long burning process of rendering the menus, etc, etc... I don't know what's happening. Is it that the Mac has a problem? Or is this normal to render and burn an hour long DVD? So far, it has taken me the whole afternoon to burn JUST 2 DVD's. Is that normal? Also, is there a way to tell the MAC to burn a certain amount of copies, just like the Adobe Premier gives us that option? I can't seem to find that option anywhere. I have to burn 100 DVD's for Monday... I REALLY need your help.
    Thanks,
    Claudia.

    If you've already created the disk image file (projectx.img), open disk utility (go 'utilities'>'disk utility').
    If the disk image file doesn't show on the left hand side, drag the .img file there then select it. Hit the burn icon on the top left hand side of the disk utility window, then put in the dvd and choose the burn speed - you get better player compatibility and burn reliability if you burn at a slower speed - e.g 4x.
    I've got 50 to do for Monday and so I feel your pain. The projects I'm burning are about 75 mins long and doing it this way, to burn at 1X takes about 1 hour, 4X takes about 20 mins.
    Like Zak, I've no experience of DL discs so you may want to post and/or search the iDVD forum.

  • SOS... PLEASE, I REALLY NEED HELP... IDVD IS HAVING TROUBLE BURNING...

    Hey guys,
    I am burning from IDVD, but after burning 2-3 DVDs on Dual Layer DVD's, it KICKS me out of the program. When this happens, I have to go BACK again and start the long burning process of rendering the menus, etc, etc... I don't know what's happening. Is it that the Mac has a problem? Or is this normal to render and burn an hour long DVD? So far, it has taken me the whole afternoon to burn JUST 2 DVD's. Is that normal? Also, is there a way to tell the MAC to burn a certain amount of copies, just like the Adobe Premier gives us that option? I can't seem to find that option anywhere.
    I've converted the project into disk image on the desktop but once it's as disk image and I try to open it, it displays a window which has several files but when I click on them nothing happens, they don't open. I don't know what why.
    I have to burn 100 DVD's for Monday... I REALLY need your help.
    Thanks,
    Claudia.

    Claudia
    You need to a make disc image from the file menu within iDVD6 ....can you do that?
    Click Here
    From the disc image you can make as many copies as you wish and you won't have to wait long hours for encoding the entire project all over again.
    Also I need you to tell us how much available hard drive space you currently have on the main HD / startup volume. You need at least 20GB's Do you have this kind of HD space or not?
    iDVD6 will start the whole process all over again each time you quit from the app itself....but it normally offers up the option to keep making additional copies without quitting. Apparently this feature either isn't working properly for you or perhaps you missed this particular dialog box.... I don't know.
    Nevertheless, keep in mind that iDVD6 is an authoring program and wasn't really written as a burn tool. That's not one of it's stronger points. Leave the burning to DVD-R media to either apple's disc utilities or roxio toast where you can also lower the burn speed to 4x or lower.
    Hope this Helps but if not just come on back.

  • Startup Screen Pixelated - I really need help on this one.

    15" Macbook Pro - Spring 2011
    My startup screen sometimes would be pixelated with the Apple logo and then would go to grey screen and do nothing... then I would be forced to shut down and power it up again. On two occasions, the bootup would have stripes on it. See photo.
    And then the occasional lockup while working on something would happen and I was forced to power it down. This would happen periodically and not every day.
    So... I had this problem a couple of months ago (for several months) and the Apple store kept my Macbook Pro for a few days and said there were reported no problems. They were clueless as to why I had the above screen show. They said... maybe it is a bad installation of the OS and that it got corrupted.
    So a couple of months later and I am now I am having the same issues again. But this time, I had bought another HD and installed Mountain Lion on it... and I have it connected via USB. I had used it several times before last night when I held the option key down to choose my startup disk to be the new HD via USB. Then I get this pixelated screen again, but this time it was at the startup disk screen. See Photo.
    It's like you have a car problem and you take it in to the shop only for it to not malfunction... I really need some guidance on this one. My AppleCare warranty just expired (was valid during my visit to the Apple Store)... And I am not a happy camper... I always use macs... and I teach everyone who has them how to use them.
    So to be clear... This is the same internal HD that I had when I took it to the Apple Store. (Lion)
    I installed Mountain Lion on a new HD connected via USB and have worked off of it for a few days with no problems, choosing it as a startup disk.
    Last night booting with the option key held down I get this pixelated screen, whereas before it was never pixelated holding the option key down.
    So I have a couple of questions:
    Is the Boot Screen above run by the motherboard or the HD? If it is the MB, then I need to talk with Apple again.
    Does anyone have any clue what is happening?I have reset my PRAM and switched out my RAM.
    If this screen is run by the same HD in the laptop, then maybe I just need to take it out....?
    I would appreciate any genius expertise. I am a little frustrated that I am having this problem and cannot narrow it down. I use my laptop extensively for presentation, graphics, and teaching and now I am afraid of it.

    Your 10.7 EFI may be corrupted.
    The way a Mac works is EFI is updated via Software Update, it's written to the OS X partiiton, then gets loaded into the hidden EFI partition and read/used upon the second boot.
    So it takes two reboots to load EFI and goes into the EPROM boot memory.
    My terminolgy might be inaccurate as I didn't take a Apple course for certification, but I understand a little about the boot stage from my Linux on Mac experience.
    If your 10.7 EFI is corrupted on one drive, and you've got a 10.8 clean EFI on another, then it takes two reboots from the same drive to clear and use it's EFI into boot memory.
    So if you've booted 10.7, then option booted to use 10.8, it could be the corrupted 10.7 EFI still in memory.
    The way to fix the corrupted 10.7 EFI partition is a total wipe and format of the entire drive to catch the hidden EFI parition, then install 10.7 fresh and update.
    Of course Apple made this difficult with Recovery Partition which won't allow a complete drive erase.
    However you can do this
    http://osxdaily.com/2011/08/08/lion-recovery-disk-assistant-tool-makes-external- lion-boot-recovery-drives/
    There is also a way to install EFI firmware from a cd, however I don't know where it goes, reboot the 10.7 drive twice anyway
    https://support.apple.com/kb/HT1237
    http://support.apple.com/kb/DL77
    Since your out of warrantly, you might want ot just go ahead and repalce the internal drive and see if that fixes the problem.
    http://eshop.macsales.com/installvideos/

  • Hey guys i really need help with this problem...

    Hey guys how is everyone? I have a Soundblaster X-Fi XtremeMusic. and i am having a real annoying problem, here is how it all started. I took the time and dusted out my computer by using a can of air duster, and i think a little got on there and it turned into frost. Weird thing is it happened before and i never had this problem. I turn my computer on and crank the volume up i receive no sound what so ever. I know it has to work because i have a pair of DJ headset hooked into the jack, and i heard a little pop sound. And no audio, every last port on the card i cannot get no sound out of it except one of them, it's really annoying i hate this doing this and i have to hook my 5.1 using one jack just to get sound. And it doesnt sound good i have some really powerful 1,000 watt speakers with 2 amps. I know this is yet due to the fact i only have the lime jack in This is the only way it'll work. And i have a THX cable and it works sometime. I hope my soundcard isnt messed up. I really hope you guys can help me with this issue. I cannot contact creative cust service via email because i dont have my box no more, and my serial number is faded on the card (i think that was the serial)
    I try to explain the best way i can describe it. Below is my System Specs.
    <pre>Processor: AMD Athlon X3 425 @ 2.7GHz
    Video Card: ATI HD 5770 1GB
    Hard Drive:1TB Western Digital, 500GB Western Digital, 300GB Seagate (all SATA connections)
    Heatsink: Zalman CNPS7000C-Cu
    Power Supply: Antec 550 Watts True Power II
    Sound Card: Creative Soundblaster XI-FI Xtreme Music
    Motherboard: ASUS M4A79XTD EVO
    DVD Drives x2. Plextor DVD-RW/DL/ Sony DVD-ROM Drive via PATA connections</pre> Thanks in advance hope you all have a splended weekend.

    Hello
    Thank you for your help but unfortunately still have troubles with the soundcard.
    I upgraded my system to
    RAM: Corsair Vengeance LP 16GB DDR3
    Processor: AMD Phenom II X6 1090T Processor, Black Edition 3.3GHz
    Video Card: Sapphire 100314-3L Radeon HD 6870 1GB
    Hard Drive: 1TB Western Digital, 500GB Western Digital, 300GB Seagate (all SATA connections)
    Heatsink: Zalman CNPS7000C-Cu
    Power Supply: Corsair TX850W 850 Watt SLI/Crossfire Certified
    Sound Card: Creative Labs Soundblaster X-FI Titanium Fatal1ty Professional (getting this soon)
    Motherboard: ASUS M4A79XTD EVO (BIOS: 2102)
    DVD Drive(s): Plextor DVD-RW/DL/ Sony DVD-ROM Drive via PATA connections
    And i still run into problems i think its a matter of a hardware issue. The plugs dont really work
    only one does (where lime goes in) And the bass has toned down as well... Isn't as powerful
    as it used to be, so my best be is to upgrade to Creative Labs Soundblaster X-FI Titanium Fatal1ty Professional
    Thats my only hope...
    But again thank you for your help

  • I really need help on this one.

    Hello:
    When I first purchased my iPod nano a little over two years ago, I was able to download my itunes which amounted to about 400 songs. The capacity of this ipod is 4Gb. I restored it and downloaded 46 songs. It shows that I have only 1.5 Gb left. This doesn't make sense to me because it is much less than what I had before. Even with 400 songs, I had about 1.5 Gb left when it was new. It seems to me something is wrong with the ipod as it doesn't seem to be compressing. Anyone have any ideas about this? Is there a program that I am able to download to solve this issue? Thank you for any help you can give.
    Best regards,
    Mel or zzmel

    Thanks for your response. I don't know what the bit rate is. When I first got the nano, I was able to download in compressed format. For some reason I am unable to do that now and the few songs I have eats up a lot of memory. I have the latest iTunes and I tried to look into the options to see if there was anything that indicated compression. I could not find it. I have tried resetting the nano and cleared everything out. I again tried to transfer my library and the indicator showed that I have used about 1.5Gb and leaves me about 1.7Gb. I only have 42 songs on my nano. I wont even have 100 songs which will use all the memory or 3.7Gb. I must be doing something wrong and that is why I am seeking help. This never used to be this way. Thanks for your response.
    Mel or zzmel

Maybe you are looking for