Scanner not saving or mailing correctly after recent OSX update

I have a photosmart D110a.  Since my last Apple OSX update to 10.9.2, When I scan pics or documents, the scan shows up correctly on the screen, but when I save it or email it, it comes up a black screen.  How do I fix this?

Welcome to the forums shoppingshauna
I understand you are having some scanning issues since upgrading to 10.9.2. There is actually no available HP scanning software for the Photosmart D110a on Mavericks. There are however, work around options for scanning.
I would like for you to click the link and then choose "How do I scan with the driver from Apple Software Update?" and from there you will see your 3 methods for options to scan.
OS X v10.9 Mavericks: Installing and Using the Printer on a Mac
I hope that helps you scan properly again!
Happy Monday
R a i n b o w 7000I work on behalf of HP
Click the “Kudos Thumbs Up" at the bottom of this post to say
“Thanks” for helping!
Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

Similar Messages

  • My blends in Illustrator CS4 are not saving or printing correctly.  Why?

    Why are my blends in Illustrator CS4 not saving or printing correctly???
    SPECS:
    Adobe CS4
    MAC 10.5.8
    I got a outlined Text blend with a drop shadow.  And another text with a drop shadow on top.  Not too complex at all.
    Heres some screenshots of the problem.
    (1) Adobe Illustrator Screenshot
    (1) Screenshot of my saved TIff file.  I saved as a PDF as well and still no luck.
    Any suggestions?

    Mylenium,
    Thanks for you time and suggestions!  You helped alot!  My layers panel was crazy.  I re-arranged, re-organized and stacked according to the graphic.  Solved my problem first try.  Not used to making sure the order is right in illustrator, only in photoshop.
    Thanks again man!
    -NightRed

  • I have lost all my notes saved on my iphone after syncing it. and my default mailbox is gmail. notes were very important. and now i dont know how to get them back. can anyone help me out please? thanks in advance.

    i have lost all my notes saved on my iphone after syncing it. and my default mailbox is gmail. notes were very important. and now i dont know how to get them back. can anyone help me out please? thanks in advance.

    Try this ..
    On your Mac open System Preferences > iCloud
    Deselect the box next to:  Notes
    Then reselect it.
    Give iCloud a few minutes to re sync the data.
    Other than that, try Time Machine >  http://pondini.org/TM/15m.html

  • After recent QuickTime updates fcp and QuickTime will not open .mov files captured on my FS-H200. Iran

    After recent QuickTime updates fcp and QuickTime will not open .mov files captured on my FS-H200. I put this onthe quick time thread and they sent me here.

    and NEVER do a software update unless you've got a clone of your startup drive so you can restore your system to it's working state if something goes wrong.
    https://discussions.apple.com/docs/DOC-2494

  • Coldfusion 64 bit windows installer stops working after recent microsoft update

    Coldfusion 64 bit windows installation stops working after recent microsoft updates and how I worked around it.
    My question is at the end.
    Trying to deploy coldfusion 9 enterprise 64 bit trial  version onto a Windows 2003 64 bit datacenter OS with all OS updates from MS (as of 4-7-2011).
    Steps taken (remember, this is all 64 bit):
    1. Installed the base OS which was slipstreamed with SP2.
    2. Checked w/ microsoft and installed 63 OS updates.
    3. Launch the CF9 trial exe.
    4. As soon as the first screen finishes (the one that looks like  it is extracting files) then the second screen pops up (the one that  simply says CF Adobe Coldfusion 9) and the progress bar quickly moves  95% to the right and the install application quits. No error, no nothing. No log file either.
    5. After a moment of incredulous silence (and retrying/rebooting,  etc), I started to google it. I found nothing. However, I did find a  post (thanks dspent!) that was helpful in that it told how he was able  to get at a log file of sorts, by pre-extracting the  coldfusion_9_WWE_win64.exe file and launching the adobe_cf.exe by hand.  (Dspent's install snafu was different than mine, but his post was very  valuable and got me started in the right direction.)
    6. Got a copy of rarunzipper and extracted the coldfusion_9_WWE_win64.exe file.
    7. From the windows directory created by step 6, I launched adobe_cf.exe.
    8. Same thing (the install application quits. No error, no nothing. No log file either.).
    9. I examine the hs_err_pidxxxx.log file (where the xxxx is a number).
    10. I see inside that file an ominous message: "A fatal error has been detected by the Java Runtime" then "Problematic frame ntdll.dll" and then "The crash happened outside the Java Virtual Machine in native code".
    11. OK, so now I am thinking ntdll.dll !! Native code !! It is like Java is telling me that for some reason it can't dance with the OS.
    12. On a hunch, I decided to test a CF install again on a server with just the base install of W3K3 64 SP2 (ie: skipping step 2 above this time).
    13. Bingo! That install works.
    14. Therefore, one of the 63 patches I had downloaded from MS had triggered a problem with the CF installer.
    15. Back on the first server (the one with the MS security  patches installed and the one that CF won't install on). In the CF file  adobe_cf.lax (one of the files extracted in step 6) there is a line that  mentions where the install gets it's java. Find that file, and check java version installer is using. It is using 1.6.0_14-b08.
    16. Off to the Java website, and there is a newer version of java (1.6.0_24-b07). Downloaded and installed it.
    17. Modify a line in adobe_cf.lax :
       before
         lax.nl.current.vm=resource\\jre\\bin\\java.exe
       after
         lax.nl.current.vm=C:\\program files\\java\\jre6\\bin\\java.exe
    (that assumes that you let step 16 install to the default location)
    Save the file.
    18. Run the install ... ** IT WORKS ** !
    Obviously, the built in java provided with the CF installer is  no longer compatible with some change introduced by some recent MS  update on the W2K3 64b SP2 platform.
    And now the interesting part. Although I forced the installer to used the new java, it did not incorporate it into the cf build (ie: in jvm.config, you still see c:/coldfusion9/runtime/jre AND the  version of java.exe that is in that directory is the original version,  not the newer version I forced the installer to use).
    On the surface, CF seems to run OK, but I have not done any application testing yet.
    And finally my
    ** QUESTION **
    Would it be appropriate to simply point the java.home var to the new java directory? I see that the directory structures and files are not exactly the same  (close though) so I certainly don't want to break things by doing this,  but instinct tells me that if the installer broke using the older  version, then something else is gonna break down the road if I don't use  the new version. On the other hand, the differences in the  directories and files is enough that it makes me very nervous, with my  limitied java skill set, to make this decision. 
    Thanks in advance!!
    Byron

    Hi Byron,
    Wow great post no doubt much of the information will be useful for those on Win03 SP2 +. Have to say not come across similar problem on Win08 r2 SP1 +.
    So to your question. Adobe security bulletin (http://kb2.adobe.com/cps/894/cpsid_89440.html) recommends running CF8 and CF9 with JVM 1.6.0_24. The bulletin does not say how to do that. I take you installed JDK and not just JRE 1.6.0_24? Post install of JDK follow these steps:
    Stop CF - SERVICES.msc stop "ColdFusion 9 Application Server".
    Take a copy of CF\runtime\bin\jvm.config - so you got a backup.
    Edit CF\runtime\bin\jvm.config find line "java.home=" and comment it out eg:
    #java.home=C:/ColdFusion9/runtime/jre
    Add new line like so and save jvm.config:
    java.home=C:/Program Files/Java/jdk1.6.0_24/jre
    Note  there the slashes and the location of the JRE (runtime) - you need to  point to the one in JDK because the other JRE in C:\Program  Files\Java\jre6 will be missing a DLL.
    Start CF via SERVICES.msc.
    HTH, Carl.

  • HT201493 Find my friends stopped working right after recent iOS update, anyone have a fix?

    Find my friends stopped working right after recent iOS update,  anyone know of a fix for this?

    Appreciate that, but it's not as useful now.  Many users have the same issue, also see
    https://discussions.apple.com/message/23105624#23105624

  • After recent FF updates, many menu CONTENTS are gone!

    After recent Firefox updates (most likely during August 2014), several pop-up menus and the like no longer show the actual content. The menu frame and some buttons still appear, but the main "business" part of the menus are gone!
    For example, the Firefox Tools->Options menu shows NOTHING but an empty frame and the "OK", "Cancel", and "Help" buttons.
    This is difficult to explain in words, but since I don't see any way to post images here, allow me to link to my post on the Mozillazine forum where image posting is allowed:
    http://forums.mozillazine.org/viewtopic.php?f=38&t=2872799
    The problem definitely exists in FF 32.0.2 and 32.0.3, but I suspect it existed earlier. The same problem exists on every Windows 7 computer I own.

    hello, please try to disable the ghostery addon and see if you can still reproduce the issue then...
    https://getsatisfaction.com/ghostery/topics/problem-with-firefox-32-firefox-option-is-not-displayed-when-ghostery-is-active-in-firefox-32

  • After recent OS update (10.8.2) I can no longer log into icloud.

    After recent OS update (10.8.2) I can no longer log into icloud.  I've reset password, but when I try to login on the icloud preferences panel it gives a little "bonk" sound and then spins forever.  Open to suggestion.  Thanks!

    Signing out and signing back in seemed to do the trick as suggested here: https://discussions.apple.com/message/19827058#19827058

  • Weather not displaying in notification center after iOS 5 update not to mention the entire user interface is much more sluggish.

    Weather not displaying in notification center after iOS 5 update not to mention the entire user interface is much more sluggish.

    Okay, mine now works here is what I did.
    plug in the iPhone, iPad etc
    in iTunes select the phone or iPad
    Under Summary uncheck "Sync with this....."
    Under "Music" uncheck the "Sync Music"
    Let it remove all the songs, dont worry it will come back no problems.
    Once that is all done all the music on the phone or ipad should be gone.
    Now check them both back on and everything should copy back onto it.
    Working now !!!!!

  • Why doesn't my "notes" show within mail sidebar since the Maverick update?

    Why doesn't my "notes" show within mail sidebar since the Maverick update?

    Doing it over Wifi?  I was having the same issue.  I restarted my router and voila. 

  • HT201210 I can not activate my iPhone 3 after I have updated the new iOS software

    Please help. I can not activate my iphone 3 after I have updated the new ios software because the activation servers not available
    this is the message I get.
    We're sorry, we are unable to continue with your activation at this time.
    Please try again later, or contact customer care.

    If your iPhone was jailbroken and unlocked unofficially, it has been locked again. Insert official SIM to activate.

  • Not able to activate imessage after the ios7 update?

    not able to activate imessage after the ios7 update?

    This is what worked:
    1) Backing up the iPhone to iCloud
    2) Resetting the iPhone completely
    3) Restoring from iCloud
    This helped resolve iMessage and Facetime issues.
    Thank you for your help.
    - E.

  • Canon printer WORKS in MacBook Pro but NOT in Chrome/ iPhone 6 after iOS 8 update

    Canon printer WORKS in MacBook Pro but now NOT in Chrome/ iPhone 6 after iOS 8 update. The printer worked previously with NO PROBLEMS. The printer is online & connected to the WiFi, not issues.
    WHY???!!!???

    You probably would get better answers in either the iPhone or iOS forums. This is for Macbooks. I've asked the hosts to move it.

  • Why it´s not possible to use IPhoto after the Maverick Update ?

    Why it´s not possible to use IPhoto after the Maverick Update ?

    I can not make a free update. It costs € 13.99 €.
    I can not update it.

  • Recent OSX update affecting finder search

    after the recent OSX update for ML my finder search no longer shows the origination of the file. so it will find what i am looking for but I dont know where it is on my imac.

    After much messing around I have bootcamp'd Windows 7 to test my Samba share with 'the real deal' client.
    Not surprisingly; the Samba share works perfectly when accessing from a Windows PC.
    Is anyone at Apple listening? There really isn't any excuse for not being able to maintain your file sharing support...
    btw. I came across a post at the PathFinder forum and their users are also experiencing the same problem. I downloaded a trial version of PathFinder and it also cannot successfully copy files into the Samba share. It gives an error code of -36.
    I spent a little time checking to see what was going on when the copy operation failed. As described in my previous post, a message is displayed saying the copy operation cannot be completed. At this point I ssh'd into my server and had a look at the file system. The file was copied (seemingly complete) and a hidden file also existed. When I hit the ok button on the error message both files are removed from the server.
    Any assistance is greatly appreciated.
    Message was edited by: tyn
    Message was edited by: tyn

Maybe you are looking for