Strange...I need help!

So, this afternoon, I was using iTunes, downloading an album off of Slsk (actually, the mac version Ssx).....and, without reason, when I tried to play videos on youtube and google video, the videos would play, but the sound would not........but the sound still worked on my iTunes......
....but I restarted my computer, and when I clicked on iTunes, it bounced once, but would not open. The same happened when I clicked on the iChat icon......my quicktime is also experiencing difficulties.....
...at any rate, I need to know what could be wrong here, as my iTunes and iChat will just flat-out not open.

...I don't have digidesign hardware (to my knowledge....)...in addition, the sound still does not work on anything on my computer (bhut it makes the startup noise, and when I test the speakers, they are at max volume, not muted, and work just fine....)...in addition, plugging headphones in does not help....i'm really at my wit's end here, as I have tried every imagineable thing, and I would like to try to avoid the "archive and install" option.....

Similar Messages

  • This is detailed: I lost my touch pad scroll ability on my desktop when I installed Firefox, I am having a terrible time trying to sync my new Android tablet to my desktop, my desktop Firefox is acting very strangly (I need help trying to use it)

    My Vista Home Premium desktop has not used Firefox for a long time. I just loaded it as well as on my Honeycomb Android. The statement that I made pretty much says what my problem is. I can use both of them at the same time and use a router with the air Verizon card installed.
    I'll repeat my question: This is detailed: I lost my touch pad scroll ability on my desktop when I installed Firefox, I am having a terrible time trying to sync my new Android tablet to my desktop, my desktop Firefox is acting very strangely (I need help trying to use it)

    My Vista Home Premium desktop has not used Firefox for a long time. I just loaded it as well as on my Honeycomb Android. The statement that I made pretty much says what my problem is. I can use both of them at the same time and use a router with the air Verizon card installed.
    I'll repeat my question: This is detailed: I lost my touch pad scroll ability on my desktop when I installed Firefox, I am having a terrible time trying to sync my new Android tablet to my desktop, my desktop Firefox is acting very strangely (I need help trying to use it)

  • Strange scenario - need help

    I have Skype on my Windows 8.1 laptop and on my Android tablet
    When I use the tablet for skype everything works great - except I am unable to create group calls which is absolutely eseential for my work.
    Therefore when I need to do group calls, I either get someone else to create the group or I try to use skype on the laptop.
    However this is when the problems start.
    Two common people I talk with are CJ and NT.
    CJ uses Skype on a Mac Laptop.
    NT uses skype on a Windows 8.1 laptop.
    * If I have a call with CJ on the tablet, everything works 100% fine
    * If I have a call with NT on the tablet, everything works 100% fine
    * If I have a call with CJ on the laptop, his sounds randomly cuts out (usually in 3-5 seconds blocks, maybe every 5-10 minutes)
    * If I have a call with NT on the latop, everything works 100% fine
    So... 
    * I thought the problem was with my audio output - but I never have the problem with NT?
    * I thought the problem was with CJs microphone - but I never have a problem when I talk with him on the tablet?
    I've tried...
    * Ehanced audio / non-enhanced audio
    * Re-install drivers
    * Headset / no headset
    It's really frustrating! Now my tablet is basically stuck as my skype phone however this means I cant do group calls which I really need.
    Please, anyone, help me solve this dilemna!
    I use skype every day.

    I've delved further into this testing am starting to see a trend...
    Other contacts of mine CC and HK are boths Mac users and they have similar problems to CJ mentioned above when on the laptop but never on the tablet.
    Meanwhile another contact AT is a windows user and they never have problems on both the tablet and the laptop.
    Therefore, the trend so far is that if I talk to a Mac User on my Windows 8.1 laptop I have audio problems, meanwhile every other scenario works fine!!
    P.S. These are regular contacts of mine which I NEVER had any problem on my Windows 7 laptop... wish I still had that laptop to re-test but I gave it away...

  • Strange Behavior - need help!

    Okay,
    I'm running an iBook 600, 10.3.9 on a dial-up connection via the built in modem and seem to be having a very weird connection issue.
    When connected, which is easily attained, etc., I have email and ftp capabilities but absolutely NO web (nothing via Safari, Netscape, Firefox or Explorer). No iTune's connection or Software Update. Has anyone else experienced this? If so, how can I get it fixed? Does my modem string need to be updated/fixed? Or is finally breaking down and getting my dsl installed in the house so I go wireless my only solution?
    Btw, all works just fine via wireless connection so I know it's not the web browsers.
    Thanks!...
    Kari.
    ebayless in Seattle

    Eek! There have been people complaining about disabled dialup modems after moving up a major release of MacOS X, but usually it is about the modem not working at all because of a driver being changed. Your problem is quite weird.
    It may well be your modem initialization string or a driver, but everything would seem to argue that the breakdown is at a higher level. Otherwise, why would FTP work?
    So, try deleting your network and modem preferences and repairing permissions on your hard drive first. That unfortunately is the desperation answer, but it does in fact work quite often.
    Sorry not to be able to help you more. You probably need to find a dialup modem expert, if such a person even exists nowadays.
    Good luck.

  • Scholar92 - Strange error Need help please

    Lecori Salutem
    The program I have a problem with is supposed to extract info from a DB. It extracts the info perfectly but I cannot access the info with my get commands from other classes.
    When i fire the program it says " [Ljava.lang.String;@1ba34f2 ". Can anyone help me to solve this problem please.
    ////////CODE STARTS HERE
    import java.sql.*;
    import javax.swing.*;
    /** Description:
    *  Die program word gebruik om al die metadata en paths wat getabuleer is
    *  op die Music DB te access en te stoor.
    *  @author Benni( [email protected])
    public class SQLImport
        private Connection connSQL;
            int tel = 2; // ID in SQL tabel begin by "2"
            String [] tName = new String [100];
    String [] tArtist = new String [100];
    String [] tGenre = new String [100];
    String [] tMood = new String [100];
    String [] tPath = new String [100];
    String [] tJavaPath = new String [100];
    String [] tID = new String [100];
    String [] tTime = new String [100];
    public SQLImport( )
    try
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    connSQL = DriverManager.getConnection("jdbc:odbc:DRIVER={Microsoft Access Driver (*.mdb)};DBQ=Music.mdb");
    JOptionPane.showMessageDialog(null, "Connection Successfully Established", "Notification",JOptionPane.INFORMATION_MESSAGE);
    catch (Exception sqlConnectionFailed)
    JOptionPane.showMessageDialog(null, sqlConnectionFailed, "ERROR:",JOptionPane.ERROR_MESSAGE);
    Statement statement = null;
    try
    statement = connSQL.createStatement( );
    catch (SQLException statementERROR)
    JOptionPane.showMessageDialog(null,statementERROR, "ERROR:",JOptionPane.ERROR_MESSAGE);
    char optionChoice;
    do
    optionChoice = getMenuChoice();
    if(optionChoice == 'A')
    try
    String querySQL = "SELECT * FROM tbl_ListedMusic ORDER BY ID ;";
    System.out.println(querySQL);
    ResultSet resultSet = statement.executeQuery(querySQL);
    while (resultSet.next( ))
    tID[tel] = resultSet.getString("ID");
    tName[tel] = resultSet.getString("TrackName");
    tArtist[tel] = resultSet.getString("TrackArtist");
    tTime[tel] = resultSet.getString("TrackTime");
    tGenre[tel] = resultSet.getString("TrackGenre");
    tMood[tel] = resultSet.getString("TrackMood");
    tJavaPath[tel] = resultSet.getString("TrackJavaPath");
    tPath[tel] = resultSet.getString("TrackPath");
    tel++;
    catch (SQLException infoImportError)
    JOptionPane.showMessageDialog(null,infoImportError, "ERROR:",JOptionPane.ERROR_MESSAGE);
    while (optionChoice != 'X');
    //NB! Strings are " " chars are ' '
    public String[ ] gettID( )
    return tID;
    public String[ ] gettName( )
    return tName;
    public char getMenuChoice( )
    String menu = "A) Import .mp3 info \n X) Exit";
    char choice = JOptionPane.showInputDialog(menu).toUpperCase( ).charAt(0);
    return choice;
    public static void main (String [ ] args)
    SQLImport sql = new SQLImport( );
    String [ ] blah = new String [10];
    blah = sql.gettID();
    System.out.println(blah);
    //Code ENDS
    How do I resolve the " [Ljava.lang.String;@1ba34f2   "  ? Much apreciated
    Regards,
    Bennu                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    This forum is about the Messaging Server email server and related products. I think you have posted this question in the wrong forum.

  • Strange, but need help

    Hello all
    For some reason some of my songs on the itunes doesnt go on my ipod i.e i have Amy winehouse album on itunes but it doesnt show it on me ipod and the other thing is when you click on the artists on the ipod and you choose a artist to play it doesnt show all there songs just shows there album song??
    If your confused... im on msn messenger at [email protected]
    Thanks
    MaTt

    There are usually two things that contribute to songs not appearing under Artist on the iPod, both due to information either in or missing from the Get Info>Info tab against the song in iTunes. 1) the song has no album name associated with it or 2) the song is marked as part of a compilation.
    If tracks are missing an Album name in the Info tab, this information needs to be filled in. The no album one is a bit quirky as the songs will appear under certain circumstances but the simplest remedy is just add None or Miscellaneous to all the blanks in place of a title. See this link for more detail: I don't see some of my songs when browsing by artist on my iPod
    Also if the tracks are ticked in the Get Info>Info tab as part of a compilation, they will not appear under Artist on the iPod. Highlight a song in iTunes that you know is not appearing correctly on your iPod. Right click on it and choose Get Info and click the Info tab (alternatively choose Get Info from the File menu), if "Part of a Compilation" is marked untick it and afterwards update your iPod, you should find it now appears as normal. Compilations are stored in a separate folder in iTunes so the songs don't appear inside the normal Artist>Album folder.

  • Strange symptoms, need help to diagnose.

    My mid 2010 macbook pro has been acting up. I could use some help.
    1. 5 minute boot times
    2. Sometimes refusing to launch any apps
    3. Spinning beachball all the time or complete freeze
    I have plenty of Ram available, did a clean reinstall of snow leopard (problems seemed to start when I upgraded to Lion, so I went back), 280 gigs free on HD, very few non apple apps, in the past disk repair seemed to help some. (now I can't get it to run)
    Thanks everyone for your help.

    When you went back to Snow Leopard, did you erase the ENTIRE drive with the 10.6 disk first?
    Lion alters the partition map of the boot drive, if you didn't erase and format the entire drive with the 10.6 version of the GUID parititon map, Snow Leopard might be having a problem with the 10.7 version of the GUID.
    Clone the 10.6 OS X partiton off to a external drive with Carbon Copy Cloner,  check that your files are there.
    Hold c boot off the 10.6 disk and erase the entire drive (select the makers name and size on the far left) use the Zero Erase option, that will map off any bad sectors you might be having. Install 10.6 fresh, same log in name, Software Updater till clear.
    Reinstall your 10.6 programs from fresh sources and finally hook up the clone and transfer just the users file folders (music, pictures etc., not Library) into the same ones on the internal.
    This is know as a "Fresh Install" combined with the Zero Erase of the internal boot drive, should map off bad sectors and cure all your problems.
    https://discussions.apple.com/community/notebooks/macbook_pro?view=documents
    People don't know that Lion alters the GUID and creates a hidden Lion Recovery partition at the bottom of the drive, thus can cause issues as Snow Leopard doesn't know what the heck is going on.

  • I'm affraid I lost my "Word" document of 30 pages. I can see only stars,squares and other strange figures. How can I recover this? Please I need help!!!

    I need help! My daughter is busy with her final studyprogram. Her "word" document changed into stars and other strange figures. Is there a possibility to recover this. I hope someone can help her!!!! thanks jvdharst

    Are you using the latest version of MS Word?  It’s possible you can restore the corrupt file from the last saved version or the automatically saved version.  Have you tried that?  MS Word uses a folder called Autorecover to store temporary versions of your file.  Hopefully there’s a good version in that folder.  Use Finder to search for Autorecover if needed.

  • Need help with a currently "in-use" form we want to switch to Adobes hosting service

    Hi, I am in desperate need of help with some issues concerning several forms which we currently use a paid third party (not Adobe) to host and "re-distribute through email"...Somehow I got charged $14.95 for YOUR service, (signed up for a trial, but never used it)..and now I am paying for a year of use of the similar service which Adobe is in control of.  I might want to port my form distribution through Adobe in the hopes of reducing the errors, problems and hassles my customers are experiencing when some of them push our  "submit button". (and I guess I am familiar with these somewhat from reading what IS available in here, and I also know that, Adobe is working to alleviate some of these " submit"  issues, so let's don't start by going backwards, here) I need solutions now for my issues or I can leave it as is, If Adobe's solution will be no better for my end users...
    We used FormsCentral to code these forms and it works for the most part (if the end-user can co-operate, and thats iffy, sometimes), but I need help with how to make it go through your servers (and not the third party folks we use now), Not being cruel or racist here, but your over the phone "support techs" are about horrible & I cannot understand them or work with any of them, so I would definitely need someone who speaks English and can understand the nuances of programming these forms, to please contact me back. (Sorry, but both those attributes will be required to be able to help me, so, no "newbie-interns" or first week trainees are gonna cut it).... If you have anyone who fits the bill on those items and would be willing to help us, please contact me back at your earliest convenience. If we have to communicate here, I will do that & I can submit whatever we need to & to whoever we need to.
    I need to get this right and working for the majority of my users and on any platform and OS.
    You may certainly call me to talk about this, and I have given my number numerous times to your (expletive deleted) time wasting - recording message thingy. So, If it's not available look it up under [email protected]
    (and you will probably get right to me, unlike my and I'm sure most other folks',  "Adobe phone-in experiences")
    Thank You,
    Michael Corman
    VinylCouture
    Phenix City, Alabama  36869

    Well, thanks for writing back...just so you know...I started using Adobe products in 1987, ...yeah...back then...like Illustrator 1 & 9" B&W Macs ...John Warnock's Helvetica's....stuff like that...8.5 x 11 LaserWriters...all that good stuff...I still have some of it working on a mac...much of it was stuff I bought. some stuff I did not...I'm not a big fan of this "cloud" thing Adobe has foisted upon the creatives of the world...which I'm sure you can tell...but the functionality and usefulness of your software can not be disputed, so feel free to do whatever we will continue to pay for, ...I am very impressed with CC PS on the 64 bit PC and perhaps I will end up paying you the stipend that you demand for the other services.
    So  I guess that brings us to our problem.. a few years back and at the height of the recession and near bankruptcy myself,  I was damn lucky and hit on something and began a small arts and crafts supply service to sell my products online to a very "niche market" ...I had a unique product and still sell that product (plus others) online...My website is www.vinylcouture.com...Strange? Yes...but there is a market it seems, for everything now, and this is the market I service...Catagorically, these are 99%+ women that use these "adhesive, sticky backed vinyl products"  to make different "craft items" that are just way too various and numerous to go into... generally older women, women who are computer illiterate for the most part...and all this is irrelevant to my problem, but I want you to have every bit of background on this and especially the demographic we are dealing with, so we can get right to the meat of the problem.
    OK...So about two years ago, I decided to offer a "plain sheet" product of a plain colored "stick back" vinyl... it is available in multiple quantities of packs ( like 5 pieces, 10 pieces, 15 pieces, in a packi  & so on)...and if you are still on my site.. go to any  "GO RIGHT TO OUR ORDER PAGE"  button, scroll down a little...and then to the "PLAIN VINYL" section...you will see the Weebly website order process.) You can back out from here, I think,..but, anyway this product is available in 63 colors + or - a few. So then the problem is,  how do they select their individual colors within that (whatever) pack?... .
    So my initial idea was to enable a "selection form" for these "colors" that would be transmitted to me via email as 'part" of the "order process".. We tried getting our customers to submit a  " a list" ( something my competitiors still do, lol, poor bastards)......but that..is just unbelievable..I can't even begin to tell you what a freakin' nightmare that was...these people cannot even count to 10, much less any higher... figuring out what colors to list and send me... well, lets just say, it wasn't working......I had to figure out a better way...Something had to be done.
    So after thinking this all out,  and yeah...due to my total ignorance, i figured that we could make a form with Live Cycle Designer (Now Forms Central)...(back then something that was bundled with Adobe Acrobat Pro), I believe, and thats what this thing was authored in... and it would be all good...LOL!
    Well not so simple...as you well know, Adobe Acrobat would NOT LET YOU EMAIL anything from itself.....it just wouldn't work (and I know why, and all that hooey), but not being one to take NO for answer,.I started looking for a way to make my little gizmo work.. So I found this company that said they can "hijack" (re-direct actually) the request to email, bypass the wah-wah, and re-transmit it to the proper parties.....for less than $100 a year,  I think...its called http://pdf-fillableforms.com/.
    A nice gentleman named Joseph Silva helped us program the thing to go to his servers and back out. Please dont hassle them...I need them...for now..it basically does work...try it...you should get back a copy of the form that you filled out...good luck however,  if you're on MAC OSX or similar...
    I have included a copy of both of our forms (and feel free to fill it out and play with it)...just put test somewhere on it...(and you must include YOUR email or it will balk)..they are supposed to be mostly identical, except one seems to be twice as large....generating a 1.7 meg file upon submission, while the other one only generates a 600K file or so...thats another issue for another day or maybe you can advise on that also...
    OK so far so good......In our shop, once Grandma buys a 10 pack (or whatever), Only then she gets to the link on her receipt page ro the relevant "selection form" ,(this prevents "Filling and Sending"  with "no order" and "no payment", another early problem we had)... which they can click on and it will usually download and open up on their device if all goes well...Then our little form is supposed to be fillable and is supposed to ADD UP all the quantities, so grandma knows how many she is buying and so forth right on the fly,  and even while she changes her mind..., and IT'S LARGE so grandma can see it, and then it TOTALS it all up for them, ( cause remember, they can NOT add)..,  except there is a programming bug (mouse-click should be a mouse-up probably or something..) which makes you click in the blank spaces to get to a correct TOTAL...about 70-80% of our customers can enable all these features and usually the process completes without problems for them especially on PC's running Windows OS and Acrobat Reader X or XI...at least for most... Unfortunately it is still not the "seamless process" I would like or had envisioned for the other folks out there that do have trouble using our form....  Many folks report to us the following issues that we know of.  First of all it takes too much time to load up...We know its HUGE...is there anyway that you can see, to streamline this thing? I would love for it to be more compact...this really helps on the phones and pads as I'm sure you well know.
    Some just tell us,"it WON'T work"....I believe this is because they are totally out of it and dont even have Adobe Reader on their machine, & don't know how to get it ( yes, we provide the links).....or it's some ancient version....no one can stop this one...
    It almost always generates some kind ( at least one time)  of "error message" which we do warn them about..., telling one,  basically that "Acrobat doesnt even like this happening at all, and it could be detrimental to ones computer files", blah-blah...(this freaks grandma out really bad)...& usually they end up not even trying to send it...  and then I get calls that even you wouldn't believe...& If they DO nut up and push the Red "Submit Form" button, it will usually send the thing to us (and also back to them at the "required email address" they furnished on the form, thats what the folks at the "fillable forms place" do) so, if it's performing it's functions, why it is having to complain?. What are we doing wrong?....and how can I fix it?...Will re-compiling it or saving it as a newer version of "FormsCentral" correct any of these problems ?
    Ok, so that should keep you busy for a minute and we can start out with those problems...but the next thing is, how can I take advantage of YOUR re-direct & hosting services?, And will it get rid of the error messages, and the slowness, and the iOS incompatibilities ? (amazingly,  the last iOS Reader version worked almost OK.. but the newest version doesnt seem to work with my form on my iphone4)  If it will enable any version of the iOS to send my form correctly and more transparently, then it might be worth the money...$14.95 a MONTH you say. hmmmmm...Better be good.
    Another problem is, that I really don't need 5000 forms a month submitted. I think its like 70-100 or less....Got any plans for that?  Maybe I'm just not BIG ENOUGH to use Adobe's services, however in this case, I really don't care whose I do use as long as the product works most correctly for my customers as well as us. Like I said, If I'm doing the best I can, I won't change anything, and still use the other third party, If Adobe has a better solution, then i'm all for that as well. In the meantime, Thanks for any help you can provide on this...
    Michael Corman
    VinylCouture.com
    (706) 326-7911

  • Need Help to create new screen for RF Sapconsole

    Hi Guru's
    I'm new on RF (but some years in ABAP) since last week.
    I need help to create new screens for RF (SAPLLMOB).
    Can someone explain me the procedure to create screen (with ABAP code after) or perhaps someone have an exemple (simple or not) ?
    I have to develop 2 new screens with really few time.
    And, another subsidiary question :
    how SAP can transfert information between the flash gun and the screen i have developped.
    Is there some code to add to enable this functionality or it is include in SAPLLMOB on standard fields ????
    It's a new strange world for me today...
    Many thanks to everyone who can explain me
    Alain

    hi,
    I am facing this problem as well. Is there any reference to create the new screen?
    Hope someone can help! Thanks!
    Regards,
    Darren

  • Need help with my iMac ... it keeps freezing up on me no matter what I do.

    Hello all,
    I need help to figure out why my iMac keeps on freezing up on me. I used to have Norton SystemWorks installed but I recently uninstalled it because I found out it was poison to Mac OS X. I've used Memtest to check the memory in my iMac. The result of the test came up fine.
    You can go to 'Cooling fans for iMac?' (one of my post) to read all of the solutions I have tries out. This post is the original post to try to fix the problem but it FAILED.
    In the last week, I've backed up all of my data to my external hard drive. Then I totally erase my internal hard drive and made sure to zero out the drive. After, I proceeded to install Mac OS 9. I had some problems installing the system at first. I finally installed Mac OS 9 and upgraded it to the latest version of 9. Next, I tried to install Mac OS X 10.3 with difficulty. I then finally installed it. I notice during and after installing the both OSs, my iMac keep on freezing. After I installed Mac OS X 10.3, I updated the OS. And yes, while updating the OS, I've experience the same problem as before. I now have my system back to where it was before I did a fresh install of both Mac OS 9 and X.
    You guest it, my iMac is still freezing up on me no matter what I do. Can someone please help me with this problem? Can he/she tell me what is going on with my iMac and how to fix it? All the help I can get would be appreciated. Thanks for you time and effort.
    P.S. After trying all of the previous suggestions from other users, I came to an conclusion that one of the hardware in my iMac my be failing. I know for curtain it is NOT my memory. It my be something else inside my iMac.
    iMac 500 MHz PowerPC G3 256 MB SDRAM 30 GB HD   Mac OS X (10.3.9)  

    Rainbow -
    I've read the thread you linked to above and the only thing I find missing in the saga is any mention of the PRAM battery. If it is depleted (and it would be getting close to depletion if it has never been replaced) it could be causing your problem.
    Do you see any strangeness in the time or date displays? That would be a sure sign that the battery is dying. I haven't run into the problem of a bad battery causing constant freezing but it wouldn't hurt to check it out.
    As far as temperature effects, the usual pattern of overheating would be a shutdown of the whole computer, a designed-in precaution.
    Forgive the battery tutorial if you've already dealt with that possibility.
    Schadow
    FP iMac 800, 9.2.2/10.1.5; eMac 800, 9.2.2/10.4.6; iMac 266, 8.6   Mac OS X (10.4.6)  

  • I am trying to change my apple id Country. but it says " you have a store credit balance, you must spend your balance before you can change it." i don't wanna use it to change my country. by the way i can't update any of iPhone apps. need help

    I am trying to change my apple id Country. but it says " you have a store credit balance, you must spend your balance before you can change it." i don't wanna spend it to change my country. by the way i can't update any of iPhone apps. need help

    It's strange because I can change my AppleID country without this message.
    So what to do? Just try to do this again, but on another device. You may also erase cookies and history of your browser.
    I hope it will be helpful, good luck!

  • Need help with boot up password

    Hi I need help with my IBM G41 think pad I when to sleep one night and I put some papers on the keys then close the lid with the papers in between on top of the keys now I get need a password when I started my PC can some some help me with this . Or is there any one whom had this some problem . I see a lock on the screen .

    Sorry if this seems like a stupid question, but why don't you have the password already? did the computer just randomly lock you out of it? If that is the case, that would be really strange. If there is no bios password on the computer, you should be able to reset the password in the bios.
    http://www.google.com/search?q=lenovo+boot+password+reset&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:defficial&client=firefox-a

  • Need help in my assignment, Java programing?

    Need help in my assignment, Java programing?
    It is said that there is only one natural number n such that n-1 is a square and
    n + 1 is a cube, that is, n - 1 = x2 and n + 1 = y3 for some natural numbers x and y. Please implement a program in Java.
    plz help!!
    and this is my code
    but I don't no how to finsh it with the right condition!
    plz heelp!!
    and I don't know if it right or wrong!
    PLZ help me!!
    import javax.swing.JOptionPane;
    public class eiman {
    public static void main( String [] args){
    String a,b;
    double n,x,y,z;
    boolean q= true;
    boolean w= false;
    a=JOptionPane.showInputDialog("Please enter a number for n");
    n=Double.parseDouble(a);
    System.out.println(n);
    x=Math.sqrt(n-1);
    y=Math.cbrt(n+1);
    }

    OK I'll bite.
    I assume that this is some kind of assignment.
    What is the program supposed to do?
    1. Figure out the value of N
    2. Given an N determine if it is the correct value
    I would expect #1, but then again this seem to be a strange programming assignment to me.
    // additions followI see by the simulpostings that it is indeed #1.
    So I will give the tried and true advice at the risk of copyright infringement.
    get out a paper and pencil and think about how you would figure this out by hand.
    The structure of a program will emerge from the mists.
    Now that I think about it that advice must be in public domain by now.
    Edited by: johndjr on Oct 14, 2008 3:31 PM
    added additional info

  • Need help with a terminal command

    Ever since Lion, or maybe even earlier, I am fighting a losing battle against memory leaks on my MacBook Pro. Safari for example takes over time 2GB+ for just 2 or 3 tabs open with almost no extensions active. Really strange.
    Someone told me about the "purge" command in Terminal to free some of the sequestered memory, so I am doing this a few times a day to be able to use Photoshop, Keynote, Premiere and other stuff concurrently without opening and closing apps like I did 10 or 15 years ago, remember those days?
    So here are my 2 questions:
    Will this frequent "purge" command harm anything in the long run?
    If no, is it possible to automate this "purge" Terminal action somehow? Maybe a desktop icon to click, or fully automated? I am a designer, not a coder, so I would need help with that.
    Thank you for your input!
      Model Name:          MacBook Pro
      Model Identifier:          MacBookPro8,2
      Processor Name:          Intel Core i7
      Processor Speed:          2.3 GHz
      Number of Processors:          1
      Total Number of Cores:          4
      L2 Cache (per Core):          256 KB
      L3 Cache:          8 MB
      Memory:          8 GB
      Boot ROM Version:          MBP81.0047.B27

    Hello, do any modifier keys work, like Optio/alt?
    Could you have Firmware password protection in Mac OS X ...
    http://support.apple.com/kb/HT1352
    It would block usage of all the startup keys, like C, N, T, D, CMD+s, CMD+Option+p+r, CMD +v, Option, and Shift, as well as booting from anything but the Hard Drive.
    Force Removing Password Protection
    1) Add or remove DIMMs to change the total amount of RAM in the computer.
    2) Then, the PRAM must be reset 3 times. (Command + Option + P + R).
    http://www.securemac.com/openfirmwarepasswordprotection.php

  • I REALLLYYY NEED HELP!

    Ok so I am having a very large problem. My site is only viewed well when it is really small. When i stretch the screen out that i am viewing it on the iframe moves behind my picture. Can someone help?
    Thanks!
    PS: i need help with this quick.
    Here is the example http://www.HGCmedia.com

    Doesn't work for me in Safari. I see exactly what you describe: everything's fine when the window is quite narrow, but, as you've already said, the front graphic doesn't move as the window widens, so it obscures the scrolling content.
    It's even more strange in Firefox with me, where the scroll bar shows in front of the HGC Media graphic while the actual content remains in the background (really weird!).
    Using Opera, the effect is again different. The graphic remains fixed once again, but this time the scrolling content shows in front.
    BTW, I'm with Tom, mystified as to how this could 'look completely fine in iWeb' or how you used iWeb to come up with this in the first place.
    [ Visit here for iWeb Tips, Tricks and Hacks ]

Maybe you are looking for

  • Wrong images appearing in project window / timeline

    I'm doing a SIMPLE slideshow project for a frient. I've got a file folder of images that I imported into CS5. In the timeline the correct images are not appearing when placed from the timeline. Even in the Project folder most of the images are not wh

  • How can I connect HDTV and LCD monitor to PC using both -as a double monitor.

    I recently purchased HP Pavilion PC a6600f with HP w1707 monitor. I also purchased a DVI to HDMI cable to hook PC to Samsung HDTV. I can use the VGA cable to hook to the monitor and the DVI to HDMI cable to hook to the HDTV but have to unplug one to

  • From Audacity to Soundbooth CS5 (aka improving speech)

    Hello all, I have been using Audacity for years and I needed to change because of a requirement to output FLV audio with cue points. Soundbooth appears to have this capability. I have used Audacity to edit speech files and I consistantly applied the

  • Several document in one window

    Hi, I would like to open several PDF files in 1 acrobat window(acrobat 9 standard 9.0.0) Is it possible like the old versions? Thanks

  • Interaction Record Notes Table

    Where does the Note field of Interaction Record stores ?? We are trying to extract the interaction history of business partners into BW. is there any BW info object is associated with this? Thanks, Thirumala.