Ibook left without power... loses its mind?

A friend of mine had a lengthy hospitalization and left her 14 inch Ibook unplugged the whole time. Once back (maybe 4 months) she powered in the Ibook with AC adapter and it shows up like a brand new unit. She appears to have "lost" everything on it. How can she regain her old profile and therefore her data?

The only thing you might have lost is the date/time and maybe some settings like mouse/trackpad since the iBook has no additional PRAM battery (as oppposed to PowerBooks) to sustain its memory during a long power break or an empty battery.

Similar Messages

  • Powershell terminal loses its mind

    Hello All,
    I have been experiencing a very frustrating condition on powershell that I can't find an answer for nor a remedy against it.
    I am hoping you all will be able to help me identify the issue and a resolution for it.
    Goal: write a script that contains an array of hosts. The goal is to mount a drive to the remote system, then grep (select-string) for a particular pattern and return the results.
    Situation: When mounting to a foreign remote host, if the host doesn't exist, or 'the network path is not found' the powershell terminal will lose its mind and any subsequent mounting of other hosts in the array will fail. This failure continues even if
    I were to stop the script and run it against hosts that have previously been successful. Only by terminating the powershell terminal and restarting the script will it successfully mount to the remote system and retrieve the grep results.
    Since the same code works on a previously unsuccessful host after the reinitialization of the powershell terminal I am confident it is not due to my code.
    foreach ($hostCheck in $arrHostsToCheck) {
         net use z: /delete
         # first check and make sure the target system is up and alive
         $ping = Get-WmiObject win32_pingstatus -computername 127.0.0.1 -Filter "address='$hostCheck' AND buffersize=3"
         #host was not up
         if ($ping) {
              if ($ping.StatusCode -ne 0 -OR $ping.StatusCode -eq $null) {
                   $patternCheckResult = $hostCheck+"`t`t IS NOT RESPONDING, COULD NOT BE CHECKED, SKIPPING..."
                   # write the result to the output file
                   $patternCheckResult | Out-File -append $outputFile  
                   # skip to the next iteration of the foreach loop
                   continue      
         else {
              # skip to next iteration of the foreach loop
              continue
         # if alive, go ahead and map out the drive to retrieve the logs ( i had to remove the /\\$hostCheck inorder to post this)
         net use z: "$hostCheck\C$\ProgramData\Vendor\Appdirectory1\Appdirectory2\Appdirectory3\Logs"
         # determine which log file is the current log
         $mostRecentLogFile = Get-ChildItem -path z: | Sort-Object LastAccessTime `
                                         -Descending | Select-Object -First 1
         $getThisFile = "z:\"+$mostRecentLogFile              
         # grep the contents of the log file to find the desired text
         $patternCheckResult = Get-Content $getThisFile | Select-String -pattern $searchPattern
    ... result manipulation and formatting ...
         # print the results to a file
         # clean up (remove mount point, and remove variables so next loop iteration is starting off fresh).
         net use z: /delete
         Remove-Variable patternCheckResult
         (more removals...)
    #good run result for hostX
    hostCheck =  hostX
    PingStatusCode =  0
    mounting Z drive to hostX
    The command completed successfully.
    mostRecentLogFile =  Router-20141102-152527.log
    getThisFile =  z:\Router-20141102-152527.log
    #for one reason or another, the script can't establish the mount point with hostY and hostZ, all subsequent attempts fail even if the other systems should connect.
    hostCheck =  hostY
    PingStatusCode =  0
    mounting Z drive to hostY
    mostRecentLogFile = 
    getThisFile =  z:\
    aliasFlag =  0
    patternCheckResult(post) = 
    hostCheck =  hostZ
    PingStatusCode =  0
    mounting Z drive to hostZ
    mostRecentLogFile = 
    getThisFile =  z:\
    ####   so now, if I kill the script, and start it again, hostX was previously successful, but now fails after the powershell terminal lost its mind)
    hostCheck =  hostX
    PingStatusCode =  0
    mounting Z drive to hostX
    The command completed successfully.
    mostRecentLogFile = 
    getThisFile =  z:\
    aliasFlag =  0
    patternCheckResult(post) = 
    z: was deleted successfully.
    ### close the powershell terminal and rerun the script and hostX will return successfully
    Questions:
    (1)  Why does powershell lose its mind when it can't mount to a remote computer, or if the directory mount point may not exist on the system?
    (2)  Why wouldn't the powershell terminal be able to fail gracefully for that bad host or path and then the subsequent hosts that are correct be successful?
    (3)  What can I do to remediate this flaw when I am dealing with a list of systems that possibly may not have the file path installed or the system isn't accessible?

    Thanks for the pointers,
    But in looking over your script versus mine, I see a bit more finese.
    Test-connection versus my ping check with a WMIObject. (good to know).
    The most important addition you gave was identifying the unnecessary net use mounting aspect.
    I didn't know you could do it the way you did it, but once the mount was complete the commands were basically identical.
    Grep the pattern and write it to an output. Our network had some oddities that I had to account for but all in all I wouldn't say my script was crap. Just not as finesed as yours.
    YOU DID provide me with the key to eliminating the nagging problem of mounting the drive so thanks. Much appreciated.
    It still doesn't answer the question. If the code works for and produces the desired results obviously it has the right basic components. If it encounters some oddity on one of the hosts and the terminal crashes without any notification, without
    any error messages, and subsequent hosts (even known previous successful ones) fail.
    It doesn't give you much to base your analysis on? Where it is failing is under the covers. it is PFM at that point. So i would expect it to fail gracefully or at least give some adequate feedback to assist the developer in determining
    where they went wrong.
    I never implied I was perfect. What I was implying, that for certain cases the script does as expected. Therefore once it has encountered its unrecoverable oddity, and no warnings or other notifications were forthcoming, I would expect it to be able
    to continue and handle other 'good' hosts. Or at a miniumum give me some type of notification of what it doesn't like.

  • Photoshop CC is creating problematic JPEGs that make OSX Preview.app lose its mind

    I have a 2013 Retina MBP on Yosemite, with a licensed copy of Photoshop CC. My problem is, Preview cannot deal with JPEGs I am creating in Photoshop. Preview is really sluggish when it loads the images, and is unable to resize them. It appears to do so, but when the image is saved and closed, the resolution is not modified correctly and the file size stays oddly large.
    Here is one such image: https://drive.google.com/file/d/0B1-phaWAfkzjQUxMR3EydDJLM1k/view?usp=sharing
    (make sure you download the full 6.6 MB image, not the thumbnail)
    Something about these JPEGs is making Preview lose its mind, but I'm not sure what it is. Can anyone help? I have also posted to Apple support communities, but I figure that users here may be more knowledgeable about what could be wrong with the file format, etc.

    I see the issue already. You have a metric-ton of metadata you can see in File > Info under Raw data (or Advanced).
    More precisely several pages of this category, something I have never seen in a jpeg.
    <photoshop:DocumentAncestors>
                <rdf:Bag>
                   <rdf:li>0</rdf:li>
                   <rdf:li>000B84DD32F5ABCC8D7B5E8681465EE9</rdf:li>
                   <rdf:li>0013FA92942B6EC5451A4D9D4972AD7E</rdf:li>
    Quicklook is going crazy trying to parse all of this. I don't know where it came from or how important it is, but that's what is happening.
    Compare that against a normal loading jpeg.
    I had to try a Save for Web with the metadata removed (set to none) and it loads and previews normally in Preview.
    Gene

  • Adobe LiveCycle loses its mind when generating the XML source

    Could somebody tell me what is causing Adobe LiveCyle to lose its mind and generate hundreds of lines that are merely repeats of this:
    <?templateDesigner StyleID aped0?>
    Here's an example of what it looks like for one field on a form.  The tag is border. 
    <border presence="hidden">
    The line is repeated 250 times !! 
    Is this a LiveCycle bug or did I do something screwy to cause this? 
    Could I just delete the duplicate lines from the XML?
      <field minH="8.2042mm" minW="33.02mm" name="CPN" x="99.1101mm" y="8.2042mm">
    <ui>
    <textEdit>
    <border presence="hidden">
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?></border>
    <margin/>
    </textEdit>
    </ui>
    <font typeface="Arial" weight="bold"/>
    <margin bottomInset="0.254mm" leftInset="1mm" rightInset="1mm" topInset="1mm"/>
    <para vAlign="middle"/>
    <caption placement="top" reserve="2.54mm">
    <font baselineShift="0pt" size="5.8pt" typeface="Arial"/>
    <para marginLeft="0pt" marginRight="0pt" spaceAbove="0pt" spaceBelow="0pt" textIndent="0pt" vAlign="middle"/>
    <value>
    <text>4. COMPLAINT NO</text>
    </value>
    </caption>
    <border>
    <edge presence="hidden"/>
    <corner presence="hidden"/>
    <edge/>
    <edge/>
    <edge presence="hidden"/>
    <corner/>
    <corner/>
    <corner presence="hidden"/>
    </border>
    <event activity="enter">
    <script contentType="application/x-javascript">if (testscripts.enterFld(this)) {
    var back="parent.Ten98";
    var next="parent.IncidentNature";
    jscripts.setTab(this,next,back);
    jscripts.boxEdges(this);
    }</script>
    </event>
    <event activity="exit">
    <script contentType="application/x-javascript">if (testscripts.exitFld(this)) {
    this.rawValue = IncidentNumber.formatIncNum(this.rawValue);
    MNPD.Form130.MNPDTrackingNumber.rawValue = TrackingNumber.createTrackingNumber("AFR-FORM130",
    MNPD.ND_Host.rawValue,
    MNPD.ND_atsEmployeeNumber.rawValue,
    this.rawValue);
    console.println(MNPD.Form130.MNPDTrackingNumber.rawValue);
    xfa.resolveNode("MNPD.#pageSet[0].PageArea1.CPN").rawValue = this.rawValue;
    var r = testscripts.validateFld(this);
    jscripts.unboxEdges(this);
    testscripts.stepFld(this,r);
    }</script>
    </event>
    <event activity="change">
    <script contentType="application/x-javascript">xfa.resolveNode("MNPD.#pageSet[0].PageArea1.CPN"). rawValue = this.rawValue;</script>
    </event>
    <bind match="none"/>
    </field>

    That was a bug in ES and was fixed in SP2..
    http://blogs.adobe.com/ADEP/2009/03/post.html
    Either you can manually delete those statements or upgrade your Designer with SP2.
    Thanks
    Srini

  • Using iBook G3 without battery - power adapter only

    I would like to use my iBook G3 without the battery - just with the power adapter plugged in. I've tried starting up with the power plugged in and the battery removed, and no luck. Removing the battery with the power plugged in shuts down the computer.
    I have an old battery that doesn't hold charge anymore and needs replacing. I use this computer from home 99.9% of the time and I'd rather not have a hot battery on my lap. Any thoughts or suggestions? I KNOW it's possible to do this as I've always seen demo models in stores set up this way. I have a relatively new adapter - the one that looks like an airport, not like a flying saucer.

    Theoretically, it should work, yes. Have you tried resetting the PMU?
    However, I strongly recommend against running with no battery for a couple of reasons.
    First of all, even a mostly dead battery usually will hold enough of a charge to save your projects you're working on if the iBook is accidentally unplugged.
    Next, if Apple had really intended using the iBook this way, they would have provided a battery hatch cover. As it is, using the iBook with no battery in place would subject the terminals to dust, lint, and debris. Needless to say, this is not good.
    Apple has never really called its portables "laptops." They are not designed to run on your lap, but on a hard surface. I know most of us use them on our laps, but these days, I use one of these, which my son bought me for Mother's Day. I use it folded in half, and use the foot to prop up the back so that my iBook is kept cooler than it would be otherwise. It works great.
    If the heat bothers you, it probably bothers your iBook, too. You may want to look into a similar solution. One long-time Apple user has suggested an inexpensive acrylic cutting board as a lap desk, and that would work fine, too. I don't recommend running without the battery, though, even if you could manage to do it.

  • HP Photosmart 7510 occasional​ly loses its wireless settings

    I have a HP Photosmart 7510 which occasionally loses its WPA-PSK secret and manually set IP address.
    To solve the problem I have to re-enter the SSID's WPA-PSK secret and set the manual IP address (I prefer having the printer on a specific IP address).
    To my knowledge the printer has not been powered down and there were no power failure - though I would expect these values to have been stored in non-volatile memory.
    Is this a known issue?
    If so is there a firmware fix - currently running VEP1CN1137CR(113730)

    I can assure you that it is not a router issue.  It appears to me that it is a driver compatibility with Windows OS.  After trying to get to the bottom of this since my Photosmart 7525 was new and reading just about every forum and blog, I have come to the conclusion that the issue must be related to the HP driver itself.  
    The issue does not seem to affect any Mac systems, and from one forum someone was able to fix it by downloading new drivers compatible with 64-bit systems (which seem to not be affected by the glitch).  But that leaves us 32-bit people stuck with the current driver which does not work.
    The printer is connected with good signal to the wireless router (no matter who's router it is and what configuration is made).  The printer can be pinged from the router and any computer on the network which is not currently being affected by this issue.  However, the affected computer fails pings by either request timed out, or destination host unreachable.  Pings are successful from the affected computer to any other device on the network.  The only way to recover (at least for a few days) is to reboot the affected computer.
    Also, from the display on the 7525, the network tests pass without issue.  I can also download and print content from the internet with no issues.  
    Please do a quick google search of this issue and you will see several THOUSAND entries of people with the same request.  This is a serious issue that people are having and everything is pointing to an HP problem (not routers, improper installation of software or drivers, etc...).  I agree with several other customers that HP should be on the hook for this fix.  I will give it another couple weeks, then back to the store for a reliable unit from another competitor (Canon, Lexmark, etc..)
    Thank you in advance for escalating this issue to product engineering,
    S. Hunn
    There are 10 kinds of people in this world... Those who understand binary and those who do not.

  • Is there a way to reorder or introduce new pages in iBooks Author, without creating a new IBook?

    Is there a way to reorder or introduce new pages in iBooks Author, without creating a new IBook? Is this possible?

    The main thing is...you have a way to move forward with your project.
    If I may offer some tips, learn to customise the template to suit your project...its basically very easy..once you try.Again a search will bring up posts that address this topic.
    IF you do create your own template..save it as a template before using it, that way you have a clean version every time.
    When putting your book together save versions as you go along..later you can delete them.
    If, as .. you seem to have found, you need to change things or want to try other options, you can copy whole chapters or sections and paste in a new order or  into another version of your template. If you copy into a different template or book, the template basic also transfer to the template. Best way to discover what can be done is simply open a new book to play with! Add a few chapters and sections...include some pages..and just drag things around, copy and paste where you choose. Its just learning and after you delete the junk!..BTW, yes, you can have single pages before the first chapter...i.e. I open a copyright page into a chapter...that drag it to the top of the book tree, a blue line will appear ..drop it.
    If you need any help or advice, its available in abundance on this forum.  Have fun...

  • Why does my iphone lose its network connection

    Have a new iphone and a wireless network at home.  The phone connects to the network ok, but as I move around the house it loses its connection.  When attempts are made to reconnect the iphone replies "incorrect password", despite the fact that the password was stored from the previous connection.  Attempts to reenter the password do not help.  So far the only thing that allows a reconnect is to completely reset the network settings on the iphone, after which it connects once but then disconnects again later.  The issue may be related to the fact that there are two wireless routers in the house and the disconnections may be related to moving from the domain of one to another.

    Hi Frayyan,
    Welcome to the Support Communities!
    The article below will give you some insight about how to optimize your settings to improve the battery life on your iPhone:
    iPhone: Hardware troubleshooting  
    Battery life seems short
    Click ( www.apple.com/batteries/iphone.html) for tips on how to prolong iPhone's battery life.
    Try turning iPhone off and then on again.
    Connect iPhone to iTunes and restore iPhone.
    If the screen shows a low-battery image, the battery is low on power and needs to charge for up to ten minutes before you can use it.
    When charging iPhone, make sure to leave it charging until it is fully charged.
    Note: When charging using a computer, don't connect iPhone to a keyboard. Also, the computer must be turned on and not in sleep or standby mode. If iPhone is connected to a computer that's not turned on or is in sleep or standby mode, the iPhone battery may drain.
    I hope this information helps ....
    Have a great day!
    - Judy

  • I have just setup a new ipad and the first app I downloaded was ibook.  I pad says its installed but I can't find it.  any suggestions please?

    I have just setup a new ipad and first app I downloaded was ibook.  my ipad says its installed but I can't find it.  any suggestions please?

    For some reason this happens to some people.  The one thing that works is to reboot your iPad.  To reboot:  Press and hold BOTH the power and home buttons at the SAME time for at least 10 seconds (ignore the red slider) until the Apple Logo appears, then let go of both buttons and your iPad wil restart.  Once it's back up, I'm betting you'll see iBooks.

  • MY HP desktop computer totally loses its wireless ability each day plus its unresponsive

    I have HP model #HPE-150f which 8 gb of memory. In reality this computer should be a beast and be quick as heck. However its the slowest machine I have ever used. I just had it looked at by a computer expert. He scanned and cleaned everything u and didnt see anything wrong with it. First of all it constantly loses its wireless icon. Its weird I can do a search and nowhere can it be found. However usually when I restart the computer it shows up again at the bottom right of the screen.Why would this disappear all the time? Why when it is currently not to be found that when I seach wireless access it only says things about an ethernet cable and absolutely nothing about a wireless card?? Very confusing!
    Second with all the memory in this computer and it being an i7 processor why is this computer so slow? Why does it hang all the time and then freeze? All we use the computer for is surfing the internet and watching tv shows?
    Homestly I ask my daughter why anyone would put up with a lousy machine like this when my 4 year old Apple Imac works so fast and smooth and NEVER have any operting problems??
    Come on HP there must be something wrong with this expensive paperweight!

    jmbeam,
    Seems like a contradiction.
    Can you turn off the system, and remove the power cord?
    I would like you to look inside, and verify the antenna is attached to the card.
    What type of internet do you have? and what speed. Test here
    How many computers actively connected to this system?
    I am a volunteer. I am not an HP employee.
    To say THANK YOU, press the "thumbs up symbol" to render a KUDO. Please click Accept as Solution, if your problem is solved. You can render both Solution and KUDO.
    The Law of Effect states that positive reinforcement increases the probability of a behavior being repeated. (B.F.Skinner). You toss me KUDO and/or Solution, and I perform better.
    (2) HP DV7t i7 3160QM 2.3Ghz 8GB
    HP m9200t E8400,Win7 Pro 32 bit. 4GB RAM, ASUS 550Ti 2GB, Rosewill 630W. 1T HD SATA 3Gb/s
    Custom Asus P8P67, I7-2600k, 16GB RAM, WIN7 Pro 64bit, EVGA GTX660 2GB, 750W OCZ, 1T HD SATA 6Gb/s
    Custom Asus P8Z77, I7-3770k, 16GB RAM, WIN7 Pro 64bit, EVGA GTX670 2GB, 750W OCZ, 1T HD SATA 6Gb/s
    Both Customs use Rosewill Blackhawk case.
    Printer -- HP OfficeJet Pro 8600 Plus

  • After merging MobileMe to iCloud I am left without being able to access all services

    Before iOS5 I had two accounts with Apple
    [email protected] for iTunes. (this is the id name)
    [email protected] for MobileMe
    Last night I merged my MobileMe to iCloud using my MobileMe name [email protected]
    This address doesn't allow me to access support
    It doesn't allow me to use tools such as Find my friends
    When logging into [email protected] it asked me to add a MobileMe Address so I added [email protected]
    I am unable to verify the address as its used on the other one.
    How can I a) keep my [email protected] address b) ensure I keep all my data and c) merge the old account leaving me with just the one?

    I am/was having the same problem. I ended up logging into my MobleMe/Apple ID account with iTunes and authorized my Mac to use the Apps/music. That's working great now, though I'm locked out of auto-sync and redownloading any purchese I've deleted for the next 90 days, but all is great with Wi-fi syncing! :-)
    The problem I'm left with is not being able to access any of my MobileMe stuff. May iCal and book marks won't sync and I'm not sure if it's because I'm now using Lion or if it's actually MobileMe. To update any Calendars and have them sync to my iPhone, I have to go into iCloud.com. I'm still left without bookmarks though.
    I'm not sure why they can't merge the two accounts, it's very frustrating for me and I'm sure thousands of other people!

  • Have 2 airport extreme base stations connected in chain.  Airport utility shows slave unit without power. However, power is on slave unit, but status lights do not show up at all. Small green lights at each back port blink.  Anyone have any ideas?

    Have 2 airport extreme base stations connected in chain.  Airport utility shows slave unit without power. However, power is on slave unit, but status lights do not show up at all. Small green lights at each back port blink.  Anyone have any ideas?

    Unfortunately, you are describing the symptoms of an AirPort Extreme with a failing (or failed) internal power supply.
    As a last resort, try a Factory Default Reset on the AirPort Extreme as follows:
    Power off the AirPort by pulling the power cord
    Wait a minute or two
    Hold in the reset button first, and keep holding it in for an additional 8-10 seconds while you simultaneously plug the power back into the AirPort
    Release the reset button and allow a full minute for the AirPort to restart
    Now try to configure the AirPort again.  If you continue to see the same symptoms as before, the AirPort will need to be replaced.

  • How do I remove an unwanted toolbar?  I added a radio station to my ibook and it set up its own toolbar so when I go to Safari I have to use it.  It involves using Bing for everything as well.  It's very annoying and I want to remove it.

    How do I remove an unwanted toolbar?  I added a radio station to my ibook and it set up its own toolbar so when I go to Safari I have to use it.  It involves using Bing for everything as well.  It's very annoying and I want to remove it.  I can't just type in a URL and have it go to the site.  It takes me to all of Bing's choices.  Also, when it anticipates what I'm typing (incorrectly) and I have to delete it's guesses all the time.  Can anyone help?

    Have you looked at Safari's menu bar > view> toolbars to see if it can be unchecked from there,also see if there is a button to collapse the toolbar on the bar itself.

  • How Do I Get Java For Mac OSX 10.5.8 On A PowerBook G4 Or Update To Minimum MAC OSX 10.6.8 or later Without Spending Any Tech Mind Of My Own And Also Not Buy ANYTHING AT ALL!!!?????

    How Do I Get Java For Mac OSX 10.5.8 On A PowerBook G4 Or Update To Minimum MAC OSX 10.6.8 or later Without Spending Any Tech Mind Of My Own And Also Not Buy ANYTHING AT ALL!!!????? Please Help!!!

    Sorry, it's for 64 bit IntelMacs only...
    updating Java SE 6 to 1.6.0_26 for 64-bit capable Intel-based Macs. 
    Java for Mac OS X 10.5 Update 10

  • ITunes 8 now requires Quicktime 7.5.5... Even without fixing all its bugs.

    iTunes 8 now requires Quicktime 7.5+... What is that? Even without fixing all its bugs working with OS 10.4.11 and lower. Choppy video is still a problem on G5 machines, I have had to reinstall QT 7.4.5 to fix the problem twice now. (Thanks Pacifist) I wont try to install QT 7.5 again until Apple confirms that they have a problem and that it is assured us having a fixed solution, not just it being a little bit better. I know that the answer is get OS 10.5+ installed, but there are still programs and issues that don't work well within that system. If I had an Intel machine I would not worry as much. But why do these bold requirement statements like to rub in that my computer needs more money inserted after the upgrade instead a warning before hand? ,e

    I am just talking about videos that I have shot with correct transfer codecs and imported into Apples' very own Final Cut Pro and just want to see correctly what I could see before smoothly in QT 7.4.5 and earlier. I have long given up QT for viewing anything .avi or .mp4 and use the preferred VLC software. However, QT and FCP are in bed together for obvious reasons. Let's face it... QT does not play everything, nor do I think they try to. No on can survive viewing with QT alone.

Maybe you are looking for

  • HT4743 Cannot purchase from apple TV running 6.0

    I select a movie, click purchase, confirm with OK, am then asked to confirm my card security code. I enter this and get told it is invalid. If I back out of the transaction, atv asks me to verify the payment information in itunes. I have done this, a

  • CS6 Spell Check flags every word.

    Hello, My ID has recently started flagging every word when doing spell check. I uninstalled and reinstalled but it's still doing it. I have tried turning on and off preferences and selecting different vendor dictionaries but no luck. I have no clue h

  • Problem in starting live cycle

    I had installed live cycle with weblogic trial version . I had used turnkey installation. works good and  I can do samples... But next day when I restarted my computer and try connecting to live cycle through work space . I got a message to make sure

  • Query on WAD

    Hi All, I have 4 reports in WAD. Output 1:Once i given the varibale value its displaying the oout put of 4 reports like below Report1 Report2 Report3 Report 4 Output 2: But i need the reports output like this below. Report1    Report2 Report3 Report4

  • MRP- Quotation no in production list

    Hi all, In MTO scenario,after running MRP for sales order we are getting the quotation no. in production list as well while doing REM backflush instead of sales order no., checked item category,schedule line,requirement typr & class, but could analys