Page 3 of 3

WMAppManifest Error Windows 8 phone

Posted: Thu Jan 09, 2014 6:53 am
by Kateryna Grynko

Hi,

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


WMAppManifest Error Windows 8 phone

Posted: Thu Jan 09, 2014 9:37 pm
by ol3j

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


WMAppManifest Error Windows 8 phone

Posted: Fri Jan 10, 2014 3:21 am
by Willie Sims

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


WMAppManifest Error Windows 8 phone

Posted: Sat Jan 11, 2014 3:05 pm
by ol3j

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


WMAppManifest Error Windows 8 phone

Posted: Mon Jan 13, 2014 11:01 am
by Maryna Brodina

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


WMAppManifest Error Windows 8 phone

Posted: Mon Jan 13, 2014 5:06 pm
by ol3j

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.


WMAppManifest Error Windows 8 phone

Posted: Mon Jan 13, 2014 5:10 pm
by Willie Sims

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


WMAppManifest Error Windows 8 phone

Posted: Mon Jan 13, 2014 5:37 pm
by Willie Sims

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