Tagged Questions
The zune tag has no wiki summary.
6
votes
4answers
2k views
Metro UI and C#
Does anyone have any code samples in C# that implements the Metro UI? This is similar to the interfaces used in Zune and MetroTwit.
Thanks
6
votes
4answers
905 views
How to get started with game programming on the Zune
My zune just updated to 3.0 (didn't even realize they were releasing something new!) and the update came with two games, but the Zune marketplace does not have games.
Where do I go to get started, ...
5
votes
3answers
1k views
Zune API ZuneCore.dll
I noticed the other day that the Zune PC Software exposes a type library (ZuneCore.dll). It seems to be related to the WMPLib API in some way but I can't figure out how to use it either from VB6 or ...
4
votes
1answer
145 views
Injecting into a running .Net 2.0 AppDomain
I am currently attempting to extend the Zune software, in a way that doesn't require that I launch Zune (like ZuneLCDApi).
In order to do so, I need to access one or two variables that Zune has in ...
3
votes
2answers
197 views
Mock Device connecting through USB
I have a device and the drivers for this device. What I would like to do is build an application that mocks a USB device to communicate with a third party application.
More specifically, I am ...
3
votes
2answers
446 views
Zune as dev/test for WP7 apps
I have a Windows Phone 7 app to develop as a pet project and was going to get a phone just for testing my application. The app doesn't require calling features, so I was wondering if it would make ...
3
votes
1answer
115 views
Can you write plugins for the Zune Desktop application?
Does anyone know where to start, or even if you can write add-ons for managing extras like audio books or your own collection management routines / visualizations?
3
votes
1answer
200 views
Is it possible to build an email reader for the Zune?
Is it possible to build an email reader for the Zune through XNA ?
Version 3.0 allows us to connect to the Market place and download music directly from the Zune hence the nature of my question.
...
2
votes
3answers
440 views
Detect if Windows Phone 7 is connected to desktop Zune software
I've been working on a Windows Phone 7 app for a few months now and have a collection of useful detection flags that are used to test for things like if the code is running in the emulator, on a ...
2
votes
1answer
274 views
Uploading / Simulating a Collection of Songs on the Windows Phone 7 Emulator
I am writing a windows phone 7 game that deals with extracting the spectrum out of a song and building the game level based on that. The only problem I have so far, though is that I cannot use any ...
2
votes
1answer
3k views
Metro-like theme for WPF
I would like to know where i can get the theme that looks like Zune application for Windows (or MetroTwit) for WPF.
I google it but i only get the theme for Silverlight 4, not WPF.
2
votes
1answer
690 views
Zune Player api
Is there the equivalent of the Windows Media Player SDK for the Zune Player software? I would like to be able to control the volume, play/pause state, and skip to next / previous track.
2
votes
1answer
324 views
XNA Zune HD application won't exit gracefully
I have and built and deployed the application created by the new project template for the zune hd. The problem is whenever the application exits, the Zune reboots. This happens when remotely debugging ...
2
votes
2answers
584 views
How do I load pictures in Zune XNA without running out of memory?
Im writing a XNA program that display pictures from a specific picture album on the Zune. The problem is when if I load the textures from all the pictures in the album, the program runs out of memory. ...
1
vote
1answer
153 views
How to create podcast for Zune using youtube?
I'm using Zune and I want to be able to add, as a podcast, all the videos from a youtube user.
But after trying several scripts/services (PHP, Yahoo! Pipes, etc.) it turns that the different podcast ...
1
vote
1answer
264 views
API to add playlists in Zune
I am using windows phone 7 and would like to add downloaded podcasts to a play list so that I can listen to them in a single go. Unfortunately UI does not allow this. I would like to know whether ...
1
vote
2answers
263 views
Construct a LPCWSTR on WinCE in C++ (Zune/ZDK)
What's a good way to construct an LPCWSTR on WinCE 6? I'd like to find something similar to String.Format() in C#. My attempt is:
OSVERSIONINFO vi;
memset (&vi, 0, sizeof vi);
...
1
vote
2answers
232 views
Zune HD development limitations
I'm wondering if I can write something like reading app (to turn my Zune HD into the Amazon Reader)
Can I write applications?
How am I limited with API? Can I use network and FS? Can I embed a ...
0
votes
0answers
27 views
how to code to stop/pause zune music in windowsphone7
Does anyone knows, how to code in c# to stop/pause the zune music in windowsphone7. I used background music in my application, if i launch my application, zune music stops. how to handle this? i use ...
0
votes
0answers
124 views
How do I make Windows Phone 7's music player recognize disc numbers? It doesn't do that for me [closed]
I listen to a lot of electronic [dance] music, most of which comes in 2CD mix compilations. In iTunes, I use the "Disc Number" field to specify if its disc 1 or 2. iTunes (and the iPhone and even my ...
0
votes
0answers
25 views
Adding tracks to Zune library using C#
Using C#, how do I programmatically add tracks to the Zune library?
0
votes
2answers
104 views
Programatically make changes to Zune tracks
Does anyone know of any APIs available for Microsoft's Zune application? I want to modify the ratings of the songs that are loaded in Zune without having to open the Zune app. There is a ZuneStore.sdf ...
0
votes
1answer
90 views
Detect whether the device is connected to a computer?
Is it the case that there exists a way to judge weather my WP7 device is connected to a computer? Since "My Pictures" is not accessible when connected to my computer, this implies there is some way ...
0
votes
3answers
318 views
Visual Studio/WPConnect Unable to Connect to WP7 Device
For some reason, I'm no longer able to connect and deploy to my wp7 device. Zune does not show the phone as being connected, despite the fact that it is connected and the phone shows that it's being ...
0
votes
0answers
23 views
Determine what methods are called in a dll
I am examining undocumented DLL's for the zune client software in an attempt to determine what method is called when a zune device is recognized by the software. I am trying to develop a piece of ...
0
votes
1answer
99 views
How do you make a component/container that allows for the input of an integer in Visual C#?
I'm trying to make a simple Zune "game" (it's really an app, but my Zune only supports games) that takes in two integers, which are time intervals, and plays one sound after time1 and plays another ...
0
votes
2answers
113 views
Getting Windows Live Anonymous ID from PC?
Is there any way of getting the "Windows Live Anonymous ID" from a PC based on the users e-mail-adress, logged in Windows-account, registry, Zune, currently usb-connected phone or else?
0
votes
2answers
53 views
Is it possible to use XNA 3.1 on the ZuneHD and save data to the filesystem?
If it is possible, how would you go about doing it?
0
votes
2answers
3k views
How do I authorize a Windows Phone 7 device to allow for visual studio to deploy to it?
I've registered as an app developer with the Microsoft store but I'm at a loss, under devices I'm told that I need to authorize devices to use for app development but it says: "Adding additional ...
0
votes
2answers
327 views
What Microsoft UI technology was used to create Zune Media player (marketplace software, not device os)?
UI looks like it could me made with silverlight, but it's not a web app.
0
votes
1answer
227 views
Control the Zune Software with SendMessage
I am wondering if there is a way to pause/play/skip the zune software by using SendMessage on the software? I don't like all the songs the SmartDJ picks and It would be nice to do that with key ...
-2
votes
0answers
343 views
How to download apps in windowsphone device (NOKIA Lumia 800) [closed]
Yesterday i bought new windows mobile(Nokia Lumia 800) for development purpose. I installed zune software and synchronous music, videos and pictures but i dont know how to install/download apps. Is ...