Trust computer does not work correctly

http://support.apple.com/kb/HT5868 - this is the thing that makes me NOT continue using Apple products anymore. The feature does not work correctly and I am SICK of reinstalling drivers, turning on/off apple mobile service to get access to my files. I ask for a premanent fix OR REMOVE THIS CRAPPY feature you have put in !!!! You care about your customer satisfaction, am I correct ? Then I do expect an answer ( read this as permanent solution ) to this issue.
I have been connecting to the very same PC for months. And it asks me to trust it every time, which does not work at all.
iOS 7.0.4

Dan, they never responded to this. And now you are telling me this is still going on with iP6 on iOS8. God, Apple started to really suck in some aspects. I have the phone, have unlocked it and have access to all apps and settings on it, even those photo/video files from the device itself! And I still need to give permission to the computer from the phone, just so I can access them on it?!? Seriously what the **** is with that feature and why does it not work correctly for us? Still the same on my current iP5 , iOS 7.1.2

Similar Messages

  • Why can I not import pictures any more? Lightroom says "Your Lightroom 5 64-bit does not work correctly"

    Why can I not import pictures any more?
    Lightroom says "Your Lightroom 5 64-bit does not work correctly"
    Technical informations:
    PC with Windows 7 64-bit, Lightroom 5.7.1 64-bit installed.
    What I have done:
    I downloaded the newest LR 5.71 and installed it again - mode repair; without success
    I checked my PC with Norton 360: full scanning and optimizing registry
    I restarted the PC and than I installed the LR 5.7 again - repair
    Trouble 1:
    Two days ago I could work with my LR 5 and to import pictures from a SD was no problem. Now I can start LR 5 and I can watch/modify pictures, but as soon as I try to import new pictures LR 5 stops and gives the message "your LR 5 64-bit does not work correctly - searching for solution". I have not changed anything in my computer since lasttime LR 5 worked properly, only the registry was optimized by Norton 360.
    Trouble 2:
    I live in Switzerland and my language ist German. I dit not find a place where I can present my problem in German, e.g. a phone number oder email-address oder german-chat. My English is to week for a discussion for computer problems and do understand it.
    Help:
    I would very appreciate if anybody can help me, either to trouble 1 or to trouble 2. Thanks.

    Sehen Sie diesen Beitrag:
    Photoshop CS4 & Lightroom 2.6 X64 funktionieren nicht mehr
    Wacom Tablet-Treiber-Problem?

  • My iPod touch needs to be restored. however, all of my movies/apps/songs/photos are not backed up on my computer because the shop on my computer does not work. can i still get the memory on my iPod touch 32gb back?

    my iPod touch needs to be restored. however, all of my movies/apps/songs/photos are not backed up on my computer because the shop on my computer does not work. can i still get the memory on my iPod touch 32gb back?

    If you weren't able to sync the purchases to a computer previously and now your iPod needs to be restored so you can't sync it now, then you may be out of luck and will need to purchase your content again. Officially Apple does not allow redownloads of purchased items other than iPhone/iPod touch applications and iBooks. The official statement of their policy can be found here, among other places.
    You can try contacting iTunes Store Customer Service (select the "Music Purchases" or "Video Purchases" category, as appropriate, then "Lost or Missing Items". You'll find either an "Express Lane" button - just follow the instructions to get to the contact form - or an "Email Us" button) ") and explaining what happened. Reportedly in some cases Apple has allowed redownloading on a one-time basis. But don't count on it. 
    Good luck.

  • TS2771 i am trying to fix my ipod touch tryed password to many times the problem is my usb port on my computer does not work what else can i try?

    my sons ipod is disabled from trying password to many times my usb port on my computer does not work. what else can i do to get this disabled off my sons ipod please help!!!

    The only thing you can do is place the iPod in Recovery mode and restore via iTunes on a computer. It is a good security feature.

  • Satellite M645-S4050: built in camera does not work correctly

    My built in camera does not work correctly.
    It does not have any kind of effect on and it captures pictures and videos as if some kind of thermal camera was on.
    Also some videos I load up on youtube look like this.
    I have been researching for an answer but can't find it, please help me.

    All you can do is to test it with latest webcam driver.
    Remove preinstalled camera software and install latest version offered on Toshiba download page.
    If the same happen again visit nearest Toshiba service and show them how it looks like. Maybe the cam must be exchanged.
    In the past I have used several Toshiba laptops with built in cam but I have never saw something lke this.

  • Remote does not work correctly after update

    Hello,
    the subject explain it already:
    After upgrading to 2.3 the apple remote does not work correctly anymore:
    I need to push the buttons twice, and than atv is only reacting sometimes.
    Any ideas?
    BR
    Frank

    Same problem here. First, I thought it was the Apple remote's battery. I replaced that and the problem persisted. I then used my digital video camera to verify that the remote was actually transmitting infrared, it was. In frustration, I tapped the buttons rapidly while pointing at the Apple TV. The Apple TV responded. The next button press it failed to respond. I tapped rapidly again and it finally responded. After many many rapid presses, while pointing directly at the Apple TV, it finally began responding to all presses. Once I'd regained control (I thought) I unpaired and re-paired the remote. Everything continued to work. At that time I also saw that I could "learn" another remote. So, I set up my Samsung TV remote. Sweet. Until the Apple TV went into screensaver mode again and I had to go through the same rapid button press sequence... with either the Apple remote or my learned Samsung remote. Conclusion, since the Apple TV will become fully responsive after the rapid button press sequence, it is certainly a software related problem.

  • I have a manual that contains headings and index entries that contain less than and greater than characters, and . The Publish to Responsive HTML5 function escapes these correctly in the main body of the text but does not work correctly in either the C

    I have a manual that contains headings and index entries that contain less than and greater than characters, < and >. The Publish to Responsive HTML5 function escapes these correctly in the main body of the text but does not work correctly in either the Contents or the Index of the generated HTML. In the Contents the words are completely missing and in the index entries the '\' characters that are required in the markers remain in the entry but the leading less than symbol and the first character of the word is deleted; hence what should appear as <dataseries> appears as \ataseries\>. I believe this is a FMv12 bug. Has anyone else experienced this? Is the FM team aware and working on a fix. Any suggestions for a workaround?

    The Index issue is more complicated since in order to get the < and > into the index requires the entry itself to be escaped. So, in order to index '<x2settings>' you have to key '\<x2settings\>'. Looking at the generated index entry in the .js file we see '<key name=\"\\2settings\\&gt;\">. This is a bit of a mess and produces an index entry of '\2settings\>'. This ought to be '<key name=\"&amp;lt;x2settings&amp;gt;\" >'. I have tested this fix and it works - but the worst of it is that the first character of the index entry has been stripped out. Consequently I cannot fix this with a few global changes - and I have a lot of index entries of this type. I'm looking forward to a response to this since I cannot publish this document in its current state.  

  • What if sync with new computer does not work. logical connection to old with WindowsXP, 32 bit version of iTunes. New is Windows7 with 64bit version

    What if sync with new computer does not work?
    logical connection to old with WindowsXP, 32 bit version of iTunes.
    New is Windows7 with 64bit version

    Syncing to a new iTunes library or computer will erase your iPod. Only if you back up your iPod manually before syncing, you can restore your device from that backup again. A manual backup does not include the sync process.
    Do this:
    Disable autosync in iTunes, connect your iPod to your new computer and right click on it in the device list and choose backup. iTunes will backup your iPod without syncing.
    Transfer your purchases the same way, choosing "transfer purchases" this time.
    When you connect your phone for the first time, all media content will be erased. But you can restore your settings and app data from your manual backup afterwards.
    Don't forget to set up at least one contact and event on your new computer to be able to merge calendars and contacts when you sync the iPod for the first time.
    Music is one way only, from the computer to your device, unless you bought the songs in iTunes and transferred your purchases.
    There is 3rd party software out there, but not supported by Apple, see this thread: http://discussions.apple.com/thread.jspa?threadID=2013615&tstart=0
    About backups and what's saved: http://support.apple.com/kb/HT4946
    How to back up and restore:http://support.apple.com/kb/HT1414
    How to download apps for free again:http://support.apple.com/kb/HT2519
    Saving other data is also described here. How to back up your data and set up as a new device
    If your iPod can't be recognized by Windows, try these tips: iOS: Device not recognized in iTunes for Windows

  • How do I get a refund for an App that does not work correctly?

    How do I get a refund for a App (Express Newspapers)  that does not work correctly?

    How to report an issue with Your iTunes Store purchase

  • Focus under Win2k does not work correctly

    Hi,
    we've found out that the focus does not work correctly under Windows 2000 in
    Seamless Mode (App is a Windows Application running on Windows Terminal Server
    2003), the same application has no problems under Windows XP, Apple Macintosh
    and Linux.
    Example: The application has a button which pop's up a small calendar window
    giving that window focus. In Tarantella under Win2k however you just see the
    window popping up shortly and then going in the background. As the window is in
    the background and you can't get the window back and you also cannot work
    further in that application as the rest is inactive.
    Only way is to do a right-click on the application in the taskbar, which brings
    the window in the foreground again. What makes this problem even harder to
    analyze is, that it sometimes even works correctly (around 3 of 10 times).
    We've mostly recognized this with modal windows. The native client does not have
    this problem, however as far as I know it does not support seamless mode.
    2. The second problem we got is, that if you click with the mouse into the
    initializing Window while the application starts up after you have clicked on an
    application Link in SGD (I mean the Pre-Login window of Windows which shortly
    shows up just before the Login Process begins),
    the application is not started seamlessly but is started within that window and
    you have no chance but closing an restarting the application to get it in
    seamless mode. This is seen on all Client Operating Systems by us and not only
    Windows 2000.
    The Client runs:
    Windows 2000 SP4 all updates installed
    Java: 1.5.0-5
    Browser: IE6.0 and Firefox 1.0.7
    Server: Windows 2003 Terminal Server (all updates installed)
    Tarantella: 4.20.909
    I hope that someone has at least a workaround.
    Regards
    Carsten

    I have organized some testcases attached are 3 Test Programs which work
    nice natively but got these problems under Tarantella under every Windows
    Operating System (the error is not Windows 2000 as I previously mentioned but
    also occurs on Windows XP).
    The interesting thing is that the Test Program made with .NET does not show this
    problem.
    Could someone please test these and tell if this error is reproducible on your
    systems as well ?
    Run these Testprograms natively, they show no misbehavior.
    Execute this from a SGD Webtop Session in Seamless Mode, see that
    the Modal window is not modal but shifts into the background on every 2 -3 click.
    Regards
    Carsten
    [ModalTestPrgs.zip]

  • Since I upgraded to Yosemite, my CS5 does not work correctly.

    Since I upgraded to Yosemite in October, my photoshop CS5 does not work correctly. When right clicking to change a brush size, the adjuster when moving to the right or left, either sticks or moves radically. As I set the size of the brush and move my cursor back to the image, the adjuster moves with the cursor.
    Help!

    sharonfrombury wrote:
    Is there no contribution from Apple support community for this question yet?  I know there have been teething problems upgrading to Yosemite, but this loss of functionality is adding administrative workload that I can ill afford.  Come on Apple, some ray of light please.
    If you read the Terms of Use  you agreed to you would realize Apple does not read or participate in these user forums. All posts and responses are end users just like yourself. If you have feedback for Apple please  post it at www.apple.com/feedback. Please do not expect to hear back from Apple, they read the feedback but do not reply.
    Also, the feature the feature of combining multiple PDF's into one document using the Preview app works perfectly.

  • SB Titanium Fatal1ty Champ - Frontpanel does not work correctly

    ?SB Titanium Fatalty Champ - Frontpanel does not work correctly? good morning,
    i use the fatalty with the - champ - frontpanel. Unfortunately this panel does not work correctly. that means is have sound at the headphones and can use the mic but i cannot change the volume (HP and Mic)and cannot change?game mode, cmss-3d and crystalizer.
    i?tested this card on two operating systems (one of the totally new) but the frontpanel does not work.
    I try the driver from CD, the newest which will be found by creatives autoupdate driver search and i check youp pak but none of them will help.
    Internal Soundcard of my mainboard is deactivated.
    The hardware is not damaged - i try two different titanium cards with two frontpanels...
    here my system:
    [color="#0000ff" face="Book Antiqua">MSI DKA790GX Platinum , Cooler Master CM 690
    AMD Phenom X4 9950BE @ 3,2GHZ, Logitech Z-4e
    4GB Kingston HyperX DIMM 2 GB DDR2-800 Kit
    MSI N260GTX-T2D896-OC @707MHZ
    Xilence RedWing Gaming Edition Modular - 750 Watt
    Creative X-Fi Titanium Fatalty Champion Series
    Windows Vista Ultimate 32-Bit; Samsung T260
    so...what can i do now? i have no idea what to test now?
    brgds
    stefan

    So nobody actually has any idea what the problem is? I'm not the thread-bumping type, but this is a very annoying issue and if anyone has any useful information I would greatly apprecaite it.

  • USB-Audio does not work correct on T430/T530

    Hi all!
    I'm owner of a T430 and a T530. Both are new PCs where I have installed Windows XP. The reason for XP is that I own older software and hardware, which is not supported on Windows 7. But it works fine and I have no reason to change hard- and software as long it fulfills my requirements! And Windows XP runs fine and fast on the T430 and T530.
    Only problem is an EgoSys USB Audio interdace U2A. It is possible to install and run it, but there is a problem in the communication between operating panel and the hardware. When I move the slider for the level, the level jumps instead a smooth increase of the level, which means not alle values of the slider are transferred to the hardware. There is a similar behaviour with checkboxes: there are states of the U2A which are indicaed with LEDs. When I change the checkbox, sometimes the LED changes, sometimes not. This errors happen very frequently but not reproducable.
    I tried several settings in the BIOS, like disabling one CPU, hyperthreading, USB3 etc. I tried the U2a also on a fresh XP-intallation without other software, but all without success, the behaviour of the U2A is always the same!
    I also tested with an ExpressCard with USB-port from LogiLink, but this card does not recognize the U2A at all.
    Up to now I have used the U2A on many different PCs without problems. What might be the reason that it does not work on an ThinkPad? Up to now I was very satified with the U2A and I would not like to replace it!
    regards
    GKap

    Hello faith67baillie,
    Welcome to the HP Forums!
    I understand there is no sound from CDs or your Music folder. I will do my best to help! First, I require the following information, and clarification of the issue:
    1. The computer's model number. If you require assistance locating this information, please reference this website: Guide to finding your product number
    2. The computer's operating system. If you require assistance locating this information, please reference this website to determine your Windows operating system.
    Additionally, if the issue just began occurring, I would perform a system restore. I want you to bring the computer back to the earliest restore point possible, in an attempt to dodge whatever caused the issue. Here is a document on how to perform a System Restore: System Restore
    Mario
    I worked on behalf of HP.

  • Stylesheet does not work correctly

    I have web pages in the root and sub directories:
    /index.jsp [ <link href="resources/stylesheet.css" rel="stylesheet" type="text/css"/>  ]
    /folder/list.jsp [ <link href="../resources/stylesheet.css" rel="stylesheet" type="text/css"/> ]
    /resources/stylesheet.css
    index.jsp has hyperlink to list.jsp and list.jsp has hyperlink to index.jsp.
    When app start, stylesheet is correctly applied to index.jsp. After I go to list.jsp and return back to index.jsp using hyperlink, stylesheet does not work anymore.
    Did anyone had similar problem? Do you have any workaround solution?
    Please help.

    I have not found anything in JSC that helps creating context url for stylesheet reference. Here is ugly hack I use for root page:
    /index.jsp [ <link href="/webapppath/resources/stylesheet.css" rel="stylesheet" type="text/css"/>  ]I will appretiate if anyone has more elegant solution or give more insight into JSC.
    Thanks!

  • JCLoginDialog does not work correctly in JDev 10

    Have anyone got the JCLoginDialog to work with JDev 10g and JDBC?
    I have a JCLoginDialog generated by JDeveloper 10g, and have made the appropriate changes as described in the JDeveloper help. (Removing password and deployPassword entries in bc4j.xcfg and made the described changes in the getInfo method.)
    When I am starting the application, I am repeatedly getting prompted for username and password, although I enters the correct values).
    Below is some trace from my getInfo-method:
    Debugger connected to local process.
    getInfo --> user = xyz
    getInfo --> password = null
    getInfo <-- user = student
    getInfo <-- password = student
    getInfo --> user = xyz
    getInfo --> password = null
    getInfo <-- user = student
    getInfo <-- password = student
    getInfo --> user = student
    getInfo --> password = student
    getInfo <-- user = student
    getInfo <-- password = student
    getInfo --> user = xyz
    getInfo --> password = null
    getInfo <-- user = student
    getInfo <-- password = student
    student/student is the correct database username and password, and xyz is the value for username in bc4j.xcfg.
    Another interesting thing is that the runtime exception checked for in the beginning of the getInfo-method:
    RuntimeException exc = ((RuntimeException)((Hashtable)connEnvironment).get(DefaultConnectionStrategy.LAST_EXCEPTION));
    is always null, even if I tries to enter an incorrect password.
    I need a quick solution for this, since we must be able to use different database users in our application.
    Thanks in advance.

    Has anyone succeded in doing this?
    This is a very very basic functionality, and it does not work in JDev10g Production. Either it is a bug in ADF, or a bug in the documentation of how to implement this.
    Oracle Support, where are you? I have not got any answers for this, neither in this forum, nor in Metalink.

Maybe you are looking for

  • CD and DVD rom not functioning

    My Thinkpad z60m 2530-38U, I upgraded it to Vista Home Premium and to a bigger hard disk; everything worked fine, until I noticed that I am unable to read or write CD's or DVD's. I have obtained help from this forum before, and I'd appreciate if anyb

  • Rentals failed to download on iPad

    I was downloading World War Z, on my iPad.  Got an hour into the movie and then I got a message saying it failed to download.  Now the movie is stuck in my downloads and will not restart in anyway.  I have tried resetting my iPad and even downloaded

  • TimeMachine keeps continuously backing up

    I updated to 10.8.2 the day it came out on my 2011 13" MacBook Pro. In the past my Mac would back up to our household TimeCapsule like normal, a few times a day, just took a couple of minutes. Just a few hours ago it started backing up, no big deal,

  • I don't know why in games kingdom conquest i can't buy cp

    i was buy cp from this game(kingdom conquest) it ok , but today when i buy this game cp tell me contact itunes support to complete this transaction. i think some things wrong? would you help me check what problm please <Edited By Host>

  • JDev 10.1.2 - JSF 1.1_02 - error hangs entire application

    Hi, I'm building my first JSF application and an issue has arisen during testing which has us all stumped! Whenever an error occurs for a particular user, the entire application then falls over and all other users then see (different) error messages