Adding security principles for metro app local data

I accidently replaced all security principles on my user folder. Now my metro apps are not opening as I replaced security principles of their local data folder located at %UserProfile%\AppData\Local\Packages. How can I reset these security principles.
Note:
Adding "ALL APPLICATION PACKAGES" to security principles is working. But I want to replace it with individual metro app id for security reasons.
What are needed:
1-> individual App's uid 
2-> adding to folder using powershell or cmd as GUI may not work.
See image for clarity.
Thank You

Hi,
Generally speaking, system restore would be an efficient method to resolve this problem, please have a try.
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

Similar Messages

  • [svn] 945: Added runtime resources for 13 additional locales.

    Revision: 945
    Author: [email protected]
    Date: 2008-03-26 16:37:01 -0700 (Wed, 26 Mar 2008)
    Log Message:
    Added runtime resources for 13 additional locales.
    The additional locales were provided by the LCDS team. The 15 locales that we now have are:
    da_DK: Danish / Denmark
    de_DE: German / Germany
    en_US: English / United States
    es_ES: Spanish / Spain
    fi_FI: Finnish / Finland
    fr_FR: French / France
    it_IT: Italian / Italy
    ja_JP: Japanese / Japan
    ko_KR: Korean / South Korea
    nb_NO: Norwegian Bokmal / Norway
    nl_NL: Dutch / Netherlands
    pt_BR: Portuguese / Brazil
    sv_SE: Swedish / Sweden
    zh_CN: Simplified Chinese / China
    zh_TW: Traditional Chinese / Taiwan
    The LCDS team localized framework.swc and rpc.swc, but not airframework.swc. For the time being, there is a placeholder aircontrols.properties file for each additional locale, but it is a copy of the en_US one.
    Various Ant scripts, including the top-level one, now have an "other.locales" target which builds the new locales; the "main" target still builds only en_US and ja_JP.
    The new locales have not yet been tested by the Flex team and are not yet packaged into any ZIP deliverables.
    The setup.sh script now sets -XX:MaxPermSize=384m in ANT_OPTS as well as -Xmx384m, in order to avoid a PermGen type of OutOfMemoryError when building the "other.locales" target.
    Modified Paths:
    flex/sdk/trunk/build.xml
    flex/sdk/trunk/frameworks/build.xml
    flex/sdk/trunk/frameworks/projects/airframework/build.xml
    flex/sdk/trunk/frameworks/projects/framework/build.xml
    flex/sdk/trunk/frameworks/projects/rpc/build.xml
    flex/sdk/trunk/setup.sh
    Added Paths:
    flex/sdk/trunk/frameworks/projects/airframework/bundles/da_DK/
    flex/sdk/trunk/frameworks/projects/airframework/bundles/da_DK/aircontrols.properties
    flex/sdk/trunk/frameworks/projects/airframework/bundles/de_DE/
    flex/sdk/trunk/frameworks/projects/airframework/bundles/de_DE/aircontrols.properties
    flex/sdk/trunk/frameworks/projects/airframework/bundles/es_ES/
    flex/sdk/trunk/frameworks/projects/airframework/bundles/es_ES/aircontrols.properties
    flex/sdk/trunk/frameworks/projects/airframework/bundles/fi_FI/
    flex/sdk/trunk/frameworks/projects/airframework/bundles/fi_FI/aircontrols.properties
    flex/sdk/trunk/frameworks/projects/airframework/bundles/fr_FR/
    flex/sdk/trunk/frameworks/projects/airframework/bundles/fr_FR/aircontrols.properties
    flex/sdk/trunk/frameworks/projects/airframework/bundles/it_IT/
    flex/sdk/trunk/frameworks/projects/airframework/bundles/it_IT/aircontrols.properties
    flex/sdk/trunk/frameworks/projects/airframework/bundles/ko_KR/
    flex/sdk/trunk/frameworks/projects/airframework/bundles/ko_KR/aircontrols.properties
    flex/sdk/trunk/frameworks/projects/airframework/bundles/nb_NO/
    flex/sdk/trunk/frameworks/projects/airframework/bundles/nb_NO/aircontrols.properties
    flex/sdk/trunk/frameworks/projects/airframework/bundles/nl_NL/
    flex/sdk/trunk/frameworks/projects/airframework/bundles/nl_NL/aircontrols.properties
    flex/sdk/trunk/frameworks/projects/airframework/bundles/pt_BR/
    flex/sdk/trunk/frameworks/projects/airframework/bundles/pt_BR/aircontrols.properties
    flex/sdk/trunk/frameworks/projects/airframework/bundles/sv_SE/
    flex/sdk/trunk/frameworks/projects/airframework/bundles/sv_SE/aircontrols.properties
    flex/sdk/trunk/frameworks/projects/airframework/bundles/zh_CN/
    flex/sdk/trunk/frameworks/projects/airframework/bundles/zh_CN/aircontrols.properties
    flex/sdk/trunk/frameworks/projects/airframework/bundles/zh_TW/
    flex/sdk/trunk/frameworks/projects/airframework/bundles/zh_TW/aircontrols.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/da_DK/
    flex/sdk/trunk/frameworks/projects/framework/bundles/da_DK/SharedResources.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/da_DK/collections.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/da_DK/containers.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/da_DK/controls.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/da_DK/core.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/da_DK/effects.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/da_DK/formatters.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/da_DK/logging.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/da_DK/skins.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/da_DK/states.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/da_DK/styles.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/da_DK/utils.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/da_DK/validators.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/de_DE/
    flex/sdk/trunk/frameworks/projects/framework/bundles/de_DE/SharedResources.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/de_DE/collections.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/de_DE/containers.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/de_DE/controls.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/de_DE/core.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/de_DE/effects.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/de_DE/formatters.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/de_DE/logging.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/de_DE/skins.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/de_DE/states.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/de_DE/styles.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/de_DE/utils.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/de_DE/validators.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/es_ES/
    flex/sdk/trunk/frameworks/projects/framework/bundles/es_ES/SharedResources.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/es_ES/collections.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/es_ES/containers.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/es_ES/controls.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/es_ES/core.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/es_ES/effects.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/es_ES/formatters.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/es_ES/logging.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/es_ES/skins.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/es_ES/states.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/es_ES/styles.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/es_ES/utils.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/es_ES/validators.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/fi_FI/
    flex/sdk/trunk/frameworks/projects/framework/bundles/fi_FI/SharedResources.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/fi_FI/collections.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/fi_FI/containers.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/fi_FI/controls.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/fi_FI/core.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/fi_FI/effects.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/fi_FI/formatters.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/fi_FI/logging.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/fi_FI/skins.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/fi_FI/states.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/fi_FI/styles.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/fi_FI/utils.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/fi_FI/validators.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/
    flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/SharedResources.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/collections.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/containers.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/controls.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/core.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/effects.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/formatters.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/logging.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/skins.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/states.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/styles.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/utils.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/validators.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/it_IT/
    flex/sdk/trunk/frameworks/projects/framework/bundles/it_IT/SharedResources.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/it_IT/collections.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/it_IT/containers.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/it_IT/controls.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/it_IT/core.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/it_IT/effects.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/it_IT/formatters.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/it_IT/logging.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/it_IT/skins.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/it_IT/states.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/it_IT/styles.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/it_IT/utils.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/it_IT/validators.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/ko_KR/
    flex/sdk/trunk/frameworks/projects/framework/bundles/ko_KR/SharedResources.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/ko_KR/collections.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/ko_KR/containers.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/ko_KR/controls.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/ko_KR/core.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/ko_KR/effects.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/ko_KR/formatters.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/ko_KR/logging.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/ko_KR/skins.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/ko_KR/states.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/ko_KR/styles.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/ko_KR/utils.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/ko_KR/validators.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/nb_NO/
    flex/sdk/trunk/frameworks/projects/framework/bundles/nb_NO/SharedResources.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/nb_NO/collections.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/nb_NO/containers.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/nb_NO/controls.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/nb_NO/core.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/nb_NO/effects.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/nb_NO/formatters.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/nb_NO/logging.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/nb_NO/skins.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/nb_NO/states.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/nb_NO/styles.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/nb_NO/utils.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/nb_NO/validators.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/nl_NL/
    flex/sdk/trunk/frameworks/projects/framework/bundles/nl_NL/SharedResources.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/nl_NL/collections.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/nl_NL/containers.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/nl_NL/controls.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/nl_NL/core.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/nl_NL/effects.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/nl_NL/formatters.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/nl_NL/logging.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/nl_NL/skins.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/nl_NL/states.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/nl_NL/styles.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/nl_NL/utils.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/nl_NL/validators.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/pt_BR/
    flex/sdk/trunk/frameworks/projects/framework/bundles/pt_BR/SharedResources.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/pt_BR/collections.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/pt_BR/containers.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/pt_BR/controls.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/pt_BR/core.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/pt_BR/effects.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/pt_BR/formatters.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/pt_BR/logging.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/pt_BR/skins.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/pt_BR/states.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/pt_BR/styles.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/pt_BR/utils.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/pt_BR/validators.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/sv_SE/
    flex/sdk/trunk/frameworks/projects/framework/bundles/sv_SE/SharedResources.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/sv_SE/collections.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/sv_SE/containers.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/sv_SE/controls.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/sv_SE/core.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/sv_SE/effects.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/sv_SE/formatters.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/sv_SE/logging.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/sv_SE/skins.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/sv_SE/states.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/sv_SE/styles.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/sv_SE/utils.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/sv_SE/validators.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/zh_CN/
    flex/sdk/trunk/frameworks/projects/framework/bundles/zh_CN/SharedResources.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/zh_CN/collections.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/zh_CN/containers.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/zh_CN/controls.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/zh_CN/core.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/zh_CN/effects.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/zh_CN/formatters.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/zh_CN/logging.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/zh_CN/skins.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/zh_CN/states.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/zh_CN/styles.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/zh_CN/utils.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/zh_CN/validators.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/zh_TW/
    flex/sdk/trunk/frameworks/projects/framework/bundles/zh_TW/SharedResources.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/zh_TW/collections.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/zh_TW/containers.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/zh_TW/controls.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/zh_TW/core.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/zh_TW/effects.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/zh_TW/formatters.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/zh_TW/logging.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/zh_TW/skins.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/zh_TW/states.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/zh_TW/styles.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/zh_TW/utils.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/zh_TW/validators.properties
    flex/sdk/trunk/frameworks/projects/rpc/bundles/da_DK/
    flex/sdk/trunk/frameworks/projects/rpc/bundles/da_DK/messaging.properties
    flex/sdk/trunk/frameworks/projects/rpc/bundles/da_DK/rpc.properties
    flex/sdk/trunk/frameworks/projects/rpc/bundles/de_DE/
    flex/sdk/trunk/frameworks/projects/rpc/bundles/de_DE/messaging.properties
    flex/sdk/trunk/frameworks/projects/rpc/bundles/de_DE/rpc.properties
    flex/sdk/trunk/frameworks/projects/rpc/bundles/es_ES/
    flex/sdk/trunk/frameworks/projects/rpc/bundles/es_ES/messaging.properties
    flex/sdk/trunk/frameworks/projects/rpc/bundles/es_ES/rpc.properties
    flex/sdk/trunk/frameworks/projects/rpc/bundles/fi_FI/
    flex/sdk/trunk/frameworks/projects/rpc/bundles/fi_FI/messaging.properties
    flex/sdk/trunk/frameworks/projects/rpc/bundles/fi_FI/rpc.properties
    flex/sdk/trunk/frameworks/projects/rpc/bundles/fr_FR/
    flex/sdk/trunk/frameworks/projects/rpc/bundles/fr_FR/messaging.properties
    flex/sdk/trunk/frameworks/projects/rpc/bundles/fr_FR/rpc.properties
    flex/sdk/trunk/frameworks/projects/rpc/bundles/it_IT/
    flex/sdk/trunk/frameworks/projects/rpc/bundles/it_IT/messaging.properties
    flex/sdk/trunk/frameworks/projects/rpc/bundles/it_IT/rpc.properties
    flex/sdk/trunk/frameworks/projects/rpc/bundles/ko_KR/
    flex/sdk/trunk/frameworks/projects/rpc/bundles/ko_KR/messaging.properties
    flex/sdk/trunk/frameworks/projects/rpc/bundles/ko_KR/rpc.properties
    flex/sdk/trunk/frameworks/projects/rpc/bundles/nb_NO/
    flex/sdk/trunk/frameworks/projects/rpc/bundles/nb_NO/messaging.properties
    flex/sdk/trunk/frameworks/projects/rpc/bundles/nb_NO/rpc.properties
    flex/sdk/trunk/frameworks/projects/rpc/bundles/nl_NL/
    flex/sdk/trunk/frameworks/projects/rpc/bundles/nl_NL/messaging.properties
    flex/sdk/trunk/frameworks/projects/rpc/bundles/nl_NL/rpc.properties
    flex/sdk/trunk/frameworks/projects/rpc/bundles/pt_BR/
    flex/sdk/trunk/frameworks/projects/rpc/bundles/pt_BR/messaging.properties
    flex/sdk/trunk/frameworks/projects/rpc/bundles/pt_BR/rpc.properties
    flex/sdk/trunk/frameworks/projects/rpc/bundles/sv_SE/
    flex/sdk/trunk/frameworks/projects/rpc/bundles/sv_SE/messaging.properties
    flex/sdk/trunk/frameworks/projects/rpc/bundles/sv_SE/rpc.properties
    flex/sdk/trunk/frameworks/projects/rpc/bundles/zh_CN/
    flex/sdk/trunk/frameworks/projects/rpc/bundles/zh_CN/messaging.properties
    flex/sdk/trunk/frameworks/projects/rpc/bundles/zh_CN/rpc.properties
    flex/sdk/trunk/frameworks/projects/rpc/bundles/zh_TW/
    flex/sdk/trunk/frameworks/projects/rpc/bundles/zh_TW/messaging.properties
    flex/sdk/trunk/frameworks/projects/rpc/bundles/zh_TW/rpc.properties

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • Saving files for metro apps in Windows 8/8.1 when printing

    Hi,
    I have a query regarding saving files for metro apps Windows 8/8.1.
    Metro apps saves the file automatically  to the Document folder when we print.
    But I would like to save the files into a recommened folder like C:\users\tmp\
    Please suggest me, is there a way to save the files to a particular folder for metro apps in Windows 8/8.1.
    Thanks in Advance
    Regards
    Toshik12

    As far as I know (and I may be wrong), there's no built-in file saving when printing documents.  How are you confirming that?
    You can save the file anywhere you want, as long as the user chooses the folder location using the FolderPicker.
    Matt Small - Microsoft Escalation Engineer - Forum Moderator
    If my reply answers your question, please mark this post as answered.
    NOTE: If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with undefined
    objects and unknown namespaces.

  • HT1920 I forgot my security answers for the App Store apps.

    I forgot my security answers for the App Store apps.
    How can I get my security answers back
    Thank you

    Welcome to the Apple Community.
    If you have forgotten the answers, contact Apple through iTunes Store Support

  • Setting security constraint for web App

    Hai all!
    I am new to bea and i am trying to set up security constraints for my webaplication..
    I want user to be authenticated before he access any of the pages in browser..
    All i did was adding following entries to web.xml
    <security-constraint>
              <web-resource-collection>
                   <web-resource-name>
                        webresources
                   </web-resource-name>
                   <url-pattern>
                   </url-pattern>
              </web-resource-collection>           
              <login-config>          
                   <auth-method>
                   BASIC
                   </auth-method>          
              </login-config>
         </security-constraint>
    But no such thing is happening,,
    I know i am doing wrong but donno where exactly i am wrong..
    Pls guide me in sequnece of steps regarding what to do to accomplish what i want..
    Thanks and Regards
    Manohar

    I guess you need to set the role that is allowed to log into your application.
    try this in web.xml:
         <security-constraint>
              <display-name>Whatever</display-name>
              <web-resource-collection>
                   <web-resource-name>resource</web-resource-name>
                   <description>Desc</description>
                   <url-pattern>/*</url-pattern>
                   <http-method>GET</http-method>
                   <http-method>POST</http-method>
              </web-resource-collection>
              <auth-constraint>
                   <description>desc</description>
                   <role-name>MyRole</role-name>
              </auth-constraint>
                   <user-data-constraint>
                   <transport-guarantee>NONE</transport-guarantee>
              </user-data-constraint>
         </security-constraint>
         <login-config>
              <auth-method>BASIC</auth-method>
         </login-config>
         <security-role>
              <description>desc</description>
              <role-name>MyRole</role-name>
         </security-role>
    and map the role with a group/user in weblogic.xml:
         <security-role-assignment>
              <role-name>MyRole</role-name>
              <principal-name>MyGroupOfUsers</principal-name>
         </security-role-assignment>
    Hope this helps.
    Xavi
    "Manohar" <[email protected]> wrote:
    >
    Hai all!
    I am new to bea and i am trying to set up security constraints for my
    webaplication..
    I want user to be authenticated before he access any of the pages in
    browser..
    All i did was adding following entries to web.xml
    <security-constraint>
              <web-resource-collection>
                   <web-resource-name>
                        webresources
                   </web-resource-name>
                   <url-pattern>
                   </url-pattern>
              </web-resource-collection>           
              <login-config>          
                   <auth-method>
                   BASIC
                   </auth-method>          
              </login-config>
         </security-constraint>
    But no such thing is happening,,
    I know i am doing wrong but donno where exactly i am wrong..
    Pls guide me in sequnece of steps regarding what to do to accomplish
    what i want..
    Thanks and Regards
    Manohar

  • Is there a fix for metro apps audio ducking while in a Skype call

    Hello, I have been looking all over the internet for a fix for this but so far it doesn't seems like there is a way to fix this.
    I'm trying to use Metro apps while in a Skype call but if I click out of the app the volume lowers to about 20% of what it was at before.
    "When Windows detects communicates activity" is set to "Do nothing" but it does not control the Metro part of windows 8.1.
    Is there some type of hack that be used to stop Metro apps from lower the volume when in a Skype call, Teamspeak or Mumble. As a gamer this makes the Metro part of Windows completely useless.

    Hi,
    I made a test in my testing enviroment, when using Skype(Store APP) for phone call, system background volume would reduce, while after I'm back to desktop, it would return to former volume.
    For your situation, this problem can be caused by Sound Card driver problem, you can try to reinstall Sound Card driver for test.
    If no use, please also try to reinstall Skype for test.
    Roger Lu
    TechNet Community Support

  • A volume control for metro apps?

    I can't seem to locate any way of controlling the volume of most metro apps in the volume mixer. Is this something known? I searched the forums and couldn't find a solution. A friend says the same issues are there in Windows 8.

    Hi,
    I checked my Windows 8.1 system, really same problem. Please post this phenomenon through Windows Feedback.
    Thanks for your understanding.
    Roger Lu
    TechNet Community Support

  • HT201303 I forgot the security answers for my App Store account and I can't download any apps on my new apple device

    I can't download any apps on my new i device because I forgot the security question answers. How to I get the answers back? Help plz

    Reset Security Questions
    Frequently asked questions about Apple ID
    Manage My Apple ID
    Or you can email iTunes Support at iTunes Store Support.
    If all else fails:
      1. Go to: Apple Express Lane;
      2. Under Product Categories choose iTunes;
      3. Then choose iTunes Store;
      4. Then choose Account Management;
      5. Now choose iTunes Store Security and answer the bullet questions, then click
          Continue;
      6. Sign in with your Apple ID and press Continue;
      7. Under Contact Options fill out the information and advise iTunes that you would
          like your security/challenge questions reset;
      8. Click Send/Continue.
    You should get a response within 24 hours by email.
    In the event you are unsuccessful then contact AppleCare - Contacting Apple for support and service.
    Another user had success doing the following:
    I got some help from an apple assistant on the phone. It is kind of round about way to get in.
    Here is what he said to do and it is working for me...
      a. on the device that is asking you for the security questions go to "settings", > "store" >
          tap the Apple ID and choose view"Apple ID" and sign in.
      b. Tap on payment information and add a credit/debit card of your preference then select
          "done", in the upper right corner
      c. sign out and back into iTunes on the device by going to "settings"> "store" > tap the
          Apple ID and choose "sign-out" > Tap "sign -in" > "use existing Apple ID" and you
          should be asked to verify your security code for the credit /debit card and NOT the
          security questions.
      d. At this time you can remove the card by going back in to edit the payment info and
          selecting "none" as the card type then saving the changes by selecting "done". You
          should now be able to use your iTunes store credit without answering the security
          questions.
    It's working for me ...I just have to put in my 3 digit security pin from the credit card I am using.
    Good Luck friends!

  • How to get a EAR package for deploying without local data-source setting in JDev9i?

    Hi all,
    I want to use pooled data-sources defined in OC4J's global configuration setting directory in JDEV_HOME\j2ee\home\config.
    But when I packaged my application to an EAR file,it contains it's local data-sources.xml file in the package.Each time the server was restared,the local data-sources.xml file was overwritten by the originally setting in the EAR package,thus I cannot use the pooled settings.
    So could let me know how to package a EAR file without containing it's local data-source setting,but use the global data-source setting?Or how to control the local data-source setting without changed after mannully defined.
    Your reply is greatly appreciated!
    Regards,
    Robbin Woo

    Mike,
    You don't need a File to do what you want. Even if you could, it would be wrong to use a file.
    It would be wrong, because the compiler might not by using a JavaFileManager that is actually backed by a filesystem. It could be backed by some form of repository such as a database, or it could be backed by a transient in memory file system ( An example of the latter is the [annotation processor test framework|https://hickory.dev.java.net/nonav/apidocs/index.html?net/java/dev/hickory/testing/package-summary.html] in hickory)
    But probably of more interest to you, you don't need to because you can simply [get an InputStream|http://java.sun.com/javase/6/docs/api/javax/tools/FileObject.html#openInputStream()] from the FileObject returned from [filer.getResource(...)|http://java.sun.com/javase/6/docs/api/javax/annotation/processing/Filer.html#getResource(javax.tools.JavaFileManager.Location,%20java.lang.CharSequence,%20java.lang.CharSequence)] and read it.
    You might also find the [Compiler Tree API|http://java.sun.com/javase/6/docs/jdk/api/javac/tree/index.html] useful. The Compiler Tree API is available to annotation processors running in Oracle's (Sun's) javac, but not in other compilers (possibly limiting portability).
    With this API you can [convert |http://java.sun.com/javase/6/docs/jdk/api/javac/tree/com/sun/source/util/Trees.html#getPath(javax.lang.model.element.Element)] the Element representing the annotation to a Treepath then [get the leaf node|http://java.sun.com/javase/6/docs/jdk/api/javac/tree/com/sun/source/util/TreePath.html#getLeaf()] and from that tree [obtain its offsets|http://java.sun.com/javase/6/docs/jdk/api/javac/tree/com/sun/source/util/Trees.html#getSourcePositions()] within the source file.
    Bruce

  • How to implement secure Licencing for Java Apps?

    Hi
    I'm already thinking some months about this topic. I serached the web, some books and magazines, i asked quite a lot of people - but in the end, there seems to be no really satisfying answer.
    My main question is: what can i do to protect the software i wrote? The problem is, where ever i start, i end with open questions.....
    I may start delivering a custom licence key with my software that contains information i.e. about who may run it and for how long. To check integrity i sign the licences key (with a digest) and ckeck the integrity in the application. Like this, i could make sure, that the software runs only with a valid licence.
    But two new problem araise - if the licence key is given to the web, everyone will be able to run the software. Second, i have to implement a methode to check the digest, so i have to deliver the key with the software and like this, the key could just be used to generate new licence files. Third, i hav to protect my code, since anyone could recompile it, he could check the algorithms i use to check the digest and even worse, he just could disable the codeblock that checks the licence.
    So i use an obfuscator to scramble my code, and to get the most out of this technique, i use a controlflow obfuscator. This adds some security, but still the code can be decompiled but wouldn't be too easy to understand. For making it even a little bit harder to read, i will "distribute" the licence digest check over some different classes.
    But still the first two problems remain. So i think about encrypting the licence file. To make that secure, i would use a public/private key encryption since if i use a secret key encryption i would have to deliver the key with the software and anyone could use it to generate new encrypted licene files. The problem with the public/private key is, that i should deliver a public key with the software that is only capable of decrypting, but not of encrypting. Like this, i can implement a decryption methode in the software that can decrypt the licence file and read all requiered licence data but the user is not able to generate a new licence file because he has the read-only key. Obvisouly there is no such private/public key technique that allows one key to be decrypt only and the other to be encrypt and decrypt (or at least encrypt only). Algorithms like PGP have a public key that allows encryption only and a private key that allows decryption only.
    I could go on presenting some more ideas i found to "protect" software/licence but the all come to the same point where they leave a lot of other open questions.
    I wonder what you all out there do to protect your software, what kind of technique you use for licencing implementation. I would be very glad to read what problem you face reagarding this topics and maybe how you solved it or what your conclusion was.
    Greetings
    josh

    >
    yes, absolutely. That's the point. Try to make it hard
    to get the software some other way. So it's easer to
    get the software by buying it.
    Nope.
    - There are those who steal it just to steal it. They don't use it.
    - There are those who steal it because the price is too extreme. If your income for the year is measured as only several thousand dollars you are not going to be able to buy a package that costs a thousand dollars or more.
    - There are those who steal it because the preceived benifit is less than the cost. For instance, at least in the past, MS software cost at least three times as much in some european companies compared to the exchange rate.
    - Finally there are those who steal simply because they don't want to pay for it.
    As far as I am concerned the last category is the only relevant one. And that is far smaller than any software theft estimates that the software industry regularly claims.
    >
    >>
    Here is an example of someone who thinks that their
    work is good enough and valuable enough to stand on
    its own...http://www.fileviewer.com/.
    And I liked it enough that at one company I hadthem
    purchase a site license. And I like it enough thatI
    still remember the company five years after thelast
    time I needed the product.that's fine and it would be very nice if everybody
    would be like you. But that's not the case and you
    even may not be sure if not someone in that company
    took a copy of the software and the licence and now is
    using it for free are even gave it in the "public
    domain". Woulnd't that be sad if the company would
    have to close down someday because just a few people
    are paying for it. Even if it is such a smart
    product?There was a clothing chain that closed down because they claimed that, even after installing anti-theft devices, they were still losing too much money from shop lifters.
    If that is the case why do all of the other companies still exist?
    If your product is good then people will buy it. The successes for that are abundant. The only success stories for copy protection schemes are for the copies that sell those schemes.
    >
    i wonder if you close your door when you leava your
    appartment. I mean, what's wrong with protecting a
    code? It's just the same as protecting the money you
    earn, the furnish in your appartment, ...
    Sorry, when I buy a product then I expect to be able to use it.
    With your analogy I would have to use a code that you provided everytime I wanted to get into and out of my apartment.
    So for any comments, ideas, ... on how to addsome
    more protection i'm very thankfull.You search for "obfuscator".yes, as i wrote in the first posting, i know about
    obfuscator, i'm using it, but it's just very poor
    protection. That's why I'm looking for a smart concept
    to gain a little bit more protection.And if you search for that term in these forums, and read the lengthy posts, you might find some ideas. Which is why I suggested it. (And you might understand why the alternatives are not used.)

  • TS3297 i forgot my security questions for purchasing apps

    please help i tried to buy new apps from the app store but the vertification came on to my ipod touch screen and i can't seem to remember  my security questions please help. sincerly iwi cobbadams.

    1. See my User Tip for some help: Some Solutions for Resetting
        Forgotten Security Questions: Apple Support Communities.
    2. Here are two different but direct methods:
        a. Send Apple an email request at: Apple - Support - iTunes Store - Contact Us.
        b. Call Apple Support in your country: Customer Service: Contacting Apple for
            support and service.
    3. For other queries about Apple ID see Frequently asked questions about Apple ID.
    4. Rescue email address and how to reset Apple ID security questions
    5. For online assistance use Apple - Support - Express Lane

  • Trouble selecting security questions for iOS app store

    We bought my daughter an iPad mini for Christmas, and until today, were able to happily download apps from the iOS app store. But this morning, it prompted me to select three security questions before allowing a download. Which is fine, but it wouldn't provide any security questions to choose from. Steps to reproduce error:
    Select an app to download/install
    Receive prompt to select three security questions
    Click OK
    Receive prompt to enter apple ID password
    Enter password
    Receive dialog box requesting to select three security questions/answers, plus a rescue e-mail address
    Click area to select first question
    Receive a blank white box, which never fills in with anything
    I'm baffled: nothing ever shows up in the box described in step 8), so I can never select a security question, so I can't continue the process of downloading apps. I've tried this several times over the course of the day today, and I'm getting nowhere. Any thoughts?

    Ok, problem solved. It turns out that rebooting the iPad caused this to start working correctly. So I recommend a restart if anyone has this problem.

  • HT2534 how do I change the answers to my security questions for my app account?

    I cannot remember the answers to my security questions. How do I reset them?

    I believe that Apple are in the process of automatically setting any questions that have not been previously set up by the account owner ... "At this time, the security questions which appear are pre-set by Apple and may not be able to be answered, due to them being automatically issued."
    The only way of resetting these is by enquiring (I used expresslane for itunes, i think the same link as above), they will email back (within 24 hours) and ask some questions and when you answer they will reset the security questions.  Check your spam folder as my responses were sent to Spam by google.

  • Good for Enterprise App - Personal Data Plan

    I am hearing mixed message from vzw, I have an iPhone and said I need to pay 65.00 for 4gb plan
    Basically 15 more than my normal tiered 4gb data plan

        Let's make sure that you have the correct information knguyentu. There is an additional $15 fee for Good Mobile Messaging service since this connects to a company-based server. Please see number 22 here: http://bit.ly/P3ULwl.
    I hope that helps!
    MarquiaF_VZW
    Follow us on Twitter @VZWSupport

  • TS1424 How do I change my security questions for buying apps off my iPhone?

    I can not remember the answers to my security questions and was wondering how I can change the questions or get answers?

    Hi,
    Login on this page for account management: https://appleid.apple.com

Maybe you are looking for

  • Spry Menu issues in Internet Explorer

    I have created a Spry menu for my website and although the menu appears to look fine in Firefox and Safari, the formatting changes in Internet Explorer(IE). 1.sub menu bar is not dropping down below the main menu bar it is appearing at the top of the

  • How to create a popup  of error message for multiple entries

    hi i am trying to create a pop-up message window where more than one error is stored like MIGO transaction when we click on post . thanks Oni

  • Am i correct (CVT is broken!)

    well   over the past few days ive been spending alot of time getting a new display to operate under linux.  the problem with it is this display REQUIRES 1366x768   ive seen other DFPs that have the same requirement or even a more exotic resolutions 

  • N95 video message help

    I have an N95 8gb but I dont seem to be able to receive video messages. i can receive pictures and sounds but no videos even though they are under 300k. I have been in touch with Vodafone who have said to do the following: 1.On the phone press the Me

  • Checking input before sending request

    Hello JSP-fellows, I have an jsp-page with a number of input fields which I would like verify before I send the request. Is there any possibility that after pressing the submit button I go to a java script input check and if the check is not OK I do