How to investigate an AIR crash on android

I have a chat app in AIR on Android, and it keeps crashing with no warning. AIR Trace messages does not get printed, and I don't get any error while debugging in Flash Builder on device. So, I decided to use adb logcat while debugging, and I have got the following part that I don't understand. I suspect that those numbers can give me some useful info. How can we translate them into something meaningful?
I am using Sony Tablet S. Crash happens usually when a chat has finished and I have done disposing resources (not during disposing, after disposing)
Somewhere in the logcat:
E/NvAudioALSAStreamOut(  102): write: failed to snd_pcm_writei, -32, Broken pipe
and in some other place:
I/DEBUG   (   98): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG   (   98): Build fingerprint: 'Sony/nbx03_004/nbx03:3.2.1/THMASU0032/0032.004:user/release-keys'
I/DEBUG   (   98): pid: 22495, tid: 22717  >>> air.YakuTerminal.debug <<<
I/DEBUG   (   98): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000014
I/DEBUG   (   98):  r0 00000000  r1 817c5e05  r2 00003850  r3 00007dd4
I/DEBUG   (   98):  r4 00000000  r5 00000140  r6 00381ef0  r7 00719e50
I/DEBUG   (   98):  r8 00000000  r9 0032d718  10 81ea8bf0  fp 00002964
I/DEBUG   (   98):  ip 00000140  sp 5ca6d960  lr 812893fd  pc 817c5e04  cpsr 60000030
I/DEBUG   (   98):  d0  0000000042c80000  d1  3f95d67c3f800000
I/DEBUG   (   98):  d2  3fd99a11ae31c4f0  d3  4000000000000000
I/DEBUG   (   98):  d4  bfbb45f2e21ccdec  d5  bfc99f613c655695
I/DEBUG   (   98):  d6  3fe62e42fee00000  d7  0000006442c80000
I/DEBUG   (   98):  d8  0000000000000000  d9  3ff0000000000000
I/DEBUG   (   98):  d10 0000000000000000  d11 0000000000000000
I/DEBUG   (   98):  d12 0000000000000000  d13 0000000000000000
I/DEBUG   (   98):  d14 0000000000000000  d15 0000000000000000
I/DEBUG   (   98):  scr 2000001b
I/DEBUG   (   98):
I/DEBUG   (   98):          #00  pc 007c5e04  /data/data/com.adobe.air/lib/libCore.so
I/DEBUG   (   98):          #01  pc 002893fa  /data/data/com.adobe.air/lib/libCore.so
I/DEBUG   (   98):          #02  pc 0002f4ba  /system/lib/libmedia.so
I/DEBUG   (   98):
I/DEBUG   (   98): libc base address: afe1c000
I/DEBUG   (   98):
I/DEBUG   (   98): code around pc:
I/DEBUG   (   98): 817c5de4 6944dc09 188ab93c 01e2eb03 0207f002
I/DEBUG   (   98): 817c5df4 60c26081 2301e001 bc306143 bf004770
I/DEBUG   (   98): 817c5e04 b9336943 68c16883 1a526842 1a5000d9
I/DEBUG   (   98): 817c5e14 f04f4770 e7fb30ff 1dc86841 477010c0
I/DEBUG   (   98): 817c5e24 41f0e92d 46174604 460d68c2 18b868a1
I/DEBUG   (   98):
I/DEBUG   (   98): code around lr:
I/DEBUG   (   98): 812893dc f8d6e080 f85a0120 4798300e b0054640
I/DEBUG   (   98): 812893ec 8ff0e8bd f8d69a01 f85a0120 47881002
I/DEBUG   (   98): 812893fc dde22813 21009c02 7220f44f 012cf8d6
I/DEBUG   (   98): 8128940c 3004f85a 9c034798 0128f8d6 1120f8d6
I/DEBUG   (   98): 8128941c 212cf8d6 3004f85a 28004798 2000dbcd
I/DEBUG   (   98):
I/DEBUG   (   98): stack:
I/DEBUG   (   98):     5ca6d920  00000000 
I/DEBUG   (   98):     5ca6d924  3ff00000 
I/DEBUG   (   98):     5ca6d928  5a5c0da0 
I/DEBUG   (   98):     5ca6d92c  5ca6d98c 
I/DEBUG   (   98):     5ca6d930  5a5c0da0 
I/DEBUG   (   98):     5ca6d934  817ca0c7  /data/data/com.adobe.air/lib/libCore.so
I/DEBUG   (   98):     5ca6d938  00000000 
I/DEBUG   (   98):     5ca6d93c  00000000 
I/DEBUG   (   98):     5ca6d940  595d4a48 
I/DEBUG   (   98):     5ca6d944  81ea8bf0 
I/DEBUG   (   98):     5ca6d948  5ca6d98c 
I/DEBUG   (   98):     5ca6d94c  00058fb3 
I/DEBUG   (   98):     5ca6d950  00000000 
I/DEBUG   (   98):     5ca6d954  817c7209  /data/data/com.adobe.air/lib/libCore.so
I/DEBUG   (   98):     5ca6d958  df002777 
I/DEBUG   (   98):     5ca6d95c  e3a070ad 
I/DEBUG   (   98): #00 5ca6d960  0032d9a4 
I/DEBUG   (   98):     5ca6d964  00003850 
I/DEBUG   (   98): #01 5ca6d968  00007dd4 
I/DEBUG   (   98):     5ca6d96c  00002498 
I/DEBUG   (   98):     5ca6d970  00719e30 
I/DEBUG   (   98):     5ca6d974  81ea8bf0 
I/DEBUG   (   98):     5ca6d978  00005430 
I/DEBUG   (   98):     5ca6d97c  00719e30 
I/DEBUG   (   98):     5ca6d980  81289331  /data/data/com.adobe.air/lib/libCore.so
I/DEBUG   (   98):     5ca6d984  00000001 
I/DEBUG   (   98):     5ca6d988  0032d718 
I/DEBUG   (   98):     5ca6d98c  00000280 
I/DEBUG   (   98):     5ca6d990  00000014 
I/DEBUG   (   98):     5ca6d994  8125059d  /data/data/com.adobe.air/lib/libCore.so
I/DEBUG   (   98):     5ca6d998  a8f6328c  /system/lib/libmedia.so
I/DEBUG   (   98):     5ca6d99c  a8f4b4bd  /system/lib/libmedia.so
I/BootReceiver(  142): Copying /data/tombstones/tombstone_05 to DropBox (SYSTEM_TOMBSTONE)

AIR components won’t work in web apps.  You will have to use some alternative, either a subset of HTML in a text control, or float an HTML div over the Flex content.

