Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

WMAppManifest Error Windows 8 phone

Hi,

Try unticking ID_CAP_CAMERA in Capabilities list please. This should help: http://msdn.microsoft.com/en-us/libra...

ol3j
Posts: 0
Joined: Tue Jan 07, 2014 8:36 pm

WMAppManifest Error Windows 8 phone

Hi,

I have deleted only ID_CAP_CAMERA from WMAppManifest.xml after converted to VS 2013 project. The application was installed on devices but i can't run it. No error, no message. Only black screen appears and disappears for 1 second.

precode
<?xml version="1&#46;0" encoding="utf-8"?>
<Deployment xmlns="http:&#47;&#47;schemas&#46;microsoft&#46;com&#47;windowsphone&#47;2012&#47;deployment" AppPlatformVersion="8&#46;0">
<DefaultLanguage xmlns="" code="" &#47;>
<App xmlns="" ProductID="{c51db92d-bbb2-4491-91c9-94fb29bc19d1}" Title="promobi" RuntimeType="Silverlight" Version="1&#46;0&#46;0&#46;0" Genre="apps&#46;normal" Author="Max author" BitsPerPixel="32" Description="Apache Cordova for Windows Phone 7" Publisher="Max" PublisherID="{93b119a1-0214-4bf9-b735-52afd892b983}">
<IconPath IsRelative="true" IsResource="false">ApplicationIcon&#46;png<&#47;IconPath>
<Capabilities>
<Capability Name="ID_CAP_IDENTITY_DEVICE" &#47;>
<Capability Name="ID_CAP_IDENTITY_USER" &#47;>
<Capability Name="ID_CAP_LOCATION" &#47;>
<Capability Name="ID_CAP_NETWORKING" &#47;>
<Capability Name="ID_CAP_WEBBROWSERCOMPONENT" &#47;>
<Capability Name="ID_CAP_APPOINTMENTS" &#47;>
<Capability Name="ID_CAP_CONTACTS" &#47;>
<Capability Name="ID_CAP_ISV_CAMERA" &#47;>
<Capability Name="ID_CAP_MICROPHONE" &#47;>
<Capability Name="ID_CAP_PHONEDIALER" &#47;>
<Capability Name="ID_CAP_PUSH_NOTIFICATION" &#47;>
<Capability Name="ID_CAP_SENSORS" &#47;>
<Capability Name="ID_CAP_MEDIALIB_AUDIO" &#47;>
<Capability Name="ID_CAP_MEDIALIB_PHOTO" &#47;>
<Capability Name="ID_CAP_MEDIALIB_PLAYBACK" &#47;>
<&#47;Capabilities>
<Tasks>
<DefaultTask Name="default" NavigationPage="MainPage&#46;xaml" &#47;>
<&#47;Tasks>
<Tokens>
<PrimaryToken TokenID="MaxToken" TaskName="default">
<TemplateFlip>
<SmallImageURI IsResource="false" IsRelative="true">Background&#46;png<&#47;SmallImageURI>
<Count>0<&#47;Count>
<BackgroundImageURI IsResource="false" IsRelative="true">Background&#46;png<&#47;BackgroundImageURI>
<Title>Max<&#47;Title>
<BackContent><&#47;BackContent>
<BackBackgroundImageURI><&#47;BackBackgroundImageURI>
<BackTitle><&#47;BackTitle>
<DeviceLockImageURI><&#47;DeviceLockImageURI>
<HasLarge>false<&#47;HasLarge>
<&#47;TemplateFlip>
<&#47;PrimaryToken>
<&#47;Tokens>
<ScreenResolutions>
<ScreenResolution Name="ID_RESOLUTION_WVGA" &#47;>
<ScreenResolution Name="ID_RESOLUTION_WXGA" &#47;>
<ScreenResolution Name="ID_RESOLUTION_HD720P" &#47;>
<&#47;ScreenResolutions>
<Requirements>
<Requirement Name="ID_REQ_FRONTCAMERA" &#47;>
<&#47;Requirements>
<&#47;App>
<&#47;Deployment>
<!-- WPSDK Version 8&#46;0&#46;9900 -->
/code/pre

Willie Sims
Posts: 0
Joined: Wed Jul 10, 2013 4:37 pm

WMAppManifest Error Windows 8 phone

Comment out the isv camera in the capabilities name line see if that works, let me know I'm still experimenting too,
I hope appery will update soon, if not I will have to look for another avenue.
part of the issue is the cross over I've tried with no success will keep you updated.
I am working today but will put a list together what I have tried maybe together we can find a work around

ol3j
Posts: 0
Joined: Tue Jan 07, 2014 8:36 pm

WMAppManifest Error Windows 8 phone

I have deleted ID_CAP_ISV_CAMERA but no result. install ok but app does not working.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

WMAppManifest Error Windows 8 phone

Hello! Could you clarify what do you mena on "app does not working"? Are there any errors?

ol3j
Posts: 0
Joined: Tue Jan 07, 2014 8:36 pm

WMAppManifest Error Windows 8 phone

No errors, no messages. I click icon of app. Black screen shows very fast and app is closed. Any page of app doesn't appear. The same app works on android.
This is my project http://sdrv.ms/1eOYwP3.

Willie Sims
Posts: 0
Joined: Wed Jul 10, 2013 4:37 pm

WMAppManifest Error Windows 8 phone

Your still require Id camera in your requirements list try taking or commenting out that line see if it helps. Sorry this is all trial and error so its best to comment out the lines so you can track what you have done and go back to it if you need to

Willie Sims
Posts: 0
Joined: Wed Jul 10, 2013 4:37 pm

WMAppManifest Error Windows 8 phone

Keep in mind this code is like a check list, one line at a time

Return to “Issues”