Windows Phone Enterprise Assigned Access Feature - Find ProductId

Hi folks,
We have an MDM server solution that talks to the Windows Phone clients. We wanted to put some apps to the start screen & this works fine via the XML commands we send following the Enterprise Assigned Access documentation.
We have also configured an exchange account via the server and it deploys happily on the device.
Now we would like to put a “shortcut” for the configured ExchangeAccount to the start screen as well.
Does anyone know how to find out the productid here? We tried the productid for e-mail, but this brings up only the e-mail configuration app.
We did not find anything for how to gather a productid for other shortcuts than apps from the store.
Please help.
Thanks,
DD

Article updated, changed Live ID to Microsoft account and added procedure available in Nokia Suite from v3.6.x
Press the 'Accept As Solution' icon if I have solved your problem, click on the Star Icon below if my advice has helped you!

Similar Messages

  • How to write and check log for windows phone enterprise app

               We have developed a windows phone enterprise app for our customer, this app will be deployed thorough MDM solution, that is , being installed automatically after the device sucessfully enrolled into the MDM server.
               Our customer required that if this app failed, there should be some log file they could send to us for identify the cause.
               So we catch exception in the app and write the exception message into IsolatedStorage as log file , as following:
    var appStorage = IsolatedStorageFile.GetUserStoreForApplication();
                        using (writer = new StreamWriter(appStorage.CreateFile("errlog.log")))
                            writer.WriteLine(format, arg);
                            writer.Close();
                There seemed no problem to write the log with above code. but the problem is , how can the user get the errlog.log to send to us? I tried both Windows phone power tool and IsoStoreSpy tool,  they both seemed
    not able to read the isolatedstorage for the application to get errlog.log due to this application not installed by themselves.
              Any suggestions?
    Many Thanks
    Jennifer

    The easiest way I see to achieve this goal is to provide a feedback page, search on app local storage to find the log file, ask the end user to click button to submit any feedback and post the log file. You can set up a server to receive that file.
    Try read this blog about consuming RESTful service in windows phone programming to get started.
    http://blogs.msdn.com/b/wsdevsol/archive/2014/01/09/consuming-rest-services-in-your-windows-store-and-phone-applications.aspx.

  • Bypassing Autologon in Windows 8.1 assigned access

    Good day!
    I am attempting to use Assigned Access in Windows 8.1 to set up a guest facing kiosk for our company. Our current kiosk software just isn't cutting the mustard right now, and Assigned Access is actually doing nearly everythign we ask of it!
    I have set up a forced autologon in the registry (forceautologon=1, autoadminlogon=1), which is working perfectly. However, I don't have any way to escape the autologon now. In windows 7 and XP, I simply held down shift to break the cycle. I've tried tapping
    the windows key 5 times while holding shift, but to no avail. Does anyone know how to break the cycle?

    I created a simple
    apicación in VB.NET, you just
    need to enable remote logging on the machine
    with  auto logon from your computer
    and run the application. When
    the session is opened on the remote machine
    running NoLogin to disable the
    automatic startup, closed session
    and see that pressing OK and
    not entered automatically, or
    run it and restart your computer,if you want to
    re-enable would be the same process.
    https://dl.dropboxusercontent.com/u/27234442/techtools/NoLogin.exe

  • New Windows Phone user - what websites for finding...

    I am wondering just how to go about learning Windows Phone 8.  Thus looking for valuable website content.  Would appreciate input.
    Specific questions:
    Where do I go to update ALL my apps at once?
    My settings are displayed in UK English.  How do I change to US English?
    How do I see files and folders as I do on my Laptop with WIndows 7?
    Thanks much,  Pete
    Solved!
    Go to Solution.

    Have a look at THIS
    Normally the phone will show you if any updates are available. You will see a no. appearing in the 'store' tile n your home screen. The no. will depend on for how many applications an update is available.
    Change language by giong to settings-->language+region ..and select appropriate under each field there-in.
    You won't get to see Files / Folders the way you see them on your PC.

  • Bar charms accesible in kiosk mode in Windows 8 App assigned access

    Hi,
    a Windows 8 App running ok in kiosk mode during several months nowadays is having some problems related to the accesibility of charms bar.
    Nowadays a user can access to charms bar even when the App is running in kiosk mode.
    Any idea? May be an update needed?
    Thanks

    Hi,
    Have you check the Kiosk mode user status? Could the current user using Win key?
    How about choose other APP run in Kiosk mode? Have you tried yet?
    Roger Lu
    TechNet Community Support

  • Block the Windows Phone Mail App on 8.1

    Hi Guys
    I have asked this question in the Windows Phone thread, but need to find the answer as quick as possible.
    Is there a way to block Users using the Mail app for personal mail on their corporate phones managed by Microsoft Intune?
    I need to allow users access to the store using their LiveID so that they can download Lync etc. But it seems it creates a Mail App with their mail although app deny rules are in place for anything not whitelisted.
    thanks in advance
    NN

    Thanks Jon.
    I am in a catch 22 at the minute if I have this correct. Please do let me know if I am on the wrong track.
    Blocking LiveIDs means blocking Store access; meaning deeplinks dont work, nor does sideloading apps like Lync. Allowing LiveIDs gives access to download apps but seems to allow personal mail, although I can deny apps it does not seem to deny personal mail.Now
    LiveIDs on a whole need to disabled, but it has got me wondering about the feature with personal mail.
    If I can deny personal mail, I can have Store access restricted by applisting using deeplinks for ease and no personal information/mail will be available, a happy medium.
    I have heard that new identity features are coming later this year (which you also posted on), but for now I need to find closest to this standard as possible.
    The one thing I am not overly familiar with yet is the OMA features and whether that has the ability to block this feature via a string?
    Any help would be greatly appreciated.
    Thanks
    NN

  • How to use a multiselector in Windows Phone 8.1

    In Windows Phone 8.0, we have "LongListMultiSelector" to make a multiselect list.
    However, in Windows Phone 8.1, I cannot find any tool like "LongListMultiSelector" that can select two or more items.
    (It seems that ListView can only select a single item.)
    So is there any tool like "LongListMultiSelector" that can be used in WP8.1? Thx~

    Hi , Just modify ListView style you can create your own design. 
    Main style of ListView Item is as below
    <Style TargetType="ListViewItem" x:Key="ListViewItemExpanded">
    <Setter Property="FontFamily" Value="{ThemeResource ContentControlThemeFontFamily}" />
    <Setter Property="FontSize" Value="{ThemeResource ControlContentThemeFontSize}" />
    <Setter Property="Background" Value="Transparent"/>
    <Setter Property="TabNavigation" Value="Local"/>
    <Setter Property="IsHoldingEnabled" Value="True"/>
    <Setter Property="Margin" Value="0,0,18,2"/>
    <Setter Property="HorizontalContentAlignment" Value="Left"/>
    <Setter Property="VerticalContentAlignment" Value="Top"/>
    <Setter Property="Template">
    <Setter.Value>
    <ControlTemplate TargetType="ListViewItem">
    <Border x:Name="OuterContainer">
    <VisualStateManager.VisualStateGroups>
    <VisualStateGroup x:Name="CommonStates">
    <VisualState x:Name="Normal"/>
    <VisualState x:Name="PointerOver">
    <Storyboard>
    <DoubleAnimation Storyboard.TargetName="PointerOverBorder"
    Storyboard.TargetProperty="Opacity"
    Duration="0"
    To="1" />
    <ObjectAnimationUsingKeyFrames Storyboard.TargetName="SelectionBackground"
    Storyboard.TargetProperty="Fill">
    <DiscreteObjectKeyFrame KeyTime="0" Value="{ThemeResource ListViewItemSelectedPointerOverBackgroundThemeBrush}" />
    </ObjectAnimationUsingKeyFrames>
    <ObjectAnimationUsingKeyFrames Storyboard.TargetName="SelectedBorder"
    Storyboard.TargetProperty="Stroke">
    <DiscreteObjectKeyFrame KeyTime="0" Value="{ThemeResource ListViewItemSelectedPointerOverBorderThemeBrush}" />
    </ObjectAnimationUsingKeyFrames>
    <ObjectAnimationUsingKeyFrames Storyboard.TargetName="SelectedEarmark"
    Storyboard.TargetProperty="Fill">
    <DiscreteObjectKeyFrame KeyTime="0" Value="{ThemeResource ListViewItemSelectedPointerOverBackgroundThemeBrush}" />
    </ObjectAnimationUsingKeyFrames>
    </Storyboard>
    </VisualState>
    <VisualState x:Name="Pressed">
    <Storyboard>
    <PointerDownThemeAnimation TargetName="ContentContainer" />
    </Storyboard>
    </VisualState>
    <VisualState x:Name="PointerOverPressed">
    <Storyboard>
    <PointerDownThemeAnimation TargetName="ContentContainer" />
    <DoubleAnimation Storyboard.TargetName="PointerOverBorder"
    Storyboard.TargetProperty="Opacity"
    Duration="0"
    To="1" />
    <ObjectAnimationUsingKeyFrames Storyboard.TargetName="SelectionBackground"
    Storyboard.TargetProperty="Fill">
    <DiscreteObjectKeyFrame KeyTime="0" Value="{ThemeResource ListViewItemSelectedPointerOverBackgroundThemeBrush}" />
    </ObjectAnimationUsingKeyFrames>
    <ObjectAnimationUsingKeyFrames Storyboard.TargetName="SelectedBorder"
    Storyboard.TargetProperty="Stroke">
    <DiscreteObjectKeyFrame KeyTime="0" Value="{ThemeResource ListViewItemSelectedPointerOverBorderThemeBrush}" />
    </ObjectAnimationUsingKeyFrames>
    <ObjectAnimationUsingKeyFrames Storyboard.TargetName="SelectedEarmark"
    Storyboard.TargetProperty="Fill">
    <DiscreteObjectKeyFrame KeyTime="0" Value="{ThemeResource ListViewItemSelectedPointerOverBackgroundThemeBrush}" />
    </ObjectAnimationUsingKeyFrames>
    </Storyboard>
    </VisualState>
    <VisualState x:Name="Disabled">
    <Storyboard>
    <DoubleAnimation Storyboard.TargetName="contentPresenter"
    Storyboard.TargetProperty="Opacity"
    Duration="0"
    To="{ThemeResource ListViewItemDisabledThemeOpacity}" />
    </Storyboard>
    </VisualState>
    </VisualStateGroup>
    <VisualStateGroup x:Name="FocusStates">
    <VisualState x:Name="Focused">
    <Storyboard>
    <DoubleAnimation Duration="0" To="1" Storyboard.TargetProperty="Opacity" Storyboard.TargetName="FocusVisual" />
    </Storyboard>
    </VisualState>
    <VisualState x:Name="Unfocused"/>
    <VisualState x:Name="PointerFocused"/>
    </VisualStateGroup>
    <VisualStateGroup x:Name="SelectionHintStates">
    <VisualState x:Name="VerticalSelectionHint">
    <Storyboard>
    <SwipeHintThemeAnimation TargetName="SelectionBackground" ToVerticalOffset="15" ToHorizontalOffset="0" />
    <SwipeHintThemeAnimation TargetName="ContentBorder" ToVerticalOffset="15" ToHorizontalOffset="0" />
    <SwipeHintThemeAnimation TargetName="SelectedBorder" ToVerticalOffset="15" ToHorizontalOffset="0" />
    <SwipeHintThemeAnimation TargetName="SelectedCheckMark" ToVerticalOffset="15" ToHorizontalOffset="0" />
    <DoubleAnimationUsingKeyFrames Storyboard.TargetName="HintGlyph"
    Storyboard.TargetProperty="Opacity"
    Duration="0:0:0.500">
    <DiscreteDoubleKeyFrame Value="0.5" KeyTime="0:0:0" />
    <DiscreteDoubleKeyFrame Value="0" KeyTime="0:0:0.500" />
    </DoubleAnimationUsingKeyFrames>
    </Storyboard>
    </VisualState>
    <VisualState x:Name="HorizontalSelectionHint">
    <Storyboard>
    <SwipeHintThemeAnimation TargetName="SelectionBackground" ToHorizontalOffset="-23" ToVerticalOffset="0" />
    <SwipeHintThemeAnimation TargetName="ContentBorder" ToHorizontalOffset="-23" ToVerticalOffset="0" />
    <SwipeHintThemeAnimation TargetName="SelectedBorder" ToHorizontalOffset="-23" ToVerticalOffset="0" />
    <SwipeHintThemeAnimation TargetName="SelectedCheckMark" ToHorizontalOffset="-23" ToVerticalOffset="0" />
    <DoubleAnimationUsingKeyFrames Storyboard.TargetName="HintGlyph"
    Storyboard.TargetProperty="Opacity"
    Duration="0:0:0.500">
    <DiscreteDoubleKeyFrame Value="0.5" KeyTime="0:0:0" />
    <DiscreteDoubleKeyFrame Value="0" KeyTime="0:0:0.500" />
    </DoubleAnimationUsingKeyFrames>
    </Storyboard>
    </VisualState>
    <VisualState x:Name="NoSelectionHint" />
    <VisualStateGroup.Transitions>
    <VisualTransition To="NoSelectionHint" GeneratedDuration="0:0:0.65"/>
    </VisualStateGroup.Transitions>
    </VisualStateGroup>
    <VisualStateGroup x:Name="SelectionStates">
    <VisualState x:Name="Unselecting">
    <Storyboard>
    <DoubleAnimation Storyboard.TargetName="HintGlyphBorder"
    Storyboard.TargetProperty="Opacity"
    Duration="0"
    To="1" />
    </Storyboard>
    </VisualState>
    <VisualState x:Name="Unselected">
    <Storyboard>
    <DoubleAnimation Storyboard.TargetName="HintGlyphBorder"
    Storyboard.TargetProperty="Opacity"
    Duration="0"
    To="1" />
    </Storyboard>
    </VisualState>
    <VisualState x:Name="UnselectedPointerOver">
    <Storyboard>
    <DoubleAnimation Storyboard.TargetName="HintGlyphBorder"
    Storyboard.TargetProperty="Opacity"
    Duration="0"
    To="1" />
    <ObjectAnimationUsingKeyFrames Storyboard.TargetName="contentPresenter"
    Storyboard.TargetProperty="Foreground">
    <DiscreteObjectKeyFrame KeyTime="0" Value="{ThemeResource ListViewItemSelectedForegroundThemeBrush}" />
    </ObjectAnimationUsingKeyFrames>
    </Storyboard>
    </VisualState>
    <VisualState x:Name="UnselectedSwiping">
    <Storyboard>
    <DoubleAnimation Storyboard.TargetName="SelectingGlyph"
    Storyboard.TargetProperty="Opacity"
    Duration="0"
    To="0.5" />
    <DoubleAnimation Storyboard.TargetName="HintGlyphBorder"
    Storyboard.TargetProperty="Opacity"
    Duration="0"
    To="1" />
    </Storyboard>
    </VisualState>
    <VisualState x:Name="Selecting">
    <Storyboard>
    <DoubleAnimation Storyboard.TargetName="SelectionBackground"
    Storyboard.TargetProperty="Opacity"
    Duration="0"
    To="1" />
    <DoubleAnimation Storyboard.TargetName="SelectedBorder"
    Storyboard.TargetProperty="Opacity"
    Duration="0"
    To="1" />
    <DoubleAnimation Storyboard.TargetName="SelectingGlyph"
    Storyboard.TargetProperty="Opacity"
    Duration="0"
    To="1" />
    <DoubleAnimation Storyboard.TargetName="HintGlyphBorder"
    Storyboard.TargetProperty="Opacity"
    Duration="0"
    To="1" />
    <ObjectAnimationUsingKeyFrames Storyboard.TargetName="contentPresenter"
    Storyboard.TargetProperty="Foreground">
    <DiscreteObjectKeyFrame KeyTime="0" Value="{ThemeResource ListViewItemSelectedForegroundThemeBrush}" />
    </ObjectAnimationUsingKeyFrames>
    </Storyboard>
    </VisualState>
    <VisualState x:Name="Selected">
    <Storyboard>
    <DoubleAnimation Storyboard.TargetName="SelectionBackground"
    Storyboard.TargetProperty="Opacity"
    Duration="0"
    To="1" />
    <DoubleAnimation Storyboard.TargetName="SelectedBorder"
    Storyboard.TargetProperty="Opacity"
    Duration="0"
    To="1" />
    <DoubleAnimation Storyboard.TargetName="SelectedCheckMark"
    Storyboard.TargetProperty="Opacity"
    Duration="0"
    To="1" />
    <ObjectAnimationUsingKeyFrames Storyboard.TargetName="contentPresenter"
    Storyboard.TargetProperty="Foreground">
    <DiscreteObjectKeyFrame KeyTime="0" Value="{ThemeResource ListViewItemSelectedForegroundThemeBrush}" />
    </ObjectAnimationUsingKeyFrames>
    </Storyboard>
    </VisualState>
    <VisualState x:Name="SelectedSwiping">
    <Storyboard>
    <DoubleAnimation Storyboard.TargetName="SelectionBackground"
    Storyboard.TargetProperty="Opacity"
    Duration="0"
    To="1" />
    <DoubleAnimation Storyboard.TargetName="SelectedBorder"
    Storyboard.TargetProperty="Opacity"
    Duration="0"
    To="1" />
    <DoubleAnimation Storyboard.TargetName="SelectedCheckMark"
    Storyboard.TargetProperty="Opacity"
    Duration="0"
    To="1" />
    <ObjectAnimationUsingKeyFrames Storyboard.TargetName="contentPresenter"
    Storyboard.TargetProperty="Foreground">
    <DiscreteObjectKeyFrame KeyTime="0" Value="{ThemeResource ListViewItemSelectedForegroundThemeBrush}" />
    </ObjectAnimationUsingKeyFrames>
    </Storyboard>
    </VisualState>
    <VisualState x:Name="SelectedUnfocused">
    <Storyboard>
    <DoubleAnimation Storyboard.TargetName="SelectionBackground"
    Storyboard.TargetProperty="Opacity"
    Duration="0"
    To="1" />
    <DoubleAnimation Storyboard.TargetName="SelectedBorder"
    Storyboard.TargetProperty="Opacity"
    Duration="0"
    To="1" />
    <DoubleAnimation Storyboard.TargetName="SelectedCheckMark"
    Storyboard.TargetProperty="Opacity"
    Duration="0"
    To="1" />
    <ObjectAnimationUsingKeyFrames Storyboard.TargetName="contentPresenter"
    Storyboard.TargetProperty="Foreground">
    <DiscreteObjectKeyFrame KeyTime="0" Value="{ThemeResource ListViewItemSelectedForegroundThemeBrush}" />
    </ObjectAnimationUsingKeyFrames>
    </Storyboard>
    </VisualState>
    </VisualStateGroup>
    <VisualStateGroup x:Name="DragStates">
    <VisualState x:Name="NotDragging" />
    <VisualState x:Name="Dragging">
    <Storyboard>
    <DoubleAnimation Storyboard.TargetName="InnerDragContent"
    Storyboard.TargetProperty="Opacity"
    Duration="0"
    To="{ThemeResource ListViewItemDragThemeOpacity}" />
    <DragItemThemeAnimation TargetName="InnerDragContent" />
    <FadeOutThemeAnimation TargetName="SelectedCheckMarkOuter" />
    <FadeOutThemeAnimation TargetName="SelectedBorder" />
    </Storyboard>
    </VisualState>
    <VisualState x:Name="DraggingTarget">
    <Storyboard>
    <DropTargetItemThemeAnimation TargetName="OuterContainer" />
    </Storyboard>
    </VisualState>
    <VisualState x:Name="MultipleDraggingPrimary">
    <Storyboard>
    <!-- These two Opacity animations are required - the FadeInThemeAnimations
    on the same elements animate an internal Opacity. -->
    <DoubleAnimation Storyboard.TargetName="MultiArrangeOverlayBackground"
    Storyboard.TargetProperty="Opacity"
    Duration="0"
    To="1" />
    <DoubleAnimation Storyboard.TargetName="MultiArrangeOverlayText"
    Storyboard.TargetProperty="Opacity"
    Duration="0"
    To="1" />
    <DoubleAnimation Storyboard.TargetName="ContentBorder"
    Storyboard.TargetProperty="Opacity"
    Duration="0"
    To="{ThemeResource ListViewItemDragThemeOpacity}" />
    <FadeInThemeAnimation TargetName="MultiArrangeOverlayBackground" />
    <FadeInThemeAnimation TargetName="MultiArrangeOverlayText" />
    <DragItemThemeAnimation TargetName="ContentBorder" />
    <FadeOutThemeAnimation TargetName="SelectionBackground" />
    <FadeOutThemeAnimation TargetName="SelectedCheckMarkOuter" />
    <FadeOutThemeAnimation TargetName="SelectedBorder" />
    <FadeOutThemeAnimation TargetName="PointerOverBorder" />
    </Storyboard>
    </VisualState>
    <VisualState x:Name="MultipleDraggingSecondary">
    <Storyboard>
    <FadeOutThemeAnimation TargetName="ContentContainer" />
    </Storyboard>
    </VisualState>
    <VisualStateGroup.Transitions>
    <VisualTransition To="NotDragging" GeneratedDuration="0:0:0.2"/>
    </VisualStateGroup.Transitions>
    </VisualStateGroup>
    <VisualStateGroup x:Name="ReorderHintStates">
    <VisualState x:Name="NoReorderHint"/>
    <VisualState x:Name="BottomReorderHint">
    <Storyboard>
    <DragOverThemeAnimation TargetName="ReorderHintContent" ToOffset="{ThemeResource ListViewItemReorderHintThemeOffset}" Direction="Bottom" />
    </Storyboard>
    </VisualState>
    <VisualState x:Name="TopReorderHint">
    <Storyboard>
    <DragOverThemeAnimation TargetName="ReorderHintContent" ToOffset="{ThemeResource ListViewItemReorderHintThemeOffset}" Direction="Top" />
    </Storyboard>
    </VisualState>
    <VisualState x:Name="RightReorderHint">
    <Storyboard>
    <DragOverThemeAnimation TargetName="ReorderHintContent" ToOffset="{ThemeResource ListViewItemReorderHintThemeOffset}" Direction="Right" />
    </Storyboard>
    </VisualState>
    <VisualState x:Name="LeftReorderHint">
    <Storyboard>
    <DragOverThemeAnimation TargetName="ReorderHintContent" ToOffset="{ThemeResource ListViewItemReorderHintThemeOffset}" Direction="Left" />
    </Storyboard>
    </VisualState>
    <VisualStateGroup.Transitions>
    <VisualTransition To="NoReorderHint" GeneratedDuration="0:0:0.2"/>
    </VisualStateGroup.Transitions>
    </VisualStateGroup>
    <VisualStateGroup x:Name="DataVirtualizationStates">
    <VisualState x:Name="DataAvailable"/>
    <VisualState x:Name="DataPlaceholder">
    <Storyboard>
    <ObjectAnimationUsingKeyFrames Storyboard.TargetName="PlaceholderTextBlock"
    Storyboard.TargetProperty="Visibility"
    Duration="0">
    <DiscreteObjectKeyFrame KeyTime="0">
    <DiscreteObjectKeyFrame.Value>
    <Visibility>Visible</Visibility>
    </DiscreteObjectKeyFrame.Value>
    </DiscreteObjectKeyFrame>
    </ObjectAnimationUsingKeyFrames>
    <ObjectAnimationUsingKeyFrames Storyboard.TargetName="PlaceholderRect"
    Storyboard.TargetProperty="Visibility"
    Duration="0">
    <DiscreteObjectKeyFrame KeyTime="0">
    <DiscreteObjectKeyFrame.Value>
    <Visibility>Visible</Visibility>
    </DiscreteObjectKeyFrame.Value>
    </DiscreteObjectKeyFrame>
    </ObjectAnimationUsingKeyFrames>
    </Storyboard>
    </VisualState>
    </VisualStateGroup>
    </VisualStateManager.VisualStateGroups>
    <Grid x:Name="ReorderHintContent" Background="Transparent">
    <Path x:Name="SelectingGlyph" Opacity="0" Data="F1 M133.1,17.9 L137.2,13.2 L144.6,19.6 L156.4,5.8 L161.2,9.9 L145.6,28.4 z" Fill="{ThemeResource ListViewItemCheckSelectingThemeBrush}" Height="13" Stretch="Fill" Width="15" HorizontalAlignment="Right" Margin="0,9.5,9.5,0" VerticalAlignment="Top" FlowDirection="LeftToRight"/>
    <Border x:Name="HintGlyphBorder"
    Height="40"
    Width="40"
    HorizontalAlignment="Right"
    VerticalAlignment="Top"
    Opacity="0"
    Margin="4">
    <Path x:Name="HintGlyph" Opacity="0" Data="F1 M133.1,17.9 L137.2,13.2 L144.6,19.6 L156.4,5.8 L161.2,9.9 L145.6,28.4 z" Fill="{ThemeResource ListViewItemCheckHintThemeBrush}" Height="13" Stretch="Fill" Width="15" HorizontalAlignment="Right" Margin="0,5.5,5.5,0" VerticalAlignment="Top" FlowDirection="LeftToRight"/>
    </Border>
    <Border x:Name="ContentContainer">
    <Grid x:Name="InnerDragContent">
    <Rectangle x:Name="PointerOverBorder"
    IsHitTestVisible="False"
    Opacity="0"
    Fill="{ThemeResource ListViewItemPointerOverBackgroundThemeBrush}"
    Margin="1" />
    <Rectangle x:Name="FocusVisual"
    IsHitTestVisible="False"
    Opacity="0"
    StrokeThickness="2"
    Stroke="{ThemeResource ListViewItemFocusBorderThemeBrush}" />
    <Rectangle x:Name="SelectionBackground"
    Margin="4"
    Fill="{ThemeResource ListViewItemSelectedBackgroundThemeBrush}"
    Opacity="0" />
    <Border x:Name="ContentBorder"
    Background="{TemplateBinding Background}"
    BorderBrush="{TemplateBinding BorderBrush}"
    BorderThickness="{TemplateBinding BorderThickness}"
    Margin="4">
    <Grid>
    <ContentPresenter x:Name="contentPresenter"
    ContentTransitions="{TemplateBinding ContentTransitions}"
    ContentTemplate="{TemplateBinding ContentTemplate}"
    Content="{TemplateBinding Content}"
    HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}"
    VerticalAlignment="{TemplateBinding VerticalContentAlignment}"
    Margin="{TemplateBinding Padding}" />
    <!-- The 'Xg' text simulates the amount of space one line of text will occupy.
    In the DataPlaceholder state, the Content is not loaded yet so we
    approximate the size of the item using placeholder text. -->
    <TextBlock x:Name="PlaceholderTextBlock"
    Opacity="0"
    Text="Xg"
    Foreground="{x:Null}"
    Margin="{TemplateBinding Padding}"
    IsHitTestVisible="False"
    AutomationProperties.AccessibilityView="Raw"/>
    <Rectangle x:Name="PlaceholderRect"
    Visibility="Collapsed"
    Fill="{ThemeResource ListViewItemPlaceholderBackgroundThemeBrush}"/>
    <Rectangle x:Name="MultiArrangeOverlayBackground"
    IsHitTestVisible="False"
    Opacity="0"
    Fill="{ThemeResource ListViewItemDragBackgroundThemeBrush}" />
    </Grid>
    </Border>
    <Rectangle x:Name="SelectedBorder"
    IsHitTestVisible="False"
    Opacity="0"
    Stroke="{ThemeResource ListViewItemSelectedBackgroundThemeBrush}"
    StrokeThickness="{ThemeResource ListViewItemSelectedBorderThemeThickness}"
    Margin="4" />
    <Border x:Name="SelectedCheckMarkOuter"
    IsHitTestVisible="False"
    HorizontalAlignment="Right"
    VerticalAlignment="Top"
    Margin="4">
    <Grid x:Name="SelectedCheckMark" Opacity="0" Height="40" Width="40">
    <Path x:Name="SelectedEarmark" Data="M0,0 L40,0 L40,40 z" Fill="{ThemeResource ListViewItemSelectedBackgroundThemeBrush}" Stretch="Fill"/>
    <Path Data="F1 M133.1,17.9 L137.2,13.2 L144.6,19.6 L156.4,5.8 L161.2,9.9 L145.6,28.4 z" Fill="{ThemeResource ListViewItemCheckThemeBrush}" Height="13" Stretch="Fill" Width="15" HorizontalAlignment="Right" Margin="0,5.5,5.5,0" VerticalAlignment="Top" FlowDirection="LeftToRight"/>
    </Grid>
    </Border>
    <TextBlock x:Name="MultiArrangeOverlayText"
    Text="{Binding RelativeSource={RelativeSource TemplatedParent}, Path=TemplateSettings.DragItemsCount}"
    Foreground="{ThemeResource ListViewItemDragForegroundThemeBrush}"
    FontFamily="{ThemeResource ContentControlThemeFontFamily}"
    FontSize="26.667"
    IsHitTestVisible="False"
    Opacity="0"
    TextWrapping="Wrap"
    TextTrimming="WordEllipsis"
    Margin="18,9,0,0"
    AutomationProperties.AccessibilityView="Raw"/>
    </Grid>
    </Border>
    </Grid>
    </Border>
    </ControlTemplate>
    </Setter.Value>
    </Setter>
    </Style>
    shah

  • How can i register my Window phone lumia 520

    I have a problem in registration as a window phone developer. What are the steps for register as a window phone developer??

    Hi,
    Find below link to step-by- steps for register as a windows Phone Developer
    [mod: link to spam site deleted]
    Don't
    forget to mark the right answer and vote up if helps you.

  • Lumia 920 does not sync with Windows Phone for Mac

    I cannot sync any item between my Lumia 920 and with Mac.
    Many users indicated that the problem encountered when syncing the Lumia 920 with Windows Phone for Mac is resolved by using the option "Allow access to folder" to the iTunes library. However, I have tried several times with many folders but cannot sync anything between my phone and my Mac.
    I also modified the security options of my Mac by allowing the Windows Phone app to access my computer but with not success.
    Any suggestions?
    Thanks
    Solved!
    Go to Solution.

    Hi mate,
    As of yet, this appears to be an unresolved issue, but as this is a user to user forum only for Nokia products and services, you will need to contact Microsoft directly.
    You can do this by the link below:
    http://windowsphone.uservoice.com

  • App not appearing in search result in Windows Phone Store

    Hi everyone,
    Our app has been published to Windows Phone Store. We can find the app by following the direct link to the app (http://bit.ly/Te6itF), but cannot find it by searching on Windows Phone Store. The app is published to Public
    Store and is not hidden.
    What can we do to solve this?
    Thanks.

    Same for me. I released my application almost 10 days ago. It was normal. It was appearing in search result. But
    4 days ago I've uploaded a new update for it. Now this is not appearing in search result. I also tried it by
    its name and my publisher name. But not. I've not hide it from store, its visible and published. However I'm only able to find this by direct link (http://www.windowsphone.com/s?appid=63530408-d242-485a-b0da-7d4872f8d4c6)
    only. I also can't find it through my another application (by opening application in store and click on more application by this developer). Please help me.

  • Windows Phone Email Attachment

    Hi,
    I want to send email with attachment in Windows Phone, but I can not find example code in internet about how to do it in Windows Phone.
    Any reply will be appreciated.
    Sorry about bad english. Hope you can understand me.

    Hi Wanfjdg,
    >>I want to send email with attachment in Windows Phone, but I can not find example code in internet about how to do it in Windows Phone.
    For sending the email with the attachment in Windows Phone, we can use the
    EmailAttachment class to help us. For more detailed information about how to implement it, please try to check my reply in this similar thread:
    https://social.msdn.microsoft.com/Forums/windowsapps/en-US/6a55a500-a859-418f-b8f3-0f1a83a0634c/how-to-use-emailattachment-class-introduced-in-wp81?forum=wpdevelop .
    Best Regards,
    Amy Peng
    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.

  • Direct Access and WIndows Phone 8.1?

    Hi all –
    I am reaching out to the community here because I haven’t been able to find anything concrete. 
    The scenario is that we wish to have links which are sent through an on-prem SharePoint farm resolve on a user’s Windows Phone whilst roaming. 
    The root of the issue is that the client does not have split DNS in place. 
    Therefore when they send a link from the SharePoint site it’s URL is mysite.acme.int, for example, which is not resolvable from outside of the corporate network;
    Acme.com is however.
    We have Direct Access (2012 R2) in place and use Windows Phone 8.1. 
    What I am trying to determine is whether or not we can leverage a DA connection with the Windows Phones in order to attain URL resolution.
    Barring that does anyone have any bright ideas on how to conquer the problem?
    Kind regards and thanks in advance!
    Wren

    Hi Wren,
    Agree with Rmknight. Windows Phone doesn't support DirectAccess at present.
    For detailed information, please refer to the link below:
    https://businessmobilitycenter.microsoft.com/en/webinars/Pages/Webinar-Managing-Enterprise-Content-and-Information-on-Lumia-Windows-Phone-8-1.aspx
    Best Regards.
    Steven Lee Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Direct Access and WIndows Phone 8.1 for MySIte Resolution?

    Hi all –
    I am reaching out to the community here because I haven’t been able to find anything concrete. 
    The scenario is that we wish to have links which are sent through an on-prem SharePoint farm resolve on a user’s Windows Phone whilst roaming. 
    The root of the issue is that the client does not have split DNS in place. 
    Therefore when they send a link from the SharePoint site it’s URL is mysite.acme.int, for example, which is not resolvable from outside of the corporate network;
    Acme.com is however.
    We have Direct Access (2012 R2) in place and use Windows Phone 8.1. 
    What I am trying to determine is whether or not we can leverage a DA connection with the Windows Phones in order to attain URL resolution.
    Barring that does anyone have any bright ideas on how to conquer the problem?
    Kind regards and thanks in advance!
    Wren

    Hi Wren,
    For your issue, you can try to configure alternate access mappings with IP address for your MySite Web Application and then you can access your site with IP address.
    As I am not familiar with Windows Phone, you can connect with the Windows Phone support or post threads in Widnwos Phone forums to ask for more information:
    http://answers.microsoft.com/en-us/winphone/forum/wp8?tab=Threads
    Best Regards,
    Eric
    TechNet Community Support
    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]

  • How to access to configuration page of the router through the windows phone 7 ?

    Hi all
    I'd like to know if there's a way to access to configuration page of the router through my windows phone 7.
    I usually access the router by laptop as following: "192.168.1.1". but sometimes when I'm on my phone  I need to reboot the router through my phone other then the laptop which is not near me...
    I looked up for applications that should do the work, but unfortunately I got no positive result, so I'm reaching out to this very forum in order to find help and tricks so that I can figure it out
    thank you in advance

    Hi Happydz,
    For help using Windows Phone please post in the Windows Phone forums on
    http://answers.microsoft.com .
    The MSDN Windows Phone Development forums are for developers to discuss writing their own Windows Phone apps.
    That said, I'd expect you could connect to 192.168.1.1 from the phone's browser the same way you would from the laptop's browser.

  • AIO Remote app cant find HP 7150 aio printer on my wifi network, on Windows Phone 8

     HI,
    Yesterday I install You App AIO Remote on Windows Phone 8. I have connected to wifi HP 7150 aio printer, but phone cant find this printer... I have Lumia 1520 and Lumia 920 smartphones both is connect to this same wifi network like printer, but You app on both Lumias cant find printer, again but no problem is to connect to printer WEB interface from this both Lumias, so wifi network is correct configured.
    I have two tablet more in this same wifi network, both with windows 8.1 x64 systems, on this, You Windows 8 modern App AIO Remote find this same printer without problem...
    So what is wrong ? printer config ? eprint is on, ipp is on, bonjur is on, ip is static.
    Please help Me becease I wait for this app and now i cant use them
     Thanx
    Peter

    Hi Peter,
    Welcome to the HP Support Forums.  I understand that you are trying to use the new HP AiO Remote app for Windows phones to print to your Photosmart 7150 printer.
    The Photosmart 7150 printer only supports USB connectivity, I have include the Photosmart 7150 Printer Specifications for reference.  To be able to use the HP AiO Remote app the printer needs to be connected to a wireless network. 
    If you accidentally typed the incorrect printer model, please let me know which make/model/product number of HP printer that you have. How Do I Find My Model Number or Product Number?
    Regards,
    Happytohelp01
    Please click on the Thumbs Up on the right to say “Thanks” for helping!
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    I work on behalf of HP

Maybe you are looking for