<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener("load", function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <iframe src="http://www.blogger.com/navbar.g?targetBlogID=17944011&amp;blogName=As+Life+Goes+Digital+%3A+Guide+to+Crick...&amp;publishMode=PUBLISH_MODE_FTP&amp;navbarType=BLUE&amp;layoutType=CLASSIC&amp;searchRoot=http%3A%2F%2Fblogsearch.google.com%2F&amp;blogLocale=en_US&amp;homepageUrl=http%3A%2F%2Fwww.kalyansuman.com%2F" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" height="30px" width="100%" id="navbar-iframe" allowtransparency="true" title="Blogger Navigation and Search"></iframe> <div></div>
As Life Goes Digital

Software Code that Caused Zune Frozen

Curious to know what caused Apple's iPod rival Microsoft's Zune 30GB frozen issue -- here is for those technical minds.

If you are a programmer or know a bit of C-Language code then here is piece of code that made Zune stop working :

year = ORIGINYEAR; /* = 1980 */

while (days > 365)
{
if (IsLeapYear(year))
{
if (days > 366)
{
days -= 366;
year += 1;
}
}
else
{
days -= 365;
year += 1;
}
}


On 366 th day the "if (days > 366)" will stop subtracting anything if the loop happens to be on a leap year. That's where it enters infinite loop.

Come 2012 we will see this problem again.

Source : Zuneboards

Related Posts : Zune 30GB Frozen issue cause and fixes

Labels: ,



AddThis Social Bookmark Button

written by Kalyan @ 4:11 PM, ,

30GB Zune stopped working - Causes & Workarounds - December 31 2008

Problem: Numerous tech websites are reporting that Zune gave up working on the morning of December 31 2008. This is dubbed as Z2K9 (Zune 2000 Nine Bug) similar to much hyped Y2K bug that was fixed in Mainframe systems.

Microsoft posted a status note on Zune.net :



Causes : 2008 is a leap year. One cause talked in the forums and tech websites is about - 366 days in year 2008 and the Microsoft Zune firmware is written to handle only 365 days.


Fixes :
There has been numerous users fixes posted in online forums ranging from a hard reset to firmware upgrades. But none of them are official and may void your warranty agreements.

Here are some of the latest fixes floating around : [Don't try as they are not official, Wait for Update from Microsoft on Zune.net]

TechEmperor writes

To do a hard reset follow these steps:

1. Press and hold the back button
2. Press and hold up until it reboots
3. Depending on which Zune you have, immediately do one of the following:
1. If you have a Zune 4 GB, Zune 8BG, or Zune 80GB, immediately press and hold the Back button Back at the same time as you press the right side of the Zune pad and the Play/Pause button. Continue to hold these buttons until the Zune device restarts and you receive the following message: “Clearing contents. Please wait.”
2. If you have a Zune 30GB, immediately press and hold the Back button Back at the same time that you press the right side of the Zune pad and the center of the Zune pad. Continue to hold these buttons until the Zune device restarts and you receive the following message: “Clearing contents. Please wait.”

After this completes your Zune will start up again, don’t update the firmware until Microsoft releases a fixed version.








Reblog this post [with Zemanta]

Labels: ,



AddThis Social Bookmark Button

written by Kalyan @ 11:32 AM, ,

© 2008 As Life Goes Digital : Guide to Cricket, Deals, MBA and Immigration | Design by Andreas Viklund. Blogger Templates ported by GeckoandFly No part of the content or the blog may be reproduced without prior written permission. This site acts as intermediary and contain links to third party web sites. Kalyansuman.com or it's domain pointers neither endorses or gaurantees any offerings/streamings from third party providers and is not liable for the failure of their products and services.
We use third-party advertising companies to serve ads when you visit our website. These companies may use information (not including your name, address, email address, or telephone number) about your visits to this and other websites in order to provide advertisements about goods and services of interest to you. If you would like more information about this practice and to know your choices about not having this information used by these companies, click here.