Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6367815
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T00:35:50+00:00 2026-05-25T00:35:50+00:00

I have an application, targeting mango devices, which plays music via a BackgroundAudioAgent. As

  • 0

I have an application, targeting mango devices, which plays music via a BackgroundAudioAgent. As such it integrates with the universal volume control (UVC).

Is there a way to detect when the application is launched by tapping the artists details in the UVC?

Alternatively, is there a way to set a deep link for the UVC to use?

I want this so that I can take the user to the “Now playing” page, rather than the main page, when the app is launched via the UVC.

Update
This also affects launching the app from the now playing tile in the Music & Video hub as the BackgroundAudioPlayer automatically integrates with this part of the hub.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T00:35:51+00:00Added an answer on May 25, 2026 at 12:35 am

    Using MediaHistory Zune Hub integration solves this problem. It also passes the Marketplace Test Kit capability test step in the RC SDK, so that’s a good sign.

    If you start from the example on MSDN, calling the following code from GetNextTrack() and GetPreviousTrack() in the background audio agent means that when you click UVC or Zune Now Playing you can get back the navigation query string you specify here…

        private AudioTrack ChangeTrack()
        {
            AudioTrack track = _playList[currentTrackNumber];
    
            IsolatedStorageFile isoStore = IsolatedStorageFile.GetUserStoreForApplication();
            Stream s = isoStore.OpenFile("ApplicationIcon.png", FileMode.Open);
    
            MediaHistoryItem nowPlaying = new MediaHistoryItem();
            nowPlaying.Title = "Background Audio is playing!";
            nowPlaying.ImageStream = s;
            nowPlaying.PlayerContext.Add("keyString", track.Title);
            MediaHistory.Instance.NowPlaying = nowPlaying;
    
            return track;
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have application which needs to use a dll (also written by me) which
I have application that brings response via Ajax and creates 5-20 new jQuery click
I have an application written in C# which depends on sqlite managed provider. The
I have a server application which reads messages off a queue and writes them
I have a WPF application targetting the .NET 4.0 Client Profile which needs to
I have an existing C# application written for .NET 2.0 and targeting AnyCPU at
I have single-thread windows form application written with VB.NET and targeting Framework 1.1 .
We have a general style in default.xaml, targeting all buttons in our application. Is
I have an application targeting the 2.0 .NET framework. The solution is using the
Problem background: I have a Qt/QML Symbian application targeting Qt 4.7.4, that requires a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.