I have a mobile app that crashes when I call camera roll or camera. Is there a bug in Air 15.0.0.252?

I have some code that I created a couple of years ago and it worked fine but when I use the exact same code with Apache Flex 4.13 and Air 15.0.0.252 when tghe camera roll or camera is invoked the app crashes.
protected function uploadCamera_clickHandler(event:MouseEvent):void
    if (CameraUI.isSupported)
        trace("camera is supported");
        var myCam:CameraUI = new CameraUI();
        myCam.launch(MediaType.IMAGE);
        myCam.addEventListener(MediaEvent.COMPLETE, selectCompleteHandler);
    else
        trace("camera not supported");
        AlertBox.show("Error","Camera not supported on this device.");
//select a picture from the camera roll (gallery)
protected function uploadGallery_clickHandler(event:MouseEvent):void
    if (CameraRoll.supportsBrowseForImage)
        trace("camera roll is supported");
        var roll:CameraRoll = new CameraRoll();
        roll.browseForImage();
        roll.addEventListener(MediaEvent.SELECT, selectCompleteHandler);
    else
        trace("camera roll not supported");
        AlertBox.show("Error", "Camera roll not supported on this device.");
//when the selection is complete upload it
protected function selectCompleteHandler(event:MediaEvent):void
    trace("event.data.file.url = "+event.data.file.url);
    //statusText.text = "Uploading...";
    takePhotoButton.enabled = galleryPhotoButton.enabled = false;
    var file:String = event.data.file.url;
    var str:String = StringReplaceAll(file, "file://", "");
    str = StringReplaceAll(str, "/", "//");
    trace(str);
    photoURL = str;
    runtimeimg.source = photoURL;
Anyone know why this is happening??
Thanks in advance!

Its a standard manual available here from Googlehttps://docs.google.com/file/d/0B3gxedMzLn3UMFIyOFl6cmlzd1U/edit and you might have  downloaded it by mistake JUST TRASH it also here http://www.dahuasecurity.com/download_4.html

