Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 30415200B58 for ; Wed, 13 Jul 2016 04:49:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2EA7F160A75; Wed, 13 Jul 2016 02:49:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6B6F4160A56 for ; Wed, 13 Jul 2016 04:49:21 +0200 (CEST) Received: (qmail 3367 invoked by uid 500); 13 Jul 2016 02:49:20 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 3355 invoked by uid 99); 13 Jul 2016 02:49:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jul 2016 02:49:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 6877D2C02A1 for ; Wed, 13 Jul 2016 02:49:20 +0000 (UTC) Date: Wed, 13 Jul 2016 02:49:20 +0000 (UTC) From: "Phuong Too (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CB-11564) Windows Phones platform cannot play background audio MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 13 Jul 2016 02:49:22 -0000 Phuong Too created CB-11564: ------------------------------- Summary: Windows Phones platform cannot play background audio Key: CB-11564 URL: https://issues.apache.org/jira/browse/CB-11564 Project: Apache Cordova Issue Type: Bug Components: Plugin Media Environment: Windows Phones Reporter: Phuong Too Priority: Blocker 1. Use the plugin https://github.com/apache/cordova-plugin-media cordova plugin add cordova-plugin-media@2.3.0 2. There is some reference material here for the additional requirements: http://blogs.technet.com/b/chadduffey/archive/2014/06/27/implement-background-audio-for-modern-windows-applications.aspx => It just work only for windows platform. It does not work for windows phones platform. 3. There is some reference How to play audio in the background: https://msdn.microsoft.com/en-us/library/windows/apps/xaml/jj841209.aspx Instructions I follow this reference to declare the background audio task. Open the package.phone.appxmanifest file in theplatforms/windows. Addition in tag. After that, build app but it doesn't build and got a message: "Severity Code Description Project File Line Suppression State Error DEP0001 : Unexpected Error: Package could not be registered. (Exception from HRESULT: 0x80073CF6)" Severity Code Description Project File Line Suppression State Error DEP6701 : Bootstrapping failed with unexpected error: 'DEP6700 : LaunchMsvsmon failed on the device side with error code 0x80070019'. Severity Code Description Project File Line Suppression State Error DEP6700 : LaunchMsvsmon failed on the device side with error code 0x80070019 -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org