AIR 's .dmg file not working in mac

Hello,
I create a .dmg file for air application using adt command but when i open this file in mac it gives me message that "Following disk image could not be opened " and reason " not recognized" .
Can u please help me how can i create .dmg file from .air which run in mac .
i used a nativeprocess in this air application.
Thanks in advanced.

Did you create the DMG using a Mac?
Please see your post for additional information: http://forums.adobe.com/message/3040717
Thanks,
Chris Thilgen
AIR Engineering

Similar Messages

  • Dmg file not working

    i tried downloading a dmg file on my imac and it says the following disk images couldnt be opened not recognized i need help now

    It means you have a defective download. Re-download it.
    What type of file did you download? Does it have a file extension such as ".dmg".

  • .mov Files not working in Mac but working on Windows

    I use a Kodak 10MP digital camera to click. I use it to shoot some videos too.
    I had some videos taken earlier on the camera and used to view them on windows. Just bought a Macbook a few days ago, and all those videos worked fine (transfered using an external drive). But there is something I m so confused with now.
    All the videos I shoot now, iPhoto does not import (hangs). I copied the video to windows where I could see all easily, and copied it to a pen drive. But sadly even trying to open them on pen drive doesn't work. It says its not a .mov file (dimension: -- --) whereas earlier videos be it 640x480 or HD worked fine. Do note videos are working on Windows. I have Quicktime 10.0 and player 7 installed.
    Please help.

    Won't you mid it AMAZING
    Windows Quicktime and VLC are playing the files easily. Mac OS X is not. aren't mov files exclusive to Apple?
    There are no picture settings on the camera (heck the camera is so bad you can't do anything even on trying). How is this possible that old videos worked and new aren't. I can't even sleep until I understand.
    Already feeling going the Mac way wasn't the right choice. Should have stuck with Windows.

  • [AIR] File Not Found in MAC OS but Works in Windows

    Hi All
    I have an htmlFolder in my "src" which contains html files. What I do is, that at runtime i render the html File in <mx:HTML id="htmlView"> using the following code.
    htmlView.location = "app:/htmlFolder/sub-folder/fileName.html";
    Problem ->
    This works fine in windows, but does not work in MAC OS. Probably because windows uses folder structure, not sure about MAC OS, but i guess it installs as a single file containing sub-folders hidden from user. Does anyone knows a solution to it?
    Thanks and Regards,
    Ahmed.

    Thanks Atif and Barna Biro... thats what I am already doing
    var file:File = new File(File.applicationDirectory.nativePath + "htmlFolder/sub-folder/fileName.html");
    htmlView.location = file.nativePath;
    and have also tried the following, as mentioned by Atif
    var file:File = File.applicationDirectory.resolvePath("htmlFolder/sub-folder/fileName.html");
    htmlView.location = file.nativePath;
    but what I have noticed is that it actually finds out the file.. because there is another file, a db file, which does not need to be rendered on html, is picked u perfectly, is updated, and everything can be done to it.
    So the problem is rendering of HTML
    in mac............... how do we render local html files ??? Why local.. because i was able to open up youtube.com

  • I tried to migrate my files from my old G4 book to my new Macbook Air. It did not work properly and I want to restore the Air to its original settings. How do I do this?

    I tried to migrate my files from my old G4 book to my new Macbook Air. It did not work properly and I want to restore the Air to its original settings. How do I do this?

    You will need to use an external DVD drive to run the disc installer that came you your machine. You can also do it with another Mac using the Remote Install Max OS X app. Finely, if you have access to another computer, you could burn the install image on a USB thumb drive, boot from that, erase the drive and run the installer.  
    17" 2.2GHz i7 Quad-Core MacBook Pro  8G RAM  750G + 120G OCZ Vertex 3 SSD Boot HD 

  • Adobe Air not work on Mac OS X Yosemite

    Related issues:
    Adobe Air not working on Mac since OS X Yosemite upgrade
    Adobe Air isn't working with Mac OS X Yosemite?
    Bug report: Bug#3847656 - Adobe Air not work on Mac OS X Yosemite
    When I try to install any AIR application on OS X Yosemite (updated last week) I have got error ""Adobe AIR Application Installer" is damaged and can't be opened.".
    Uninstall and re-install AIR runtime didn't solve this issue. It works fine with Mac OS X Yosemite beta.

    It works fine with latest Adobe AIR Runtime (this week update).

  • FaceTime worked not working on Mac Air

    FaceTime is not working on Mac Air version 10.9.4. Was working fine before. When logging in with Apple ID it will not Verify. Seems like it is corrupt. I can't reinstall app because when I throw it in the trash I get a message "FaceTime can't be modified or deleted because its required by OS X".

    You posted in the iPad forum instead of the OS X 10.9 forum. To get answers to your question, next time post in the proper forum. See https://discussions.apple.com/welcome I'll request that Apple relocate your post.
     Cheers, Tom

  • New File() is not working on MAC

    Hi,
    I don't know exactly what is the problem,since i search in forums.
    but in my code
    File f = new File("/Users/sky/Desktop/dist/test.txt");
    is not working on Mac os.
    Please help !

    skymania wrote:
    On window it will give output : success
    On Mac it will give nothing.
    On window and mac both file is not exist (physically). Bull.
    Simply doing new File(...) does NOT create a file on disk, no matter what the OS.
    On Windows, before running the Java code:
    C:\>dir C:\CONFIG.SYS
    02/05/2008  01:06 PM                 0 CONFIG.SYS
    C:\>dir C:\zzzzz
    File Not FoundThen I run this Java:
    package scratch;
    import java.io.File;
    * Copyright (c) 2009 Tone Software Corporation
    * @author Jeff Verdegan
    public class NewFileDoesNotCreateAFileOnDisk {
      public static void main (String[] args) throws Exception{
        File f1 = new File("C:/CONFIG.SYS");
        File f2 = new File("C:/zzzzz");
        System.out.println(f1.getCanonicalPath () + ".exists() is " + f1.exists ());
        System.out.println(f2.getCanonicalPath () + ".exists() is " + f2.exists ());
    }and I get this result:
    C:\CONFIG.SYS.exists() is true
    C:\zzzzz.exists() is falseAnd then I do the dir again, and I get the same results.
    Thus proving that new File does NOT create a file on the disk.
    If you would bother to read the docs for the File class like I suggested, you'll see a way that you can create a file on disk.
    And if you read my other comments, you'll see how to create a file as you write to it.

  • Multiple Image Upload not working on macs

    Hello everybody,
    I have searched everywhere for an answer to this issue and I'm not sure if there is a solution yet.
    I am hoping someone reads this and tells me if either I need to use another product or post a fix for this to work.
    I am developing a website for a photographer who needs to upload the pictures he takes for his clients to review on his website.
    So on the backend I have created an application where he logs in and creates a new client and then uploads multiple images to that client's folder.
    I am of course developing the site in ADDT version 1.0.1. in Dreamweaver CS4.
    Everything works as expected except for the image upload part, where he is unable to upload even a single image.
    He is using Mac OS X and Safari 3 to access his site.
    I use a PC and can upload images perfectly, but the whole purpose of the website is for him to be able to upload images without me.
    I read somewhere that ADDT's Multiple Image upload did not work on Macs because of the way that the OS handles image uploads to the server via HTTP. I also know that Flash v.10 had an issue with this behaviour in the past, but that it's been fixed with ADDT's v. 1.0.1, which is true since as I said I am able to upload images from my PC using that Flash version.
    There is a product called MultiPowUpload from Element-IT (http://www.element-it.com/MultiPowUpload.aspx) that seems to do the exact same thing as ADDT's Multiple Image Upload, and I have tested the Demo version both on Mac and PC and works perfectly well.
    I really would like my ADDT behaviour to work, first because I already have the whole site developed in it, plus I am used to the software already, and also because Element-IT's product is a bit pricey for a multiple server license (which I would need for other sites I plan to develop for Mac users).
    Any thoughts or pointers you might have will be greatly appreciated.
    Thank you in advance.
    Luis Herrero.

    Thanks a lot for your replies and helpful ideas.
    It turns out that for some strange reason the problem was with the hosting provider.
    I have moved another site which was not working with Macs either to a new provider and everything works now as it should be, without changing any files at all.
    I have in fact v.1.0.1 in both those sites (those were the first things I checked before posting here) and Flash Player v. 10 both on the Mac and PC, so it will remain a mystery as to why the server behavior did not work with that particular host on Macs.
    Thanks again.
    Best regards.

  • I am currently running CS4 on a PC. If I were to buy a new MacBook, can I download replacement files to work on Mac?

    I am currently running CS4 on a PC. If I were to buy a new MacBook, can I download replacement files to work on Mac?

    No, you would need to obtain a license for the Mac version and that will not be possible for anything older than the most recent version (CS6).

  • Apple id not work for mac app store, what happen? It is available for others such as iTunes, my iPhone and iPad

    apple id not work for mac app store, what happen? It is available for others such as iTunes, my iPhone and iPad

    Try deleting the cache associated with the App Store..
    Quit the App Store if it's open.
    Open the Finder. From the Finder menu bar click Go > Go to Folder
    Type this exactly as you see it here:
    ~/Library/Caches/com.apple.appstore/Cache.db
    Click Go
    Move the Cache.db file to the Trash.
    Relaunch the App Store. See if that made a difference.

  • Visible not working on Mac

    Dear,
    obj_mc.visible = false; not working on mac, work good on pc.
    AIR \ AS3

    package
         import flash.events.MouseEvent;
         import flash.events.InvokeEvent;
         import flash.events.Event;
         import flash.display.Loader;
         import flash.desktop.*;
         import flash.net.URLRequest;
         public class AppBehavior
              var icon:Loader = new Loader();
              var sysTrayIcon:SystemTrayIcon;
              public function AppBehavior()
                   var minBtn:AppMin = new AppMin();
                   minBtn.x = 360;
                   minBtn.y = 380;
                   addChild(minBtn);
                   // constructor code
                   minBtn.addEventListener(MouseEvent.MOUSE_DOWN,handleMinimizeBtn);
                   //////////////////Check if it Mac OS or Windows
                   if (NativeApplication.supportsDockIcon)
                        icon.contentLoaderInfo.addEventListener(Event.COMPLETE,iconLoadComplete);
                        icon.load(new URLRequest("Graphics/128.png"));
                        var dock:DockIcon = NativeApplication.nativeApplication.icon as DockIcon;
                        NativeApplication.nativeApplication.addEventListener(InvokeEvent.INVOKE, undock);
                   else if (NativeApplication.supportsSystemTrayIcon)
                        icon.contentLoaderInfo.addEventListener(Event.COMPLETE, iconLoadComplete);
                        icon.load(new URLRequest("Graphics/16.png"));
                        sysTrayIcon = NativeApplication.nativeApplication.icon as SystemTrayIcon;
                        sysTrayIcon.tooltip = "Notification";
                        sysTrayIcon.addEventListener(MouseEvent.CLICK,undock);
              private function handleMinimizeBtn(evt:MouseEvent)
                   Main.MS.nativeWindow.visible = false;
              private function iconLoadComplete(event:Event):void
                   NativeApplication.nativeApplication.icon.bitmaps = [event.target.content.bitmapData];
              private function undock(event:Event = null):void
                   NativeApplication.nativeApplication.icon.bitmaps = [];
                   Main.MS.nativeWindow.visible = true;
    My problem is: i added the [Check if it Mac OS or Windows] part inside the handleMinimizeBtn. when i added it as above ( outside minimize function ) its works fine.
    Thanks

  • Audio captcha is not working in mac safari 5.1.7. We used below code snippet that is working in other browser like IF 7,8,9, crome and firefox. Audio refresh is also not happening. When submit Audio Captcha then jcapcha framework giving InvocationTargetEx

    Audio captcha is not working in mac safari 5.1.7.
    We used a code snippet that is working in other browser like IF 7,8,9, crome and firefox.
    Audio refresh is also not happening.
    When submit Audio Captcha then jcapcha framework giving InvocationTargetException.
    <Edited By Host>

    Audio captcha is not working in mac safari 5.1.7.
    We used a code snippet that is working in other browser like IF 7,8,9, crome and firefox.
    Audio refresh is also not happening.
    When submit Audio Captcha then jcapcha framework giving InvocationTargetException.
    <Edited By Host>

  • My own built fullscreen mode flv player is not working in Mac OS

    I built a flv player, it is just a normal video player with a
    fullscreen mode.
    The video player is work fine in Window IE, FF, and Safari.
    But not not working in Mac OS X, leopard & tiger &
    May I know what might cause this problem?
    I m usng action script 3, flash cs3 & all my browsers
    already upgrade to latest version of Flash Player.
    Help!!!

    I am running Mac OS X 10.10.1 Yosemite and iPhoto Version 9.6 (910.29). Automatic updates in the Mac App Store is turned on for my iMac and it shows no updates available. I was told directly by Apple Support on the date that I wrote this article (Nov 8, 2014) that there were no Canon drivers and photo transfer software that worked with Yosemite. I was told by Canon that the workaround was to change the communication method from Normal to PTP on the camera, which did provide a solution. At that time I was running Mac OS X 10.10 (because the 10.10.1 update was not yet available) and the most up-to-date version of iPhoto for Mac OS X 10.10 that was available at that time, at least per the Mac App Store. I was told by Canon that the workaround was to change the communication method from Normal to PTP on the camera, which did provide a solution.
    With the Mac OS X 10.10.1 update if the camera is in PTP communications mode the thumbnails now appear in the Import screen in iPhoto almost immediately. If the camera is returned to Normal communications mode; however, it takes forever for the thumbnails to appear. I have been waiting 10 minutes and iPhoto has generated only 14 thumbnails. So it appears that there is still something not working properly between the original Canon EOS Digital Rebel and Mac OS X Yosemite 10.10.1 when the communications mode on the camera is set to Normal.

  • Tried to download version 4, which replaced old 3.6, but I'm getting a message that version 4 will not work with Mac OS 10 (I have OS 10.4.11). How can I download previous Firefox version?

    Tried to download version 4, which replaced old 3.6, but I'm getting a message that version 4 will not work with Mac OS 10 (I have OS 10.4.11). How can I download previous Firefox version?

    You can download firefox 3.6.16 here: http://www.mozilla.com/en-US/firefox/all-older.html

Maybe you are looking for

  • Render to Action Produces Very Noticable Clicks When Process Completes

    I've been using a combination of the Waveform Spectrum, Noise Reduction, Clicks and Pops Analysis and Apple Graphic EQ Effect to clean up audio. When I'm happy with the results, I use "Render to Action," but it creates very noticeable clicks in my au

  • HT5318 How can I download the latest version of iTunes to my iPad when I don't have enough space in my local c disc on my laptop?

    How can I download the latest version of iTunes to my iPad when I don't have enough space in my local c disc on my laptop?

  • Calling function using grovey script

    hi how can i write a grovey script to call a function,for below if statement if :agr.contract_no is null and :agr.agr_start_dt is not null then      :agr.contract_no := sms_fapp.get_contract_no(:fac.par_id_fac,:agr.agr_start_dt); end if;      am in j

  • Insert then query

    I have a small CFM application on our server. It worked well for several years. However, we just upgraded the coldfusion server and one item is not working. I used to have folks fill out a form. The data was inserted into the database. I would query

  • DDR3 in MacBook Pro 2008

    Hi, I need know if possible use the DDR3 memory in a macbook pro from Early 2008 (15-inch). In the official apple page, only DDR2 memory is compatible. But I think perhaps DDR3 memory can function as DDR2 without problems. Thanks!