Similar Messages

  • I have an app that crashes when I run one function, but no one else I know with the same app experiences the crash.  I checked my Diagnostics

    I have an app called Astrogold that crashes when I run one function, but no one else I know with the same app experiences the crash.  The app writes several different reports, and gives the option of sending them as PDF files.  All the other reports generate fine, but one of them....and that one crashes the app while it is trying to generate the report.
    Note:  it only crashes the display.  If I double click the home button I see the app itself is still running.
    I checked my Diagnostics & Usage data, and noticed that every time the app crashes a LowMemory report is created.  I looked at the LowMemory report and see that the Largest process is Astrogold.  But I don't see any reports with the name of the app itself.
    I have an iPhone 5c, and according to iTunes I have 2.25 GB Free.
    Below is the actual LowMemory report.  Can anyone make any suggestions?
    name":"astrogold","bug_type":"109","os_version":"iPhone OS 7.1.2 (11D257)","bundleID":"com.esotech.astrogold","version":"4.2.4 (4.2)","app_name":"astrogold"}
    Incident Identifier: 257B47E8-3A4D-4C64-8E9F-71D33C905548
    CrashReporter Key:   cfa389285f4559a21d797bfeec6a78c584e798d6
    Hardware Model:      iPhone5,4
    Process:             astrogold [18906]
    Path:                /var/mobile/Applications/D8301675-652C-4472-A168-CF3F141C5F58/astrogold.app/ast rogold
    Identifier:          com.esotech.astrogold
    Version:             4.2.4 (4.2)
    Code Type:           ARM (Native)
    Parent Process:      launchd [1]
    Date/Time:           2014-08-31 13:15:13.616 +0800
    OS Version:          iOS 7.1.2 (11D257)
    Report Version:      104
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Triggered by Thread:  0
    Thread 0 Crashed:
    0   libsystem_kernel.dylib         0x399a51f0 0x39992000 + 78320
    1   libsystem_pthread.dylib        0x39a0d7b2 0x39a0a000 + 14258
    2   libsystem_c.dylib              0x39955ff4 0x3990c000 + 303092
    3   libsystem_malloc.dylib         0x399ccd20 0x399ca000 + 11552
    4   libobjc.A.dylib                0x393f73a4 0x393ed000 + 41892
    5   libobjc.A.dylib                0x393ffb66 0x393ed000 + 76646
    6   astrogold                      0x001be574 0xe2000 + 902516
    7   astrogold                      0x001be774 0xe2000 + 903028
    8   astrogold                      0x001a2910 0xe2000 + 788752
    9   astrogold                      0x001a40fa 0xe2000 + 794874
    10  UIKit                          0x315ba174 0x3147c000 + 1302900
    11  UIKit                          0x315613d6 0x3147c000 + 938966
    12  UIKit                          0x31560c2c 0x3147c000 + 937004
    13  UIKit                          0x314872e0 0x3147c000 + 45792
    14  QuartzCore                     0x31103316 0x310f7000 + 49942
    15  QuartzCore                     0x310feb3a 0x310f7000 + 31546
    16  QuartzCore                     0x310fe9cc 0x310f7000 + 31180
    17  QuartzCore                     0x310fe3e0 0x310f7000 + 29664
    18  QuartzCore                     0x310fe1f2 0x310f7000 + 29170
    19  QuartzCore                     0x310f7f18 0x310f7000 + 3864
    20  CoreFoundation                 0x2ec20ff6 0x2eb81000 + 655350
    21  CoreFoundation                 0x2ec1e982 0x2eb81000 + 645506
    22  CoreFoundation                 0x2ec1ecce 0x2eb81000 + 646350
    23  CoreFoundation                 0x2eb89724 0x2eb81000 + 34596
    24  CoreFoundation                 0x2eb89506 0x2eb81000 + 34054
    25  GraphicsServices               0x33af86ce 0x33aef000 + 38606
    26  UIKit                          0x314ea86c 0x3147c000 + 452716
    27  astrogold                      0x000e9136 0xe2000 + 28982
    28  libdyld.dylib                  0x398eeab4 0x398ed000 + 6836
    Thread 1:
    0   libsystem_kernel.dylib         0x39992804 0x39992000 + 2052
    1   libdispatch.dylib              0x398e1050 0x398d9000 + 32848
    2   libdispatch.dylib              0x398db2de 0x398d9000 + 8926
    Thread 2:
    0   libsystem_kernel.dylib         0x39992a50 0x39992000 + 2640
    1   libsystem_kernel.dylib         0x39992848 0x39992000 + 2120
    2   CoreFoundation                 0x2ec205e4 0x2eb81000 + 652772
    3   CoreFoundation                 0x2ec1ed04 0x2eb81000 + 646404
    4   CoreFoundation                 0x2eb89724 0x2eb81000 + 34596
    5   CoreFoundation                 0x2eb89506 0x2eb81000 + 34054
    6   Foundation                     0x2f57d492 0x2f572000 + 46226
    7   Foundation                     0x2f5ce254 0x2f572000 + 377428
    8   astrogold                      0x00408f30 0xe2000 + 3305264
    9   Foundation                     0x2f63fa0a 0x2f572000 + 842250
    10  libsystem_pthread.dylib        0x39a0c956 0x39a0a000 + 10582
    11  libsystem_pthread.dylib        0x39a0c8c6 0x39a0a000 + 10438
    12  libsystem_pthread.dylib        0x39a0aae4 0x39a0a000 + 2788
    Thread 3 name:  com.apple.NSURLConnectionLoader
    Thread 3:
    0   libsystem_kernel.dylib         0x39992a50 0x39992000 + 2640
    1   libsystem_kernel.dylib         0x39992848 0x39992000 + 2120
    2   CoreFoundation                 0x2ec205e4 0x2eb81000 + 652772
    3   CoreFoundation                 0x2ec1ed04 0x2eb81000 + 646404
    4   CoreFoundation                 0x2eb89724 0x2eb81000 + 34596
    5   CoreFoundation                 0x2eb89506 0x2eb81000 + 34054
    6   Foundation                     0x2f5ca23c 0x2f572000 + 361020
    7   Foundation                     0x2f63fa0a 0x2f572000 + 842250
    8   libsystem_pthread.dylib        0x39a0c956 0x39a0a000 + 10582
    9   libsystem_pthread.dylib        0x39a0c8c6 0x39a0a000 + 10438
    10  libsystem_pthread.dylib        0x39a0aae4 0x39a0a000 + 2788
    Thread 4 name:  com.apple.CFSocket.private
    Thread 4:
    0   libsystem_kernel.dylib         0x399a5434 0x39992000 + 78900
    1   CoreFoundation                 0x2ec244de 0x2eb81000 + 668894
    2   libsystem_pthread.dylib        0x39a0c956 0x39a0a000 + 10582
    3   libsystem_pthread.dylib        0x39a0c8c6 0x39a0a000 + 10438
    4   libsystem_pthread.dylib        0x39a0aae4 0x39a0a000 + 2788
    Thread 5:
    0   libsystem_kernel.dylib         0x399a5c70 0x39992000 + 81008
    1   libsystem_pthread.dylib        0x39a0ac1e 0x39a0a000 + 3102
    2   libsystem_pthread.dylib        0x39a0aad8 0x39a0a000 + 2776
    Thread 6:
    0   libsystem_platform.dylib       0x39a069a6 0x39a05000 + 6566
    1   libobjc.A.dylib                0x393ffad6 0x393ed000 + 76502
    2   CoreFoundation                 0x2eb86140 0x2eb81000 + 20800
    3   CoreFoundation                 0x2eb8c0dc 0x2eb81000 + 45276
    4   CoreFoundation                 0x2eb9f6e4 0x2eb81000 + 124644
    5   astrogold                      0x0019ed06 0xe2000 + 773382
    6   Foundation                     0x2f59a64c 0x2f572000 + 165452
    7   Foundation                     0x2f58a870 0x2f572000 + 100464
    8   Foundation                     0x2f62e740 0x2f572000 + 771904
    9   libdispatch.dylib              0x398de25a 0x398d9000 + 21082
    10  libdispatch.dylib              0x398df684 0x398d9000 + 26244
    11  libdispatch.dylib              0x398df8d8 0x398d9000 + 26840
    12  libsystem_pthread.dylib        0x39a0ac14 0x39a0a000 + 3092
    13  libsystem_pthread.dylib        0x39a0aad8 0x39a0a000 + 2776
    Thread 7:
    0   libsystem_kernel.dylib         0x399a5c70 0x39992000 + 81008
    1   libsystem_pthread.dylib        0x39a0ac1e 0x39a0a000 + 3102
    2   libsystem_pthread.dylib        0x39a0aad8 0x39a0a000 + 2776
    Thread 8:
    0   libsystem_kernel.dylib         0x39992a50 0x39992000 + 2640
    1   libsystem_kernel.dylib         0x39992848 0x39992000 + 2120
    2   CoreFoundation                 0x2ec205e4 0x2eb81000 + 652772
    3   CoreFoundation                 0x2ec1ed04 0x2eb81000 + 646404
    4   CoreFoundation                 0x2eb89724 0x2eb81000 + 34596
    5   CoreFoundation                 0x2ebcd346 0x2eb81000 + 312134
    6   CoreMotion                     0x2f2484fc 0x2f20f000 + 234748
    7   libsystem_pthread.dylib        0x39a0c956 0x39a0a000 + 10582
    8   libsystem_pthread.dylib        0x39a0c8c6 0x39a0a000 + 10438
    9   libsystem_pthread.dylib        0x39a0aae4 0x39a0a000 + 2788
    Thread 9 name:  WebThread
    Thread 9:
    0   libsystem_kernel.dylib         0x39992a50 0x39992000 + 2640
    1   libsystem_kernel.dylib         0x39992848 0x39992000 + 2120
    2   CoreFoundation                 0x2ec205e4 0x2eb81000 + 652772
    3   CoreFoundation                 0x2ec1ed04 0x2eb81000 + 646404
    4   CoreFoundation                 0x2eb89724 0x2eb81000 + 34596
    5   CoreFoundation                 0x2eb89506 0x2eb81000 + 34054
    6   WebCore                        0x36ebfc70 0x36e01000 + 781424
    7   libsystem_pthread.dylib        0x39a0c956 0x39a0a000 + 10582
    8   libsystem_pthread.dylib        0x39a0c8c6 0x39a0a000 + 10438
    9   libsystem_pthread.dylib        0x39a0aae4 0x39a0a000 + 2788
    Thread 10 name:  JavaScriptCore::BlockFree
    Thread 10:
    0   libsystem_kernel.dylib         0x399a4f2c 0x39992000 + 77612
    1   libsystem_pthread.dylib        0x39a0bf62 0x39a0a000 + 8034
    2   libsystem_pthread.dylib        0x39a0cd9c 0x39a0a000 + 11676
    3   JavaScriptCore                 0x2fbb8308 0x2fba6000 + 74504
    4   JavaScriptCore                 0x2fbb5970 0x2fba6000 + 63856
    5   libsystem_pthread.dylib        0x39a0c956 0x39a0a000 + 10582
    6   libsystem_pthread.dylib        0x39a0c8c6 0x39a0a000 + 10438
    7   libsystem_pthread.dylib        0x39a0aae4 0x39a0a000 + 2788
    Thread 11 name:  JavaScriptCore::Marking
    Thread 11:
    0   libsystem_kernel.dylib         0x399a4f2c 0x39992000 + 77612
    1   libsystem_pthread.dylib        0x39a0bf62 0x39a0a000 + 8034
    2   libsystem_pthread.dylib        0x39a0cd9c 0x39a0a000 + 11676
    3   JavaScriptCore                 0x2fd56cb2 0x2fba6000 + 1772722
    4   JavaScriptCore                 0x2fd56d0c 0x2fba6000 + 1772812
    5   JavaScriptCore                 0x2fbb5970 0x2fba6000 + 63856
    6   libsystem_pthread.dylib        0x39a0c956 0x39a0a000 + 10582
    7   libsystem_pthread.dylib        0x39a0c8c6 0x39a0a000 + 10438
    8   libsystem_pthread.dylib        0x39a0aae4 0x39a0a000 + 2788
    Thread 0 crashed with ARM Thread State (32-bit):
        r0: 0x00000000    r1: 0x00000000      r2: 0x00000000      r3: 0x27d1f553
        r4: 0x00000006    r5: 0x3b90118c      r6: 0x0000000b      r7: 0x27d1f5bc
        r8: 0x0000000b    r9: 0x00000001     r10: 0x00626000     r11: 0x00000000
        ip: 0x00000148    sp: 0x27d1f5b0      lr: 0x39a0d7b7      pc: 0x399a51f0
      cpsr: 0x00000010
    Zane B Stein
    ("os_version":"iPhone OS 7.1.2 (11D257)","version":"104","bug_type":"198"}
    Incident Identifier: 3526E805-4C03-4956-83B6-2A4AB95B9EE4
    CrashReporter Key:   cfa389285f4559a21d797bfeec6a78c584e798d6
    Hardware Model:      iPhone5,4
    OS Version:          iPhone OS 7.1.2 (11D257)
    Kernel Version:      Darwin Kernel Version 14.0.0: Thu May 15 23:10:37 PDT 2014; root:xnu-2423.10.71~1/RELEASE_ARM_S5L8950X
    Date:                2014-09-02 14:24:12 +0800
    Time since snapshot: 220 ms
    Free pages:                              1448
    Active pages:                            17896
    Inactive pages:                          9268
    Speculative pages:                       11
    Throttled pages:                         209561
    Purgeable pages:                         261
    Wired pages:                             21682
    File-backed pages:                       26187
    Anonymous pages:                         988
    Compressions:                            456385
    Decompressions:                          85356
    Compressor Size:                         44
    Uncompressed Pages in Compressor:        59
    Largest process:   astrogold
    Processes
         Name                    <UUID>                       rpages       recent_max   fds      [reason]          (state)
    CloudKeychainPro <b9fbb8e4989732709cb18c481dfa61a9>          108              108  200                      (daemon) (idle)
        mediaremoted <051ef8b6e7c93fa49a0a2e15ea6e1f52>          193              193  200                      (daemon) (idle)
    MobileGestaltHel <c3c9c32948fe364f8103dd528164b610>          123              123  200                      (daemon) (idle)
             DuetLST <89027d811bd73931a4d45f71c9bbebc7>          472              472  200                      (daemon) (idle)
        itunesstored <00f47fa85c623cee9d55c9b004ba561d>         1426             1426  200                      (daemon) (idle)
                 lsd <8d2569b7b89033328609c73d07410b55>          149              149  200                      (daemon) (idle)
            sandboxd <712c543459bf3d81b0ec88bba199d802>           96               96  200                      (daemon) (idle)
                geod <6e5e9ae33f8638b7be848eac2c1ef70b>          166              166  200                      (daemon) (idle)
             assetsd <6f28405c4c1b35e9aff946c1c4799c0f>          868              868  200                      (daemon) (idle)
            installd <185a1eaa735b3aa38d98092ba8493ba0>          201              201  200                      (daemon) (idle)
           securityd <47657a3a48573d6a8e52ef4cc868248c>          617              617  200                      (daemon) (idle)
    networkd_privile <234d3717143e3bbba12acc5de334deaf>           81               81  200                      (daemon) (idle)
           accountsd <5a5640b47fe637bebb6254deff26eaee>          438              438  200                      (daemon) (idle)
            routined <d5590a1879153ed284886271907ea8fa>          344              344  200                      (daemon) (idle)
    EscrowSecurityAl <d0a689490be631efac2c764fe93300dc>          166              166  200                      (daemon)
            mstreamd <a2bb6401f1d63c7aa320a817d8839522>          406              406  200                      (daemon)
                tccd <ad9819a843e93a1680335febb52c7cc3>          227              227  200                      (daemon)
                 kbd <eba296f6bd4938688fa16a5e39fa477c>         2319             2319  200                      (daemon)
           CVMServer <c95a902a5ae331c2a5239b6cf98a0617>           89               89  200                      (daemon)
           astrogold <58c53f7c8e8931ec823713195426f59c>       166401           166401  200  [per-process-limit] (frontmost) (resume)
    identityservices <d1b907f8a41e3ebd9f270aa846040b07>          581              581  100                      (daemon)
               wifid <2b4c0ddf1a8439838868bf2be61d8bf1>         1286             1286   25                      (daemon)
             syslogd <5c06b8eec36032b49cc9421348ba47ea>          132              132   50                      (daemon)
           locationd <b813efaa4a6a314cafdbbd9b88c30796>         1732             1732  100                      (daemon)
              powerd <bd077d109d773bcd9041153b30ea034a>          128              129  100                      (daemon)
             imagent <79bd0fedda583ae3822051093f7681b5>          571              571  100                      (daemon)
                 vmd <f44f0a6a37293606865eb8862c10b653>          188              188  100                      (daemon)
       iaptransportd <818588012ed93eb7a10ccb22d8acadfe>          223              223   50                      (daemon)
        mediaserverd <e40c7476d9fe3d759bfd28b8d68dc7ba>         2233             2233  200                      (daemon)
       mDNSResponder <60e905f9582a3090ab6e7a257454389e>          226              226  100                      (daemon)
                apsd <b7e19d27180e34aba845e475eae7d3db>          510              510  100                      (daemon)
         dataaccessd <fdf81960fb903bd68616117fd29ce277>         2563             2563  200                      (daemon)
            sharingd <2c731a1c182637a39b004694b2a5e23d>          508              508   50                      (daemon)
        mobileassetd <08440fa17b3537afb347cf78aa039a67>          565              565  200                      (daemon)
         SpringBoard <f73e83ffc898302394baa2042ca232fd>         9211             9211  100                    
          backboardd <b5d33ca6da9c33d48e2c8ccb9930c3dc>         8716             8716   50                      (daemon)
          aggregated <3e381378eb7f3dd2846920cb5db91265>          523              523   50                      (daemon)
           lockdownd <d998e2bac7663966bd0285c07ed89111>          276              276  100                      (daemon)
             configd <20b29bb0286e347ebe7c42aa8ee421c9>          462              462  100                      (daemon)
           fseventsd <8876b6f5a0c13024a12cb3e148ddab61>          303              303  100                      (daemon)
        fairplayd.H2 <243ccf92ad4d34cbb4fdf7e078d55141>          130              130  100                      (daemon)
       wirelessproxd <47699be4861c30abbb375e1d3b9e15dc>          153              153  100                      (daemon)
            BTServer <51d0d4421dc73abf9d4844e2b155c340>          536              536  100                      (daemon)
           distnoted <7895f761ec323e31a356860060f8713d>          155              155  100                      (daemon)
      UserEventAgent <9aedc371d1c037e7b5d7b5577f0424a8>          756              756  100                      (daemon)
    WirelessCoexMana <f5dcce7805a9308bbbcf2d52751385ef>          132              132  100                      (daemon)
            networkd <148d4512d2c43efc95bafd487fd97f4a>          577              577  100                      (daemon)
    filecoordination <7b1b1b1b4fe0364c8e0adfd90f78b4a9>          207              207  200                      (daemon)
       medialibraryd <fdf252b3fb1a3646a836c0c3b5840464>          634              634  200                      (daemon)
         touchsetupd <0a4f35337aa13e55a3d7e56296499e14>          154              154  200                      (daemon)
                 ubd <30a03e11a5c43c7cbd6ecd1aaef27841>          470              470  200                      (daemon)
          CommCenter <463e099ed64e30ad9433b8ea3f4a4e94>         2039             2039  100                      (daemon)
             notifyd <5b4c0731afd533179b295e4f39e589d6>          335              335  100                      (daemon)
    **End**
    <Post Edited By Host>

    Thank you for your reply.
    >You can double-click the home button and then swipe upwards on the thumbnail of the app to force it closed.
    Did that
    >After that, power the phone off and back on again, test.
    Did that
    >If still a problem, force close the app again and then reset the phone, holding the sleep/wake and home buttons together until you see the Apple logo and then release. The phone will reboot, test.
    Did that
    >If still a problem, then connect the device to iTunes and restore from backup.
    Did that
    >If that does not work, it is possible there is something corrupt in the backup. The final step is restore as new, not from a backup.
    This is the only thing I had not done before I posted my initial request for help.  I will work on that....it's a last resort I was hoping not to do, but it sounds like I've already done everything else.
    Thank you.

  • I have bought an app that crashes, how do I get a refund?

    I bought teleprompter Pro to help me with a Best man Speech I give today.  the app consistently crashes after about four minutes of my speech, to be honest that's unacceptable for a teleprompter - how can you use it if you have no confidence it will make it to the end of the speech?
    When I reported a problem I got directed to the Developer - to be honest I' not interested in being a Beta Tester, the application isn't reliable and I just want a refund, how do i get it?
    Dave

    You probably cannot get a refund, since the terms of sale for the iTunes Store state that all sales are final. You can contact the iTunes Store, explain the reason for your request, and ask, though:
    http://www.apple.com/support/itunes/contact.html
    It's possible they'll make an exception for you.
    Good luck.

  • I have Apple Pro Apps that crash. Crash logs say Pro Kit framework is missing in the user library. I run Lion 10.7.4. Does anyone know how to fix this?

    MBP late 2008.
    Intel 2.66 GHz Core 2 Duo
    8 GB 1067 MHz DDR3
    Logic Pro 9.1.7

    This is a part of the larger MacBook Pro connectivity issue. There are several related threads dealing with the MBP's networking problems. If your unit is suffering from this type of difficulty, good luck ... (or a long ethernet cable)
    (PS Everybody please make noise on this one so apple comes up with a solution.)
    < Edited by Host >

  • Mobile App Best Practice When Using SQLite Database

    Hello,
    I have a mobile app that has several views.
    Each view calls a different method of a Database custom class that basically returns the array from a synchronous execute call.
    So, each view has a creationComplete handler in which I have something like this:
    var db:Database=new Database();
    var connectResponse:Object=db.connect('path-to-database');
    if(connectResponse.allOK)//allOK is true if connection was succesful
       //Do stuff with data
    else
       //Present error notice
    However this seems reduntant. Is it OK to do this once (connect the the database) in the Main Application file?
    The do something like FlexGlobals.topLevelApplication.db?
    And even generally speaking, constants and other things that I would need throughout the app, can be placed in the main app? As a best practice, not technically as technically it is possible.
    Thank you.

    no, I only connect it once
    I figured I wanted several views to use it so made it static and singleton as I only have 1 database
    I actually use synchronous calls but there is a sync with remote mysql database function, hence the eventdispatcher
    ... although I am thinking it might be better to use Async and dispatch a custom event and have the relative views subscribe

  • I have a spelling app that is stuck on the screen - it doesn't have any way to close it out, and when I split the screen and go to "Finder" to remove it, it says that it can't, because the program is still open. Please help.

    I have a spelling app that is stuck on the screen - it doesn't have any way to close it out, and when I split the screen and go to "Finder" to remove it, it says that it can't, because the program is still open. Please help.

    Paul,
    I'm sure this is the correct answer, but just switched to Apple, so am just an apple seed at this point! :~)
    How do I get to the Apple Menu?
    Thanks!
    KL

  • My ipad is on an infinite loop.  I used ios7 for a few days and then did updates on some of my apps. that's when the infinite loop started.  I have tried pressing the power and home button at the same time, but it doesn't work. Please help!

    my ipad is on an infinite loop.  I used ios7 for a few days and then did updates on some of my apps. that's when the infinite loop started.  I have tried pressing the power and home button at the same time, but it doesn't work. Please help!
    I even tried some hints posted for ios6 (turn off Ipad, holding home button and plugging in power cord at the same time and then releasing the home button)
    I did manage to get a different screen that shows the itunes icon and a power cord, but nothing happens.

    You were on the right track. You got the connect to iTunes screen and you ended to use iTujes to restore your iPad. Try recovery mode again.
    Recovery Mode Instructions
    Disconnect the USB cable from the iPad, but leave the other end of the cable connected to your computer's USB port.
    Turn off iPad: Press and hold the Sleep/Wake button for a few seconds until the red slider appears, then slide the slider. Wait for iPad to turn off.
    If you cannot turn off iPad using the slider, press and hold the Sleep/Wake and Home buttons at the same time. When the iPad turns off, release the Sleep/Wake and Home buttons.
    While pressing and holding the Home button, reconnect the USB cable to iPad. When you reconnect the USB cable, iPad should power on.
    Continue holding the Home button until you see the "Connect to iTunes" screen. When this screen appears you can release the Home button.
    If necessary, open iTunes. You should see the recovery mode alert that iTunes has detected an iPad in recovery mode.
    Use iTunes to restore iPad.

  • App store crashes when terms of service is required. And I can't install apps unless I do. How do I fix this?

    I've had this problem before but before I just couldn't open the app store at all. I have restored and updated to iOS 5 to try to fix it but now the app store crashes when I'm about to install an app. When I click install app, it brings me to my home screen and shows it loading. Then it says that there are new iTunes terms and conditions. It has the options cancel and agree but I can't install the app unless I click agree. The problem is, when I click agree it brings me to the app store again but crashes right away. I can't get any apps on my phone. Does anyone know how to help this?

    Forgotten RESTRICTIONS Passcode
    - Restore from a backup that was make before you added the Restrictions passcode. If you restore from a backup made with the Restrictions passcode the Restrictions passcode is also restored. Place the iOS device in Recovery Mode if necessary to allow the restore.
    - Restore to factory settings/new iPod. . Place the iOS device in Recovery Mode if necessary to allow the restore.   
    - If you are up to file manipulation see the following but it may not work for iOS 6.1.3 or iOS 7
    How to reset forgotten Restrictions...: Apple Support Communities
    - How to Recover Restrictions Forgotten iPhone Restrictions Passcode | The iPhone and iPad Blog

  • I changed my AppleID a long time ago to an email that I no longer use and I have updates for apps that I can't update because my old email is filled in to where i sign in and it wont let me change it to my new one???

    I changed my AppleID a long time ago to an email that I no longer use and I have updates for apps that I can't update because my old email is filled in to where i sign in and it wont let me change it to my new one???

    The problem with those two apps is that they are supposed to be in your Apple ID and you didn't set up the Mac properly/completely when you got it.
    You might try deleteing them and using OS X Recovery to install them again.
    OS X Recovery -
    http://support.apple.com/kb/HT4718
    After that, before you open any iLife apps go to your Mac App Store account, to the Purchased pane and Accept them into your account.

  • 320PPI  5cm x 5cm ,  and the mobile app that this image appear runs on a mobile phone of 200ppi disp

    IF I DO AN IMAGE in FW or PS of 320PPI  5cm x 5cm ,  and the mobile app that this image appear runs on a mobile phone of 200ppi display resolution, then resolution seem of image should be 200ppi ... in other words should adapt automatically????

    Only if you were to measure the physical dimentions. (Using physical dimentions and changing the ppi would add or remove pixels)
    inches X ppi = pixels
    A 1200 x 1600 pixel image will be the same on all devices that share that ratio, the ppi difference comes into play when the phyical size of the screen is changed.
    Technically the quality never changed only the zoom changed.
    When designing a screen at 1200x1600 (example) That image will fit on any screen that has that spec.
    The ratio plays a role when only 1 of the 2 pixel dimentions changes (width or the height).
    On larger screens, the ppi is lower to equal the same number of pixels. So when a device can support a higher resolution, the ppi is increased on the same size screen.
    Knowing that, having the specs of the device will tell you the maximum number of pixels that screen can display.
    Therefore, when designing a screen, always start with the largest resolution (pixel dimmentions) first, then downsample to the next size screen and so on.
    The reason is simple, it is easier to remove pixels, then it is to add them later, as photoshop or any other software does not know what should be there.
    BTW, this is also the reason why you can change the pixel dimentions in the save for web dialog box and not the physical size or ppi. To make it easy to reduce the pixel dimentions.

  • HT3275 How do I find/restore files from items in secure home folder? How do I find/restore files that crashed when in finder of secure (File Vault) home folder?

    How do I find/restore files from items in secure (File Vault) home folder? How do I find/restore files that crashed when in finder of secure (File Vault) home folder?  When I go into Time Machine, I see earlier dates but can't see files in my User File. I have File Vault turned on and see my home folder as a sparsebundle.  Do I neede to restore this in order to see files in my home folder.  When I click on it to restore it gives me an estimated time of over 2 hours.  Also tried to restore an Excel file I was working on when computer hung, so lost it without saving or naming it.  Does it exist anyplace and can I restore it?

    Thanks. I had pretty much figured out from other posts that I had better turn off File Vault for my home folder and use a disk utility sparse bundel for little information I wanted to secure. The information about File Vault 2 in Lion was new and useful though.

  • Mac App Store crashed when I purchase an app

    Mac App Store crashed when I purchase an app:(
    Did somebody meet this problem too?
    My App Store location is Hong Kong.
    Message was edited by: itgoodlonglong

    another site/forum was saying to unmount bootcamp partitions and it started working properly.
    im currently doing a permissions repair to see if that helps any -- worth a shot IMO.

  • HT201272 I have a purchased app that will not show up in the cloud and is no longer in the app store. Is there a way to get it from my iPhone to my iPad?

    I have a purchased app that will not show up in the cloud and is no longer in the app store. Is there a way to get it from my iPhone to my iPad?

    You should be able to copy it from your iPhone to your computer's iTunes via File > Devices > Transfer Purchases, and if it's compatible with your iPad you can then sync it to it

  • HT1296 I have lots of apps that I don't necessarily want on my iphone all the time, but I don't want to delete them from my itunes account permanently. Is there a way to add apps manually?

    Is there a way to manually manage apps? I have lots of apps that I don't want on my iphone all the time, but I don't want to delete them from my itunes account permanently.

    Deleting apps on your phone does not remove them from your account.  They can be re-downloaded for free from the App Store, or synced from your computer as needed.
    The easiest way to manage apps is to connect to iTunes on your computer, go to the Apps page of your device in iTunes, select which apps to remove, then sync.

  • Yesterday I was able to take photos but around 9pm last night my rear camera stop working. I have reseted my phone and have also restored it and the camera still is not working. Also I have deleted all apps that can have access to the camera.

    Yesterday I was able to take photos but around 9pm last night my rear camera stop working. I have reseted my phone and have also restored it and the camera still is not working. Also I have deleted all apps that can have access to the camera and i have updated the new IOS.What else should I do ? Is this a hardware problem?

    Looks like a hardware issue that will have to be taken to a store

Maybe you are looking for