Resize image code doesn't work for some JPGs

Hi. I'm using the below code to resize images and store them on the server. However, with some JPGs, the resize produces a reddish tint on the image. Any ideas what could be causing this? Here's the original image: http://www.unctv.org/tWxkBbq_10M6wKRRL/PNCWWD01.jpg and here's what it produces afterward: http://www.unctv.org/tWxkBbq_10M6wKRRL/PABDFC01__1289231445291.jpg
Photoshop CS5 is used to produce the JPG input for this app. Thanks.
public BufferedImage resizeVeryHigh(InputStream inputStream, File resizedFile) throws IOException {
  BufferedImage bufferedImage = null;
  try {
      Image newImage = ImageIO.read(inputStream);
      int newWidth = (int)this.targetWidth;
      ImageIcon imageIcon = new ImageIcon(newImage);
      Image image = imageIcon.getImage();
      Image resizedImage = null;
      int iWidth = image.getWidth(null);
      int iHeight = image.getHeight(null);
      // This code ensures that all the pixels in the image are loaded.
      Image temp = new ImageIcon(resizedImage).getImage();
      // Create the buffered image.
      bufferedImage = new BufferedImage(temp.getWidth(null), temp.getHeight(null), BufferedImage.TYPE_INT_RGB);
      // Copy image to buffered image.
      Graphics g = bufferedImage.createGraphics();
      // Clear background and paint the image.
      g.setColor(Color.white);
      g.fillRect(0, 0, temp.getWidth(null), temp.getHeight(null));
      g.drawImage(temp, 0, 0, null);
      g.dispose();
      // Encodes image as a JPEG data stream
      FileOutputStream out = new FileOutputStream(resizedFile);
      JPEGImageEncoder encoder = JPEGCodec.createJPEGEncoder(out);
      JPEGEncodeParam param = encoder.getDefaultJPEGEncodeParam(bufferedImage);
      param.setQuality(1.0f, true);
      encoder.setJPEGEncodeParam(param);
      encoder.encode(bufferedImage);
  catch (Exception e) {
        this.error = e.getMessage();
      return bufferedImage;
}Edited by: oneworld95 on Nov 8, 2010 11:34 AM

I don't know anything about the jpeg encoders, but I do see code that doesn't make any sense to me:
Image resizedImage = null;
int iWidth = image.getWidth(null);
int iHeight = image.getHeight(null);
// This code ensures that all the pixels in the image are loaded.
Image temp = new ImageIcon(resizedImage).getImage();What is the point of creating an ImageIcon from a null image?
int newWidth = (int)this.targetWidth;I don't see where you actually use this variable, so how does the image get resized?
For more help create a [url http://sscce.org]SSCCE, that demonstrates the incorrect behaviour and maybe someone will take a look at it.

Similar Messages

  • ISF/javascript code doesn't work for non-English RequestCenter proile

    ISF/javascript code doesn't work for non-English RequestCenter proile
    Hello,
    I am not sure if i posted the same question before also. We have some customers who have set thier language profile in newScale requestcenter to French. However, all the javascript customizations configured on the service forms do not function for 'French' as a Langauge preference. Has anyone encountered the similar issue before and can anyone please suggest a solution for it?
    Thanks,
    Mihir

    we had a similar issue a while back where the Approval button was not working in Spanish, needed a fix from nS for it
    The way to fix this would be to locate the language XML file, override the French caption with Submit and on onLoad write a global JS that would write the button label again (not so sure about this)
    But really its an major defect and they should be able to fix it.

  • My FaceTime doesn't work for some reason, and i want to know why. ;\  It's iOS 6.1.6

    My FaceTime doesn't work for some reason, and i want to know why. >;\  It's iOS 6.1.6

    Judging by all the posts on the forum, there seems to be an issue at Apple's end, although they have made no announcement on their status page. Some users have reported that Apple is aware of the issue.
    http://www.apple.com/support/systemstatus/

  • Printing doesn't work for some docs (CUPS 1.4, Samsung ML-2010, Splix)

    I installed my Samsung ML-2010R some days ago. CUPS version is 1.4.2-1. Splix is 2.0.0-1.
    After blacklisting lpusb installation worked fine. Also printing a testpage worked. Printing works for some documents, but there are some which won't (all were pdfs, but I mainly tested .pdfs). The document is sent to the printer (or at least it looks so), but nothing happens (sometimes the printer makes a short noise). When I go to http://localhost:631/printers/ it says "Frei - "Processing page 11..."" (while "frei" being German for "free", don't know, perhaps the corresponding status in English is idle). The page number changes depending on the document (but it is always the same page if I try to print the same document more times).
    In the log-files I don't find anything useful (at least for me). Here is what I get, if I try to print one of these documents:
    In page_log:
    Samsung_ML-2010 106 johann [12/Nov/2009:20:25:24 +0100] 1 1 - localhost VO MMF.pdf A4 one-sided
    Samsung_ML-2010 106 johann [12/Nov/2009:20:25:24 +0100] 2 1 - localhost VO MMF.pdf A4 one-sided
    Samsung_ML-2010 106 johann [12/Nov/2009:20:25:25 +0100] 3 1 - localhost VO MMF.pdf A4 one-sided
    Samsung_ML-2010 106 johann [12/Nov/2009:20:25:30 +0100] 4 1 - localhost VO MMF.pdf A4 one-sided
    Samsung_ML-2010 106 johann [12/Nov/2009:20:25:31 +0100] 5 1 - localhost VO MMF.pdf A4 one-sided
    Samsung_ML-2010 106 johann [12/Nov/2009:20:25:31 +0100] 6 1 - localhost VO MMF.pdf A4 one-sided
    Samsung_ML-2010 106 johann [12/Nov/2009:20:25:32 +0100] 7 1 - localhost VO MMF.pdf A4 one-sided
    Samsung_ML-2010 106 johann [12/Nov/2009:20:25:32 +0100] 8 1 - localhost VO MMF.pdf A4 one-sided
    Samsung_ML-2010 106 johann [12/Nov/2009:20:25:33 +0100] 9 1 - localhost VO MMF.pdf A4 one-sided
    Samsung_ML-2010 106 johann [12/Nov/2009:20:25:33 +0100] 10 1 - localhost VO MMF.pdf A4 one-sided
    In access_log:
    localhost - - [12/Nov/2009:20:25:23 +0100] "POST /printers/Samsung_ML-2010 HTTP/1.1" 200 441 Create-Job successful-ok
    localhost - - [12/Nov/2009:20:25:23 +0100] "POST /printers/Samsung_ML-2010 HTTP/1.1" 200 17565828 Send-Document successful-ok
    In error_log there is nothing.
    Perhaps you could help me with further debugging. I'll try the proprietary Samsung driver in the meantime.

    EDIT: This didn't actually seem to fix the problem. :'(
    Good news! I think the outstanding developers of Debian have a patch for our bug.
    It involves recompiling CUPS, which in Arch means making new packages for "cups" and "libcups". I used the package build information for CUPS from ABS and created a new PKGBUILD. Here it is for reference:
    pkgbase="cups"
    pkgname=('libcups' 'cups')
    pkgver=1.4.2
    pkgrel=1
    arch=('i686' 'x86_64')
    license=('GPL')
    url="http://www.cups.org/"
    makedepends=('libtiff>=3.9.1' 'libpng>=1.2.39' 'acl' 'openslp' 'pam' 'xdg-utils' 'heimdal>=1.2.1-5' 'gnutls>=2.8.3' 'poppler>=0.10.7-2'
    'xinetd' 'gzip' 'autoconf' 'php' 'libusb' 'dbus-glib' 'avahi' 'hicolor-icon-theme' 'patch')
    source=(ftp://ftp.easysw.com/pub/cups/${pkgver}/cups-${pkgver}-source.tar.bz2
    http://patch-tracker.debian.org/patch/series/dl/cups/1.4.2-4/confdirperms.dpatch
    http://patch-tracker.debian.org/patch/series/dl/cups/1.4.2-4/default_log_settings.dpatch
    http://patch-tracker.debian.org/patch/series/dl/cups/1.4.2-4/dnssd-avahi.dpatch
    http://patch-tracker.debian.org/patch/series/dl/cups/1.4.2-4/do-not-broadcast-with-hostnames.dpatch
    http://patch-tracker.debian.org/patch/series/dl/cups/1.4.2-4/dynamic-default-ripcache-size.dpatch
    http://patch-tracker.debian.org/patch/series/dl/cups/1.4.2-4/log-debug-history-nearly-unlimited.dpatch
    http://patch-tracker.debian.org/patch/series/dl/cups/1.4.2-4/logfiles_adm_readable.dpatch
    http://patch-tracker.debian.org/patch/series/dl/cups/1.4.2-4/pidfile.dpatch
    http://patch-tracker.debian.org/patch/series/dl/cups/1.4.2-4/poppler-based-pdftops-fixes.dpatch
    http://patch-tracker.debian.org/patch/series/dl/cups/1.4.2-4/ppd-poll-with-client-conf.dpatch
    http://patch-tracker.debian.org/patch/series/dl/cups/1.4.2-4/ppdc-dynamic-linking.dpatch
    http://patch-tracker.debian.org/patch/series/dl/cups/1.4.2-4/printer-filtering.dpatch
    http://patch-tracker.debian.org/patch/series/dl/cups/1.4.2-4/quiesce-bonjour-warning.dpatch
    http://patch-tracker.debian.org/patch/series/dl/cups/1.4.2-4/reactivate_recommended_driver.dpatch
    http://patch-tracker.debian.org/patch/series/dl/cups/1.4.2-4/read-embedded-options-from-incoming-postscript-and-add-to-ipp-attrs.dpatch
    http://patch-tracker.debian.org/patch/series/dl/cups/1.4.2-4/removecvstag.dpatch
    http://patch-tracker.debian.org/patch/series/dl/cups/1.4.2-4/rootbackends-worldreadable.dpatch
    http://patch-tracker.debian.org/patch/series/dl/cups/1.4.2-4/select_use_after_free.dpatch
    http://patch-tracker.debian.org/patch/series/dl/cups/1.4.2-4/show-compile-command-lines.dpatch
    http://patch-tracker.debian.org/patch/series/dl/cups/1.4.2-4/ubuntu-default-error-policy-retry-job.dpatch
    http://patch-tracker.debian.org/patch/series/dl/cups/1.4.2-4/ubuntu-disable-browsing.dpatch
    http://patch-tracker.debian.org/patch/series/dl/cups/1.4.2-4/usb-backend-both-usblp-and-libusb.dpatch
    cups
    cups.logrotate
    cups.pam)
    options=('!emptydirs')
    md5sums=('d95e2d588e3d36e563027a963b117b1b'
    '3ec4a323bfb2fb1f2f4803acaaa9a99d'
    'b139625dcc54058a8ce7311f80d14ed5'
    '8fef21a4691de602d0ce3abe06c727e5'
    'f3dc31da89a90c85462b501a1ef05484'
    '3001462cb25772fd33cf437e501e52a6'
    '6f83bf175fde6a11b26ff1e585383cc9'
    '59666bc716e34b61614bbe0cee388c92'
    '81d35f73f56c709baac655ad24f1e10e'
    '531b865d9a6fb02b2ddb29432b7238a1'
    '25fa0289a46e613ab9f66b0b768e6e6b'
    'e15d8fa01e657c387fdc9745a8ca4a98'
    '6167d4a574f243888a5fba8132c747c4'
    'd9b197a942308c22b42d2113063ee0c1'
    'd6a229f40ff14c88d07db58c036c9fcc'
    'd617f77aa89572464b32575e2caa8773'
    '0fe2d8fa6eceeb6e52bac74eaf631a5d'
    '1824bee0db35a4edcf56af5c928d8a80'
    '38db9c9b997d2a768d89d900d131af47'
    '6a4e46310b0e84230184715804f0b8c3'
    'ad8634485cab37fbd81f56ada7ba55f5'
    'a4b34f2843641bfe0856037581a34dd0'
    '7c5053b96481e14879d4f5ea2a0c660b'
    '5c85b7d8d2ddd02c2c64955cebbf55ea'
    'f861b18f4446c43918c8643dcbbd7f6d'
    '96f82c38f3f540b53f3e5144900acf17')
    build() {
    cd ${srcdir}/${pkgbase}-${pkgver}
    # Apply Debian patches
    patch -p1 < ../confdirperms.dpatch
    patch -p1 < ../default_log_settings.dpatch
    patch -p1 < ../dnssd-avahi.dpatch
    patch -p1 < ../do-not-broadcast-with-hostnames.dpatch
    patch -p1 < ../dynamic-default-ripcache-size.dpatch
    patch -p1 < ../log-debug-history-nearly-unlimited.dpatch
    patch -p1 < ../logfiles_adm_readable.dpatch
    patch -p1 < ../pidfile.dpatch
    patch -p1 < ../poppler-based-pdftops-fixes.dpatch
    patch -p1 < ../ppd-poll-with-client-conf.dpatch
    patch -p1 < ../ppdc-dynamic-linking.dpatch
    patch -p1 < ../printer-filtering.dpatch
    patch -p1 < ../quiesce-bonjour-warning.dpatch
    patch -p1 < ../reactivate_recommended_driver.dpatch
    patch -p1 < ../read-embedded-options-from-incoming-postscript-and-add-to-ipp-attrs.dpatch
    patch -p1 < ../removecvstag.dpatch
    patch -p1 < ../rootbackends-worldreadable.dpatch
    patch -p1 < ../select_use_after_free.dpatch
    patch -p1 < ../show-compile-command-lines.dpatch
    patch -p1 < ../ubuntu-default-error-policy-retry-job.dpatch
    patch -p1 < ../ubuntu-disable-browsing.dpatch
    patch -p1 < ../usb-backend-both-usblp-and-libusb.dpatch
    # Rebuild configure script for --enable-avahi.
    aclocal -I config-scripts
    autoconf -I config-scripts
    ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
    --with-logdir=/var/log/cups -with-docdir=/usr/share/cups/doc \
    --with-cups-user=daemon --with-cups-group=lp --enable-pam=yes \
    --disable-ldap --libdir=/usr/lib --enable-raw-printing \
    --enable-dbus --with-dbusdir=/etc/dbus-1 --enable-ssl=yes --enable-gnutls \
    --with-php=/usr/bin/php-cgi --with-pdftops=pdftops --with-optim="$CFLAGS"
    make || return 1
    package_libcups() {
    pkgdesc="The CUPS Printing System - client libraries and headers"
    depends=('gnutls>=2.8.3' 'libtiff>=3.9.1' 'libpng>=1.2.39' 'heimdal>=1.2.1-5')
    cd ${srcdir}/${pkgbase}-${pkgver}
    make BUILDROOT=${pkgdir} install-headers install-libs || return 1
    # put this into the libs pkg to make other software find the libs(no pkg-config file included)
    mkdir -p ${pkgdir}/usr/bin
    install -m755 ${srcdir}/${pkgbase}-${pkgver}/cups-config ${pkgdir}/usr/bin/cups-config
    package_cups() {
    pkgdesc="The CUPS Printing System - deamon package"
    install=cups.install
    backup=(etc/cups/cupsd.conf
    etc/cups/mime.convs
    etc/cups/mime.types
    etc/cups/snmp.conf
    etc/dbus-1/system.d/cups.conf
    etc/logrotate.d/cups
    etc/pam.d/cups
    etc/xinetd.d/cups-lpd)
    depends=('acl' 'openslp' 'pam' "libcups>=${pkgver}" 'xdg-utils' 'heimdal>=1.2.1-5' 'gnutls>=2.8.3' 'poppler>=0.10.7-2'
    'libusb' 'dbus-glib' 'avahi' 'hicolor-icon-theme')
    optdepends=('php: for included phpcups.so module')
    cd ${srcdir}/${pkgbase}-${pkgver}
    make BUILDROOT=${pkgdir} install-data install-exec || return 1
    # this one we ship in the libcups pkg
    rm -f ${pkgdir}/usr/bin/cups-config
    # kill the sysv stuff
    rm -rf ${pkgdir}/etc/rc*.d
    rm -rf ${pkgdir}/etc/init.d
    install -D -m755 ../cups ${pkgdir}/etc/rc.d/cups
    install -D -m644 ../cups.logrotate ${pkgdir}/etc/logrotate.d/cups
    install -D -m644 ../cups.pam ${pkgdir}/etc/pam.d/cups
    # fix perms on /var/spool and /etc
    chmod 755 ${pkgdir}/var/spool
    chmod 755 ${pkgdir}/etc
    # fix .desktop file
    sed -i 's|^Exec=htmlview http://localhost:631/|Exec=xdg-open http://localhost:631/|g' ${pkgdir}/usr/share/applications/cups.desktop
    # compress some driver files, adopted from Fedora
    find ${pkgdir}/usr/share/cups/model -name "*.ppd" | xargs gzip -n9f
    This makes new versions of the packages "cups" and "libcups". I installed them and my printer is behaving very well. The Debian/Ubuntu developers work miracles.
    If you could try it, to see if it fixes your printer problems too, that would be great.
    Here is where I got the patches from. http://patch-tracker.debian.org/package/cups/1.4.2-4 I applied almost all of them. I excluded the "drop unnecessary dependencies" patch because it brought compiler errors with the default Arch CUPS PKGBUILD, and also excluded the "man page" and "manual" patches. I think the only patch you and I actually need is the "usb-backend-both-usblp-and-libusb" patch, but I'm not really in the mood to try applying only that one, since it seems to be working fine now. I decided to ignore applying the Ubuntu CUPS patches, because they mostly seem to be simply patches to the way CUPS is installed. Anyway, I hope these patches are moved upstream soon!
    If we have good results from this PKGBUILD, I think I will upload it to AUR. It will be my first AUR package.
    Last edited by drcouzelis (2009-12-07 15:46:29)

  • My iMessage doesn't work for some with iPhones

    WWhy does iMessage not work for some thst have iPhone? For example day 1 text went as iMessage day 2 changed to sms

    Hi,
    1) That iPhone  may not be registered with the iMessages Servers.
    Several variants of that:-
    2) the iPhone has lost power/is out of range and been "de-registered".
    3) Twice my iPhone has become set to Not Receive on the iPhone Number - the User cannot change this - but it has happened. After a while if this is not spotted it loses the link with the Apple ID as well.
    4) It is not entirely clear if you Block someone in iMessages whether the iPhone still gets SMS versions.
    It appears you might have to block them for Phone  (and therefore related services like SMS) as well as iMessages.
    5) iMessages servers having a bad day.
    9:39 pm      Saturday; April 18, 2015
    ​  iMac 2.5Ghz i5 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • Elements 11.  Resize image tool doesn't work.  Tried online chat with Adobe  - no help.

    I recently got a new computer (pc) and decided to download Elements 11 instead of the old version that was on my old computer.   I've discovered that the image resizing tool doesn't work, although the other functions seem to be working fine.
    I tried an online chat with Adobe.  Their suggestion was to buy another photo service from them for $10./month !!

    Do you have Resample Image and Constrain Proportions checked?

  • Audio Out doesn't work for some devices under 9600m GT; works under 9400m

    Hello. I've recently noticed that when I plug my MBP into my TV to use as a monitor and for speakers, I can't use the TV's audio when I'm using the 9600m GT for graphics, but, mysteriously, it works just fine when I'm on the 9400m. This is a major problem for when I want to play games.
    For some odd reason, though, plugging in headphones works perfectly under both configurations. I connect the audio to the TV using a standard audio cable that splits into the red and white plugs. Any idea how I can get audio up and running under the 9600m GT?
    Message was edited by: Pickleman

    Thanks for the confirmation.
    I think my issue could be the same, as i'm also trying to send audio to the tv via the headphone port. Just saying again to explain better:
    - Tv's have analog audio input for hdmi, but at least for mine, it only uses these inputs if it does (or doesn't) get a certain signal for audio over the hdmi connection.
    - Whatever the 9400 is doing, its convincing the tv to use the analog inputs, all is well.
    - Whatever the 9600 is doing, its convincing the tv -not- to use the analog inputs, thus no sound.
    It was a bit fiddly, but i got it to a state where audio through the headphone port would work fine under the 9400, i would set graphics to high performance, log out, log back in again, and audio would not work. Undoing this (setting the graphics to better battery life and relogging in) would restore sound.
    I'm thinking the root of the issue is that the tv gets detected as supporting audio, and something the 9600 is doing is fooling the tv to think it is receiving audio, though as you suggested it's not supported and nothing is going though.. which has the side effect of igoring the analog inputs we're sending though the headphone jack.
    Some sort of fix to disable audio down the displayport would be great. PC nvidia drivers that i'm running on the same mac in boot camp have an explicit option to do this, so it shouldn't be too hard..
    Or any other work around..
    Thanks!!

  • How do you save data into an excel file while myRIO is acquiring data? I tried saving it using "Write to file" but it doesn't work for some reason.

    I am acquiring cosine wave and a pulse wave as input and I want to store their peak to peak values into an excel file. "Write to File" is not working for it. Is there any other vi which can be used for data logging?
    Thank you for your help.

    Hi Ssheoran,
    Can you provide more detail when you say that the Write to File VI doesn't work? Is there an error given? Or can you just not find the file on your computer? Keep in mind using this file in a Real-Time VI on the myRIO will save files on the myRIO. You will then have to transfer to your PC. Please view the following video as a guide for saving files and transferring them to your computer: (http://www.youtube.com/watch?v=BuREWnD6Eno). Hope this helps.
    Best Regards,
    Roel F.
    Applications Engineer
    National Instruments

  • Country list dropdown search by first letter doesn't work for some countries in the list

    Hi,
    We have this issue with the country list search in Travel Request with the drop down list when user is trying to choose the country by entering the first letter say C for Canada (finds Canada in the list) it works for the countries from A to O  and  doesn't work from P to Z.
    It is NW7.31 portal
    What seems to be the problem ?

    Hi Denis
    Get them to take a look at this wiki page:
    http://wiki.scn.sap.com/wiki/x/2oQCFQ
    It lists the latest notes for your basis version and the notes are usually cumulative which means if you apply the latest notes, it will bring in the pre-requisites and earlier notes too.
    Hope it helps you Denis.
    Sally

  • Dropdown country list search by first letter doesn't work for some countries in the list

    Hi,
    We have this issue with the country list search in Travel Request with the drop down list when user is trying to choose the country by entering the first letter say C for Canada (finds Canada in the list) it works for the countries from A to O  and  doesn't work from P to Z.
    It is NW7.31 portal
    What seems to be the problem ?

    Hi Denis
    Get them to take a look at this wiki page:
    http://wiki.scn.sap.com/wiki/x/2oQCFQ
    It lists the latest notes for your basis version and the notes are usually cumulative which means if you apply the latest notes, it will bring in the pre-requisites and earlier notes too.
    Hope it helps you Denis.
    Sally

  • Search Region Source doesn't work for some searches

    I am updating a table, and I wanted to search our Apex app to see what reports are using the table. I typed in the table name and no results came back.
    I knew of one report that definitely uses that table, so I went to it, copied the table name from the query source, and tried the search again - Still no results.
    I tried a different table name, and got a whole bunch of hits.
    The table name that doesn't work is floor_suite_billing
    I even tried partials of that name, but I do not get the report that uses that table.
    Is there something I am missing?
    TIA
    John

    So, I created a test report using "select * from floor_suite_billing" and did a search. This new report came up in the results but the other one didn't.
    Then I tried searching for other keywords from the query but that report still does not show up..
    does anyone have a reliable way of searching Apex?
    Thanks!
    John

  • The back button doesn't work for some websites after downloading version 4.0

    I recently downloaded firefox version 4.0. Upon downloading it I had a few issues occur with my browser. One issue was that all of my bookmarks that were on my toolbar disappeared. Also, when I visit a website and am browsing through it, if I want to go back to a previous page the back button doesn't work properly. Instead of sending me back to the previous page I was viewing it sends me all the way back to the home page or wherever I started on that website. This problem basically affects all websites that I visit. I would like to uninstall the new version of firefox and just go back to my old one if that's possible? Thanks

    To respond to your comments first of all, the Bookmarks toolbar has been removed in Firefox 4.0
    The back button should work as it normally does, but you can also right click it and select it from the list.
    To revert to a previous version of Firefox, download v3.6.16 from here: [http://www.mozilla.com/en-US/firefox/all-older.html Download Firefox v3.6.16]
    Then uninstall Mozilla Firefox 4.0 choosing to keep your bookmarks, customizations etc.
    Finally run the Firefox installation file you downloaded earlier.

  • I deleted injustice from my ipad, and I'm trying to reinstall it, but it doesn't for some reason. I have lots of memory left but it still doesn't work for some reason. Can you please help ?

    I tried reinstalling injustice on my ipad, but it doesn't work.

    Hi Somehunk,
    Welcome to the Support Communities!
    The first thing I would suggest is to quit the iTunes Store app and sign out of your iTunes Store account on your iPhone.
    Then restart / reset the device.
    When you sign back in, you should be able to re-initiate the download.
    The following articles will explain these steps in more detail:
    iOS: Force an app to close
    http://support.apple.com/kb/ht5137
    iOS: Changing the signed-in iTunes Store Apple ID account
    http://support.apple.com/kb/HT1311?viewlocale=en_US
    iOS: Turning off and on (restarting) and resetting
    http://support.apple.com/kb/HT1430
    Downloading past purchases from the iTunes Store, App Store, and iBooks Store
    http://support.apple.com/kb/HT2519
    Cheers,
    Judy

  • TV out doesn't work for some videofiles

    I am using the GEforce 2 mx 400 64 mb
    I have configured the driver as 'klone' .
    Now i've got two outputs of the card at the same time; one to monitor, one to tv (with s-vhs cable)
    It works fine,
    except for  playing videofiles (Mpeg, WMV etc, In mediaplayer 9.0) )
    I can only view at the selected primary monitor the video.
    I know for sure that ,in previous settings i've had two outputs at same time for this videofiles..
    but how? can't find the option anymore..
    (With AVI files, there is not this problem; I can view at Tv and monitor )

    Thanks for the confirmation.
    I think my issue could be the same, as i'm also trying to send audio to the tv via the headphone port. Just saying again to explain better:
    - Tv's have analog audio input for hdmi, but at least for mine, it only uses these inputs if it does (or doesn't) get a certain signal for audio over the hdmi connection.
    - Whatever the 9400 is doing, its convincing the tv to use the analog inputs, all is well.
    - Whatever the 9600 is doing, its convincing the tv -not- to use the analog inputs, thus no sound.
    It was a bit fiddly, but i got it to a state where audio through the headphone port would work fine under the 9400, i would set graphics to high performance, log out, log back in again, and audio would not work. Undoing this (setting the graphics to better battery life and relogging in) would restore sound.
    I'm thinking the root of the issue is that the tv gets detected as supporting audio, and something the 9600 is doing is fooling the tv to think it is receiving audio, though as you suggested it's not supported and nothing is going though.. which has the side effect of igoring the analog inputs we're sending though the headphone jack.
    Some sort of fix to disable audio down the displayport would be great. PC nvidia drivers that i'm running on the same mac in boot camp have an explicit option to do this, so it shouldn't be too hard..
    Or any other work around..
    Thanks!!

  • Skype doesn't work for some numbers

    I'm trying to call Iceland Air - I have my cell number as the caller ID and is verified, but I never get through. I can get through just fine with my cell. I am wondering if the +1 in front of my cell is throwing things off? Or is there a setting that makes Skype hangup when it gets a recording like you do at airlines. However, this doesn't happen other times. but is very consistent with this number.
    In another problem, sometimes when calling local numbers, skype just quits - the whole program, over and over. It is inconsistent with the which number, but I get the message "skype has unexpectedly quit..."
    thanks.

    tontheroad wrote:
    I'm trying to call Iceland Air - I have my cell number as the caller ID and is verified, but I never get through. I can get through just fine with my cell. I am wondering if the +1 in front of my cell is throwing things off? Or is there a setting that makes Skype hangup when it gets a recording like you do at airlines. However, this doesn't happen other times. but is very consistent with this number.
    It is possible that Icelandair is not allowing calls from Skype callers to their toll-free number, or from wherever Skype patches their calls into the US telephone network.  I found their US toll-free number on their web site, and could not get through either.  Those with toll-free numbers in the USA and Canada can define who they receive calls from, since those individuals and organizations are paying for receiving calls to the toll-free numbers.  Other than trying to find another non-free number for them (I didn't see one in the US on Icelandair's web site, but there are some in other countries), that is one that may only work from a US landline or mobile phone.
    Sorry!
    Patrick
    Location/Ubicacion: Arizona USA
    Time Zone/Hora Local: UTC/GMT -7
    If this message has adequately addressed your issue, please click on the “Accept as Solution” button. If you found a post useful then please "Give Kudos" at the bottom of my post, so that this information can benefit others.
    Si esto mensaje le ha ayudado, por favor haga clic en "Aceptar como solución". Si encuentra un mensaje útil, por favor "Da Kudos" al final del mensaje, por lo que esta información puede beneficiar a otros.
    I am not a Skype employee. No soy un empleado de Skype.

Maybe you are looking for

  • Error message in exit at ME21N

    Hi frieds, I'm needing some help with this problem. I'm trying to send a error message in EXIT_SAPMM06E_013 with the command line MESSAGE E000(ZM) WITH TEXT-002. The message shows correctly, but after my message sap show another one, "System error (e

  • How to change mouse scrolling direction?

    Hi, I use timeline mouse scrolling (horizontal) and I find it very annoying, that it goes in the wrong direction. I want it to go backwards, if I scroll to me. now it goes in the opposite direction. I couldn`t find it in the kayboard shortcuts, is th

  • What EXACTLY do I need?

    I currently have a wireless N ultra network in my house. I have my Windows PC connected to it. The speakers I would like to use with the AirPort Express are within range of my existing wireless network. What do I need to make my PC play iTunes out of

  • Read the last record in the database table..

    Hi.. I am new to ABAP. So i have one condition to read the address number field in the last record from database table by using the person number where clause field. But the person number is same for some the records. So can any tell me the logic for

  • TA24770 How can I reset the "Open With" menu?

    Any help?