IPhone High res icon

hi guys,
sorry, iam a new here, and it wouldnt be better place like there.
my question is simple. How can i make high resolution icon and graphic at all to iphone in Flash CS5 ? There is just option 57x57 and when i sync to my iphone it's horrible on iphone 4. please help me!
Thanks you !!!!!

Oh, didn't realise this was a problem for people. I figured this one out a while ago too .
@Colin Holgate - Yep changing the Default.png like this also works.
@Kudelka Vladimir - Add the normal sized iPhone icons as per normal, and then just include the double sized ones in your included files, just like the Default.png. You have to get the filename exactly the same as marianxy stated ([email protected]) or else it won't work

Similar Messages

  • High Res Icon - iPad3 ( not supported yet ? )

    I'm trying to include the following to my app XML to allow for the x2 icon for iPad3
    <icon>
            <image144x144>assets/[email protected]</image144x144
            <image72x72>assets/icon72.png</image72x72>
            <image48x48>assets/icon48.png</image48x48>
    </icon>
    I get the following error.
    application.icon.image144x144 is an unexpected element/attribute
    Do I have the node name wrong ?

    Support for high resolution icons(144x144)  does not exist with AIR 3.2. However, it will definetly be supported in the next release of AIR.
    You can learn more about the next AIR mobile and desktop features by applying for our private prerelease program. By doing so, you'll get to know the features of the upcoming release in advance!

  • View high res images on iPhone?

    I'd like to view high res images of subway maps on my iPhone as I used to on my BlackBerry. However, iTunes seems to pare down the resolution when syncing them, making them useless. Suggestions?

    You may want to create a Facebook account, Flickr account, or any other photo account that there is an App for on the iPhone.
    This may allow you to then upload your photos to their servers. View it on the App at a much higher quality.
    Again not totally sure on this. But it might be something you can try out. Maybe our fellow posters have other suggestions.

  • How can Apple claim the iPhone has a Super-High res screen when its not even HD? From what I understand, 1280x720 is basic high definiton, and the retina screen only goes up to 1136x640.

    How can Apple claim the iPhone has a Super-High res screen when its not even HD? From what I understand, 1280x720 is basic high definiton, and the retina screen only goes up to 1136x640.

    There's more to resolution than pixel count. Consider the pixel size on the iPhone screen in comparison to the pixel size on your forty inch HD TV.

  • Is it possible to maintain a high res workflow on new iPad?

    I hope I'm wrong.
    It does not seem possible for me to use all these amazing syncing tools such as photo stream, aperture, iPhoto and the camera roll to maintain a high res workflow.
    I have an image shot on my iPhone 4 open in aperture acquired from photo stream at it's full size 1936 x 2592.
    I view the same image in iPhoto on my "The New iPad" or iPhone 4 (that I shot the image on) and look at the info, it's been reduced to 1536 x 2056.
    I also emailed myself the same image directly from photo stream from the new iPad and it's also showing up at the same reduced resolution.
    When I email it from the phone and tell it to send the full size image it still opens up on my computer at the reduced size.
    The help section of iPhoto on the iPad said that photo stream would send the images at full resolution to all my IOS devices.
    Seems like the only way to acess a full res file is to pull them photo stream in aperture.
    When I synced with aperture to populate my camera roll and iPhoto on the new iPad... all of my images are showing up on the iPad at the same reduced size... 1536 wide. (I already have my preferences set to not place limits on preview sizes).
    Anyone have any insights?
    Thank You

    iCloud (Photo Stream) and iTunes both limit the resolution of images sent to iOS devices.  Photo Stream does not limit the resolution of images sent to the PC or Mac.
    If I load a picture in to my iPad 2 or 3 using the Camera Connection kit they come in at full resolution.
    See:  http://support.apple.com/kb/HT4486

  • Userform controls disappearing in Word 2013/Windows 8.1 with High-Res display - DLL error?

    I have a .dotm file with a large number of modules and userforms. Creating new documents from the template works fine on almost every computer I've tested it on (hundreds), but I've run into a setup that fails consistently.
    Two different Samsung ATIV 9's with a high res display and Windows 8 (64bit)/Office 2013 show the same problem:
    When opening a new document based on the template for the first time, it works fine. If I open the VB editor, everything looks normal, userforms are intact.
    On the second and all consecutive attempts, it throws a "Type Mismatch" error. Opening the VB Editor, I get a compile error on lines of code referencing components of the first userform (alphabetically). Opening that userform, it shows only a blank
    multi-page control, and all the other controls are missing - hence the new compile errors on controls that used to exist. If I remove that userform and save the file, the project compiles, but opening a new document from the template will result in "Word
    has stopped working..."
    I can actually reproduce this behavior starting from scratch - new blank document, save as a .dotm. Create a new userform and add a multipage control. Clicking any control in the toolbox to add it to the form will result in a "Type Mismatch" error,
    even though there's no VBA code. I can then successfully add the control to the form. But, once I save and reopen the template, the multi-page control is blank, and the other controls I put on it disappear.
    I at one point got an error from the VB Editor that it "could not open macro storage" and the included help suggested that might be due to an incorrect version of vbe7.dll.
    The only copy of vbe7.dll I could find was at:
    c:\Program Files\Microsoft Office 15\root\vfs\ProgramFilesCommonX86\Microsoft Shared\VBA\VBA7.1
    The dll version was 7.1.10.44
    I tried replacing that file with a vbe7.dll file from a working computer (version 7.0.15.89 from c:\Program Files (x86)\Common Files\microsoft shared\VBA\VBA7), but that just resulted in the VB editor not loading at all.
    I have tried both a 32bit Click-to-run version of Office 2013, and installing off a CD with 64bit Office 2013, both had exactly the same error.
    The reason I'm wondering if it's a high-DPI display related error is that googling about vbe7.dll errors, I came across this hotfix:
    http://support.microsoft.com/kb/2880496/en-us
    which claims it "Fixes various Visual Basic for Applications (VBA) issues with displays on high-DPI devices."
    Neither the 32bit or 64bit installer for that hotfix would run, they said there was no affected programs installed.
    My reasoning for suspecting a hardware/DLL incompatibility is this:
    1) It's not the template or the VBA code, since those work elsewhere and the same behavior happens with any file with a userform
    2) It's not the Office version, since both 32/64 bit, MSI and Click-to-run didn't work
    3) It's not Windows 8.1, since this same template works fine on other machines
    4) The first time I open the template on the affected machines, it works fine - but the template is shipped compacted and decompiled. After I open it once and then close, Word has compiled the code and corrupted it somehow, because whatever the first userform
    was in the list shows up as blank.
    5) It feels hardware-specific, since out of hundreds of machines, I've only seen this behavior on two of the same laptop model - seems like too much of a coincidence.
    Is there any chance the VBE in Office 2013 is somehow incompatible with this hardware? If that might be the case, does anyone have any idea how I'd go about testing and/or fixing it?
    Any thoughts are much appreciated.

    Hi Chris,
    Try the following.
    Download the IDT Audio installer on the link below and save it to your Downloads folder.
    http://ftp.hp.com/pub/softpaq/sp59501-60000/sp59861.exe
    When done, open windows Control Panel, open Device Manager and open up Sound, Video and Game Controllers.  If you see an entry for IDT HD Audio ( or very similar IDT entry ), right click the device and select Uninstall - you should also get a prompt to remove the current driver, tick the box to allow this and then proceed with the uninstall.  If there was no IDT entry, just proceed below.
    When complete, shut down the notebook, unplug the AC Adapter and then remove the battery.  Hold down the Power button for 30 seconds.  Re-insert the battery and plug in the AC Adapter.
    Tap away at the esc key as you start the notebook to launch the Start-up Menu and then select f10 to enter the bios menu.  Press f5 to load the defaults ( this is sometimes f9, but the menu at the bottom will show the correct key ), use the arrow keys to select 'Yes' and hit enter.  Press f10 to save the setting and again use the arrow keys to select 'Yes' and hit enter.
    Let Windows fully load - it will automatically load an audio driver, but just let this complete.  Then open your Downloads folder, right click on the IDT installer and select 'Run as Administrator' to start the installation.  When this has completed, right click the speaker icon in the Taskbar and select Playback Devices.  Left click 'Speakers and Headphones' once to highlight it and then click the Set Default button - check if you now have audio.
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • Am I the only one that got a high res glossy screen?!?

    Anyone else choose the high res glossy or am I the only crazy one?
    I pulled the trigger on a 15" with the high res glossy screen (first mac ever). After reading this board, perhaps I made a mistake and should have gotten the matte screen? I wasn't able to see the matte screen in person and now I am having second thoughts. The glare is a little annoying but only if I am "looking" for the reflection. It also seems all other displays are now predominatly glossy like my tv, iPhone, etc. When i compare my glossy mac to my Dell xps matte screen, it is so much more vivid! Perhaps I am comparing apples to oranges.
    I know this subject has been posted a million times (I have read many of them) but those with a glossy hi res please let me know why you chose it. Thanks!

    I picked up the high-res glossy screen as well and don't regret it for a second!
    I assume the question is about choosing the glossy over the matte and not about the high-res option (which was just a no brainer imo!)
    For me it just feels much more like a Mac; I don't really like the bezel around the screen on the matte ones and I definitely know what you mean about the colours seeming more vivid (though in reality, they really aren't)
    I appreciate that the glare may be an issue for some people, but i'm never really in an environment where it would bother me too much. Don't regret it just because others prefer the matte option. If the glare really isn't bothering you then there's no reason to consider changing. At the end of the day, everyone is different. Which is why they offer both options to begin with
    hope this helps, and be happy with your purchase; it's a beautiful machine, glossy or matte

  • How to open high-res photos files? (Lumia 1020)

    Ok, I dont have time to do alot of research on this when the 1020 cant make JPEG format of the high-res photos in the first place. 
    So...how do I open these photos on my computer...or have I missed something? The format seem to be *.DGN, never heard of it.. How to make it JPEG?
    Why these stupid long filenames and its not as easy to get the files to my computer as it were on the Belle (N8 and 808)...
    I suggestion, get the Lumia phone compatible with the Nokia Suite computer program and some settings there that filter what type of files to sync to the computer and so on...I loveed that program wre you could upgrade the phone and have a good overlook and which handled many differant phones at the same time...

    Try THIS
    Also in settings it's easy enough to switch to JPG highres. Actually unless you changed it to DNG yourself it will (still) be on that setting. Unless you need or want to process your photos yourself using a suitable program on your PC there is very little point in using the format to shoot the highres images.
    Click on the blue Star Icon below if my advice has helped you or press the 'Accept As Solution' link if I solved your problem..

  • Script to save out PDFs in High Res and Low Res and name them accordingly?

    Hello
    I'm on Indesign version 9.1. I previously had a script for this and have since had my mac wiped and re-installed (big company rules). So, here I am asking if someone can help me again..
    Basically I have to create artwork and nearly every time I have to export it as a 150dpi LOW RES version and then a 300dpi HIGH RES version with time marks, bleed, etc.  I then end the file name with either LR.pdf or HR.pdf. I have presets for these and obviously, it's not the worst thing in the world having to scroll down menus, etc but this is maybe up to 50 times a day. I used to be able to select an icon on my desktop (or wherever) then I used Indesign scripting and automator on the mac to press a kay command and it'd open the document, then save it out as the two designated PDFs, then close it.
    Can anyone help me on this?
    I can probably search on here for the previous thread asked and the script given to me...

    Adding somthing like below to Script 2 pdf outputs?
    var myLayer = app.documents.item(0).layers.item("Background");
    myLayer.visible = true

  • Can I demo high-res images in my digital life ?

    I'm having problems in one area of integrating the iPhone into my life / process.
    Even after the 2.0 release, I still cannot get high resolution images to sync to the iPhone. I heard discussion that this would be fixed, but alas it is not. I loose clients a little when then can't see the higher-res version when networking. PDF syncing would solve this.
    Many other people have called for PDFs, too, for subway maps and similar. Getting them via email just doesn't cut it. They need to be save-able, at least.
    Have I missed a feature? How do we get sufficient resolution when we need it?

    http://helpx.adobe.com/creative-suite/kb/camera-raw-plug-supported-cameras.html
    http://helpx.adobe.com/x-productkb/global/camera-raw-compatible-applications.html
    Mylenium

  • Looking for a high-res drawing app for the iPad

    I've tried a few of the available iPad drawing apps like Sketchbook Pro and Brushes. It's a little hard to tell, because documentation tends to be short on details, but it appears that most of them (with the exception of Brushes) only let you work and export images at 1024 by 768 resolution. That isn't really high enough resolution for professional work.
    Brushes is the only exception I've found. You work on the iPad in Brushes at 1024 by 768, but they have this OS X app that can convert your exported images to a higher res.
    To me that's crazy awkward and time-consuming, and I think Brushes is OK as a drawing app, but not necessarily what I'm looking for.
    Can anyone give me some better insight into the matter?
    Is there some underlying technical reason that all of these apps have a hard limit of 1024 by 768 resolution?
    Is there an app other than Brushes that can produce pro-level (high resolution) image files on the iPad?
    Thanks,
    JS

    Yubz Magnum really has great sound. They come in four colors too.
    Check out the new remodeled MacOSG website! 24-hour Apple-related news & support.
     MacOSG: An Apple User Group  iTunes: MacOSG Podcast  Follow us on Twitter: MacOSG

  • How to I get high res thumbnail images?

    Just discovered once I've imported images into my library Aperture 3.2.2 (running under 10.7.3) doesn't render high res thumbnail images (when the Browser Thumbnail Resize slider is set to the far right/maximum), even though my "Previews" preference settings are as follows:
    "Use embedded JPEG from camera when possible" is unchecked
    "Don't Limit" for Photo Preview is selected
    Photo Preview quality set to 10
    Deleting and regenerating thumbnails doesn't solve the issue. However, if I delete the photo from the referenced library, then reimport the image, the browser thumbnail image renders sharp. The low res thumbnail is at left; high res thumbnail (after re-import) is at right. Both thumbnails images are sharp when the Browser Thumbnail Resize slider is positioned in the middle. Photos render sharp in the Viewer, regardless.
    Going back through my images, it seems Aperture stopped providing a sharp thumbnail image since around July 2010. Other than updating Aperture, my workflow or supported camera hasn't changed. Couldn't find a reference to this issue in the User Manual. Am I missing something a setting somewhere?
    Thanks,
    Eric

    Its unclear if the command Generate Thumbnails actually does anything if the thumbs already exist and as there isn;t a Delete Thumbnails command like there is a Delete preview command there are only two ways to force a new thumb to be generated.
    One is to import the image again and two is to delete the Thumbnail folder in the Aperture library. I don;t know for sure if this will fix you problem but as I said it is the only way to force the generation of the thumbs.
    If you try this make sure you have a good working backup of the library. Nothing here will normally cause data loss but it is always a good idea before messing with the library.
    Quit Aperture, Highlight the library in the Finder and right click, Select show package contents. One fo the folders you'll see is Thumbnails, delete it. Open Aperture.
    Also be aware that the regeneration of the thumbs will take some time. Depending on the size of the library it could be an all day affair. Aperture is usable while this is going on but it will be slower.

  • Is it possible to create a script to produce a high res and low res pdf and jpeg from Indesign at the same time

    Hi, I'm just wondering if there is a way to automate a long process I have to do to create assets for my job.
    I have a single page InDesign 6 file which I have to output three ways:
    A low res pdf without bleed or trims
    A high res pdf with bleed and trims
    A low res jpeg downsized to 2% of original size.
    If anyone knows if this is possible I'd love to hear from you.
    Thanks in advance

    Automation requires creating your own IDML script for output. Scroll down on this page to the section on Scripting resources. The text is a bit confusing. It says InDesign CS5 Scripting resources, but then the paragraph for that section says the PDF files are for CS6. I haven't read through these, I just found them by searching for "indesign automation". It does say in part that is can be used for preparing files for printing, so once you figure it out, it should be a single click option to do all three steps.
    You can do them now with the menus you have, assuming you also have Acrobat Pro installed. With any document open, choose File > Adobe PDF Presets, and choose either from the prebuilt defaults, or create your own in the Distiller. However, I don't see a way in the Distiller settings to choose whether or not to include bleed and marks, so I'm not really sure how you'd have them on for one and not the other. As far as JPEG output, that can be chosen under Export. You get a choice to set a resolution and JPEG quality level, but not a size, so the output will be the dimensions of the document.

  • How can I create a high res image gallery, need to have print res photos for a pressroom section.

    How can I create a high res image gallery, need to have print res photos for a pressroom section.

    If you want Muse to "pass through" your images and not adjust, compress, crop etc - you need to place your images in the lightbox EXACTLY at the right size, pre-cropped and prepped in Photoshop.
    So if your light box is 800x600 the image you're dropping into that must be 800x600 exactly with no effects, rotation etc added to the lightbox frame. This stop Muse fiddling with your images, if they are perfect when inserted and you're not asking Muse to crop, expand, add effects etc. If it's perfect when inserted, Muse SHOULD also leave the resolution alone too, but I have not tried that one, but in theory, it should work.

  • Is there a way to publish a high-res .ipa from Flash CS5.5 with AIR for iOS?

    Hello,
    I've developed an app for iOS in Flash specifically for iPad 3's. My client uses SOTI MobiControl as it's mobile device management solution. If I publish out of Flash using AIR SDK 3.1 or newer the app is created and looks high-res on the iPad3. When they try to add the app to SOTI for in-house distribution it errors with the error claiming that "CFBundleDisplayName" has been left blank.
    After having looked into it I've been able to find out that when publishing with versions of the AIR SDK older than 3.0, the info.plist file within the app package includes a CFBundleDisplayName. In versions newer than 3.0 there is no CFBundleDisplayName in the info.plist.
    Is there a way to publish for iOS from Flash utilizing an older version of the AIR SDK and having true high-res graphics that will look proper on an iPad3?
    Thanks in advance for any help.
    Phil

    It's not AIR that's lacking the key in the plist, it must be Flash Pro, although it's just running adt itself. I use AIR 3.4 and I compile via adt command line (because Flash Builder 4.6 still has not been updated to handle warnings from ANEs during compile, grr). I have CFBundleDisplayName in my plist file. Have you tried compiling on the command line?
    Here's an Adobe page with a bunch of examples compiling with ADT on the command line:
    http://help.adobe.com/en_US/air/build/WS901d38e593cd1bac1e63e3d128cdca935b-8000.html
    Being unaware of what in-house distribution system that actually is, I have noted that some people had previous issues submitting apps Flash compiles. Their solution was to rename the AppName.ipa to AppName.zip, extract the Payload folder, copy the AppName.app inside there out, then rename that AppName.app to AppName.ipa. Then it was accepted. Not sure if that old issue still exists.

Maybe you are looking for

  • Need to determine data type of free characteristic in multiprovider

    Hi, I need to determine the data type (e.g. numeric vs alpha numberic) of a free characteristic in a multiprovider.  Can this be accomplished in BEx Query Designer?  If not, can it be accomplished in RSA1?  How? Thanks, Kevin

  • What should I do if the App Store does not let me download apps

    I just got a new iPhone and I am trying to download apps but it won't let me. I'll type in my password and it still won't download! I need help

  • Trouble exporting to quicktime in FCP X

    I'm new to FCP X and whenever I export my project to Quicktime and try and play it back on another computer it says something like "this will not play". How do I export it so that it can play back on a computer that does not have FCP X?

  • Substituting View object not working.....

    Hi All, I am working on iSupplier portal, I am trying to add requeter name on the line lavel of PO details page of iSupplier. But the by substitutions of Standard View Object is not working. 1. I have extend the PosViewLinesVO object with Custome Pos

  • SPFILE ERROR

    Hi all, Im trying to create spfile from pfile SQL> startup pfile='/u01/pfile_orcl'; ORACLE instance started. Total System Global Area 576221184 bytes Fixed Size 2215464 bytes Variable Size 448791000 bytes Database Buffers 121634816 bytes Redo Buffers