Does anyone know of a good way to record an application being used on Windows Phone 7 that includes markers as to where on the screen it is being touched?
Asked
Active
Viewed 3,282 times
1 Answers
3
Currently there is no public tool available to do this. Microsoft has them for sure since it was used at a couple of events (incluing PDC and other general presentations around the US), but it is not released anywhere else.
Your best bet is recording the screen data directly from the emulator via a desktop screen capture application.

Den
- 16,686
- 4
- 47
- 87
-
I recently had a "developer mule" and had a look at the desktop video output. The mule had an option to use the USB for VGA output in Settings. This was a firmware setting and required a reboot of the device - and it also required special software running on the PC. I don't see this being available as a general option any point soon :( – Stuart Mar 15 '11 at 20:03
-
@Dennis that unfortunate. This might be a good question to ask in wp7 forums. Maybe we could "suggest" they make this tool available. – Edward Mar 15 '11 at 20:38
-
As I said - I am fairly confient this option exists, it's just not public. – Den Mar 15 '11 at 21:13
-
The tool that Microsoft use to mirror the screen display to video out will NOT be made publicaly available due to licensing issues. I have asked about this lots. ;) – Matt Lacey Mar 15 '11 at 21:36
-
2Yeah they recommended I use Expression Encoder and record off the emulator. Guess that will have to work for now. – Edward Mar 15 '11 at 23:39
-
It also just hit me to change the cursor temporarily to simulate what they used. Ha brilliant. – Edward Mar 15 '11 at 23:41