Embedding a mini webserver with AIR applications

After failing to find a solution to the problem I mentioned
here:
http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=75&catid=697&threadid =1392396&highlight_key=y&keyword1=jpeg
and in several other threads,,
I started looking for ways to use external libraries,, and
possibly
the GD Library.
Is it possible to embed a mini web server with Adobe Air
applications
(along with the GD library) ?? Has anybody succeeded in
achieving
similar tasks ??

No there isn't a good way to do this from AIR. The biggest
problem is that you couldn't start up the server from AIR, so a
user would always need to start the server, then start your AIR
app.
You could use Pixel Bender to solve your image resizing
quality problem. Pixel Bender is available in the Flash 10 beta
now, and should be available in the next release of AIR. (See
http://labs.adobe.com/wiki/index.php/Pixel_Bender_Toolkit.)
Note that your image quality problem is not with the JPEG encoder,
it is the resize operation. Since bitmap smoothing is not working
for some reason, you get nearest neighbor sampling -- which
produces the artifacts that you see in your images. Using Pixel
Bender you could code your own resize filter that uses bilinear or
even bicubic sampling.

Similar Messages

  • Packaging AIRHelp .air file with AIR Application

    Hi,
    Has anyone had any experience packaging an AIRHelp project (generated by RoboHelp) with an AIR Application?  I want installation for our app to be simple as possible for the end user, and requiring them to install the help separately from the real AIR application seems to be complicated and error prone.  (In addition, ProductManager launch function cannot determine whether or not help has been installed, so there could be problems there.)
    Currently we are using a native installer for the AIR app. 
    Thanks in advance,
    -Tom

    Another thing I learned is that you might have the icon file embeded in the application somewhere and that removes it from the include in AIR package screen.That shows the same 303 error. See more detalis here : http://spy6.blogspot.com/2009/10/error-creating-air-file-303error-some.html

  • Open files with AIR application

    Hy, I made an AIR application that manages video files. Is there any way that when I try to open a video file to be opened with my application and play it ? Not just open the application and browse for the video.
    Thanks.

    bump!
    really? noone knows the answer?

  • Take screen shot with AIR application

    Hi,
    Anybody know about how to capture screen shot of our screen with an desktop AIR application? I need to create an desktop app with screenshot taking feature.
    Thanks

    Yes,
    I think you can use the ImageSnapShot class, and thern use the bitmap data from it as you desire.
    You can use the snapshot to take a grab of any element/child in your application or presumably you can take a snapshot of the main application if you want the whole lot.
    I used this method recently to print a screen state.
    var imgWidth:Number = 400;
    var img:SWFLoader = new SWFLoader();
    img.id = "appSnapShot";
    var imageSnap:ImageSnapshot = ImageSnapshot.captureImage(myScreenInstance as IBitmapDrawable);
    var imageByteArray:ByteArray = imageSnap.data as ByteArray;
    img.load(imageByteArray);
    img.scaleContent = true;
    img.width = imgWidth;
    img.maintainAspectRatio = true;
    application.addElement(img);
    Maybe that will help.

  • Integrate google desktop search with AIR application

    My requirement is to integrate google desktop search with my AIR application.If any one has any idea on this, please help me.

    Yes,
    I think you can use the ImageSnapShot class, and thern use the bitmap data from it as you desire.
    You can use the snapshot to take a grab of any element/child in your application or presumably you can take a snapshot of the main application if you want the whole lot.
    I used this method recently to print a screen state.
    var imgWidth:Number = 400;
    var img:SWFLoader = new SWFLoader();
    img.id = "appSnapShot";
    var imageSnap:ImageSnapshot = ImageSnapshot.captureImage(myScreenInstance as IBitmapDrawable);
    var imageByteArray:ByteArray = imageSnap.data as ByteArray;
    img.load(imageByteArray);
    img.scaleContent = true;
    img.width = imgWidth;
    img.maintainAspectRatio = true;
    application.addElement(img);
    Maybe that will help.

  • Distribute SQLite-DB with AIR Application?

    Hi!
    Is it possible to distribute an SQLite-DB along with an AIR
    Application? By distribute I mean passing along a premade database
    instead of creating it with code at application startup. Don't want
    to run alot of CREATE TABLE and such at startup, even if it should
    only occur once.
    Thanks!

    I just discovered this developer's github page yesterday and perhaps his air_amf_sync project may be beneficial to you.
    https://github.com/dima/air_amf_sync
    Let us know on your outcome.

  • OSX Crash with AIR application

    Hello,
    We have developed an AIR client that communicates with a REST API to display information to users. The application itself runs just fine in most situations except for one, on OSX against a particular server, the app will regularly crash shortly after launch.
    I believe the problem with this server, is that it does redirects to get the request to the proper url. In this case, if the AIR application connects to
    http://myserver.example.com, our server will redirect it to https://myserver.example.com.
    The other redirect scenario is for when the client is being run inside of our network, typing http://myserver.example.com is redirected to http://myserver
    I believe these redirects are happening for every request the application sends out to the server.
    When the client is set to talk directly against the correct url (either https://myserver.example.com externally or http://myserver internally) we do not see the crash on OSX. Also, it would appear that windows does not have this problem.
    So, as far as I can tell, there is something going on with the redirects being done in the Flex libraries that is causing this crash?
    Can anyone provide any more insight into this problem?
    Thanks,
    Jeff
    The following is a crash log from OSX:
    Process: ThoughtFarmer Desktop Connector [328]
    Path: /Applications/ThoughtFarmer/ThoughtFarmer Desktop Connector.app/Contents/MacOS/ThoughtFarmer Desktop Connector
    Identifier: com.thoughtfarmer.DesktopConnector
    Version: 1.0.0.43 (???)
    Code Type: X86 (Native)
    Parent Process: launchd [142]
    Date/Time: 2010-10-25 08:46:00.588 -0700
    OS Version: Mac OS X 10.6.4 (10F569)
    Report Version: 6
    Interval Since Last Report: 1022201 sec
    Crashes Since Last Report: 12
    Per-App Interval Since Last Report: 423 sec
    Per-App Crashes Since Last Report: 5
    Anonymous UUID: 352BC937-4A94-4216-8A08-AB918C27D70D
    Exception Type: EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread: 8
    Thread 0: Dispatch queue: com.apple.main-thread
    0 com.apple.CFNetwork 0x96caf79d URLResponse::~URLResponse() + 1
    1 com.apple.CoreFoundation 0x90adde31 _CFRelease + 353
    2 com.apple.CFNetwork 0x96ca3907 XConnectionEventInfo<XClientEvent, XClientEventParams>::consumePayload() + 43
    3 com.apple.CFNetwork 0x96d27622 URLConnectionClient::ClientConnectionEventQueue::processAllEventsAndConsumePayload(XConne ctionEventInfo<XClientEvent, XClientEventParams>*, long) + 608
    4 com.apple.CFNetwork 0x96ca294e URLConnectionClient::processEvents() + 94
    5 com.apple.CFNetwork 0x96ca27ef MultiplexerSource::perform() + 183
    6 com.apple.CoreFoundation 0x90b100fb __CFRunLoopDoSources0 + 1563
    7 com.apple.CoreFoundation 0x90b0dbbf __CFRunLoopRun + 1071
    8 com.apple.CoreFoundation 0x90b0d094 CFRunLoopRunSpecific + 452
    9 com.apple.CoreFoundation 0x90b0cec1 CFRunLoopRunInMode + 97
    10 com.apple.HIToolbox 0x978b5f9c RunCurrentEventLoopInMode + 392
    11 com.apple.HIToolbox 0x978b5d51 ReceiveNextEventCommon + 354
    12 com.apple.HIToolbox 0x978b5bd6 BlockUntilNextEventMatchingListInMode + 81
    13 com.apple.AppKit 0x954d6a89 _DPSNextEvent + 847
    14 com.apple.AppKit 0x954d62ca -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    15 com.apple.AppKit 0x9549855b -[NSApplication run] + 821
    16 com.adobe.AIR 0x0255c4f2 0x255a000 + 9458
    17 com.adobe.AIR 0x0255c7ed 0x255a000 + 10221
    18 ...ughtfarmer.DesktopConnector     0x00003109 start + 4213
    19 ...ughtfarmer.DesktopConnector     0x00002196 start + 258
    20 ...ughtfarmer.DesktopConnector     0x000020bd start + 41
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x96817942 kevent + 10
    1 libSystem.B.dylib 0x9681805c _dispatch_mgr_invoke + 215
    2 libSystem.B.dylib 0x96817519 _dispatch_queue_invoke + 163
    3 libSystem.B.dylib 0x968172be _dispatch_worker_thread2 + 240
    4 libSystem.B.dylib 0x96816d41 _pthread_wqthread + 390
    5 libSystem.B.dylib 0x96816b86 start_wqthread + 30
    Thread 2:
    0 libSystem.B.dylib 0x967f1142 semaphore_wait_signal_trap + 10
    1 libSystem.B.dylib 0x9681ecbc _pthread_cond_wait + 1089
    2 libSystem.B.dylib 0x96867203 pthread_cond_wait + 48
    3 com.adobe.AIR 0x02a3014b r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1866656
    4 com.adobe.AIR 0x02888e04 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 133209
    5 com.adobe.AIR 0x02a3037f r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1867220
    6 com.adobe.AIR 0x02a303f9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1867342
    7 com.adobe.AIR 0x02a30494 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1867497
    8 libSystem.B.dylib 0x9681e81d _pthread_start + 345
    9 libSystem.B.dylib 0x9681e6a2 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x967f1142 semaphore_wait_signal_trap + 10
    1 libSystem.B.dylib 0x9681ecbc _pthread_cond_wait + 1089
    2 libSystem.B.dylib 0x96867203 pthread_cond_wait + 48
    3 com.adobe.AIR 0x02a3014b r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1866656
    4 com.adobe.AIR 0x02888e04 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 133209
    5 com.adobe.AIR 0x02a3037f r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1867220
    6 com.adobe.AIR 0x02a303f9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1867342
    7 com.adobe.AIR 0x02a30494 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1867497
    8 libSystem.B.dylib 0x9681e81d _pthread_start + 345
    9 libSystem.B.dylib 0x9681e6a2 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x967f1142 semaphore_wait_signal_trap + 10
    1 libSystem.B.dylib 0x9681ecbc _pthread_cond_wait + 1089
    2 libSystem.B.dylib 0x96867203 pthread_cond_wait + 48
    3 com.adobe.AIR 0x02a3014b r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1866656
    4 com.adobe.AIR 0x02888e04 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 133209
    5 com.adobe.AIR 0x02a3037f r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1867220
    6 com.adobe.AIR 0x02a303f9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1867342
    7 com.adobe.AIR 0x02a30494 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1867497
    8 libSystem.B.dylib 0x9681e81d _pthread_start + 345
    9 libSystem.B.dylib 0x9681e6a2 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x967f1142 semaphore_wait_signal_trap + 10
    1 libSystem.B.dylib 0x9681ecbc _pthread_cond_wait + 1089
    2 libSystem.B.dylib 0x96867203 pthread_cond_wait + 48
    3 com.adobe.AIR 0x02a3014b r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1866656
    4 com.adobe.AIR 0x02888e04 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 133209
    5 com.adobe.AIR 0x02a3037f r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1867220
    6 com.adobe.AIR 0x02a303f9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1867342
    7 com.adobe.AIR 0x02a30494 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1867497
    8 libSystem.B.dylib 0x9681e81d _pthread_start + 345
    9 libSystem.B.dylib 0x9681e6a2 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x967f115a semaphore_timedwait_signal_trap + 10
    1 libSystem.B.dylib 0x9681eca5 _pthread_cond_wait + 1066
    2 libSystem.B.dylib 0x9684d848 pthread_cond_timedwait_relative_np + 47
    3 com.adobe.AIR 0x02a3018d r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1866722
    4 com.adobe.AIR 0x02a44680 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1949909
    5 com.adobe.AIR 0x02a3037f r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1867220
    6 com.adobe.AIR 0x02a303f9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1867342
    7 com.adobe.AIR 0x02a30494 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1867497
    8 libSystem.B.dylib 0x9681e81d _pthread_start + 345
    9 libSystem.B.dylib 0x9681e6a2 thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x967f115a semaphore_timedwait_signal_trap + 10
    1 libSystem.B.dylib 0x9681eca5 _pthread_cond_wait + 1066
    2 libSystem.B.dylib 0x9684d848 pthread_cond_timedwait_relative_np + 47
    3 com.adobe.AIR 0x02a3018d r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1866722
    4 com.adobe.AIR 0x02b3de9b r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 2971888
    5 com.adobe.AIR 0x02a3037f r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1867220
    6 com.adobe.AIR 0x02a303f9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1867342
    7 com.adobe.AIR 0x02a30494 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1867497
    8 libSystem.B.dylib 0x9681e81d _pthread_start + 345
    9 libSystem.B.dylib 0x9681e6a2 thread_start + 34
    Thread 8 Crashed:
    0 com.apple.CoreFoundation 0x90ae320e CFHash + 174
    1 com.apple.CoreFoundation 0x90ae300c ___CFBasicHashFindBucket1 + 444
    2 com.apple.CoreFoundation 0x90aeb1fc CFBasicHashFindBucket + 252
    3 com.apple.CoreFoundation 0x90aeb0c3 CFDictionaryGetValue + 131
    4 com.apple.CoreFoundation 0x90bd1a95 _CFStreamDetachSource + 405
    5 com.apple.CoreFoundation 0x90b08d8b _CFStreamClose + 75
    6 com.apple.CFNetwork 0x96ccd7ed HTTPProtocol::destroyReadStream() + 173
    7 com.apple.CFNetwork 0x96ccd6bd HTTPProtocol::cleanupStreams() + 93
    8 com.apple.CFNetwork 0x96ccc12d HTTPProtocol::httpReadStreamEvent(unsigned long) + 365
    9 com.apple.CoreFoundation 0x90b99db3 _signalEventSync + 99
    10 com.apple.CoreFoundation 0x90b99d38 _cfstream_shared_signalEventSync + 664
    11 com.apple.CoreFoundation 0x90b0ff91 __CFRunLoopDoSources0 + 1201
    12 com.apple.CoreFoundation 0x90b0dbbf __CFRunLoopRun + 1071
    13 com.apple.CoreFoundation 0x90b0d094 CFRunLoopRunSpecific + 452
    14 com.apple.CoreFoundation 0x90b0cec1 CFRunLoopRunInMode + 97
    15 com.apple.Foundation 0x9730242c +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 329
    16 com.apple.Foundation 0x972c98d4 -[NSThread main] + 45
    17 com.apple.Foundation 0x972c9884 _NSThreadmain_ + 1499
    18 libSystem.B.dylib 0x9681e81d _pthread_start + 345
    19 libSystem.B.dylib 0x9681e6a2 thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x968169d2 __workq_kernreturn + 10
    1 libSystem.B.dylib 0x96816f68 _pthread_wqthread + 941
    2 libSystem.B.dylib 0x96816b86 start_wqthread + 30
    Thread 10:
    0 libSystem.B.dylib 0x96810086 select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x90b4d80d __CFSocketManager + 1085
    2 libSystem.B.dylib 0x9681e81d _pthread_start + 345
    3 libSystem.B.dylib 0x9681e6a2 thread_start + 34
    Thread 11:
    0 libSystem.B.dylib 0x96817942 kevent + 10
    1 libSystem.B.dylib 0x9682af78 _mdns_query_mDNSResponder + 1137
    2 libSystem.B.dylib 0x96829f01 _mdns_search + 1113
    3 libSystem.B.dylib 0x96829340 _mdns_addrinfo + 676
    4 libSystem.B.dylib 0x96828304 search_addrinfo + 132
    5 libSystem.B.dylib 0x96827d43 si_addrinfo + 1393
    6 libSystem.B.dylib 0x968650f8 si_async_launchpad + 105
    7 libSystem.B.dylib 0x9681e81d _pthread_start + 345
    8 libSystem.B.dylib 0x9681e6a2 thread_start + 34
    Thread 8 crashed with X86 Thread State (32-bit):
    eax: 0x90af6179 ebx: 0x90ae3174 ecx: 0x00000000 edx: 0x033a31f0
    edi: 0x1a61e0a0 esi: 0x00000000 ebp: 0xb0416f68 esp: 0xb0416f40
    ss: 0x0000001f efl: 0x00000246 eip: 0x90ae320e cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037
    cr2: 0xb0103c58
    Binary Images:
    0x1000 - 0x6fff +com.thoughtfarmer.DesktopConnector 1.0.0.43 (???) <E67693FB-5EA7-B79B-F08A-B7C7D1364444> /Applications/ThoughtFarmer/ThoughtFarmer Desktop Connector.app/Contents/MacOS/ThoughtFarmer Desktop Connector
    0x600000 - 0x6b5fe7 libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <2E52683A-7E8E-68D5-5AC6-09962C37CB98> /usr/lib/libcrypto.0.9.7.dylib
    0x7a8000 - 0x7acff3 com.apple.audio.AudioIPCPlugIn 1.1.2 (1.1.2) <5570694E-039D-7970-6083-1C8A7B7C937B> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/C ontents/MacOS/AudioIPCPlugIn
    0x7b1000 - 0x7b7ffb com.apple.audio.AppleHDAHALPlugIn 1.8.7 (1.8.7f1) <0FE8B697-6D19-69C6-FA94-E18064ACFAEC> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn
    0x255a000 - 0x311ffdb +com.adobe.AIR ??? (2.0.4.13090) <5BE02749-2D07-3DB4-70CA-01883E4D19CA> /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR
    0x16568000 - 0x16569ff7 ATSHI.dylib ??? (???) <A7A8E224-2579-BD3B-7281-86342D077252> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/ATSHI.dylib
    0x165c5000 - 0x165d3fe7 libSimplifiedChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <8F5FA7F7-840D-C5EF-C6E6-E2AF7CE43CD2> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x19499000 - 0x194abff7 libTraditionalChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <026B8702-B0A6-1D90-BBD6-AAAD2E14810D> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <A4F6ADCC-6448-37B4-ED6C-ABB2CD06F448> /usr/lib/dyld
    0x9000e000 - 0x9000eff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <1DEC639C-173D-F808-DE0D-4070CC6F5BC7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
    0x9000f000 - 0x90021ff7 com.apple.MultitouchSupport.framework 205.34 (205.34) <813475E3-B323-9405-F758-DDA1F5D63B20> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
    0x90022000 - 0x9009bff7 com.apple.PDFKit 2.5.1 (2.5.1) <2B62428D-0738-B499-C47C-3194B2967BD9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versio ns/A/PDFKit
    0x900e5000 - 0x900ecff7 com.apple.agl 3.0.12 (AGL-3.0.12) <6877F0D8-0DCF-CB98-5304-913667FF50FA> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x9049c000 - 0x904a0ff7 libGIF.dylib ??? (???) <3ECD4D2C-40FE-E9A0-A2D2-E36D1C00D3A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libGIF.dylib
    0x904e2000 - 0x90598ffb libFontParser.dylib ??? (???) <067DC1A2-764B-41EA-B07E-4205472749B7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib
    0x90599000 - 0x90a52ffb com.apple.VideoToolbox 0.484.11 (484.11) <6AB58081-F7C4-46F9-2C05-CFED9E38F0A0> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x90a56000 - 0x90a9ffe7 libTIFF.dylib ??? (???) <9CFF48CC-4852-4D06-17AC-3C947C824159> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libTIFF.dylib
    0x90aa0000 - 0x90ab8ff7 com.apple.CFOpenDirectory 10.6 (10.6) <1537FB4F-C112-5D12-1E5D-3B1002A4038F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
    0x90ad1000 - 0x90c4bfe3 com.apple.CoreFoundation 6.6.3 (550.29) <00373783-3744-F47D-2191-BEEA658F0C3D> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90c4c000 - 0x90c5aff7 com.apple.opengl 1.6.9 (1.6.9) <4F06C166-00CF-5ACF-77E3-5A960A5E8AD3> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x90c5b000 - 0x90ca1ff7 libauto.dylib ??? (???) <0898A4A1-28BC-5337-EE17-D55C74F975F4> /usr/lib/libauto.dylib
    0x90ca2000 - 0x90cf2ff7 com.apple.framework.familycontrols 2.0.1 (2010) <B9762E20-543D-13B9-F6BF-E8585F04CA01> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x90d06000 - 0x90d39ff7 com.apple.AE 496.4 (496.4) <582F5E9D-1B8E-6D03-EBB8-AA85F66253E2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x90d3a000 - 0x90db5fe7 com.apple.audio.CoreAudio 3.2.2 (3.2.2) <51D0E2DC-B15F-AF6C-70D8-026DDAD4E2A5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x90dca000 - 0x90e0cff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <EF769BD0-63B6-B65D-FA54-8F2354CAD865> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x90e12000 - 0x90e12ff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x90e13000 - 0x90e44ff7 libGLImage.dylib ??? (???) <9340012D-595A-6243-9C97-7D30D76D9D9E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x90e96000 - 0x9118ffef com.apple.QuickTime 7.6.6 (1742) <89720F2A-F33B-FF09-3D81-F9F25A99F3EB> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x912a0000 - 0x912a6fff com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
    0x921f8000 - 0x923dafff com.apple.imageKit 2.0.3 (1.0) <BF2ECA4D-FCD8-AD5D-E100-22370F2C7EE0> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Vers ions/A/ImageKit
    0x923db000 - 0x92413ff7 libcups.2.dylib 2.8.0 (compatibility 2.0.0) <76C02F5C-98FD-BD64-B5FB-C698FB76EA25> /usr/lib/libcups.2.dylib
    0x9270b000 - 0x9274aff7 com.apple.ImageCaptureCore 1.0.2 (1.0.2) <18E338B0-D82E-2ADC-FB9E-8909E765C41B> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x92776000 - 0x92781ff7 libCSync.A.dylib 543.50.0 (compatibility 64.0.0) <4FA0CE4A-BDE5-0E3D-37F0-03B41F0C2637> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib
    0x92782000 - 0x928b0fe7 com.apple.CoreData 102.1 (251) <460D594D-09DC-9082-3FD3-F93D6A08AE71> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x928bd000 - 0x928c0ff7 libCGXType.A.dylib 543.50.0 (compatibility 64.0.0) <3B49AED9-0DBA-9D21-F9AC-8784363AD762> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXType.A.dylib
    0x928c1000 - 0x92905ff3 com.apple.coreui 2 (114) <E6096C79-94B0-730E-6070-3AE93B5678FE> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x92b0d000 - 0x92b0fff7 com.apple.securityhi 4.0 (36638) <38D36D4D-C798-6ACE-5FA8-5C001993AD6B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x92b10000 - 0x92b74ffb com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework /Versions/A/HTMLRendering
    0x92b75000 - 0x92b75ff7 com.apple.Carbon 150 (152) <9252D5F2-462D-2C15-80F3-109644D6F704> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92bb9000 - 0x92cfcfef com.apple.QTKit 7.6.6 (1742) <98ECA8E3-73F0-D21B-8B7E-8FE651E29A7F> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x92cfd000 - 0x92d55fe7 com.apple.datadetectorscore 2.0 (80.7) <F7416A84-E91C-5BDC-10E3-4940EB7AE5C9> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor e
    0x92d56000 - 0x92d56ff7 com.apple.quartzframework 1.5 (1.5) <CEB78F00-C5B2-3B3F-BF70-DD6D578719C0> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x92d77000 - 0x92e79fef com.apple.MeshKitIO 1.1 (49.2) <D0CBE997-5BDC-C0ED-B821-ACA6E6EE8B59> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitIO.frame work/Versions/A/MeshKitIO
    0x92e7a000 - 0x92ec0ffb com.apple.CoreMediaIOServices 130.0 (1035) <F5E6F93D-6844-9FD7-8769-44503DFD5363> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/CoreMediaIOSer vices
    0x92ec1000 - 0x92ee8ff7 com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework /Versions/A/QuartzFilters
    0x92ee9000 - 0x92ef2ff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x92f01000 - 0x93269ff7 com.apple.QuartzCore 1.6.2 (227.22) <4288F0D2-0C87-F054-C372-8764B44DE024> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x932de000 - 0x933a8fef com.apple.CoreServices.OSServices 357 (357) <CF9530AD-F581-B831-09B6-16D9F9283BFA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x933a9000 - 0x933b3ffb com.apple.speech.recognition.framework 3.11.1 (3.11.1) <6E3481DF-645E-6095-0CD7-9BEBEC2ED9D1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x933b4000 - 0x93422ff7 com.apple.QuickLookUIFramework 2.2 (327.4) <C98C26D1-C609-1CC0-9351-680129078C4C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/V ersions/A/QuickLookUI
    0x93423000 - 0x934d3ff3 com.apple.ColorSync 4.6.3 (4.6.3) <AA1076EA-7665-3005-A837-B661260DBE54> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x934d4000 - 0x9358dfe7 libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
    0x9358e000 - 0x9359fff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <97511CC7-FE23-5AC3-2EE2-B5479FAEB316> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x935a0000 - 0x935a0ff7 com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x935a1000 - 0x935bdfe3 com.apple.openscripting 1.3.1 (???) <480D41B6-F98E-8E21-CA3C-4CA6A9752D3D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x935be000 - 0x935c1ff7 libCoreVMClient.dylib ??? (???) <CA0BA8DC-0159-A808-A300-750358A6970C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x935c2000 - 0x935e2fe7 libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <751955F3-21FB-A03A-4E92-1F3D4EFB8C5B> /usr/lib/libresolv.9.dylib
    0x935e3000 - 0x935e5ff7 libRadiance.dylib ??? (???) <AB06F616-E3EA-5966-029A-8AA44BBE5B28> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libRadiance.dylib
    0x935e9000 - 0x9361aff3 libTrueTypeScaler.dylib ??? (???) <7601D717-236D-8F4E-91F5-E69BB2920478> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libTrueTypeScaler.dylib
    0x93693000 - 0x936a7fe7 libbsm.0.dylib ??? (???) <821E415B-6C42-D359-78FF-E892792F8C52> /usr/lib/libbsm.0.dylib
    0x936a8000 - 0x93745fe3 com.apple.LaunchServices 362.1 (362.1) <ED243C3B-9A16-A6CB-CA51-5924F48569DE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0x93746000 - 0x93756ff7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x93770000 - 0x93b86ff7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
    0x94654000 - 0x94658ff7 libGFXShared.dylib ??? (???) <2D32BDBF-C941-93FD-E233-F03D28DB9E94> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x946c8000 - 0x94eb7557 com.apple.CoreGraphics 1.545.0 (???) <DCED8E1A-7504-C31A-B6EF-98BFF1A61060> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
    0x94eb8000 - 0x94eb9ff7 com.apple.audio.units.AudioUnit 1.6.3 (1.6.3) <F3872A43-6157-098D-F9DD-210187B95FD3> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x94eba000 - 0x94ebaff7 liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x94ec9000 - 0x94ff5ffb com.apple.MediaToolbox 0.484.11 (484.11) <B93B175A-2039-2FD2-FBE4-22C9F8C9E223> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x9502d000 - 0x95048ff7 libPng.dylib ??? (???) <36A3D75E-5178-4358-7F02-444E276D61AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libPng.dylib
    0x95049000 - 0x95054ff7 libGL.dylib ??? (???) <B87E0676-F5EF-8DA3-6DEE-13C43B3832A7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x951e2000 - 0x9520aff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x9521b000 - 0x95227ff7 libkxld.dylib ??? (???) <322A4B52-8305-3081-6B74-813C3A87A56D> /usr/lib/system/libkxld.dylib
    0x95228000 - 0x9522cff7 IOSurface ??? (???) <66E11D8E-CF4B-EFD0-37F9-20177C647021> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x9522d000 - 0x953e7fe3 com.apple.ImageIO.framework 3.0.3 (3.0.3) <A93A514B-C1BF-21D0-FB03-CB775DE4FFAA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/ImageIO
    0x953f3000 - 0x953f8ff7 com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x95433000 - 0x9548dfe7 com.apple.CorePDF 1.3 (1.3) <696ADD5F-C038-A63B-4732-82E4109379D7> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x9548e000 - 0x95d6eff7 com.apple.AppKit 6.6.6 (1038.29) <6F28C335-6DC2-AE0E-B79A-F256DBD0BB45> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x95d6f000 - 0x95d70ff7 com.apple.TrustEvaluationAgent 1.1 (1) <07E7D892-5054-23A8-7144-3F19D3BFD48F> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
    0x95e43000 - 0x95e4aff3 com.apple.print.framework.Print 6.1 (237.1) <9758733E-7FBB-29CF-04F3-0D6D6B4C6A78> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x95e4b000 - 0x95eacfe7 com.apple.CoreText 3.1.0 (???) <F9E654F5-107E-8CED-2D6A-F5008A854A4D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.f ramework/Versions/A/CoreText
    0x95ead000 - 0x95eadff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <BC501C9F-7C20-961A-B135-0A457667D03C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x95eae000 - 0x95fa0ff7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <D2C86308-F998-C83D-F49B-CD484D4EFE6A> /usr/lib/libcrypto.0.9.8.dylib
    0x95fa1000 - 0x95fa4fe7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x95fa5000 - 0x95fe3ff7 com.apple.QuickLookFramework 2.2 (327.4) <098B29B3-9DDD-86DF-C950-0602CA5BC37A> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x95fe4000 - 0x95feaff7 com.apple.DisplayServicesFW 2.2.2 (251) <6E4020F6-4DD0-F137-F226-F396807E3C3B> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x9614c000 - 0x961f9fe7 libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <22CD62D4-9E7D-C31A-F585-FCEF1FE4C39A> /usr/lib/libobjc.A.dylib
    0x962cc000 - 0x96310fe7 com.apple.Metadata 10.6.3 (507.10) <630494FA-3BB3-EDD3-E10B-8DAAF4831E26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
    0x96330000 - 0x96351fe7 com.apple.opencl 12.1 (12.1) <DA2AC3FA-ED11-2D10-21E9-7BDF4778B228> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x96365000 - 0x963cffe7 libstdc+.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc+.6.dylib
    0x963d0000 - 0x963ddff7 com.apple.NetFS 3.2.1 (3.2.1) <E483137C-8239-E4DE-821C-05A9C22726AB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x963de000 - 0x9648cff3 com.apple.ink.framework 1.3.3 (107) <0AFEBD7C-D83C-7847-C075-9B427505F7F0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
    0x9658b000 - 0x965ceff7 com.apple.NavigationServices 3.5.4 (182) <ED268D94-E544-5548-AA59-7EC70DCB5EE4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices
    0x965cf000 - 0x9660fff3 com.apple.securityinterface 4.0.1 (37214) <195A203C-FD6F-64D2-E8E1-D4F83479EAFD> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x96610000 - 0x96653ff7 libGLU.dylib ??? (???) <2093A1FB-67BD-39E0-CDE5-A97A77BDDBCE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9673d000 - 0x967bdfeb com.apple.SearchKit 1.3.0 (1.3.0) <2F5DE102-A203-7905-7D12-FCBCF17BAEF8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
    0x967be000 - 0x967ccfe7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <3CE8AA79-F077-F1B0-A039-9103A4A02E92> /usr/lib/libz.1.dylib
    0x967cd000 - 0x967effef com.apple.DirectoryService.Framework 3.6 (621.3) <BCB030BE-60E2-9AF3-80BE-CC090FCEA6F0> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x967f0000 - 0x96996feb libSystem.B.dylib 125.2.0 (compatibility 1.0.0) <3441F338-2218-6D36-3F95-3A16FBF6713D> /usr/lib/libSystem.B.dylib
    0x96b73000 - 0x96bc9ff7 com.apple.MeshKitRuntime 1.1 (49.2) <B821BF19-0938-711C-7DC9-B8330DA01F77> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitRuntime. framework/Versions/A/MeshKitRuntime
    0x96c97000 - 0x96d40ff7 com.apple.CFNetwork 454.9.8 (454.9.8) <DB2A5C33-E833-1B3A-4DE0-5FF172B2048B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk/Versions/A/CFNetwork
    0x96d41000 - 0x96d51ff7 com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
    0x96d52000 - 0x96deafe7 edu.mit.Kerberos 6.5.10 (6.5.10) <8B83AFF3-C074-E47C-4BD0-4546EED0D1BC> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x96e0d000 - 0x96f8ffe7 libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <2314BD12-0821-75BB-F3BC-98D324CFD30A> /usr/lib/libicucore.A.dylib
    0x9708c000 - 0x970e7ff7 com.apple.framework.IOKit 2.0 (???) <A013B850-6ECB-594A-CBD6-DB156B11871B> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x970e8000 - 0x971c3fe7 com.apple.DesktopServices 1.5.7 (1.5.7) <A69072AD-C47E-A00D-4A69-6E46A7FB2119> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x97237000 - 0x97284feb com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <E2632F3E-6B5C-2E92-CD11-15BC0CE109CA> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
    0x97293000 - 0x972b2ff7 com.apple.CoreVideo 1.6.1 (45.5) <2FB7F93F-39C8-6ACE-EDFD-C843965842CD> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x972b3000 - 0x97523ffb com.apple.Foundation 6.6.3 (751.29) <E77D3906-99F4-FEF4-FBB0-86FB3C94073E> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x97569000 - 0x975a6ff7 com.apple.SystemConfiguration 1.10.2 (1.10.2) <398BB007-41FD-1A30-26D8-CB86ED5E467E> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x975a7000 - 0x975bcfff com.apple.ImageCapture 6.0 (6.0) <0E86F45E-E656-9015-7AD4-A2C5F8D8A2FA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x97700000 - 0x9773dff7 com.apple.CoreMedia 0.484.11 (484.11) <0346F9E5-AEFE-B751-7D85-88D156C01385> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x9773e000 - 0x977c0ffb SecurityFoundation ??? (???) <3670AE8B-06DA-C447-EB14-79423DB9C474> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x977fd000 - 0x97875fef com.apple.AppleVAFramework 4.9.20 (4.9.20) <D8B544CB-9E32-81C2-59BD-C5DDB66DA621> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x97876000 - 0x97880fe7 com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound
    0x97881000 - 0x97ba5fef com.apple.HIToolbox 1.6.3 (???) <0A5F56E2-9AF3-728D-70AE-429522AEAD8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x97ba6000 - 0x97dd1ff3 com.apple.QuartzComposer 4.1 (156.16) <578A1842-8B62-00BF-B2E8-4C0AA8E6A938> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framewor k/Versions/A/QuartzComposer
    0x97dd2000 - 0x980f2feb com.apple.CoreServices.CarbonCore 861.13 (861.13) <52803668-3669-36BD-57DD-078FBA835081> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x980f3000 - 0x9821ffff com.apple.audio.toolbox.AudioToolbox 1.6.3 (1.6.3) <B9469F98-E349-3C27-86C4-B99AD178FDF1> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x98275000 - 0x986aaff7 libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
    0x986ab000 - 0x986dbff7 com.apple.MeshKit 1.1 (49.2) <0828CB45-3CC6-9A9E-070A-141A30F534E3> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x98711000 - 0x98752ff7 libRIP.A.dylib 543.50.0 (compatibility 64.0.0) <8BAE1FC1-A478-F151-17C7-2D5DE470AC4F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib
    0x98753000 - 0x98830ff7 com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0x98831000 - 0x98a95fef com.apple.security 6.1.1 (37594) <3F68A006-6B30-85D5-1A75-8D748F72A6D5> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x98bce000 - 0x98be2ffb com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <0DBE17D5-17A2-8A0E-8572-5A78408B41C9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x98cea000 - 0x98d92ffb com.apple.QD 3.35 (???) <37854644-864D-A3F2-7116-89F2F28E1CA4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x98d93000 - 0x98d94ff7 com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
    0x98de3000 - 0x98e1efeb libFontRegistry.dylib ??? (???) <A102F61F-25D5-001A-20C3-56304C585072> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
    0x98ed7000 - 0x98f28ff7 com.apple.HIServices 1.8.0 (???) <BE4D9BC1-B527-D416-F4EB-FFB66EDA5DBB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x98f29000 - 0x98f98ff7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <5C3D7DA5-29EB-A745-E32B-26DBF547D532> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x98f99000 - 0x98f9cffb com.apple.help 1.3.1 (41) <EF92C648-2085-C085-8EA7-A1AF37AE94F4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
    0x98f9d000 - 0x98f9dff7 com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x98fe2000 - 0x99006ff7 libJPEG.dylib ??? (???) <5CE96981-6B2A-D15B-4A17-E7BD329095B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJPEG.dylib
    0x99007000 - 0x99113ff7 libGLProgrammability.dylib ??? (???) <1B315838-F477-5416-7504-67EC3433AD4A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib
    0x99114000 - 0x9930bfeb com.apple.JavaScriptCore 6533.18 (6533.18.1) <EE3897A8-E1C0-DE28-A631-4B0C32DF737B> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x9930c000 - 0x9940dfe7 libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <AB3A3749-B577-1EB3-72DF-215E866F1168> /usr/lib/libxml2.2.dylib
    0x99427000 - 0x994b9fe3 com.apple.print.framework.PrintCore 6.2 (312.5) <2A8801E6-6D9F-68F5-947D-A1D68BE4F876> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x994d0000 - 0x994d0ff7 com.apple.vecLib 3.6 (vecLib 3.6) <7362077A-890F-3AEF-A8AB-22247B10E106> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9959e000 - 0x99779ff3 libType1Scaler.dylib ??? (???) <6FBA8250-3271-6ED4-052D-E27C2136E38F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libType1Scaler.dylib
    0x998db000 - 0x99901fff com.apple.DictionaryServices 1.1.1 (1.1.1) <00C1B034-5AE7-996C-CDD3-5A21DA1DBAC9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x99902000 - 0x9999dff7 com.apple.ApplicationServices.ATS 275.11.1 (???) <5FF65EC7-F512-530A-7771-3DE240EE6E43> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0xba900000 - 0xba916ff7 libJapaneseConverter.dylib 49.0.0 (compatibility 1.0.0) <12C58901-CCF3-4E8E-30CA-92A10CD55DF1> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21fe7 libKoreanConverter.dylib 49.0.0 (compatibility 1.0.0) <7FFF4AFA-6522-C7D5-760F-A8F13D6EF032> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <3441F338-2218-6D36-3F95-3A16FBF6713D> /usr/lib/libSystem.B.dylib
    Model: MacBookPro6,2, BootROM MBP61.0057.B0C, 2 processors, Intel Core i5, 2.4 GHz, 4 GB, SMC 1.58f15
    Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 256 MB
    Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.10.131.16.1)
    Bluetooth: Version 2.3.7f1, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS545032B9SA02, 298.09 GB
    Serial ATA Device: MATSHITADVD-R UJ-898
    USB Device: Hub, 0x0424 (SMSC), 0x2514, 0xfd100000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0xfd120000
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8507, 0xfd110000
    USB Device: Hub, 0x0424 (SMSC), 0x2514, 0xfa100000
    USB Device: Internal Memory Card Reader, 0x05ac (Apple Inc.), 0x8403, 0xfa130000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x0236, 0xfa120000
    USB Device: BRCM2070 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0xfa110000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8218, 0xfa113000

    There's an in-browser API that you can use to install and invoke an AIR app. (http://help.adobe.com/en_US/AIR/1.5/devappsflex/WS5b3ccc516d4fbf351e63e3d118666ade46-7e15. html). Once launched, you can use the LocalConnection class, or Sockets in AIR 2, to communicate between your browser app and your AIR app (http://livedocs.adobe.com/flex/3/langref/flash/net/LocalConnection.html).

  • Issues with AIR Application on 8000x2500 Interactive Wall

    Hello,
    I am trying to develop apps for a large interactive wall and I seem to be running into the 4096x4096 bitmapData limit. This post: http://stackoverflow.com/questions/8277639/no-more-constrain-on-bitmap-resolution-in-flash -player-11?rq=1 says that the limit has been removed since Flash version 11 (I'm running Flash 12 and AIR 4.0) however I am seeing display object being cut off at exactly x=4096.
    My app is basically this...
    I have 30 sprites (each 600x428 and each with an image on front and back) spread evenly across the wall (10 colums and 3 rows). I use Papersprite and Tweener to flip (rotationY) each sprite over once they are touched. Before being touched, they all display perfectly across the wall. When I touch a sprite past x=4096, they dissapear completely, or they are literally cut off/in-half at x=4096. Before x=4096, they flip perfectly. Also, another application I made has many images that are 8000x2500 and they each fade in/out, also using Tweener, to the next with zero issues like this at all.
    According to the link above the bitmapData size is dependent on the OS and RAM. The wall is run by very high end computers with the latest graphics cards and stacked RAM.
    Can anyone explain what is happening and how I can overcome this issue?

    CAB would be detrimental to performance on the top container for sure.  CAB just creates bitmaps of your sprites and therefore uses up a lot of memory -- that's why I was enquiring if you were using it.
    I you are using CAB, I would disable it and see what happens.
    My guess is that your GPU memory gets filled-up / corrupted during the compositing step of the second frame.   Rendering the first, full frame is fine.  Compositing the portions that have changed in the following frames, isn't.
    Things to try:
    Using stage.invalidate() to force a redraw of the entire stage, not just the portions that have changed since the last time the frame was drawn.
    If you have a mouse move handler, you might also want to try evt.updateAfterEvent() and see what happens.
    Try CPU and Direct render modes.
    PaperSprite isn't a standard AS3 class, and a cursory look at http://blog.soulwire.co.uk/code/open-source/two-sided-planes-in-flash-player-10 seems to point to it doing some funky things with stage.invalidate() -- surprise, surprise ! -- and the Event.RENDER, etc.  It may all be fine, but it could also be that your problem comes from the PaperSprite class.  What I would try is to use a regular, single-sided Sprite, instead, as a test, and see if the same problem occurs when you try to flip it.  If the problem doesn't happen, then I would dive into the source code for PaperSprite, or come up with a different approach, like flipping quads in Stage3D.
    In case you are new to molehill, the best source to get started with Stage3D, imo, besides the AS3 documentation code examples, is this book:
    http://www.amazon.com/Adobe-Stage3D-Molehill-Programming-Beginners-ebook/dp/B006EEJSHM/ref =sr_1_1?ie=UTF8&qid=1393740087&sr=8-1&keywords=molehill+stage3d

  • How to use Sql Lite with AiR application

    Hi,
    I am new to SqlLite , i need to fetch the details from the
    db file and i need to update every time . when the user click the
    update file . can any one help me hw to solve this issue
    ~~
    Sk

    Anything is possible. You might want to ask if it's a good idea, but look at some of the people who have asked before. It looks like there are products out there to help.
    http://search.java.sun.com/search/java/index.jsp?qp=&nh=10&qt=%2Btitle%3Aocx&col=javaforums&x=19&y=13

  • Air application loading flex applications(no Air) with flex linked as RSL.

    Hello
    I am trying to make an AIR application which loads number of flex applications(no AIR). The subapplications are using the Flex SDK as a RSL, and each of them can use different version of the SDK.
    The problem is that the subapplicationsare trying to load the needed SDK from local filesystem, which they are not permited.
    public class CrossDomainRSLItem extends RSLItem
         override public function load(progressHandler:Function,
                                      completeHandler:Function,
                                      ioErrorHandler:Function,
                                      securityErrorHandler:Function,
                                      rslErrorHandler:Function):void

    Hi again.
    Is there any way to reliably edit the trust files with AIR application?
    As I see it we have to make the user to add our folder to the trusted locations, or to use some application which can find and write in the FlashPlayerTrust (native for the specific OS installer for example.). (even finding this directory with an AIR application seems not 100% reliable).
    Thanks in advance for you help.
    Ps: Right now I am trying to patch this.
    I compiled some sub-applications using custom preloader class(the controlling class, not the UI), where I removed the RSL loading. After that in an ApplicationDomain I load all the RSLs with loaders. After that I load the sub-application in the same domain. On paper this should work, but the sub-application can't find the classes from the RSLs(the first exeption is that there is no definition for spark.components.Application)

  • Testing adobe air application with qtp

    Hi,
    We want to test our adobe air applications with quicktest. Where can I find addin for QTP and how do the AIR applcation have to be developed? What have to be done? There is no much info in google about this.
    Thank you in advanced!

    QTP does not currently work with AIR applications.  It will work with Web deployed FLEX applications.
    I have been told by Adobe that whilst they're not sure of an exact date, they do believe that QTP will be supported in AIR with Flex 4.
    You might want to look at some alternatives:
    http://code.google.com/p/fluint/
    http://code.google.com/p/flexmonkey/
    http://www.borland.com/us/products/silk/silktest/index.html

  • Memory Leakage in AIR application

    Hi all,
        I have a performance issue with air application. After launching the application if we keep the application idle means also the memory is creeping up.Why is it so? . How to solve this.
    Thanks & Regards,
    Jayagopal.

    one main cause for memory lekage problem is unclosed database connection.
    so please check any unclosed database connection if any....

  • Adding native menus to an AIR application using ActionScript

    Hi,
    I'm working on Mac and PC with Air application.
    I'd creates a class extends Menu witch goal is to create a nativeMenu.
    My class is
    package
        import flash.desktop.DockIcon;
        import flash.desktop.NativeApplication;
        import flash.desktop.SystemTrayIcon;
        import flash.display.BitmapData;
        import flash.display.Loader;
        import flash.display.NativeMenu;
        import flash.display.NativeMenuItem;
        import flash.display.NativeWindow;
        import flash.display.NativeWindowDisplayState;
        import flash.display.NativeWindowSystemChrome;
        import flash.display.Screen;
        import flash.display.Sprite;
        import flash.events.Event;
        import flash.events.MouseEvent;
        import flash.events.NativeWindowDisplayStateEvent;
        import flash.geom.Rectangle;
        import flash.net.URLRequest;
        import flash.sampler.NewObjectSample;
        import mx.controls.Alert;
        import mx.controls.Menu;
        import mx.core.Application;
        import mx.core.FlexGlobals;
        import mx.core.WindowedApplication;
        import spark.components.Application;
        import spark.components.WindowedApplication;
        public class createMenuBar extends Menu
            public function createMenuBar()
             * Initializes the app after loading
            public function initWindow():void{
                // Create root menu
                var rootMenu:NativeMenu = new NativeMenu();
                // Create root submenus
                rootMenu.addSubmenu(creerMenuFichier(),"Fichier");
                rootMenu.addSubmenu(creerMenuEdition(),"Edition");
                // Attach event listener routine to root menu
                rootMenu.addEventListener(Event.SELECT, dispatchMenuCommand);
                // Assign application menu (Mac OS X)
                if(NativeApplication.supportsMenu){
                    NativeApplication.nativeApplication.menu = rootMenu;
                // Assign window menu (MS Windows)
                if(NativeWindow.supportsMenu ){
                    stage.nativeWindow.menu = rootMenu;
             * createMenuCommand()
             * Creates a menu command based on parameters
            public function createMenuCommand(menuContainer:NativeMenu,
                itemLabel: String, itemKey:String,itemModifiers:Array,
                itemMnemonic:int, selectHandler:Function):NativeMenuItem{
                var cmd:NativeMenuItem = NativeMenu(menuContainer).addItem(new NativeMenuItem(itemLabel));
                cmd.mnemonicIndex = itemMnemonic; // index de la lettre de rappel du raccourci par dŽfaut 0
                cmd.keyEquivalent = itemKey;
                if(itemModifiers !=null){
                    cmd.keyEquivalentModifiers = itemModifiers;
                if (selectHandler !=null){
                    cmd.addEventListener(Event.SELECT, selectHandler);
                return cmd;
             * createMenuSeparator()
             * Creates a menu separator
            private function createMenuSeparator(menuContainer:NativeMenu):NativeMenuItem{
                var sep : NativeMenuItem = NativeMenu(menuContainer).addItem(new NativeMenuItem("sep", true));
                return sep;
             * Creates the File menu for app
            private function creerMenuFichier(): NativeMenu{
                var mnu:NativeMenu = new NativeMenu();
                createMenuCommand(mnu, 'Changer Utilisateur','k',null, 0, hChangeUser);
                createMenuCommand(mnu, 'Verrouiller/DŽverrouiller','', null, 0, hLock);
                createMenuCommand(mnu, 'Maintenance','', null, 0, hMaintenance);
                createMenuSeparator(mnu);
                // If Mac OS X, then use Quit label
                if (NativeApplication.supportsMenu) {
                    createMenuCommand( mnu, 'Quitter', 'q', null, 0, hExit); 
                // If Windows, then use Exit
                else {
                    createMenuCommand( mnu, 'Fermer', 'x', null, 0, hExit);
                return mnu; 
            public function creerMenuEdition() : NativeMenu{
                var mnu:NativeMenu = new NativeMenu();
                createMenuCommand( mnu, 'Annuler', 'z', null, 0, null); 
                createMenuCommand( mnu, 'RŽpŽter', 'y', null, 0, null);
                createMenuSeparator(mnu);   
                createMenuCommand( mnu, 'Couper', 'x', null, 2, null); 
                createMenuCommand( mnu, 'Copier', 'c', null, 0, null); 
                createMenuCommand( mnu, 'Coller', 'v', null, 0, null); 
                return mnu;
             * Catch-all menu dispatcher for all menus
            public function dispatchMenuCommand(evt: Event):void {
                var menuItem:NativeMenuItem = evt.target as NativeMenuItem;
                if (!menuItem.hasEventListener('select')) { 
                    Alert.show(menuItem.label + " a ŽtŽ selectionnŽ!");
             * Simple handlers for certain menu commands
            public function hChangeUser(evt: Event):void {
                Alert.show( "Vous allez changer d'utilisateur");
    On main air app.mxml file I create menu with
    var menu : createMenuBar = new createMenuBar();
      menu.initWindow();
    application menu appear but when I work on Windows system, windows menu is not visible.
    Can you help me to solve that?
    Thanks

    I believe you ran into an AIR limitation.  In the class header for NativeMenu it mentions:
    A native menu is a menu that is controlled and drawn by the operating system rather than by your application.       AIR supports the following types of native menus:
    Application menus are supported on OS X. Use the NativeApplication.supportsMenu property to test whether        application menus are supported on the host operating system. An  application menu is displayed on the Menu bar at the top of the        Mac desktop. OS X provides a default menu for every application, but  many of the menu commands are not functional. You can add       event listeners to the default items, replace individual menus and  items, or even replace the default menu entirely.       Access the application menu object using the NativeApplication menu property.
    Window menus are supported on Windows and Linux. Use the NativeWindow.supportsMenu property to       test whether window menus are supported on the host operating system. A  window menu is displayed below the window title bar. The area       occupied by the menu is not part of the window stage. Applications  cannot draw into this area. Assign a menu to a window using the        NativeWindow menu property.
    -ref: http://help.adobe.com/en_US/FlashPlatform/beta/reference/actionscript/3/flash/display/Nati veMenu.html
    Use the NativeMenu.isSupported property to check if OS supports it.  There is also NativeWindow.supportsMenu property that may help you.  I hope that helps.

  • Windows 7 Manifest file embedded in native AIR application exe created by ADT

    i have executed string utility to extract all the strings in an AIR application exe and found windows 7 manifest file is embedded with level set to invoker (standard user). We want to change the level to "require administrator" so that exe will automatically launched with administrative privileges but we are unable to find how the manifest file get embedded.
    Help appreciated
    Thanks

    Found out the manifest file get embedded when building native installer. Still don't how the manifest file is added and how to change level to "require administrator" in manifest file.
    Help Appreciated
    Thanks

  • Html pages with Flash embedded into mxml Html in Air?

    I am building an Air application in Flex 3.5 and am using the mxml HTML tag to load html pages. I am wondering how I can load swf files embedded in my html page? Is that possible?
    Thanks a lot for any help with this!

    You can access the OBIEE data via ODBC but only on Windows machines. If you install the client tools you will get the BI Server ODBC server which you can use to connect any Wep Application to OBIEE. If you want to integrate OBIEE within another site see this post, it might give an idea:
    Re: Sharepoint Integration through web parts

Maybe you are looking for