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

link|improve this question

feedback

3 Answers

up vote 2 down vote accepted

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

link|improve this answer
and it will never be able to do it? – valya Feb 10 '10 at 16:42
There is no indication that the XNA APIs will ever offer this. But you never know what the future holds – Joel Martinez Feb 10 '10 at 16:46
@Valya - See my amended answer for a link to a more detailed explanation – Jamie Keeling Feb 10 '10 at 16:47
hm... so I can, for example, create a game for windows with normal networking and connect to it from my Zune? – valya Feb 11 '10 at 2:04
The Zune can only network with another Zune so I'm afraid it can't be done. – Jamie Keeling Feb 11 '10 at 9:09
feedback

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

link|improve this answer
maybe someone have these APIs found and hacked – valya Feb 10 '10 at 16:42
The Zune is actually much like the iTouch (or, iPad nano as it were ;-) ). Because it's not really an open device, it's not really prone to hacking. I mean, there might be some homebrew effort somewhere, but I'm not aware of it :-P – Joel Martinez Feb 10 '10 at 16:45
feedback

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/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.