IPad iOS 4.3.1 problems with  raw images after upgrading

Hi all
I recently updated my iPad to iOS 4.3. Since then, I could not view and edit Raw images imported with camera kit although It shows a low res/ low size preview
I'm also experiencing general troubles with viewing some jpeg attached to email.
Any idea?
Thank you!
Antonio

Actually it does. It imports them And once they Are innate uploaded images can be viewed full screen. But if opened with, say, Photogene, iPad shows only a very small and low res thumbnail....

Similar Messages

  • Reception / Battery problems with iPhone 3GS after upgrading to iOS 4.2.1

    There are major reception and battery problems with iPhone 3GS after upgrading to iOS 4.2.1.
    I can not believe that Apple did not test this for major bugs like this one is.
    I am a business user and can not effort to have bad reception. Apple wants to gain in the business clients... I never had this with my former BlackBerrys!
    I need a reliable phone not a play thing like this is right now, it just needs it to work propely. And if a major bug like this comes along, fix it immediately. After the iPhone4 story, now this...incredible! Going back to my reliable BlackBerry! It just ain't reliable and takes forever to fix a problem.

    I have the same issue after iOS 4.2.1 update. I am using iPhone 3GS officially unlocked by Apple. I tried using different SIM cards and both carriers show same problem when using phone in 3G mode. Phone falls back to EDGE mode showing 'E' from '3G' at start. I have reset the phone and rebooted several times and moved to different cell areas in the city just to verify the problem.
    I had no such issues earlier. I also have Nokia E71 which shows full signal and has no such issues.
    I have posted the bug on apple iphone feedback page. I hope they Apple will fix the problem and test the release properly on all models before releasing to public.

  • I have a problem with my iphone,after upgrade software ios 6.0.1,  is not possible to use the wi-fi, used until now, because is not possible to have the login, i find this message " the requested URL  was not found

    I have a problem with my iphone,after upgrade software ios 6.0.1,  is not possible to use the wi-fi, used until now, because is not possible to have the login, i find this message " the requested URL  was not found

    You have to go to autherized iPhone agent.

  • Am running Firefox 3.6.10. Am having problems with Firefox crashing after upgrading to Kaspersky Internet Security 2011. Anyone else having same problem. Oh, BTW am still using Windows XP operating system.

    Am running Firefox 3.6.10. Am having problems with Firefox crashing after upgrading to Kaspersky Internet Security 2011. Anyone else having same problem. Oh, BTW am still using Windows XP operating system.

    The latest flash player release is 11,0,1,152.
    Can you upgrade to this version and see whether the crash stil exists?
    Go to get.adobe.com/flashplayer to download and install flash player.
    In case you need direct link to installer/uninstaller, please go to http://forums.adobe.com/message/3952360#3952360 to find them.
    saranlee wrote:
    My computer crashes repeatedly and I get the message pages are not responding do you want to stop, and/or shockwave is not responding do you want to stop. I have Windows XP Service Pack 3, I am having the same issues whether I use Internet Explorer, Google Chrome, or Mozilla Firefox. My HP Pavilion Desktop has 504 MB of Ram and I am using high speed internet connection. Because it was crashing so much, I used the uninstall program for Flash player to uninstall Flash, I checked my registry and removed anything I saw that was Flash. I then uninstalled Google Chrome and Mozilla Firefox, then I reinstalled the most recent versions from their websites. I did the same for FlashPlayer and Shockwave Flash. I went to the Adobe website and had them check to see if it was working and it shows I have FlashPlayer 10.3.181.36. The page that shows  which version of flash player goes with Windows XP states that I should have 10.3.181.34 (This is what I thought I had before I updated, I was having the same problems). When I went into my computer to see what version I have, it shows 11.5.9.620 Activex and both Flash Player and Flash Player Object is listed as 10.3.181.34. My firewall for Windows is set to medium. I also am running Norton Internet Security. It takes anywhere from 3-6minutes for some of my games to load, and I have to refresh at least 3-4 times in order to play. When I do start to play it freezes frequently and I use escape to free it up. This has been going on for a month. I have no idea what to do. I am not very computer savy and I have been learning as I go.

  • Problems with IMAQ Vision after upgrading from Labview 6i to Labview 6.1

    Hi,
    We just upgraded from Labview 6i to 6.1.To do this,we uninstalled the 6i version as was suggested by NI and then installed the 6.1 version.Later when we tried to run the old vi's written using Imaq vision, we ran into different problems.Has anyone experienced any similar problems with IMaq vision after upgrading?If so please help me solve this issue.
    Thanx
    deepak

    What kind of problems?
    I would strongly suggest that you uninstall IMAQ (all elements) and reinstall them. They register with Windows, probably docked to 6i, and also must be recompiled, which I believe is done in installation.
    This is your best bet.
    If you still have problems, contact NI and ni.com/ask and start a support inquiry.

  • Problem with the workbook after upgrade

    Hi all,
    We are facing some problems with the workbooks after BW 3.5 Upgrade.e.g. some templates are disturbed, some variables have been affected. So I have few doubts --
    1. What could be the possible reason behind this?
    2. What exactly got changed in the system which reflected this problems?
    3. What other problems might have occurred which we may not have noticed?
    4. How can I find out the number of workbooks affected due to this?

    Dear ,
    This is known issue:
    Please implement the below mentioned note as this will solve your issue,
    Note 1609237 :  Subsequent correction to 1567679
    Regards,
    Arvind

  • Problem with Java Script after upgrade from BW 3.5 to BI7

    Dear Colleagues,
    We're facing the issue with Java Script after upgrade of BW 3.5 to BI7.
    Just after update we checked the basic functionality and it occured that some of web templates that use Java Script don't work. They generate seelction screen, but after selection the screen becomes blank without any error messages.
    We're currently stucked since web templates weren't converted to BI7 version so they should work exactly as before the upgrade.
    We compared the Java code with other environment that was not upgraded - it's perfectly the same.
    The only explanation that comes to my mind is that some Java Script settings on the server level were changed during the upgrade but I have no idea where I can check that.
    Thanks in advance for any suggestions,
    Andrzej Bobula

    Hi Deepu,
    Thanks, it was great to read your reply and then few minutes later talk to you live on SDN Day!
    Unfortunately, http cache clean-up did not help. But there is another funny thing I found - for exactly the same 3.5 webtemplate html code returned from WebAS 3.5 was different then from 7.0.
    Unfortunately, this editor does not allow to paste complete code, even in CODE brackets, but here are main differences:
    <b>3.5</b>
       if (navigator.appName == "Microsoft Internet Explorer")
    <frame src="/sap/bw/BEx?SAP-LANGUAGE=E&PAGENO=1&REQUEST_NO=1&CMD=GET_TEMPLATE"
    name="Content">
    and
    <b>7.0</b>
       if (navigator.appName.indexOf("Microsoft Internet Explorer")!=-1)
    <frame src="/sap/bw/BEx?SAP-LANGUAGE=E&PAGENO=8&REQUEST_NO=0&CMD=GET_TEMPLATE"
    name="Content" 0nLoad="javascript:loadTitle()">
    (I intentionaly put 0 i/o o in 0nLoad, otherwise Forum's editor does not accept the text.
    How about SAP's claim that technical upgrade from 3.x to 7.0 changes nothing?
    Regards,
    Vitaliy

  • Problems with music app after upgrading to iOS 5

    i'm very particular with the organization of my ipod stuff. it has to have album art and it has to be properly sorted out by artist and album. after upgrading to iOS 5 i found several problems with the music app:
    1. some artists dont show on the artist section. i've tried fixing the album artist info, sorting info etc and nothing.
    2. some albums duplicate themselves in the albums section and it only gets cured if you delete a certain song in the album. if you try putting the song back the albums duplicate again.
    3. some album art dont show. i've tried plugging in the album cover directly to the song/s in the ipod, and deleting the song and recopying the song from itunes and still nothing.
    anyone care to weigh in?
    did i mess up the installation?

    I just spent hours trying to solve same (I have a iPod Touch 4th Gen) and I am very picky about its organization too. What I can tell you:
    1- The artists suddenly not showing in the artist section:  Double-check that their albums are not marked as "part of a compilation"... because I had 8 artists disappearing after the upgrade and all their albums were marked as "part of...". After removing that "compilation" tag, all 8 artists reappeared where they had been all along under the previous iOS, namely under the Artists category.
    2- I had an album that did not want the artwork to show. And each time I was able to transfer it back with the art, it would duplicate tracks on the iPod Touch. I finally was able to solve it by deleting manually from the iPod the album (by slowing dragging my finger to the right on the album title and click on the delete button when it appeared) then by deleting it also from the iTunes library and syncing. Then I reloaded the album in iTunes and resynced on the iPod Touch and the album reappeared without duplicates and with the artwork.
    3- Finally, one album was correct (track-wise) but no artwork. I double-checked everything and manually check the info for each track and 2 tracks had not artwork attached to it and a 3rd had 2 artworks. I manually attached the correct artwork to each track THEN to the whole album. Then I resynced and everything FINALLY worked fine.
    OUFF!

  • Has anyone been experiencing problems with "Restore Purchases" after upgrading to iOS 7?

    I've been having problems with restoring purchases on a majority of apps that I have previously downloaded and purchased IAPs. I've only successfully restored purchases on one app (Warhammer Quest); but other apps, such as "Legendary Heroes" (On which I spent $20 to unlock everything), no longer restore my purchases. Instead the "Restore Purchases" button prompts me to buy one "Remove ads" purchase. Some apps, such as Trinity Interactive's Tiny Legend Monster Crashers and Call of Mini Zombies do not have a "Restore Purchases" button at all. Has anyone else been having this problem? And even so, is this an issue with iOS 7 or just an incompatibility between the apps themselves and iOS 7? I've put way too much money into a bunch of these apps to have to repurchase everything all over again.

    I would recommend using the SEARCH function of the forums and locating the many others posts that have already discussed this issue.

  • Reception problems with iPhone 3GS after upgrading to iOS 4.2.1

    AFter upgrading to 4.2.1, my 3GS iPhone is experiencing bad signal, bad quality and frequent disconnections.
    This was repeated even after my provider replaced my device to a different 3GS device, running 4.2.1.
    inserting my SIM card to a NOKIA phone, showed strong signal and good reception.
    Did anyone experience reception problems on 3GS running 4.2.1??
    Thanks,

    I have the same issue after iOS 4.2.1 update. I am using iPhone 3GS officially unlocked by Apple. I tried using different SIM cards and both carriers show same problem when using phone in 3G mode. Phone falls back to EDGE mode showing 'E' from '3G' at start. I have reset the phone and rebooted several times and moved to different cell areas in the city just to verify the problem.
    I had no such issues earlier. I also have Nokia E71 which shows full signal and has no such issues.
    I have posted the bug on apple iphone feedback page. I hope they Apple will fix the problem and test the release properly on all models before releasing to public.

  • Problem with Time Capsule after upgrading to firmware 7.6.1

    I am currently using Time Capsule Firmware 7.6 and just upgraded to 7.6.1. After the upgrade, my IPad 2 cannot access iTune, App Store and Safari cannot access any web-site. Email and other Apps which require Internet access have no problem with connection. My other Apple devices like iPhone and Mac Pro have no problem with Internet access and can access App Store, and Safari can access web site as normal.
    I tried to downgrade the Firmware back to 7.6. After the downgrade, iPad 2 can now access iTune and App Store. However, Internet access via Ipad 2 is very slow, at only 1M download and 0.2M upload Internet speed. The same issue occur with my other iPad 1 too. When I check Internet speed on iPhone 4 and Mac Pro, the result is normal, at 25M download internet speed.
    Please let me know how I can resolve this problem.

    I just read other discussion treads on Time Capsule Firmware upgrade to 7.6.1. It seems the whole community is having the same issue ie slow Internet connection speed and even some users are reporting unstable connection. If Apple is reading these treads, Apple should do something to either stop allowing the Firmware upgrade to 7.6.1 or rectify the issue with another Firmware upgrade without this problem.
    If Apple has read and is not taking any action, then, we all should question what exactly is the management hired for?

  • Problem with Application Login after upgrading to Oracle 11g

    I have a home-grown application with Oracle 10g database running under Windows XP Pro. Recently, I installed Oracle 11g and imported the application database from 10g to 11g (still want to keep the 10g running for a while). However, I now having problem with the application logging into the new 11g database. (Keep getting invalid user/name message).
    BTW, I have no problem accessing the 11g database through SQLPlus (logging in with the same name and password that I use for the application), and the connection test of NetManager (again using the same name and password that I use for the application) was successful.
    The application itself uses the old Borland BDE (Borland Database Engine) to access the 10g and 11g database. Testing confirms that BDE can access Oracle 11g with no problems.
    Any idea about the probable cause(s) of the problem?
    Thanks in advance,
    sg2000

    11g by default is case sensitive username/password.
    You can disable that with setting parameter SEC_CASE_SENSITIVE_LOGON to false.
    SQL> SHOW PARAMETER SEC_CASE_SENSITIVE_LOGON
    SQL> ALTER SYSTEM SET SEC_CASE_SENSITIVE_LOGON = FALSE;

  • Problem with mp3 files after upgrading to iTunes 8.0

    I have the following problem in iTunes after installing the 8.0 version:
    I have noticed that certain (mp3 in this case) files do not play or download Album Cover from iTMS.
    These files were in normal condition at least 1 day ago, before the update and I can still find them in my iPhone which has not been sync since the iTunes update.
    Things I've done before posting:
    1. Checked the files that they still exist in their original location as they are set in iTunes preferences.
    2. Those files can be played either in Quick Time or in Finder Quick View (and Real Player and VLC).
    3. I have restored the mp3 files from Time Machine but no solution found.
    4. I have backed up and erased and created a new iTunes Library and tried to import them again on an empty library but nothing happened.
    5. The files existed in iTunes (without Artwork which they did have previously) but I could not play them (double-click etc). Then I removed them, I cannot add them again (either by 'Add to Library' or by drag-drop)
    6. Of course, I did a volume repair and permissions repair by booting from the OSX install DVD.
    (edit) 7. I moved the files on my MacBook Pro and tried to add them in the iTunes there (completely empty and different library). This also had no result...
    So after all these, the files are still not accepted in the iTunes but they still exist (and are playable) in my iPhone after yesterday's sync.
    Any ideas? because i'm running short atm
    Message was edited by: Periclesm

    Had the same problem with the new update. I finally got back to my previous version by using system restore. After the restore I had to go to the "All Programs" list and click on Quicktime and iTunes individually to allow them to re-configure, then had to restart the computer again. After that all's well. My lbrary was intact.
    I tried everything to get the newest version to work, including completely uninstalling my current versions of QT and iTunes, then downloading the latest directly from the Apple website, but, after 3 attempts, nothing worked. Guess I'll have to wait for the next update and try again.
    By the way, your library is not actually stored in iTunes--it is stored in your Music folder, so you should not lose anything by uninstalling iTunes if you need to.

  • Problem with audio configuration after upgrading to iTunes 7.5

    After being forced to upgrade to iTunes 7.5 (when downloaded a new song form the Music Store), an error message is displayed when I launch the application, "ITunes cannot run becuase it has detected a problem with your audio configuration". The application exits immediately.

    Try the instructions in this article.
    (26574)

  • A problem with Wi-fi after upgrade to Nokia Belle ...

    Good Afternoon
    I have a problem with my Nokia 500 (Belle) (Symbian).
    I was using a old system and I had my wi-if acess working but after I upgrade my  system to Belli my wi-fi doesn´t work. I tried writing the same password but my connection s (Connecting. connectins and fall).
    May you help me ? 
    Is there any configuration if I have to do ? 
    Thanks a Lot 

    Hi
    Thank you for you post and welcome to the forums.
    Firstly try removing the WiFi access point off you device and then reboot the device and reset the router then try re-add the WiFi access point on your phone and see if it connects. If it still doesn't work temporarily removing the password on router then try to connecting to see if this helps.
    If you find this post helpful, a click upon the white star at bottom would always be appreciated.
    If it also solves your problem, clicking ACCEPT AS SOLUTION below it will benefit other users!

Maybe you are looking for

  • Can i search for one text or another or both?

    Hi guys, I am back again with another question.  I want to create a spreadsheet that indexes a greater spreadsheet for either a name or a job name within a given date interval.  I have been able to this in two separate tables now, but I would like to

  • Can i pass an int * to a native function?

    From Java, can I pass an int pointer to the JNI? I want the native function to assign data to an int in the Java program. Many thanks!

  • Ipod not syncing video files?

    When I try to sync a video file Itunes crashes and Windows says it's stopped working. It is a relatively large video file, but theres plenty of space? Whats wrong? Update: I tried to sync a small video file and it got right to the end of the progress

  • No network,???? wait firefox works!!! y not safari?

    Iam having issues here, all of a sudden safari wont connect to the internet, i cannot access the itunes store and software updates can connect to the server says no internet connection, but iam using firefox right now to type this up, so ***..interne

  • System Preferences Hang

    I've just recently been struggling to print on my HP Laserjet 1020 and a Canon all in one and uninstalled both of the printers and rebooted my laptop. Now the System Preferences screen hangs when I click on the Print/Fax option. Any suggestions on ho