Similar Messages

  • How to compile the AIR app to android emulator

    How to compile the AIR application to run on emulator ?
    May be use the 'adb' command line ?

    -target The type of package to create. The supported package types are:
    air — an AIR package. “air” is the default value and the -target flag does not need to be specified when creating AIR or AIRI files.
    airn — a native application package for devices in the extended television profile.
    native — a native desktop installer. The type of file produced is the native installation format of the operating system on which the command is run:
    EXE — Windows
    DMG — Mac
    DEB — Ubuntu Linux
    RPM — Fedora or OpenSuse Linux
    apk — an Android package. A package produced with this target can only be installed on an Android device, not an emulator.
    apk-debug — an Android package with extra debugging information. (The SWF files in the application must also be compiled with debugging support.)
    apk-emulator — an Android package for use on an emulator without debugging support. (Use the apk-debug target to permit debugging on both emulators and devices.)
    Use the value as per your need. The you can use adb to push the packaged apk to your emulator.

  • How to set an AIR app on Android to handle filetype

    I've been trying to make my app as default handler of a file type on Android. I have the as3 code to open the file (via InvokeEvent.INVOKE) but I can't seem to be able to register the app as a handler.
    I added this code in the app XML:
      <android>
        <manifestAdditions>
          <![CDATA[
            <manifest android:installLocation="auto">
              <supports-screens android:smallScreens="false" android:normalScreens="false" android:largeScreens="true" android:xlargeScreens="true" />
              <uses-permission android:name="android.permission.INTERNET"/>
              <uses-permission android:name="android.permission.WAKE_LOCK"/>
              <uses-permission android:name="android.permission.DISABLE_KEYGUARD"/>
              <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
            </manifest>
            <intent-filter>
              <action android:name="android.intent.action.VIEW" />
              <category android:name="android.intent.category.DEFAULT" />
              <category android:name="android.intent.category.BROWSABLE" />
              <data
                android:host=""
                android:mimeType="*/*"
                android:pathPattern=".*\\.pgn"
                android:scheme="file"
              ></data>
            </intent-filter>
        ]]>
        </manifestAdditions>
      </android>
    I also tried with
    <data android:mimeType="*/*" />
    <data android:pathPattern="*.*\\.pgn" />
    What am I doing wrong?

    You're going about it the wrong way. Native development allows you to find package names of installed apps and request they start using the Intent system with startActivity (once you verify the app exists), see here:
    http://developer.android.com/training/basics/intents/sending.html
    However that's native. You'll either need to find an existing native extension or create one yourself.
    That aside facebook may supply you with the proper scheme to call to launch the app in which case it would probably prompt you to run facebook in the app or in a browser. More info on defining those schemes here with code:
    http://www.riaspace.com/2011/08/defining-custom-url-schemes-for-your-air-mobile-applicatio ns/

  • How to investigate Keynote presentation crashes

    I have a looping, continuously running keynote presentation playing on a Mac Mini.
    With some regularity (although most certainly not every time) Keynote crashes with the error "The application quit unexpectedly..."
    Can someone offer guidance how I can troubleshoot this? I thought about launching Console (knowing nothing about it), but that would generate a giant log file since these crashes may occur only once every two days.
    Thanks for your help.

    Here's the error report generated by Keynote. It's all Greek to me...
    ==========
    Process:         Keynote [103]
    Path:            /Applications/iWork '09/Keynote.app/Contents/MacOS/Keynote
    Identifier:      com.apple.iWork.Keynote
    Version:         5.0.3 (791)
    Build Info:      Keynote-7910000~93
    Code Type:       X86 (Native)
    Parent Process:  launchd [78]
    Interval Since Last Report:          2414946 sec
    Crashes Since Last Report:           30
    Per-App Interval Since Last Report:  1437181 sec
    Per-App Crashes Since Last Report:   30
    Date/Time:       2010-02-27 14:50:18.414 -0600
    OS Version:      Mac OS X 10.5.8 (9L31a)
    Report Version:  6
    Anonymous UUID:  BF2DD6DA-E87C-402D-82A6-48AE2CC5B493
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread:  5
    Thread 0:
    0   libobjc.A.dylib                0x96393461 object_getClass   0
    1   com.apple.Foundation           0x928b0b52 NSClassFromObject   34
    2   com.apple.Foundation           0x928fe57d -[NSValue init]   29
    3   com.apple.Foundation           0x928fe146 _NSNewValue   246
    4   com.apple.Foundation           0x928fe037  [NSValue valueWithBytes:objCType:]   39
    5   com.apple.Foundation           0x928e9329  [NSValue valueWithNonretainedObject:]   137
    6   com.apple.iWork.Keynote        0x001349c3 0x1000   1259971
    7   com.apple.iWork.Keynote        0x00130d69 0x1000   1244521
    8   com.apple.iWork.Keynote        0x00121f8d 0x1000   1183629
    9   com.apple.iWork.Keynote        0x001225cf 0x1000   1185231
    10  com.apple.iWork.Keynote        0x0011f35e 0x1000   1172318
    11  com.apple.iWork.Keynote        0x0011e354 0x1000   1168212
    12  com.apple.iWork.Keynote        0x0011e1c7 0x1000   1167815
    13  com.apple.Foundation           0x928ea483 __NSFireTimer   147
    14  com.apple.CoreFoundation       0x94e678f5 CFRunLoopRunSpecific   4469
    15  com.apple.CoreFoundation       0x94e67aa8 CFRunLoopRunInMode   88
    16  com.apple.HIToolbox            0x939192ac RunCurrentEventLoopInMode   283
    17  com.apple.HIToolbox            0x939190c5 ReceiveNextEventCommon   374
    18  com.apple.HIToolbox            0x93918f39 BlockUntilNextEventMatchingListInMode   106
    19  com.apple.AppKit               0x902516d5 _DPSNextEvent   657
    20  com.apple.AppKit               0x90250f88 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:]   128
    21  com.apple.iWork.Keynote        0x001cd63e 0x1000   1885758
    22  com.apple.iWork.Keynote        0x001c9ce0 0x1000   1871072
    23  com.apple.iWork.Keynote        0x001c1512 0x1000   1836306
    24  com.apple.iWork.Keynote        0x001c19c4 0x1000   1837508
    25  com.apple.iWork.Keynote        0x001c19fd 0x1000   1837565
    26  com.apple.iWork.Keynote        0x0007b474 0x1000   500852
    27  com.apple.AppKit               0x90465f84 -[NSToolbarButton sendAction:to:]   100
    28  com.apple.AppKit               0x90465f15 -[NSToolbarButton sendAction]   88
    29  com.apple.AppKit               0x90465496 -[NSToolbarItemViewer mouseDown:]   5076
    30  com.apple.AppKit               0x9031faf7 -[NSWindow sendEvent:]   5381
    31  com.apple.iWork.Keynote        0x001a8064 0x1000   1732708
    32  com.apple.AppKit               0x902ec6a5 -[NSApplication sendEvent:]   2939
    33  com.apple.sf.sfapplication     0x0363f25b -[SFAppApplication sendEvent:]   789
    34  com.apple.iWork.Keynote        0x00015d83 0x1000   85379
    35  com.apple.AppKit               0x90249fe7 -[NSApplication run]   867
    36  com.apple.iWork.Keynote        0x0000f14f 0x1000   57679
    37  com.apple.iWork.Keynote        0x0000f0c8 0x1000   57544
    38  com.apple.iWork.Keynote        0x0000ee60 0x1000   56928
    39  com.apple.iWork.Keynote        0x0005cd2d 0x1000   376109
    Thread 1:
    0   libSystem.B.dylib              0x9338c2e6 semaphoretimedwait_signaltrap   10
    1   libSystem.B.dylib              0x933be2af pthread_condwait   1244
    2   libSystem.B.dylib              0x933bfb33 pthreadcond_timedwait_relativenp   47
    3   com.apple.Foundation           0x928fbdbc -[NSCondition waitUntilDate:]   236
    4   com.apple.Foundation           0x928fbbd0 -[NSConditionLock lockWhenCondition:beforeDate:]   144
    5   com.apple.Foundation           0x928fbb35 -[NSConditionLock lockWhenCondition:]   69
    6   com.apple.AppKit               0x902b76e8 -[NSUIHeartBeat _heartBeatThread:]   753
    7   com.apple.Foundation           0x928b5dfd -[NSThread main]   45
    8   com.apple.Foundation           0x928b59a4 _NSThread__main_   308
    9   libSystem.B.dylib              0x933bd155 pthreadstart   321
    10  libSystem.B.dylib              0x933bd012 thread_start   34
    Thread 2:
    0   libSystem.B.dylib              0x9338c2e6 semaphoretimedwait_signaltrap   10
    1   libSystem.B.dylib              0x933be2af pthread_condwait   1244
    2   libSystem.B.dylib              0x933bfb33 pthreadcond_timedwait_relativenp   47
    3   ...ple.CoreServices.CarbonCore 0x94f51d96 TSWaitOnConditionTimedRelative   246
    4   ...ple.CoreServices.CarbonCore 0x94f51b76 TSWaitOnSemaphoreCommon   422
    5   ...ickTimeComponents.component 0x91b0165e ReadSchedulerThreadEntryPoint   4724
    6   libSystem.B.dylib              0x933bd155 pthreadstart   321
    7   libSystem.B.dylib              0x933bd012 thread_start   34
    Thread 3:
    0   libSystem.B.dylib              0x9338c2ce semaphorewait_signaltrap   10
    1   libSystem.B.dylib              0x93393da5 pthreadmutexlock   569
    2   com.apple.Foundation           0x928bb673 -[NSLock lock]   67
    3   SFWordProcessing               0x032bfbdd -[SFWPSpellThread pRun:]   289
    4   com.apple.Foundation           0x928b5dfd -[NSThread main]   45
    5   com.apple.Foundation           0x928b59a4 _NSThread__main_   308
    6   libSystem.B.dylib              0x933bd155 pthreadstart   321
    7   libSystem.B.dylib              0x933bd012 thread_start   34
    Thread 4:
    0   libSystem.B.dylib              0x9338c286 machmsgtrap   10
    1   libSystem.B.dylib              0x93393a7c mach_msg   72
    2   com.apple.CoreFoundation       0x94e66e7e CFRunLoopRunSpecific   1790
    3   com.apple.CoreFoundation       0x94e67aa8 CFRunLoopRunInMode   88
    4   com.apple.audio.CoreAudio      0x94ba25f8 HALRunLoop::OwnThread(void*)   160
    5   com.apple.audio.CoreAudio      0x94ba2480 CAPThread::Entry(CAPThread*)   96
    6   libSystem.B.dylib              0x933bd155 pthreadstart   321
    7   libSystem.B.dylib              0x933bd012 thread_start   34
    Thread 5 Crashed:
    0   libSystem.B.dylib              0x93467c7e nanosleep$NOCANCEL$UNIX2003   0
    1   libSystem.B.dylib              0x93461013 usleep$NOCANCEL$UNIX2003   61
    2   libSystem.B.dylib              0x93478685 abort   85
    3   libGLProgrammability.dylib     0x92fd5df4 (anonymous namespace)::JITEmitter::finishFunction(llvm::MachineFunction&)   1172
    4   libGLProgrammability.dylib     0x92fd32e6 (anonymous namespace)::Emitter::runOnMachineFunction(llvm::MachineFunction&)   374
    5   libGLProgrammability.dylib     0x92fb24f8 llvm::MachineFunctionPass::runOnFunction(llvm::Function&)   40
    6   libGLProgrammability.dylib     0x92ec7c7c llvm::FPPassManager::runOnFunction(llvm::Function&)   700
    7   libGLProgrammability.dylib     0x92ec75c1 llvm::FunctionPassManagerImpl::run(llvm::Function&)   97
    8   libGLProgrammability.dylib     0x92ec74c5 llvm::FunctionPassManager::run(llvm::Function&)   85
    9   libGLProgrammability.dylib     0x92f28b5c llvm::JIT::runJITOnFunction(llvm::Function*)   60
    10  libGLProgrammability.dylib     0x92f288b2 llvm::JIT::getPointerToFunction(llvm::Function*)   210
    11  libGLProgrammability.dylib     0x92f287bb glvmGenerateModularFunctionPointer   59
    12  libGLProgrammability.dylib     0x9310fcf3 glvmBuildVPTransformFunction   8195
    13  libGLProgrammability.dylib     0x92eae89c glvmdeferred_buildmodular(void*)   252
    14  libGLProgrammability.dylib     0x92eadada glvmDoWork   74
    15  libSystem.B.dylib              0x933bd155 pthreadstart   321
    16  libSystem.B.dylib              0x933bd012 thread_start   34
    Thread 6:
    0   libSystem.B.dylib              0x9338c2e6 semaphoretimedwait_signaltrap   10
    1   libSystem.B.dylib              0x933be2af pthread_condwait   1244
    2   libSystem.B.dylib              0x933bfb33 pthreadcond_timedwait_relativenp   47
    3   com.apple.CoreVideo            0x90a258bc CVDisplayLink::waitUntil(unsigned long long)   390
    4   com.apple.CoreVideo            0x90a261f4 CVDisplayLink::runIOThread()   778
    5   libSystem.B.dylib              0x933bd155 pthreadstart   321
    6   libSystem.B.dylib              0x933bd012 thread_start   34
    Thread 7:
    0   libSystem.B.dylib              0x9339346e _semwaitsignal   10
    1   libSystem.B.dylib              0x933bddcd pthreadcondwait$UNIX2003   73
    2   com.apple.vImage               0x94cc34ef vImageQueue_DequeueJob   111
    3   com.apple.vImage               0x94cc37bc vImageWorkerThreadFunc   124
    4   libSystem.B.dylib              0x933bd155 pthreadstart   321
    5   libSystem.B.dylib              0x933bd012 thread_start   34
    Thread 8:
    0   libSystem.B.dylib              0x9339346e _semwaitsignal   10
    1   libSystem.B.dylib              0x933bddcd pthreadcondwait$UNIX2003   73
    2   com.apple.QuartzCore           0x91146a09 fefragmentthread   54
    3   libSystem.B.dylib              0x933bd155 pthreadstart   321
    4   libSystem.B.dylib              0x933bd012 thread_start   34
    Thread 9:
    0   libSystem.B.dylib              0x9338c2e6 semaphoretimedwait_signaltrap   10
    1   libSystem.B.dylib              0x933be2af pthread_condwait   1244
    2   libSystem.B.dylib              0x933bfb33 pthreadcond_timedwait_relativenp   47
    3   com.apple.Foundation           0x928fbdbc -[NSCondition waitUntilDate:]   236
    4   com.apple.Foundation           0x928fbbd0 -[NSConditionLock lockWhenCondition:beforeDate:]   144
    5   com.apple.Foundation           0x928fbb35 -[NSConditionLock lockWhenCondition:]   69
    6   com.apple.Keynote.sfarchiving  0x0040902a -[SFEBackgroundArchiver(Private) backgroundThread:]   746
    7   com.apple.Foundation           0x928b5dfd -[NSThread main]   45
    8   com.apple.Foundation           0x928b59a4 _NSThread__main_   308
    9   libSystem.B.dylib              0x933bd155 pthreadstart   321
    10  libSystem.B.dylib              0x933bd012 thread_start   34
    Thread 10:
    0   libSystem.B.dylib              0x9339346e _semwaitsignal   10
    1   libSystem.B.dylib              0x933bddcd pthreadcondwait$UNIX2003   73
    2   com.apple.ColorSync            0x9662b450 pthreadSemaphoreWait(t_pthreadSemaphore*)   42
    3   com.apple.ColorSync            0x9663dd8e CMMConvTask(void*)   54
    4   libSystem.B.dylib              0x933bd155 pthreadstart   321
    5   libSystem.B.dylib              0x933bd012 thread_start   34
    Thread 5 crashed with X86 Thread State (32-bit):
      eax: 0xb034e9c8  ebx: 0x93478639  ecx: 0x00000000  edx: 0x00000000
      edi: 0x2c951620  esi: 0x00002710  ebp: 0xb034e9d8  esp: 0xb034e9ac
       ss: 0x0000001f  efl: 0x00010202  eip: 0x93467c7e   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x0000001f   gs: 0x00000037
      cr2: 0xffe17b9c
    Binary Images: I left off the rest of the report which from here was just "code"...
    Message was edited by: Argelius

  • How can I download Adobe air 0n a android tablet PC Intel TA10CA3 it keeps saying error 24

    How can I download Adobe air 0n a android tablet PC Intel TA10CA3 it keeps saying error 24

    Hi Akad,
    Did you found any solucion to your problem?
    I'm having the same problem with my tablet.
    The same code works on others devices but not on my tablet.
    I believe we are using the same tablet.
    Please send me an E-mail when you can.
    My email: [email protected]
    Hope you found the solucion.

  • AIR 3.6 instant crash on Android 2.2 (with captive runtime)

    I haven't gotten past this. Have to use 3.5 instead.
    I/ActivityManager( 2505): Displayed activity air.com.sgn.myApp/.AppEntry: 539 ms (total 539 ms)
    W/dalvikvm( 8672): No implementation found for native Lcom/adobe/air/AIRWindowSurfaceView;.nativeSurfaceCreated ()V
    D/AndroidRuntime( 8672): Shutting down VM
    W/dalvikvm( 8672): threadid=1: thread exiting with uncaught exception (group=0x4001d7d0)
    E/AndroidRuntime( 8672): FATAL EXCEPTION: main
    E/AndroidRuntime( 8672): java.lang.UnsatisfiedLinkError: nativeSurfaceCreated
    E/AndroidRuntime( 8672):        at com.adobe.air.AIRWindowSurfaceView.nativeSurfaceCreated(Native Method)
    E/AndroidRuntime( 8672):        at com.adobe.air.AIRWindowSurfaceView.surfaceCreated(AIRWindowSurfaceView.java:719)
    E/AndroidRuntime( 8672):        at android.view.SurfaceView.updateWindow(SurfaceView.java:536)
    E/AndroidRuntime( 8672):        at android.view.SurfaceView.dispatchDraw(SurfaceView.java:339)
    E/AndroidRuntime( 8672):        at android.view.View.draw(View.java:6800)
    E/AndroidRuntime( 8672):        at android.view.SurfaceView.draw(SurfaceView.java:325)
    E/AndroidRuntime( 8672):        at android.view.ViewGroup.drawChild(ViewGroup.java:1640)
    E/AndroidRuntime( 8672):        at android.view.ViewGroup.dispatchDraw(ViewGroup.java:1367)
    E/AndroidRuntime( 8672):        at android.view.ViewGroup.drawChild(ViewGroup.java:1638)
    E/AndroidRuntime( 8672):        at android.view.ViewGroup.dispatchDraw(ViewGroup.java:1367)
    E/AndroidRuntime( 8672):        at android.view.ViewGroup.drawChild(ViewGroup.java:1638)
    E/AndroidRuntime( 8672):        at android.view.ViewGroup.dispatchDraw(ViewGroup.java:1367)
    E/AndroidRuntime( 8672):        at android.view.View.draw(View.java:6800)
    E/AndroidRuntime( 8672):        at android.widget.FrameLayout.draw(FrameLayout.java:352)
    E/AndroidRuntime( 8672):        at com.android.internal.policy.impl.PhoneWindow$DecorView.draw(PhoneWindow.java:1894)
    E/AndroidRuntime( 8672):        at android.view.ViewRoot.draw(ViewRoot.java:1407)
    E/AndroidRuntime( 8672):        at android.view.ViewRoot.performTraversals(ViewRoot.java:1163)
    E/AndroidRuntime( 8672):        at android.view.ViewRoot.handleMessage(ViewRoot.java:1727)
    E/AndroidRuntime( 8672):        at android.os.Handler.dispatchMessage(Handler.java:99)
    E/AndroidRuntime( 8672):        at android.os.Looper.loop(Looper.java:123)
    E/AndroidRuntime( 8672):        at android.app.ActivityThread.main(ActivityThread.java:4627)
    E/AndroidRuntime( 8672):        at java.lang.reflect.Method.invokeNative(Native Method)
    E/AndroidRuntime( 8672):        at java.lang.reflect.Method.invoke(Method.java:521)
    E/AndroidRuntime( 8672):        at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:858)
    E/AndroidRuntime( 8672):        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
    E/AndroidRuntime( 8672):        at dalvik.system.NativeStart.main(Native Method)
    D/dalvikvm( 2505): GC_EXTERNAL_ALLOC freed 2841 objects / 136240 bytes in 68ms
    I/        ( 2505): dumpmesg > /data/log/dumpstate_app_error.log
    W/ActivityManager( 2505):   Force finishing activity air.com.sgn.myApp/.AppEntry

    Which AIR SDK version and device you are using? There was a sound.play() crash on Android 2.2 devices which was fixed and the build available at http://www.adobe.com/devnet/air/air-sdk-download.html. And, yes minimum version is android 2.3, please see the link http://help.adobe.com/en_US/air/build/WSfffb011ac560372f-5d0f4f25128cc9cd0cb-7ffc.html for more reference.
    Also, I request you to share a sample application so that we can reproduce the crash if it is not related to sound.play() and reproducible with the latest AIR SDK.
    Regards,
    Nimit

  • How to merge an Air application and an Android java app in a single APK?

    Hi,
    I have a java-based Android application and a Air-based android application. I have the source code of both.
    I need to merge both applications in a single one, and I need to launch the air-based app from the java-based app.
    I'm open to any crazy suggestion, the single constraint is that both app must be "downloaded" and installed at the same time, without prompt the user twice for the permission.
    Thank you for your help

    Excuse for my English. You must use Air Native Extension. Start up point is Air app as android app and starts Android Activity (http://stackoverflow.com/questions/10710094/how-to-start-activity-from-frefunction). And my example https://github.com/ru-nekit-android/JAIRBridge - two-way interaction between Java and Air. I wait from you more questions.

  • How to Install Air file in Android phone

    Hi,
    I have created a help system using RoboHelp and created adobe Air file. I want to install the help file in my Android phone. how do i install the help in my phone. I have installed Adobe Air application through Android market. but i am unable to install the air application. is there a way to convert the AIR file as PKG and install it?
    please help.
    thanks.

    Follow up - just found this thread - http://forums.adobe.com/thread/887118?tstart=0
    You're out of luck - go hit the wish list form at: http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform&product=38

  • How do I repair a hard drive that was being written to while my MacBook Air crashed? (Drive will not mount)

    My external backup drive will not mount. I have tried to mount it in Disk Utility via the app and the command prompt but the attempt times out. Any suggestions?
    I backed up my HD the day before dropping off my Mac for repair, and then tried again just before going to my appointment. During this last and final backup my Macbook Air crashed. I have since discovered that the drive will no longer mount, likely due to the crash that occured during the last attempted backup. I am unsure if the drive can be repaired.
    My logic board was short circuiting some where that controls the headphone jack. Initially this prevented me from using the jack but eventually caused my mac to crash several times before I brought it in for repair. I believe that it is the this crashing that is responsible for my back up not being accessible but that my data may still be intact.
    Thanks for any help you may have!

    If possible, attach it to another Mac and see if it is recognized in Disk Utility.  If so, run Disk Utility>First Aid.  If not, the HDD may be damaged.
    Ciao.

  • How do I get Air runtime for the android emulator

    All the links I have found say you can download it after signing up for the pre-release; however, that is no longer viable as it is not pre-release anymore.  I cannot find anywhere to download the apk file anymore...  and I need to get it on the emulator.

    I am still digging ... means I still look for the best way to install a Flex/Air combo that will allow me to develop Air Apps for Android (using a Maven based dev env - flex-mojo), means I actually do NOT want to install or use Flash Builder or Flash Professional CS5 or ... whatever.
    So here is what I found out (the result of 3 days of work (elapse time)).
    To get a Flex/Air SDK up and running you need to ...
    Download the Flex SDK (e.g. 4.1.0.16076) from http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+4This will NOT contain an/the AIR SDK (and that means also no runtimes)
    Download the Air SDK (e.g. 2.5.1) from http://www.adobe.com/products/air/sdk/
    Copy the Air SDK over the Flex SDK as described here http://kb2.adobe.com/cps/495/cpsid_49532.htmlNote: Make sure that the Air SDK is newer than the Flex SDK. Otherwise the Flex SDK might use features of the Air SDK that are not present in the Air SDK and that might result in compile or runtime errors. I was not able to find a definition of "newer", but assume that Air 2.5 is newer than Flex 4.1
    ... or ...
    You download the Flex SDK 4.5.0.17689 from http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+HeroThis actually contains (means is already merged with) an Air SDK (don't know which version)
    Right now, I am stuck to make this work with flex-mojos 3.7.1, but will report back, if I find a solution.

  • How do i use air sync to sync with my iTunes on my computer

    How do i use air sync to sync with my iTunes on my computer

    You cannot use ActiveSync for that, but there are SharePoint clients for the iPhone. Windows Mobile 7 natively supports SharePoint with SharePoint Workspace Mobile, part of Microsoft Office Mobile. Android and BlackBerry might also have some apps.
    Use Microsoft SharePoint Workspace Mobile
    http://www.microsoft.com/windowsphone/en-us/howto/wp7/office/use-office-sharepoint-workspace-mobile.aspx
    iPhone SharePoint Apps Shootout
    http://www.codeproject.com/KB/iPhone/iPhoneSharePointApps.aspx 
    Comparing SharePoint iPhone Apps
    http://blog.praecipio.com/2010/11/02/comparing-sharepoint-iphone-apps/
    MCTS: Messaging | MCSE: S+M

  • How to investigate hs_err_pid.log??

    hi
    1.how to investigate by using hs_err_pid.log file which is created when weblogic crashes.?
    2. Is JDBC connection failure causes server crash??
    I got a jdbc connection failure before server crash..
    please look the hs_err.log file ...
    # A fatal error has been detected by the Java Runtime Environment:
    # SIGSEGV (0xb) at pc=0x53df9708, pid=20300, tid=107
    # JRE version: 6.0_24-b50
    # Java VM: Java HotSpot(TM) Server VM (19.1-b02 mixed mode solaris-sparc )
    # Problematic frame:
    # C [libclntsh.so.11.1+0x1f9708] kpuhhaloc+0xb40
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    --------------- T H R E A D ---------------
    Current thread (0x0e952000): JavaThread "[ACTIVE] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_in_native, id=107, stack(0x4af00000,0x4af80000)]
    siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x00000000
    Registers:
    O0=0x00000000 O1=0x00000400 O2=0xff2b5980 O3=0x00000000
    O4=0xfe1eea00 O5=0x00070048 O6=0x4af7e990 O7=0x53df9678
    G1=0x04bfc000 G2=0x000017ac G3=0x00070048 G4=0x000000ff
    G5=0x480bf1f8 G6=0x00000000 G7=0xfe1eea00 Y=0x00000000
    PC=0x53df9708 nPC=0x53df970c
    Register to memory mapping:
    O0=0x00000000
    0x00000000 is pointing to unknown location
    O1=0x00000400
    0x00000400 is pointing to unknown location
    O2=0xff2b5980
    0xff2b5980: _uberdata+0 in /lib/libc.so.1 at 0xff180000
    O3=0x00000000
    0x00000000 is pointing to unknown location
    O4=0xfe1eea00
    0xfe1eea00 is pointing to unknown location
    O5=0x00070048
    0x00070048 is pointing to unknown location
    O6=0x4af7e990
    0x4af7e990 is pointing into the stack for thread: 0x0e952000
    "[ACTIVE] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon prio=3 tid=0x0e952000 nid=0x6b runnable [0x4af7f000]
    java.lang.Thread.State: RUNNABLE
    O7=0x53df9678
    0x53df9678: kpuhhaloc+0xab0 in /user1/weblogic/Oracle/Middleware/wlserver_10.3/server/native/solaris/sparc/oci920_8/libclntsh.so.11.1 at 0x53c00000
    G1=0x04bfc000
    0x04bfc000 is pointing to unknown location
    G2=0x000017ac
    0x000017ac is pointing to unknown location
    G3=0x00070048
    0x00070048 is pointing to unknown location
    G4=0x000000ff
    0x000000ff is pointing to unknown location
    G5=0x480bf1f8
    0x480bf1f8 is pointing to unknown location
    G6=0x00000000
    0x00000000 is pointing to unknown location
    G7=0xfe1eea00
    0xfe1eea00 is pointing to unknown location
    Top of Stack: (sp=0x4af7e990)
    0x4af7e990: 55e934fc 00001400 55ed475c 000053ff
    0x4af7e9a0: 480becb8 480bf1f8 00001800 00001000
    0x4af7e9b0: 00001798 4753eb38 480bf1f8 480becb8
    0x4af7e9c0: 000017dc 4753eb38 4af7eb78 5402d840
    0x4af7e9d0: 0eba5820 00000000 4af7ed50 e45ff068
    0x4af7e9e0: fedfc000 4af7ea4c 7de143a0 01004000
    0x4af7e9f0: 00000000 55e430e4 00000000 0000000a
    0x4af7ea00: fc0001c0 480bf320 00000000 560906fc
    Instructions: (pc=0x53df9708)
    0x53df96f8: d2 05 40 08 10 80 00 05 f0 07 bf fc 88 10 20 ff
    0x53df9708: c8 28 20 00 f0 07 bf fc 81 c7 e0 08 81 e8 20 00
    Stack: [0x4af00000,0x4af80000], sp=0x4af7e990, free space=506k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [libclntsh.so.11.1+0x1f9708] kpuhhaloc+0xb40
    C [libclntsh.so.11.1+0x42d848] kpughndl0+0x694
    C [libocijdbc11.so+0x2944]
    C [libocijdbc11.so+0x3fc4] Java_oracle_jdbc_driver_T2CConnection_t2cLogon+0x378
    C [libocijdbc11.so+0x3c34] Java_oracle_jdbc_driver_T2CConnection_t2cCreateState+0x1dc
    j oracle.jdbc.driver.T2CConnection.t2cCreateState([BI[BI[BI[BI[BI[BI[BISI[S[B[B[J)I+-1652308988
    j oracle.jdbc.driver.T2CConnection.t2cCreateState([BI[BI[BI[BI[BI[BI[BISI[S[B[B[J)I+0
    j oracle.jdbc.driver.T2CConnection.logon()V+1128
    j oracle.jdbc.driver.PhysicalConnection.<init>(Ljava/lang/String;Ljava/util/Properties;Loracle/jdbc/driver/OracleDriverExtension;)V+467
    j oracle.jdbc.driver.T2CConnection.<init>(Ljava/lang/String;Ljava/util/Properties;Loracle/jdbc/driver/OracleDriverExtension;)V+4
    j oracle.jdbc.driver.T2CDriverExtension.getConnection(Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;+34
    j oracle.jdbc.driver.OracleDriver.connect(Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;+658
    j weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(ZLjava/util/Properties;Ljavax/sql/DataSource;Lweblogic/common/resourcepool/PooledResourceInfo;)Ljava/sql/Connection;+266
    j weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(Lweblogic/common/resourcepool/PooledResourceInfo;)Lweblogic/common/resourcepool/PooledResource;+237
    j weblogic.common.resourcepool.ResourcePoolImpl.makeResources(I[Lweblogic/common/resourcepool/PooledResourceInfo;Ljava/util/List;ZZ)I+344
    j weblogic.common.resourcepool.ResourcePoolImpl$ResourcePoolMaintanenceTask.timerExpired(Lweblogic/timers/Timer;)V+415
    J weblogic.timers.internal.TimerImpl.run()V
    J weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run()V
    J weblogic.work.ExecuteThread.execute(Ljava/lang/Runnable;)V
    j weblogic.work.ExecuteThread.run()V+42
    v ~StubRoutines::call_stub
    V [libjvm.so+0x16b1a4]
    V [libjvm.so+0x52e708]
    V [libjvm.so+0x1ff2cc]
    V [libjvm.so+0x212228]
    V [libjvm.so+0x858a78]
    V [libjvm.so+0x77d714]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j oracle.jdbc.driver.T2CConnection.t2cCreateState([BI[BI[BI[BI[BI[BI[BISI[S[B[B[J)I+0
    j oracle.jdbc.driver.T2CConnection.logon()V+1128
    j oracle.jdbc.driver.PhysicalConnection.<init>(Ljava/lang/String;Ljava/util/Properties;Loracle/jdbc/driver/OracleDriverExtension;)V+467
    j oracle.jdbc.driver.T2CConnection.<init>(Ljava/lang/String;Ljava/util/Properties;Loracle/jdbc/driver/OracleDriverExtension;)V+4
    j oracle.jdbc.driver.T2CDriverExtension.getConnection(Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;+34
    j oracle.jdbc.driver.OracleDriver.connect(Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;+658
    j weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(ZLjava/util/Properties;Ljavax/sql/DataSource;Lweblogic/common/resourcepool/PooledResourceInfo;)Ljava/sql/Connection;+266
    j weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(Lweblogic/common/resourcepool/PooledResourceInfo;)Lweblogic/common/resourcepool/PooledResource;+237
    j weblogic.common.resourcepool.ResourcePoolImpl.makeResources(I[Lweblogic/common/resourcepool/PooledResourceInfo;Ljava/util/List;ZZ)I+344
    j weblogic.common.resourcepool.ResourcePoolImpl$ResourcePoolMaintanenceTask.timerExpired(Lweblogic/timers/Timer;)V+415
    J weblogic.timers.internal.TimerImpl.run()V
    J weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run()V
    J weblogic.work.ExecuteThread.execute(Ljava/lang/Runnable;)V
    j weblogic.work.ExecuteThread.run()V+42
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x46b43c00 JavaThread "Thread-525" daemon [_thread_in_native, id=59482, stack(0x56a80000,0x56b00000)]
    0x46bde000 JavaThread "Timer-179" daemon [_thread_blocked, id=59433, stack(0x49e00000,0x49e80000)]
    0x46b09c00 JavaThread "Thread-514" daemon [_thread_in_native, id=57859, stack(0x49d00000,0x49d80000)]
    0x46ae7800 JavaThread "LDAPConnThread-46 ldaps://172.16.100.86:13060" daemon [_thread_in_native, id=57622, stack(0x4bd00000,0x4bd80000)]
    0x46b25000 JavaThread "LDAPConnThread-45 ldaps://172.16.100.86:13060" daemon [_thread_in_native, id=57621, stack(0x48600000,0x48680000)]
    0x46693400 JavaThread "LDAPConnThread-44 ldaps://172.16.100.86:13060" daemon [_thread_in_native, id=57620, stack(0x56280000,0x56300000)]
    0x46693000 JavaThread "LDAPConnThread-43 ldaps://172.16.100.86:13060" daemon [_thread_in_native, id=57619, stack(0x48100000,0x48180000)]
    0x469a8000 JavaThread "LDAPConnThread-42 ldaps://172.16.100.86:13060" daemon [_thread_in_native, id=57618, stack(0x49900000,0x49980000)]
    0x3b0d9000 JavaThread "Worker-3" daemon [_thread_blocked, id=47238, stack(0x49a00000,0x49a80000)]
    0x145c1400 JavaThread "RMI Scheduler(0)" daemon [_thread_blocked, id=1330, stack(0x48500000,0x48580000)]
    0x07507400 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=1328, stack(0x48700000,0x48780000)]
    0x073b8800 JavaThread "Attach Listener" daemon [_thread_blocked, id=1325, stack(0x49600000,0x49680000)]
    0x14db6c00 JavaThread "Background Batch Spiller 2" daemon [_thread_blocked, id=147, stack(0x48c00000,0x48c80000)]
    0x0516f000 JavaThread "Background Batch Spiller 1" daemon [_thread_blocked, id=146, stack(0x48d00000,0x48d80000)]
    0x15e7a000 JavaThread "Background Batch Spiller 0" daemon [_thread_blocked, id=145, stack(0x48e00000,0x48e80000)]
    0x1daa0400 JavaThread "Thread-36" daemon [_thread_blocked, id=141, stack(0x48f00000,0x48f80000)]
    0x16cc4800 JavaThread "Background Batch Spiller 2" daemon [_thread_blocked, id=140, stack(0x49000000,0x49080000)]
    0x076ef000 JavaThread "Background Batch Spiller 1" daemon [_thread_blocked, id=139, stack(0x49100000,0x49180000)]
    0x0704fc00 JavaThread "Background Batch Spiller 0" daemon [_thread_blocked, id=138, stack(0x49200000,0x49280000)]
    0x027b6000 JavaThread "JRC Timeout Thread" daemon [_thread_blocked, id=137, stack(0x49300000,0x49380000)]
    0x0701fc00 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=135, stack(0x49400000,0x49480000)]
    0x1060fc00 JavaThread "JPS UserRoleCacheCleaner<clean-only>" daemon [_thread_blocked, id=133, stack(0x49700000,0x49780000)]
    0x08586400 JavaThread "Thread-23" daemon [_thread_blocked, id=127, stack(0x49b00000,0x49b80000)]
    0x16cdf000 JavaThread "DmsThread-1" daemon [_thread_blocked, id=122, stack(0x4a000000,0x4a080000)]
    0x0bf2dc00 JavaThread "[STANDBY] ExecuteThread: '21' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=121, stack(0x4a100000,0x4a180000)]
    0x0ad28000 JavaThread "[STANDBY] ExecuteThread: '20' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=120, stack(0x4a200000,0x4a280000)]
    0x134c0800 JavaThread "[STANDBY] ExecuteThread: '19' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=119, stack(0x4a300000,0x4a380000)]
    0x134e1400 JavaThread "[STANDBY] ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=118, stack(0x4a400000,0x4a480000)]
    0x0ebc6000 JavaThread "[ACTIVE] ExecuteThread: '17' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=117, stack(0x4a500000,0x4a580000)]
    0x080c0c00 JavaThread "[STANDBY] ExecuteThread: '16' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=116, stack(0x4a600000,0x4a680000)]
    0x051a3800 JavaThread "[STANDBY] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=115, stack(0x4a700000,0x4a780000)]
    0x12f5c000 JavaThread "[STANDBY] ExecuteThread: '14' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=114, stack(0x4a800000,0x4a880000)]
    0x0ad49000 JavaThread "[STANDBY] ExecuteThread: '13' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=113, stack(0x4a900000,0x4a980000)]
    0x0c835800 JavaThread "[STANDBY] ExecuteThread: '12' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=112, stack(0x4aa00000,0x4aa80000)]
    0x0b3b7800 JavaThread "[STANDBY] ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=111, stack(0x4ab00000,0x4ab80000)]
    0x098d1800 JavaThread "[STANDBY] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=110, stack(0x4ac00000,0x4ac80000)]
    0x0400ac00 JavaThread "[STANDBY] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=109, stack(0x4ad00000,0x4ad80000)]
    0x07f73800 JavaThread "[STANDBY] ExecuteThread: '8' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=108, stack(0x4ae00000,0x4ae80000)]
    =>0x0e952000 JavaThread "[ACTIVE] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_in_native, id=107, stack(0x4af00000,0x4af80000)]
    0x11907c00 JavaThread "[STANDBY] ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=106, stack(0x4b000000,0x4b080000)]
    0x14330400 JavaThread "[STANDBY] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=105, stack(0x4b100000,0x4b180000)]
    0x06ee8000 JavaThread "[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=104, stack(0x4b200000,0x4b280000)]
    0x05ae5000 JavaThread "[STANDBY] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=103, stack(0x4b300000,0x4b380000)]
    0x02f13400 JavaThread "DynamicListenThread[Default]" daemon [_thread_in_native, id=102, stack(0x4b900000,0x4b980000)]
    0x062d9400 JavaThread "DynamicSSLListenThread[DefaultSecure[1]]" daemon [_thread_in_native, id=101, stack(0x4ba00000,0x4ba80000)]
    0x062d8800 JavaThread "DynamicListenThread[Default[1]]" daemon [_thread_in_native, id=100, stack(0x4be00000,0x4be80000)]
    0x062d8000 JavaThread "DynamicSSLListenThread[DefaultSecure]" daemon [_thread_in_native, id=99, stack(0x4bf00000,0x4bf80000)]
    0x08545000 JavaThread "weblogic.GCMonitor" daemon [_thread_blocked, id=98, stack(0x4bc00000,0x4bc80000)]
    0x0871cc00 JavaThread "Thread-20" [_thread_blocked, id=97, stack(0x4bb00000,0x4bb80000)]
    0x04dfe400 JavaThread "[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=90, stack(0x4c000000,0x4c080000)]
    0x08a21000 JavaThread "Thread-18" daemon [_thread_blocked, id=89, stack(0x4c600000,0x4c680000)]
    0x08597c00 JavaThread "CacheCleaner" daemon [_thread_blocked, id=88, stack(0x4c300000,0x4c380000)]
    0x070a2c00 JavaThread "Worker-2" daemon [_thread_blocked, id=87, stack(0x4c700000,0x4c780000)]
    0x084f9800 JavaThread "Worker-1" daemon [_thread_blocked, id=86, stack(0x4c400000,0x4c480000)]
    0x06914400 JavaThread "Worker-0" daemon [_thread_blocked, id=85, stack(0x4c500000,0x4c580000)]
    0x04751800 JavaThread "JMX Framework document pooling thread" daemon [_thread_blocked, id=77, stack(0x56380000,0x56400000)]
    0x0211b000 JavaThread "LogFlusher" daemon [_thread_blocked, id=75, stack(0x56580000,0x56600000)]
    0x0232f400 JavaThread "LogFlusher" daemon [_thread_blocked, id=74, stack(0x56680000,0x56700000)]
    0x01ab4c00 JavaThread "LogFlusher" daemon [_thread_blocked, id=73, stack(0x56780000,0x56800000)]
    0x02ce5800 JavaThread "JPS FileChangeNotifier<clean-only>" daemon [_thread_blocked, id=72, stack(0x56880000,0x56900000)]
    0x02335c00 JavaThread "Thread-11" [_thread_blocked, id=71, stack(0x56980000,0x56a00000)]
    0x01e3d000 JavaThread "Runtime Authorization Event Notifier" daemon [_thread_blocked, id=69, stack(0x56c80000,0x56d00000)]
    0x068c8800 JavaThread "DoSManager" daemon [_thread_blocked, id=68, stack(0x56b80000,0x56c00000)]
    0x03f1c000 JavaThread "VDE Transaction Processor Thread" daemon [_thread_blocked, id=66, stack(0x56d80000,0x56e00000)]
    0x02006c00 JavaThread "ExecuteThread: '3' for queue: 'weblogic.socket.Muxer'" daemon [_thread_blocked, id=65, stack(0x56e80000,0x56f00000)]
    0x086c9400 JavaThread "ExecuteThread: '2' for queue: 'weblogic.socket.Muxer'" daemon [_thread_in_native, id=64, stack(0x56f80000,0x57000000)]
    0x08284c00 JavaThread "ExecuteThread: '1' for queue: 'weblogic.socket.Muxer'" daemon [_thread_blocked, id=63, stack(0x57080000,0x57100000)]
    0x086c5400 JavaThread "ExecuteThread: '0' for queue: 'weblogic.socket.Muxer'" daemon [_thread_blocked, id=62, stack(0x57180000,0x57200000)]
    0x02009800 JavaThread "[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=61, stack(0x57280000,0x57300000)]
    0x01e95400 JavaThread "weblogic.timers.TimerThread" daemon [_thread_blocked, id=60, stack(0x57380000,0x57400000)]
    0x020c4c00 JavaThread "weblogic.time.TimeEventGenerator" daemon [_thread_blocked, id=59, stack(0x57480000,0x57500000)]
    0x02c8ec00 JavaThread "[STANDBY] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=58, stack(0x57580000,0x57600000)]
    0x0058e400 JavaThread "Timer-1" daemon [_thread_blocked, id=57, stack(0x57680000,0x57700000)]
    0x01ef5800 JavaThread "Timer-0" daemon [_thread_blocked, id=56, stack(0x57780000,0x57800000)]
    0x003ed000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=54, stack(0x57e00000,0x57e80000)]
    0x003eac00 JavaThread "CompilerThread1" daemon [_thread_blocked, id=53, stack(0x57f00000,0x57f80000)]
    0x003e8400 JavaThread "CompilerThread0" daemon [_thread_blocked, id=52, stack(0x58000000,0x58080000)]
    0x003e6c00 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=51, stack(0x58100000,0x58180000)]
    0x003d5c00 JavaThread "Finalizer" daemon [_thread_blocked, id=50, stack(0x58480000,0x58500000)]
    0x003d1000 JavaThread "Reference Handler" daemon [_thread_blocked, id=49, stack(0x58580000,0x58600000)]
    0x00033800 JavaThread "main" [_thread_blocked, id=2, stack(0xfe300000,0xfe380000)]
    Other Threads:
    0x003cd800 VMThread [stack: 0x58680000,0x58700000] [id=48]
    0x003ff400 WatcherThread [stack: 0x57d00000,0x57d80000] [id=55]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    PSYoungGen total 677824K, used 340124K [0xd1160000, 0xfbc00000, 0xfbc00000)
    eden space 658880K, 48% used [0xd1160000,0xe4b14598,0xf94d0000)
    from space 18944K, 99% used [0xf94d0000,0xfa742da8,0xfa750000)
    to space 21184K, 0% used [0xfa750000,0xfa750000,0xfbc00000)
    PSOldGen total 1398144K, used 1070857K [0x7bc00000, 0xd1160000, 0xd1160000)
    object space 1398144K, 76% used [0x7bc00000,0xbd1c2770,0xd1160000)
    PSPermGen total 488576K, used 240053K [0x5bc00000, 0x79920000, 0x7bc00000)
    object space 488576K, 49% used [0x5bc00000,0x6a66d6c8,0x79920000)
    Dynamic libraries:
    0x00010000      /user1/weblogic/Oracle/Middleware/jdk160_24/bin/java
    0xff370000      /lib/libthread.so.1
    0xff340000      /user1/weblogic/Oracle/Middleware/jdk160_24/bin/../jre/lib/sparc/jli/libjli.so
    0xff320000      /lib/libdl.so.1
    0xff180000      /lib/libc.so.1
    0xff310000      /platform/sun4v/lib/libc_psr.so.1
    0xfe400000      /user1/weblogic/Oracle/Middleware/jdk160_24/jre/lib/sparc/server/libjvm.so
    0xff2e0000      /lib/libsocket.so.1
    0xff300000      /usr/lib/libsched.so.1
    0xff2c0000      /lib/libm.so.1
    0xff140000      /usr/lib/libCrun.so.1
    0xff120000      /lib/libdoor.so.1
    0xff000000      /lib/libnsl.so.1
    0xfef00000      /lib/libm.so.2
    0xff0f0000      /lib/libscf.so.1
    0xff0c0000      /lib/libuutil.so.1
    0xfefe0000      /lib/libgen.so.1
    0xfefb0000      /lib/libmd.so.1
    0xfeee0000      /platform/sun4v/lib/libmd_psr.so.1
    0xfeec0000      /lib/libmp.so.2
    0xfe3d0000      /user1/weblogic/Oracle/Middleware/jdk160_24/jre/lib/sparc/libverify.so
    0xfe390000      /user1/weblogic/Oracle/Middleware/jdk160_24/jre/lib/sparc/libjava.so
    0xfe2e0000      /user1/weblogic/Oracle/Middleware/jdk160_24/jre/lib/sparc/native_threads/libhpi.so
    0xfe290000      /user1/weblogic/Oracle/Middleware/jdk160_24/jre/lib/sparc/libzip.so
    0x58200000      /usr/lib/locale/en_US.UTF-8/en_US.UTF-8.so.3
    0xfe1a0000      /usr/lib/locale/en_US.UTF-8/methods_en_US.UTF-8.so.3
    0x593d0000      /user1/weblogic/Oracle/Middleware/jdk160_24/jre/lib/sparc/libnet.so
    0x592e0000      /user1/weblogic/Oracle/Middleware/jdk160_24/jre/lib/sparc/libnio.so
    0x592c0000      /lib/librt.so.1
    0x592a0000      /lib/libaio.so.1
    0x591e0000      /usr/lib/libsendfile.so.1
    0x591b0000      /user1/weblogic/Oracle/Middleware/jdk160_24/jre/lib/sparc/libj2pkcs11.so
    0x590c0000      /usr/lib/libpkcs11.so
    0x59190000      /usr/lib/libcryptoutil.so.1
    0x59090000      /usr/lib/security/pkcs11_kernel.so
    0x58f90000      /usr/lib/security/pkcs11_softtoken_extra.so
    0x58ee0000      /user1/weblogic/Oracle/Middleware/jdk160_24/jre/lib/sparc/libmanagement.so
    0x58ec0000      /user1/weblogic/Oracle/Middleware/wlserver_10.3/server/native/solaris/sparc/libstackdump.so
    0x58ea0000      /user1/weblogic/Oracle/Middleware/wlserver_10.3/server/native/solaris/sparc/libmuxer.so
    0x58de0000      /usr/ucblib/libucb.so.1
    0x58ca0000      /lib/libresolv.so.2
    0x58da0000      /lib/libelf.so.1
    0x58be0000      /user1/weblogic/Oracle/Middleware/wlserver_10.3/server/native/solaris/sparc/libwlfileio3.so
    0x58bb0000      /user1/weblogic/Oracle/Middleware/wlserver_10.3/server/native/solaris/sparc/oci920_8/libocijdbc11.so
    0x53c00000      /user1/weblogic/Oracle/Middleware/wlserver_10.3/server/native/solaris/sparc/oci920_8/libclntsh.so.11.1
    0x53980000      /user1/weblogic/Oracle/Middleware/wlserver_10.3/server/native/solaris/sparc/oci920_8/libnnz11.so
    0x58b90000      /lib/libkstat.so.1
    0x4c800000      /user1/weblogic/Oracle/Middleware/wlserver_10.3/server/native/solaris/sparc/oci920_8/libociei.so
    0x4c100000      /user1/weblogic/Oracle/Middleware/jdk160_24/jre/lib/sparc/libawt.so
    0x57630000      /user1/weblogic/Oracle/Middleware/jdk160_24/jre/lib/sparc/headless/libmawt.so
    0x57520000      /user1/weblogic/Oracle/Middleware/jdk160_24/jre/lib/sparc/librmi.so
    0x49500000      /user1/weblogic/Oracle/Middleware/jdk160_24/jre/lib/sparc/libfontmanager.so
    0x57240000      /user1/weblogic/Oracle/Middleware/jdk160_24/jre/lib/sparc/libinstrument.so
    0x57140000      /user1/weblogic/Oracle/Middleware/jdk160_24/jre/lib/sparc/libdcpr.so
    VM Arguments:
    jvm_args: -Xms2g -Xmx2g -XX:MaxPermSize=512m -Dweblogic.Name=ManagedServer_1 -Djava.security.policy=/user1/weblogic/Oracle/Middleware/wlserver_10.3/server/lib/weblogic.policy -Dweblogic.ProductionModeEnabled=true -Dweblogic.security.SSL.trustedCAKeyStore=/user1/weblogic/Oracle/Middleware/wlserver_10.3/server/lib/cacerts -da -Dplatform.home=/user1/weblogic/Oracle/Middleware/wlserver_10.3 -Dwls.home=/user1/weblogic/Oracle/Middleware/wlserver_10.3/server -Dweblogic.home=/user1/weblogic/Oracle/Middleware/wlserver_10.3/server -Dcommon.components.home=/user1/weblogic/Oracle/Middleware/oracle_common -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=/user1/weblogic/Oracle/Middleware/user_projects/domains/adf_domain -Djrockit.optfile=/user1/weblogic/Oracle/Middleware/oracle_common/modules/oracle.jrf_11.1.1/jrocket_optfile.txt -Doracle.server.config.dir=/user1/weblogic/Oracle/Middleware/user_projects/domains/adf_domain/config/fmwconfig/servers/ManagedServer_1 -Doracle.domain.config.dir=/user1/weblogic/Oracle/Middleware/user_projects/domains/adf_domain/config/fmwconfig -Digf.arisidbeans.carmlloc=/user1/weblogic/Oracle/Middleware/user_projects/domains/adf_domain/config/fmwconfig/carml -Digf.arisidstack.home=/user1/weblogic/Oracle/Middleware/user_projects/domains/adf_domain/config/fmwconfig/arisidprovider -Doracle.security.jps.config=/user1/weblogic/Oracle/Middleware/user_projects/domains/adf_domain/config/fmwconfig/jps-config.xml -Doracle.deployed.app.dir=/user1/weblogic/Oracle/Middleware/user_projects/domains/adf_domain/servers/ManagedServer_1/tmp/_WL_user -Doracle.deployed.app.ext=/- -Dweblogic.alternateTypesDirectory=/user1/weblogic/Oracle/Middleware/oracle_common/modules/oracle.ossoiap_11.1.1,/user1/weblogic/Oracle/Middleware/oracle_common/modules/oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.jdbc.remoteEnabled=false -Dem.oracle.home=/user1/weblogic/Oracle/Middleware/oracle_common -Djava.awt.headless=true -Dweblogic.management.discover=false -Dweblogic.management.server=http://adf.alshaya.com:7001 -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dweblogic.ext.dirs=/user1/weblogic/Oracle/Middleware/patch_wls1035/profiles/default/sysext_manifest_classpath:/user1/weblogic/Oracle/Middleware/patch_ocp360/profiles/default/sysext_manifest_classpath
    java_command: weblogic.Server
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=/user1/weblogic/Oracle/Middleware/jdk160_24
    CLASSPATH=/user1/weblogic/Oracle/Middleware/oracle_common/modules/oracle.jdbc_11.1.1/ojdbc6dms.jar:/user1/weblogic/Oracle/Middleware/patch_wls1035/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/user1/weblogic/Oracle/Middleware/patch_ocp360/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/user1/weblogic/Oracle/Middleware/jdk160_24/lib/tools.jar:/user1/weblogic/Oracle/Middleware/wlserver_10.3/server/lib/weblogic_sp.jar:/user1/weblogic/Oracle/Middleware/wlserver_10.3/server/lib/weblogic.jar:/user1/weblogic/Oracle/Middleware/modules/features/weblogic.server.modules_10.3.5.0.jar:/user1/weblogic/Oracle/Middleware/wlserver_10.3/server/lib/webservices.jar:/user1/weblogic/Oracle/Middleware/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/user1/weblogic/Oracle/Middleware/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/user1/weblogic/Oracle/Middleware/oracle_common/soa/modules/commons-cli-1.1.jar:/user1/weblogic/Oracle/Middleware/oracle_common/soa/modules/oracle.soa.mgmt_11.1.1/soa-infra-mgmt.jar:/user1/weblogic/Oracle/Middleware/oracle_common/modules/oracle.jrf_11.1.1/jrf.jar:/user1/weblogic/Oracle/Middleware/wlserver_10.3/common/derby/lib/derbyclient.jar:/user1/weblogic/Oracle/Middleware/wlserver_10.3/server/lib/xqrl.jar
    PATH=/user1/weblogic/Oracle/Middleware/wlserver_10.3/server/bin:/user1/weblogic/Oracle/Middleware/modules/org.apache.ant_1.7.1/bin:/user1/weblogic/Oracle/Middleware/jdk160_24/jre/bin:/user1/weblogic/Oracle/Middleware/jdk160_24/bin:/usr/bin:
    LD_LIBRARY_PATH=/user1/weblogic/Oracle/Middleware/jdk160_24/jre/lib/sparc/server:/user1/weblogic/Oracle/Middleware/jdk160_24/jre/lib/sparc:/user1/weblogic/Oracle/Middleware/jdk160_24/jre/../lib/sparc:/user1/weblogic/Oracle/Middleware/patch_wls1035/profiles/default/native:/user1/weblogic/Oracle/Middleware/patch_ocp360/profiles/default/native:/user1/weblogic/Oracle/Middleware/wlserver_10.3/server/native/solaris/sparc:/user1/weblogic/Oracle/Middleware/wlserver_10.3/server/native/solaris/sparc/oci920_8
    SHELL=/bin/sh
    Signal Handlers:
    SIGSEGV: [libjvm.so+0x8b1920], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    SIGBUS: [libjvm.so+0x8b1920], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    SIGFPE: [libjvm.so+0x1d21a4], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    SIGPIPE: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGXFSZ: [libjvm.so+0x1d21a4], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    SIGILL: [libjvm.so+0x1d21a4], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGUSR2: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGQUIT: [libjvm.so+0x77febc], sa_mask[0]=0xffbffeff, sa_flags=0x00000004
    SIGHUP: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGINT: [libclntsh.so.11.1+0xd12e00], sa_mask[0]=0x9fbef057, sa_flags=0x0000000c
    SIGTERM: [libjvm.so+0x77febc], sa_mask[0]=0xffbffeff, sa_flags=0x00000004
    SIG39: [libjvm.so+0x7835c4], sa_mask[0]=0x00000000, sa_flags=0x00000008
    SIG40: [libjvm.so+0x1d21a4], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    --------------- S Y S T E M ---------------
    OS: Oracle Solaris 10 8/11 s10s_u10wos_17b SPARC
    Copyright (c) 1983, 2011, Oracle and/or its affiliates. All rights reserved.
    Assembled 23 August 2011
    uname:SunOS 5.10 Generic_147440-02 sun4v (T2 libthread)
    rlimit: STACK 32768k, CORE infinity, NOFILE 65536, AS infinity
    load average:0.80 0.85 0.88
    CPU:total 128 has_v8, has_v9, popc, has_vis1, has_vis2, is_ultra3, is_sun4v, is_niagara1, is_niagara1_plus
    Memory: 8k page, physical 66584576k(33150328k free)
    vm_info: Java HotSpot(TM) Server VM (19.1-b02) for solaris-sparc JRE (1.6.0_24-b50), built on Feb 10 2011 01:32:25 by "" with Workshop 5.8
    time: Tue Dec 11 19:27:34 2012
    elapsed time: 3564362 seconds
    thanks in advance..

    http://docs.oracle.com/cd/B28359_01/java.111/b31224/instclnt.htm gives some info about the used libraries (libocijdbc11.so)
    Could you check the environment variable - http://docs.oracle.com/cd/B28359_01/java.111/b31224/getsta.htm#i1005378
    "On Sun Solaris or Linux, set the LD_LIBRARY_PATH environment variable as follows:
    ORACLE_HOME/lib
    This directory contains the libocijdbc11.so shared object library.
    Note:
    If you are running a 32-bit Java Virtual Machine (JVM) against a 64-bit client or database, then you must also add ORACLE_HOME/lib32 to the LD_LIBRARY_PATH environment variable."

  • MacBook Air crashes/powers down each time it's turned on.

    I replaced OS 10.6.8 on my MacBook Air with Lion 10.7 when Lion became available last week.
    Last night I noticed some odd behavior -- extremely slow "genii" minimization of screens, duplications of key strokes, and other anomalies.
    Then today, each time I tried to boot up, as soon as the wheel stopped spinning and the desktop became visible:
    Several windows automatically displayed -- windows I was working on when I shutdown earlier.
    The dialogue box appeared with buttons for | Restart | Sleep | Cancel | Shutdown | 
    Almost immediately, the power cut off and the screen went dark.
    "Reopen windows when logging back in" was checked, so I unchecked it.  As a result, the Air now powers down without displaying windows or the dialogue box.  It goes black almost as soon as the Apple logo and login wheel disappear. (I'm connected to the Power Adapter, so there's no problem about power.) 
    I tried several remedies that have worked in the past with OS 10.6+, but they're not working now --
    Opening in Safe Mode: the system powered down while I was logging in.
    Using Command-R to invoke Disk Utility:  The system crashed before I could start Disk Utility.
    Resetting my Power Management using the Shift-Control-Option + Power.  The air powered down as soon as I turned it on.
    Finally, I tried reinstalling Snow Leopard using the Install stick that came with the Air, but the system died before I could initiate a new install.  What's going on?
    First clue:  I tried the fix-errors command, fsck, in single-user mode.  It logged into command line fine, bu tbefore I could invoke /sbin/ fsck -fy as usual, a line appeared
          : / root#  AppleMCP89TMSpowerGatingdown(0)done
    and the system died.  Did something actually "power-gate down"?   What's that mean?  (MCP89 is an Nvidia video chip.)
    Second clue:  When I disconnected the Air's Power Adapter because of a lightning storm outside, the Air rebooted and then died, rebooted and died, etc.  (I'm typing these comments on my Pro, of course.) It only stopped when I shut the lid.
    Thanks very much for your knowledge, expertise, and suggestions for how to restore my Air or if it's a hardware problem, how bad it might be.

    I experienced the same. Then I reinstalled OSX Tiger, put in my Snow Leopard Disc and restored my system from Time Machine. But OS X Lion constantly makes my system crash, so after the last crash (twice a week it did) I reinstalled Snow Leopard and restored what I needed to use from my Time Machine backup manually. (including finding hidden files for my mails, adress book, calendar etc).
    I look forward to Apple telling us whether OS X Lion can run on EVERY Mac with an Intel processor from 1.83 Core 2 Duo. I have 2 Gb RAM and everything worked really nice and fine until Lion crashed. And the problem seemed that it has also corrupted my backups in Time Machine when Lion tossed round my files.

  • How can I get Flash Player for Android 4.1.2?

    How can I get Flash Player for Android 4.1.2?

    Hello,
    First of all many thanks for your prompt reply.
    This morning I tried with other versions and unfortunately after installation I couldn’t use them.
    Best regards,
    Josep M. Salvador
    Technical Office Manager
    ESTAMP S.A.U,
    Aire, 33; 08227 Terrassa (Barcelona) Spain
    Phone No: +34 937363131 (ext. + 256)
    [email protected]<mailto:[email protected]>              www.estamp.es<http://www.estamp.es/>
    DISCLAIMER: This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of this e-mail by you is prohibited.
    De: VikramGaur [email protected]
    Enviado el: martes, 10 de septiembre de 2013 16:17
    Para: Josep Salvador
    Asunto: How can I get Flash Player for Android 4.1.2?
    Re: How can I get Flash Player for Android 4.1.2?
    created by VikramGaur<http://forums.adobe.com/people/VikramGaur> in Installing Flash Player - View the full discussion<http://forums.adobe.com/message/5668781#5668781

  • How come my macbook air has so little space. I deleted everything that I don't need and everything that has the most space I'm told NOT to delete. Everything I find is in either KB or very low MB.

    How come my macbook air has so little space. I deleted everything that I don't need and everything that has the most space I'm told NOT to delete. Everything I find is in either KB or very low MB.

    Check what is in your SSD/ storage on your macbook  Apple Icon >   about this mac > more info >  STORAGE tab on top
    recommend handy useful APPS such as :
    Disk Expert
    https://itunes.apple.com/us/app/disk-expert/id488920185?mt=12
    Disk Map
    https://itunes.apple.com/us/app/disk-map/id715464874?mt=12
    dont need them, but theyre very useful.
    also the best is DAISY DISK
    https://itunes.apple.com/app/daisydisk/id411643860?mt=12&ign-mpt=uo%3D4
    See here for answer about the OTHER which is taking up space:
    http://pondini.org/TM/30.html
    and here:
    http://pondini.org/OSX/DiskSpace.html
    See Kappys excellent note on the rest of “other” files taking up your space:
    What is "Other" and What Can I Do About It?
    see here:
    Your Solid State Drive and having enough space inside your Macbook Air & Pro
    Solid State Drive usage premise, or the “more space / upgrade SSD” question
    There have been questions posed and positions taken by many people who are trying to use their Macbook Air or Pro’s solid state drive (SSD) as a mass media storage device, for either pictures, videos, massive music collections or all three combined; but this should not be the working premise of a ‘limited’ SSD and its use.
    In which, it’s the case of those users with either 128GB, 256GB, or even 512GB of internal SSD space, that have or are running “out of space”, that questions are raised. The immediate premise of some users can sometimes be “(how to / if) upgrading my SSD” when in fact in nearly all instances another approach is the logical and sensible one that needs to be looked into and exercised.
    Any Macbook containing a SSD should be idealized as a ‘working platform’ notebook containing all your applications, documents, and weekly or bi-weekly necessary files. All collections of media files such as pictures, music, and videos, unless directly needed should be kept off the notebook and on an external hard drive or likewise. While the ‘working platform’ premise is also the case with larger internal conventional hard drives of 1TB+, its implementation isn't as critical except in terms of data protection.
    Realistically, you should at most coordinate roughly 20 to 25% of your total SSD space to all audio-video personal use media (picture / music / video collections), leaving the remaining amount on an external HD.
    Nobody should consider any notebook a data storage device at any time under any circumstance, rather a data creation, sending, and manipulation device; and in the case of a SSD, this is more important for purposes of having sufficient working space on the SSD and reducing SSD ‘bloat’ in which cases someone is wrongly attempting to use the SSD space as a large media storage nexus.
    The rare exception to the collective usage and premise of SSD use in which a much larger SSD is truly needed are for those in video and photography professions that require both the extremely fast speeds of the SSD and the onboard storage for large and or many video and photography files. However this also falls under the premise of a ‘working platform’ for such peoples rather than the intent of many who are using the SSD as passive and static data storage for media files very infrequently needed or accessed.
    All on-notebook data collections should be logically approached as to necessity, and evaluated as to whether it is active or passive data that likely doesn’t need to be on the notebook, allocations of space-percentages to as-needed work and use, apportioning space for your entertainment media, and questioning whether it should it be on the notebook for more than short-term consumption.
    Considerations should be made in the mind of any user in differentiating the necessary system data (System hub) comprising the Mac OSX, applications, necessary documents that both must and should be on your internal SSD, and that of the users personal data (Data hub) comprising created files, pictures, music, videos, PDF files, data created or being created and otherwise, that likely unless being used soon or often should be parked on an external hard drive for consumption, or temporarily loading onto the internal SSD.
    You both can and should purchase whichever SSD size you need or see fit, but even in the case of the largest of SSD, unless use-considerations are made, and SSD spaces are allocated as should be the case indicated above, one can easily and immediately run into this quandary of “needing more internal SSD space”, in which instance a different approach in usage must then be implemented.
    However it is almost always the case, that such large media files are wanted to be stored internally rather than actually needed, in which case the external HD is both prudent as well as necessary. Additionally costs per MB are infinitely less on an external HD than an internal SSD in any consideration of data expansion needs.
    A Professional Example
    In the case of a Macbook Air or Macbook Pro Retina with ‘limited’ storage on the SSD, this distinction becomes more important in that in an ever rapidly increasing file-size world, you keep vital large media files, pics, video, PDF collections, music off your SSD and archived on external storage, for sake of the necessary room for your system to have free space to operate, store future applications and general workspace. 
    You should also never be put in the position of considering “deleting things” on your Macbook SSD in order to ‘make space’. This is especially what your external HD is for.
    Professionals who create and import very large amounts of data have almost no change in the available space on their notebooks internal SSD because they are constantly archiving data to arrays of external or networked HD.
    Or in the case of the consumer this means you keep folders for large imported or created data and you ritually offload and archive this data for safekeeping, not only to safeguard the data in case your Macbook has a SSD crash, or gets stolen, but importantly in keeping the ‘breathing room’ open for your notebook to operate, expand, create files, add applications, for your APPS to create temp files, and for general operation.
    Slim USB3 1TB external hard drive
    External Hard Drives
    External hard drives are both extremely cheap and regardless of the size of your internal SSD (or even internal hard drive if the case), you need an external hard drive with your SSD equipped Macbook for several reasons:
    1. Data backup and protection.
    2. Redundancy for important data.
    3. Necessitated ideal space for large media files for collections of pictures, videos, and music etc.
    While ever changing in price, typical portable 2.5” external hard drives in USB3 run roughly $65 for 1TB or $120 for 2TB small portable USB3 hard drives. Such drives range in thickness between 5mm and 15mm, with recent improvements in storage of 500GB drives in 5mm profiles.
    There is almost no premise in which a small 12mm thick 1 Terabyte USB hard drive cannot be taken along with any Macbook as an external large storage extension inside any Macbook carry case or pouch. Typically such external HD profiles are not much bigger than a deck of cards.
    External hard drives are a foregone necessity for purchase with any Macbook for at the very least Time Machine backups, data redundancies, and ideally for large media storage.

Maybe you are looking for