Question

Is there a way to access internet from Zune HD (from XNA app or maybe another app)? I've found nothing in official documentation, but maybe there is a hack?

For example, Twitter and Weather programs work fine with the internet

Was it helpful?

Solution

Networking on Zune can only be used to access the Xbox Live service and this allows you to download GamerTag data and communicate between other XNA based games for multiplayer.

XNA or the Zune HD cannot be used to access the internet like a web browser.

Look at the following thread in the link I provided you, pretty concrete proof from the developers of the XNA platform itself:

XNA Creators Website

OTHER TIPS

XNA APIs do not allow internet access. The compact framework implementation does not have the System.Net namespace which of course limits this. The networking APIs are built in such a way that you can only connect with other XNA based titles. My guess is that the twitter and other apps are native and provided by microsoft, so they are allowed to use other APIs that aren't available via XNA

Ever heard of OpenZDK? OpenZDK allows programs to be run "directly on top of the Zune firmware, with full access to everything XNA withheld before". See below:

"That’s about to change. Through the work of myself as well as Netrix, Nurta, and the rest of the ZuneBoards Development Front, all Zune models, including the Zune HD, have been hacked. The first true hack available for the Zune, this makes it possible to, for the first time, run applications directly on top of the Zune firmware, with full access to everything XNA withheld before. The limitations of XNA are now no limitations at all." (from Zune Boards: http://www.zuneboards.com/?p=vB50442)

The OpenZDK wiki: http://zunedevwiki.org/wiki/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top