Icon sizes to include as dependent files (for iPhone)

What size icons must include in an application for iphone?

Hotmail App.
https://itunes.apple.com/sg/app/windows-live-hotmail-push/id446057931?mt=8

Similar Messages

  • All backup/sync files for Iphone lost on old PC, anyway to sync with new PC without losing music, photos, contacts and texts?

    All backup/sync files for Iphone lost on old PC, anyway to sync with new PC without losing music, photos, contacts and texts?

    Make sure your new computer is authorized in iTunes. Disable autosync in itunes, connect your iphone, right click on it in the device list and choose backup.
    This will save data, pictures and settings to itunes. See what's included in this backup here: http://support.apple.com/kb/HT1766
    Transfer your purchases the same way to copy all apps and bought media from the Store to your computer.
    Set up at least one contact and event on your computer to be able the merge your calendars and contacts after your device got wiped during the first sync.
    The rest of the data can be restored from the backup you made.
    Restoring: http://support.apple.com/kb/HT1414
    Music is one way only, from the computer to your device, unless you bought the songs in itunes and transferred your purchases.
    Apps can be downloaded again for free, in the US music as well. Downloading past purchases from the App Store, iBookstore, and iTunes Store
    There is 3rd party software out there, but not supported by Apple, see this thread: http://discussions.apple.com/thread.jspa?threadID=2013615&tstart=0
    See also How to back up your data and set up as a new device

  • Where are the backup files for iPhone stored on windows 7?

    Can't find backup files for iPhone on pc using windows 7. Other posts list a path but the folders listed do not show up on my pc. Lost several file entries when updating to ios5. Files that were shown dated from an older backup.

    As an addendum, if I need to, and hopefully won't, unless I switch computers, how can I revert from a copy of a different backup?  Thanks. :-)

  • Dependent Files for Crystal Report missing while making Setup

    Hi Support Team
    I am trying to make a MSI Setup of my windows application by using Install Shield 2010
    Development Environment that is used to develop the application is
    VS 2008 having .Net Framework 3.5 SP1
    Crystal Reports 2008 with Service pack 2
    When I am trying to build the setup for my application using Install Shield 2010 I am getting errors related to crystal reports.
    I am using CrystalDecisions.Windows.Forms.CrystalReportViewer  control to display the reports at runtime.
    Dlls that I included with the setup related to this viewer are
    CrystalDecision.CrystalReports.Engine
    CrystalDecision.CrystalReports.Framework
    CrystalDecision.CrystalReports.InfoStore
    CrystalDecision.CrystalReports.ReportSource
    CrystalDecision.CrystalReports.Shared
    CrystalDecision.Windows.Forms
    The Errors that I am getting upon building the setup are listed below
    Could not find dependent file BussinessObjects.Enterprise.Sdk, or One of its dependencies of component CrystalDecisions.CrystalReports.Engine.dll                   Error Code 6248          
    Could not find dependent file crpe32.dll, or one of its dependencies of component CrystalDecisions.CrystalReports.Engine.dll                                            
    u2dmapi.dll-------
    u2dpost.dll----
    And the same errors for
    CrystalDecision.Enterprise.Framework.dll
    CrystalDecision.Enterprise.InfoStore.dll
    CrystalDecision.windows.forms.dll
    And File not found. An error occurred merging module DMO.9b0u2026u2026u2026          Error Code 4075     
    And File not found. An error occurred merging module DMO1033.6496u2026u2026u2026     Error Code 4075
    I tried your several suggestions from your forums like
    I installed
    Crystal Reports 2008 Runtime
    Crystal Reports Basic Runtime for Visual Studio 2008
    Crystal Reports Basic for Visual Studio 2008 Service pack1
    And
    CRBasicVS2008_redistu2026.
    CRRedist2008_x86.msi
    And by putting the files like Product.xml in the C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages
    And I installed vcredist_x86.exe to install Microsoft Visual C++ 2005 Redistributable on my machine
    But no luck still I am getting the same errors.
    Please let me know which files I need to install on my development machine to get my setup working.
    Waiting eagerly for the response
    With Regards
    Arshad
    u2003

    Looks to me like you're adding just about any runtime to the project to make it work. Look at [this|https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=56787567] wiki and find out what runtime you actually need. Also, look at the CR assemblies referenced in your project. Then make sure that the you are using the correct msm file(s) for the correct version of the assemblies referenced. Do not add any other versions of CR msm files.
    I would also recommend having a look at the developer help file here;
    http://help.sap.com/businessobject/product_guides/boexir31/en/crsdk_net_dg_12_en.chm
    (search for runtime).
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup

  • How to include a .desktop file for a Java-based PKGBUILD?

    I've tried searching a for a while and can't seem to get anywhere with such generic search terms, but I was wondering what would be the proper way to include a .desktop file and possibly an icon for a PKGBUILD that is just a Java-based program?  I think it would be a lot more user-friendly for people if I could add  the program to their menu when they install it.
    As things are right now, the PKGBUILD just creates an executable script in <code>/usr/bin/</code> that runs the jar file with the proper classpath (as per the Java Packaging Guidelines), and there is nothing to actually make/compile (thus no .desktop file directly from the author).  The package I plan on adding these features to is jGnash in the AUR if you want to take a look.  Thanks!

    elasticdog wrote:
    It took me a little while to track it down again too   You can find the guidelines here: http://www.buchuki.com/misc/archjava.html
    If I get bored later tonight, I'll try to convert that document over to the wiki...
    Took me a couple days to get bored, but tonight I added and slightly edited the Java Package Guidelines to the Wiki...

  • Problem keeping resource files for iPhone/iPad builds in sync

    I recently created a new target for iPad by upgrading my target for iPhone, which seemed to work fine. However, since then I have had problems when I make changes to the plist files that I have grouped under Resources.
    When I upgraded the target, it created a new folder for iPad resources called Resources-iPad. This only contained the nib files -all the other plist files I have containing data are still in the Resources folder.
    When I added a new plist file to Resources and try to load it using the bundle path, it gives me different paths for the iPhone/iPad versions, in .../Application Support/iPone Simulator/4.2/Application/...
    However, the path of the file I am trying to load is of the form myApp./MyFile.plist, and I can't seem to open the app in the bundle path directory in Finder.
    I've tried things like making clean, etc. Are there any steps you need to take to keep the resource files of the iPad target in sync with the iPhone one once it has been created?

    I created the new target using Xcode>Project>UpgradeCurrentTargetForIpad. This created another folder under .../Application Support/iPhone Simulator/4.2/Application/... with a different serial number. The new folder contains a new app, myApp-Upgraded, which corresponds to the bundle path it will use when this target is run.
    I presume it's due to the file path existing in the original app, but not in the upgraded one. The file will be found when the original target is run, either on the device or the simulator, but not when the upgraded target is run on either, but I don't know how to make the upgraded target reference the correct resources.

  • Please share me Link IOS 6.1.2 IPSW File for iphone 4s ..

    Kindly please share me link IOS 6.1.2 IPSW for iphone 4s .

    Thanks for your reply. As already stated link is not required as iTunes downloads and saves in a Hidden folder.
    Google to find out where.
    Still iPhone4,1_6.1.3_10B329_Restore.ipsw
    Cheers

  • Tape size parameter in initsid.ora file for 200/400 GB

    Hi Experts,
    I have a ECC 5 system running on Windows 2003 Enterprise Server with Oracle as Database.
    I have installed an HP Ultrium Storageworks 460 tape drive on the server. It accepts a 200/400 GB tape cartridge.
    What value should I set for the parameter tape_size in the init<sid>.ora file in F:\oracle\ora92\database folder?
    The present value is default at 1200M
    Is there some formula to calculate this value depending upon the tape cartridge size?
    Thanks in advance,

    You can check note  8707  Explanation about init<SID>.sap parameter tape_size
    It is a bit old, but you can figure out the size. For example:
    Tape type                    tape_size (w/o     tape_size (with 
                                 hardw. compr.)     hardw. compr.)  
    DLT 4000    20/40 GB     :    19000M             18000M  
    Probably you can multiply it by 10 as you have a 200/400

  • How can I export songs with full info (INCLUDING LYRICS) to file for future use? [x]

    Hi everyone,
    I got my new iPod touch 4th gen, and I spend literally all day to edit songs' info like Artist, Lyrics, Album... with like thousand songs.. Then I've tried to export them fully for future use as back up, but I could not find any option to do so. Exporting library and playlist only saves info for basic tags but no lyrics in it. So what should I do? I've tried iTunes Export and mp3Tag but I still could not do it.
    I would appreciate much any help for me to back up full information of songs for future use.
    Regards,
    [x]

    Thanks for the responses.
    I forgot to mention the dimensions I need the file to be at, sorry. Overnight Prints requires that the uploaded file be at 2.13 inches wide by 6.13 inches high (or 638 by 1838 pixels) at 300 dpi. I think I understand what Scott Falkner means by pixels are not a unit of measure. However, I have been using inches in Illustrator, with the file being set to the height and width (in inches) required by Overnight Prints.
    Here is what I have uploaded to Overnight Prints so far:
    - Illustrator file set to 2.13 inches wide by 6.13 inches high – Upload preview on Overnight Prints is correct size, but shows the bookmark as pixelated/blurry.
    - Saved above Illustrator file as copy: “Press Quality Preset” PDF – Upload preview on Overnight Prints is correct size, but the bookmark is still pixelated/blurry.
    - Exported same Illustrator file as a PNG (638 pixels wide by 1838 pixels high - 300dpi) – Upload preview on Overnight Prints is correct size, but shows the bookmark as pixelated/blurry.
    - Creating an Illustrator file at 638 by 1838 pixels makes any file that is uploaded preview on Overnight Prints as too large, but not pixelated/blurry (I think I now understand why, just covering all my bases).
    So, I guess my more specific question would be:
    How can I create a file that I can upload to Overnight Prints (TIF, PDF, JPG, EPS, PNG, or AI) that ends up at the dimensions (in inches) required, while not appearing (at least in the upload preview) as low resolution (pixelated/blurry)?
    Thanks in advance for any responses (especially to such a novice question).

  • Include a jsp file for editing without compiling

    I am having trouble finding code to do this.
    I want to be able to edit a jsp file through my browser. I am to get everthing working except, the including of the jsp file itself. I have tried all the different types of includes, but they all compile the file. I want to be able to edit the source.
    Can anybody help me with this?
    Thanks
    Mossybreen

    I'm not totally clear on what you're trying to do.
    If you just want to be able to edit JSP source code and save it back to the file, you could probably create a page with a form that reads the file, dumps the text into a textarea, then writes it back to the file when you submit, although, personally, I wouldn't leave anything that dangerous on a public server in a million years. You'd be better off setting up WebDAV access or sFTP or something if you really need to edit your source code remotely. There's also a product from Macromedia called Contribute that allows you to do this, and there's another company that makes an applet that creates a WYSIWYG HTML editor in your browser. Unfortunately I can't remember the name, but it was pretty far from perfect anyway.

  • Including audio sound file for PDF on iPad / iPhone

    Using Acrobat Pro XI I have a Page Open action that plays a sound when the PDF is opened. The sound plays when opening the PDF on my laptop, but not when viewing on iPad or iPhone. Does anyone know how to enable the sound for mobile devices?

    I don't think it's possible for iOS clients.  You must use a desktop client such as the Acrobat Pro you are using.  I have heard it discussed in other topics that even sometimes when you view PDF's in web browsers they will not play media (video nor audio).

  • Best app to convert vid files for iphone...

    just wondering what the best free app there is for vid file conversion to convert files to be watched in itunes for transfer to my iphone...

    Hello DJstylus,
    There are several different third party applications that could assist you. Two that I have had great success with as well as several others are [MPEG-Streamclip|http://www.squared5.com> and [HandBrake|http://handbrake.fr>
    B-rock

  • Splitting PDF files for iPhone

    Is there any way to split large, protected pdf files to work with Quickoffice on the iPhone? Quickoffice has no "go to" page function making it very difficult to read a large document. I don't want to change anything in the file, just put the file into bite size pieces.
    Thanks

    I've done this using a program called PDFKey Pro. It's a paid app, though you may also find free alternatives.
    http://www.macupdate.com/info.php/id/17114/pdfkey-pro

  • Crash Reporter files for iphone

    Does anyone know if apple acually uses these files when you sync your phone and prompted to to send? I noticed that im accumulating many of these files from apps crashing or safari crashing.
    thanks

    Sure they do.
    I was experiencing a problem with my first generation iPhone and I reported what I thought was a bug to someone I know that works for Apple. He asked me to forward him my iPhone crash reports as an email attachment which were analyzed by an engineer. Although what I reported was not being reproduced during normal use by an Apple employee, my crash reports proved that it was/is a problem or bug that needs to be addressed.

  • Ics. file for iPhone

    I have a program (filemaker) that generate  an ICS file. This file is put on to my ftp server.
    The file work fine on my MAcbook Air, my iMac and my Mac mini. But.... unfortunately not on my iPad and iPhone.
    Is this on server issue or a leak on the iPhone/iPad?
    Does anyone has a suggestion to get this running on the iPhone and iPad?
    Thanks, Nico

    I guess you should just make a list (though please not another list on here of what's missing that you care about, and decide if you can live without them. For me, I can, but it's up to you.
    It also might help to try out someone's Treo or whatever else you would be getting. I found with the original iPod that I returned it and then bought another brand, and the experience was so inferior I returned that and bought the iPod again - forget the price!
    Sorry you're not thrilled.
    Aym

Maybe you are looking for