Which Texture type is supported on which device

Hi ,
How to get the supported texture type from PVRTC / DXT5 / ETC1 in the as3 application , I want to load the texture dynamically and i don't want to embed all the textures in one image.

Hi Anurag,
>>I want to write a simple functionality to know if filetype/MIME type is supported on device.
It seems like that there are some misunderstanding here, if a filetype can be opened by an app, it does not mean that the OS supports this type, it should be in application level.
I think you expect that there are some places to store all supported filetype/mime type in OS, but I've not heard that the OS forced an application to register supported filetype/mims type.
So your idea is good, but firstly, as far as I know, there is no such API to retrieve all available file types, secondly, even if there are some ways, they should not get all information you expected.
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • Which device type support Unicode printing ?

    Hi all,
    Do you know which cascading font device types support Customer-defined true type fonts ?
    I use HP LaserJet printer. I've imported ZSWINCF device type in to SAP system and installed some true type fonts required for my report. It's able to print <b>Unicode </b>text in ABAP List but unable in SAPScript/Smartform printing.
    I also try to use ZHPUTF8 or HPUTF8, and install these fonts. But i've problem in printing out.
    Do you know how to resolve this problem ?
    Thanks,
    Best regards,

    Hi
    see this OSS notes may be useful
    OSSNote:960341
    Symptom
    In some device types (e.g HPLJ4, HPLJ5) you experience non-uniform character spacing in the PDF document after the PDF conversion of SAPscript or Smart Forms documents, using HELVE or TIMES fonts. You want to know the reason.
    Other terms
    CONVERT_OTF, SAPscript, Smart Forms
    Reason and Prerequisites
    The problem is not due to an error in the PDF converter but due to the fact, that the printer font, underlying the device type (e.g. Univers or CG Times in PCL-5 device types), is not available for the PDF converter and is either not available in Adobe Reader. The PDF converter has to try to simulate the layout of the printer font by means of a font which is predefined in Adobe Reader. This is done by assigning the letter widths of the printer font to the font used in Adobe Reader.
    The PDF file contains a table with letter widths, used by Adobe Reader in the output of text, for each used printer font (except PostScript fonts).
    Example:
    %Charwidth values from HP4300 HELVE 060 normal
    /Widths
    [ 278 333 500 633 633 1000 758 333 333 333 633...
    Adobe reader converts this width table, by modifying the space between each character, so that the specified letter width (= space between the current and the next letter) is kept.
    This 'Simulation' of printer fonts results in the sometimes visible irregular spaces in PDF.
    The PDF converter always uses the Helvetica Adobe PostScript font for the display of HELVE and the Times Roman Adobe PostScript font for the display of TIMES. However, for these Adobe PostScript fonts, Adobe Reader often uses a Windows TrueType font, which differs slightly from the original PostScript font.
    Solution
    Workaround: Use the POST2 PostScript device type or the PDF1 PDF device type for the PDF conversion of documents in the Latin-1 character set. They both use the Adobe PostScript fonts Helvetica or Times Roman for the HELVE/TIMES printer fonts.
    Header Data
    Release Status: Released for Customer
    Released on: 30.06.2006  12:44:06
    Priority: Recommendations/additional info
    Category: Consulting
    Primary Component: BC-CCM-PRN Print and Output Management
    Secondary Components: BC-SRV-SCR SAPscript
    OSS Note: 776507
    Symptom
    Documents printed via SAPscript or SmartForms do not print with correct special characters, e.g. ### prints instead of Japanese or Russian characters. What to do?
    Other terms
    SAPscript, SmartForms, printing, device types, OTF
    Reason and Prerequisites
    Help required to choose proper fonts in a SAPscript or SmartForm
    Solution
    When using SAPscript or SmartForms to print (or email or fax) a form from a business application, many factors influence the outcome of the actual text within the form. All these factors must be checked in order to ensure a correct printout:
    1) The language version of the form used to produce the printout.
    Example: If you want to print a French invoice, you need to have a FR version of your SAPscript or SmartForms invoice form RVINVOICE01. And the application program must specify the corresponding language key (FR) when calling the SAPscript or SmartForms API.
    2) The font selections specified in the form (possibly also in a SAPscript style or SmartStyle used in a form).
    Example: In a SAPscript form or a SmartStyle you need to specify HELVE if you want to print German text in Helvetica (or similar) font. If you want to print Japanese text, HELVE is not a valid choice but you need to specify a Japanese font like JPMINCHO in your Japanese form.
    3) The output character set of the device type
    Every printer in transaction SPAD has a "device type" assigned. Device types used by the spooler for printing support only one single specific output character set. All text from the form has to be converted (using SAP's built-in character conversion mechanism) to this output character set.
    A character set can typically support either a single language (e.g. Shift-JIS which supports only Japanese) or a set of languages (e.g. ISO 8859-1, which supports Western-European languages). It is possible that a given language (such as German) can be supported by several output character sets, e.g. you may use either ISO 8895-1 (Latin-1) or ISO 8859-2 (Latin-2) to represent German text. This is so because both character sets contain the special characters used in German.
    Example: HPLJ4000 is a HP LaserJet device type supporting the ISO 8859-1 (Latin-1) character set. ISO 8859-1 can be used to represent e.g. Dutch, English, French, German, Spanish, Swedish but NOT Russian or Japanese.
    As a consequence, it is ok to use HPLJ4000 to print English, German French etc. but not for Japanese or Russian.
    4) The set of available printer fonts for a given device type
    When formatting a document, SAPscript and SmartForms perform an automatic mapping of the font definitions in the form (e.g. "HELVE 14 point bold") and the available printer fonts of the device type. A replacement printer font is chosen, should the specified font selection not be available in the device type. Now this replacement can be problematic if a language-specific font, such as Chinese CNSONG, is specified in a form and it gets replaced by a font which does not support this language, e.g. COURIER.
    To solve this problem, font families in SE73 have language attribute assigned, e.g. some fonts are characterized as being suitable only for certain languages. And when a replacement has to be chosen because the original font from the form is not available in the device type, a replacement font is chosen which has the same language attributes.
    If no fonts for the language in question exist in the device type, the resulting font will not be able to print the special characters and you will see "wrong" output characters in the printout.
    Note on SAPscript/SmartForms Print Preview:
    The OTF Print Preview available in Windows GUI (e.g. from transaction SP01) will sometimes not show the "wrong" characters which appear on the final printout. Here is the reason: since the Print Preview runs in Windows environment, it will use Windows fonts to represent the actual printer fonts. A Windows font typically has more available characters (i.e. covers more character sets) than are actually available in a printer's resident font.
    A typical example where the Print Preview will differ from the printout is here: if you have a Chinese PCL5 printer such as CNHPLJ4 and use the Western Latin font COURIER in your document, the print preview will show you Chinese characters if you (by accident) tried to format Chinese characters in COURIER font. This is because Windows will automatically choose a font that can output Chinese characters (which is actually not Courier). But when you print the job on an actual PCL5 printer with resident Western and Chinese fonts, the Courier font will not print any Chinese characters but Western special characters instead, because the printer's resident Courier font does not include Chinese characters.
    Rule of thumb: all Asian device types (e.g. CNHPLJ4, JPHPLJ4, JPPOST, KPHPLJ4) support not only Asian fonts but also COURIER, HELVE and TIMES fonts. But these Latin fonts can only be used to print English text, not Chinese/Japanese/Korean characters.
    Which fonts are suitable for a given language?
    Language(s):            Font family to use in a form:
    Latin-1 (Western Europe/Americas) *******
    DE,EN,FR,ES,NL,SV       COURIER, HELVE, TIMES
                            (LETGOTH, LNPRINT)
    Latin-2 (Central Europe) ****************
    PL, CZ                  COURIER, HELVE, TIMES
    ISO 8859-4 (Baltic) *********************
    ET, LT, LV              COURIER, HELVE, TIMES
    ISO 8859-5 (Cyrillic) *******************
    BG, RU, SR, UK          COURCYR, HELVCYR, TIMECYR
    ISO 8859-7 (Greek) **********************
    EL                      COUR_I7, HELV_I7, TIME_I7
    ISO 8859-8 (Hebrew) *********************
    HE                      COURIER, HELVE, TIMES
    ISO 8859-9 (Turkish) ********************
    TR                      COURIER, HELVE, TIMES
    Simplified Chinese **********************
    ZH                      CNHEI, CNKAI, CNSONG
    Japanese ********************************
    JA                      JPMINCHO, DBMINCHO, DBGOTHIC
    Korean **********************************
    KP                      KPBATANG, KPDODUM, KPGULIM
                            KPGUNGSE, KPSAMMUL
    Traditional Chinese *********************
    ZF                      TWDPHEI, TWMING, TWSONG
    Thai ************************************
    TH                      THANGSAN, THDRAFT, THVIJIT
    Arabic (Unicode systems only) ***********
    AR                      ANDALE_J
    Verify your output by examining the OTF data
    When analysing printing problems of this type, be sure to check the OTF data which gets produced by SAPscript or SmartForms. OTF or "Output Text Format" is the intermediate page-description format generated from SAPscript or SmartForms. OTF will contain the final printer font names and character set/language identifiers which help to solve the problem. OTF will even name the form and the language of the form used to create the output.
    The easiest way to do this is to create a spool request from your application, run transaction SP01, use menu
    Goto->Display Requests->Settings
    and choose
    Display Mode: Raw
    Now display your spool request. If this is a SAPscript or SmartForms spool request, you will see OTF data. Each line represents one OTF command, every command starts with a 2-character cmd identifier and possibly some cmd parameters follow.
    Here is an excerpt from a sample OTF file where we highlight the most interesting commands:
    //XHPLJ8000    0700 00000000001
    IN04EALEXTEST_ZEBRA
    IN05%PAGE1
    OPDINA4  P 144  240 1683811906000010000100001
    IN06%WINDOW2
    MT0024401289
    CP11000000E
    FCHELVE  120  00109XSF100SF101110000067E X
    UL +0000000000000
    SW00067
    CT00000000
    ST0453037Dieses SF hat Stil ALEXTEST_ZEBRA mit
    The 1st line with the // (Control) command reveals the device type usedto print: HPLJ8000
    //XHPLJ8000    0700 00000000001
    The 2nd line (IN = Info command) shows the name and (internal 1-char)language key of the form:
    IN04EALEXTEST_ZEBRA
    In this case it is the English (E = EN) SmartForm ALEXTEST_ZEBRA
    The OP-line (OP = Open Page) gives the page format used in the form, it is DINA4 Portrait orientation:
    OPDINA4  P 144  240 1683811906000010000100001
    The CP (CodePage) cmd shows the SAP system codepage used to code the text and the active language. In our case it is codepage 1100 and language E = EN = English.
    CP11000000E
    Finally, the FC-cmd (Font Call) lists a printer font selected within SmartForms. Please note that every SmartForm has a designated default SmartStyle under "Form Attributes->Output Options". In addition, every text node can have a SmartStyle attached (which will override the definitions from the default style for the text). In our case the resulting printer font that was selected is HELVE 12.0 pt bold-off, italic-off.
    FCHELVE   120  00109XSF100SF101110000067E X
    Header Data
    Release Status: Released for Customer
    Released on: 22.08.2005  09:57:20
    Priority: Recommendations/additional info
    Category: Customizing
    Primary Component: BC-CCM-PRN Print and Output Management
    Secondary Components: BC-SRV-SCR SAPscript
    BC-SRV-SSF Smart Forms
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • I keep getting this message when trying to watch TV or filmsThis content requires Adobe Flash Player, which is not supported by your device

    I keep getting this message when trying to watch TV or films
    This content requires Adobe Flash Player, which is not supported by your device
    Is there an app that will play this. I can't find one....

    Flash is not supported on the iPad - and as Adobe have announced that they are stopping development on all mobile versions of it, it probably never will be.
    Browser apps such as Skyfire, iSwifter, Puffin and Photon 'work' on some sites, but judging by their reviews not all sites. Also some websites, especially news and media sites, have their own apps in the App Store.
    If you do a search on this forum you will find hundreds of other threads on the subject.

  • Which devices does iSync in Leopard support?

    Which devices does iSync in Leopard support?
    I have searched and can't find any official info on this.
    Thanks,
    Anil.

    I have found my answer here,
    http://www.apple.com/macosx/features/isync/
    Anil.

  • Trying to set Harmony 900 remote with Apple TV - Which device type to I select?

    When trying to add a device within the Harmony software on my iMac, which device tpe to I choose for the Apple TV?

    I found the answer here:  http://apple.stackexchange.com/questions/68301/how-do-i-set-my-logitech-harmony- remote-to-control-my-apple-tv
    briefly it is: Computer-> Media Center PC -> Apple -> Apple TV

  • Which device downloaded a particular app/song?

    I have four devices tied to my Apple ID.  One of the devices downloaded several apps and a song.  Is there a way to find out which device downloaded it?  All I can see through my purchase history is Item, Artist, Type, and Price.  I tried looking through Apple Support but didn't find anything.  Appreciate your help.

    No, there is no way to tell.

  • How to find out from which device sms or calls has...

    Hello! I want to check from which of my devices some particular calls and sms in particular period has been made. I use several devices: few laptops and androide phone. Can I check from which device sms and calls has been sent? Thanks in advance !  it is VERY VERY important to find out what is going one!!!!!!   Also haveing problem to find an official skype customer help, how can i contact them on the easyest way pls? thanks

    I think you may need to contact customer service regarding your request. Just click the link below to see the instructions on how you can get in touch with the Support team ;
    http://community.skype.com/t5/The-Skype-Lounge/How​-to-Contact-Skype-Customer-Service/td-p/2056783
    IF YOU FOUND OUR POST USEFUL THEN PLEASE GIVE "KUDOS". IF IT HELPED TO FIX YOUR ISSUE PLEASE MARK IT AS A "SOLUTION" TO HELP OTHERS. THANKS!
    ALTERNATIVE SKYPE DOWNLOAD LINKS | HOW TO RECORD SKYPE VIDEO CALLS | HOW TO HANDLE SUSPICIOS CALLS AND MESSAGES
    SEE MORE TIPS, TRICKS, TUTORIALS AND UPDATES in
    | skypefordummies.blogspot.com | 

  • For a shared apple ID (in the family), can I tell which device purchased a song

    My family shares an apple ID.  How do I determine which device purchased a song?

    Hi spunsilk327,
    Take a look at the family member to see what purchases that can share and that should help figure out who purchased what. If you want to make it easier, turn on Ask to Buy and that way in the future, you will be notified who is making a purchase. 
    Sharing purchased content with Family Sharing
    http://support.apple.com/en-us/HT201085
    Request and make purchases with Ask to Buy
    http://support.apple.com/en-us/HT201089
    Regards,
    -Norm G. 

  • How to tell which device in-app purchases were made from?

    When looking at account purchase history, how can I tell which device purchases were made from for in-app purchases?

    Hey HeardItHere,
    You can view your purchase history by checking iTunes. It will include in-app purchases. You can find out how to do so here:
    iTunes Store & Mac App Store: Seeing your purchase history and order numbers
    http://support.apple.com/kb/HT2727
    Also, you'll receive an invoice by email each time your credit card is charged. An invoice is sent approximately every $20 or 12 hours, whichever occurs first.
    Sincerely,
    Delgadoh

  • Which device?

    Hi,
    i am planning a J2ME project in which i need some PDA/smartphone functions/features. This features are:
    - touchscreen support
    - support for JSR 135
    - (optional) support for webservices
    - digital camera with at least 2,0 megapixel
    - in the best case support for macro-lense for the camera
    The application looks like this:
    The user inputs some data, can add pictures and make some barcode-scans with the digital-camera (for this i need the macro lense or something like this).
    After inputting all this information, the user can send the data and the pictures to a web service via HTTP-conncetion.
    I couldn't find a device which fulfils all my requirements, so if you know one, please tell me which device i could use.
    Thanks in advance!
    Reply With Quote

    The problem is, how do I know which device I am getting my signal from?
    First you need to use AirPort Utility to get the AirPort MAC addresses of each base station.
    Then on your Mac, hold down the OPTION key and click on the AirPort menu. There you will see the MAC address of the base station to which you are connected.
    Whenever I walk around my house, my laptop automatically connects to the nearest Airport available whether it be Airport Extreme or Express.
    I think its supposed to do this but for some reason I don't think it is. Is there a setting that needs to be checked?
    The algorithm used by the Mac OS to determine which base station to connect to is unknown but is NOT (determined by empirical testing) solely based solely on signal strength. Only the engineers at Apple know how the algorithm determines which connection is "best" at any given time.

  • Have received an email from apple to say my ID has been used to download an emoticon package for £15.99 - it was not me. is there a way to find out which device it is? and to get my money back? ta

    have received an email from apple to say my ID has been used to download an emoticon package for £15.99 - it was not me. is there a way to find out which device it is? and to get my money back? ta

    It is a phishing attempt. Do not respond. Do not divulge any personal or financial information. You can use the address below to forward the suspect email message to Apple.
    [email protected]
    The link below has information to help identify fraudulent emails.
    http://support.apple.com/kb/HT4933

  • HT1311 can you see which device bought something on iTunes where you have multiple devices on the same iTunes account?

    is there any way to find out which device dowloaded apps when you have multiple devices using the same itunes account? 

    The purchase information does not include the device used, but does include the Apple ID used for the purchase.
    Apps downloaded on one device with the same Apple ID can be downloaded on another device with that Apple ID.

  • Multiple users on one apple account.  How can I see which devices were used to purchase apps?

    I share my apple account with my three children.  Inappropriate apps were purchased.  Everyone denied making the purchase.  Is there anyway I can find out which device made these purchases?

    If only one of them purchased the app(s), wouldn't it only be on that one device (plus the computer's iTunes library if you have automatic downloads turned on)?

  • How can I find out which device made a purchase on my account?

    I have three children that are all attached to my iTunes account. Two of them are very good at asking me before downloading anything. One of them (my boyfriend's son) doesn't understand the concept of reading before downloading even though he's been reminded a billion times, and keeps making in-app purchases. I am trying to figure out which in-app purchases he made so that my boyfriend can pay me back, but all three kids are denying doing anything. Is there any way to tell which device has made certain purchases? I have already turned off the in-app purchase option under settings, so it shouldn't be a problem ever again, but I'd still like to know who did what. Thanks!

    With "consumable" in-app purchases such as in-game currency the evidence might be visble in the app, assuming the app in question is on more than one device to start with...
    tt2

  • TS1646 We have several apple devices in our family who use my debit card for itune charges.  I need to find out which device (itune account) these charges are coming from.  Can you help?

    We have several apple devices in our family who use my debit card for itune charges.  I need to find out which device (itune account) these charges are coming from. Can you help?

    You can't tell which device a purhcase was made on, but if your family members each have their own iTunes account to which your card is linked then you can check the purchase history on each of those accounts via the Store > View Account menu option on your computer's iTunes - that should have 'purchase history' section with a 'see all' link to the right of it

Maybe you are looking for

  • Running under classic mode - Standard Options

    In WLS 5.1 server, there was an option to run under classic mode in a UNIX environment. We just upgraded to WLS 6.1 and in the docs, http://e-docs.bea.com/wls/docs61/perform/JVMTuning.html it mentions classic mode available in NT but not in UNIX. Doe

  • Can Bridge sort my images into folders based on an Exif date?

    All my Adobe products are pre-CS/CS2 and I don't yet have access to Adobe Bridge. My trial copy has also timed out. However, I would like to know if Bridge has the capability to take a folder of images (Canon Raw) and move them to new folders based o

  • Jdeveloper - GUI not visible in the visual design editor

    Hello everybody! Actually I'm designing a Java Desktop Application with javax.swing. using JDeveloper 11g Release 1 (Studio Edition Version 11.1.1.3.0, Build JDEVADF_11.1.1.3.PS2_GENERIC_100408.2356.5660), Java Platform 1.6.0_18 and Oracle IDE 11.1.1

  • Official MLB and team pages do not show content.

    No problem with Chrome.

  • Solaris Driver Development

    I am trying to get information on how Sun is pursuing its Kernel Configuration model. Like in HP-UX, there master/system files associated with a specific dynamically-loadable kernel module, plus an object. All the above information is being used to i