Zune-好事多磨

简介: 我之前抱怨过Zune的配套软件居然有131M(iTune是65.6M),没想到在花一天时间下载完之后,安装时又报这个错。我想,作为一个普通用户(比如我老婆),这种问题是肯定搞不定的。用户在没有享受之前就被折磨的不行了。

image 我之前抱怨过Zune的配套软件居然有131M(iTune是65.6M),没想到在花一天时间下载完之后,安装时又报这个错。我想,作为一个普通用户(比如我老婆),这种问题是肯定搞不定的。用户在没有享受之前就被折磨的不行了。

出错信息是:

No installation media
Can't find the media for installation package 'Windows Media Format SDK'

image

解决办法:

下载安装一个Windows Media Player 11 就可以解决问题。

 

接着就是这个错误:

Can't find the media for installation package 'Image Mastering API V2'.

image

解决办法:

安装WindowsXP-KB932716-v2-x86-CHS.

总结:zune安装过程如下:

  1. WindowsXP-KB932716-v2-x86-CHS. (安装'Image Mastering API V2)
  2. WindowsXP-KB915865-v11-x86-CHS
  3. Windows Media Player 11
  4. ZunePackage3.0

 

官方环境要求:

Operating system       
Either 32-bit or 64-bit versions of Microsoft® Windows Vista® Home Basic, Windows Vista Home Premium, Windows Vista Business, Windows Vista Enterprise, Windows Vista Ultimate, or Windows Vista Starter Edition; 32-bit versions of Windows XP Home Edition Service Pack 2 (SP2), Windows XP Professional SP2, Windows XP Tablet PC Edition SP2, or Windows XP Media Center Edition 2005 with KB900325 (Rollup Update 2 for Windows XP Media Center Edition 2005); Mac OSX with BootCamp (running either Windows Vista or Windows XP).5 ?/ W. V% H% i9 D; O( u0 V
" X6 h$ j; W3 x6 n$ D! Q1 VIn addition, go to Windows Update and install any high-priority updates that are available for your computer.


Zune software won't run on versions of Windows earlier than Windows XP SP2, any 64-bit version of Windows XP, or any version of Windows Server.

难以使用的客户端软件:

还是费了两天,我才搞明白如何把硬盘里的MP3同步到ZUNE里面去,原来是要靠拖拽才可以,但除了拖拽,没有菜单,也没有提示,说明书里也没有,官方网站上也没以(至少我没找到)。

image

 

参考文章:

让Zune支持中文显示

因为用一个Zune还要写一篇博客,可见微软做这种数码产品的用户体验有多差。

Every good interface has its hidden features users have to find by themselves. A few of those appeared on the internet lately.

First Zune trick is about rebooting your Zune if it freezes for an unknown reason:

“To reboot your Zune, all you have to do is press and hold the Back button (the left-most button, the one with the arrow pointing left) while pressing upward on the control pad. It doesn't have to be a simultaneous press: you can first press the Back button then while holding that button, press and hold the control pad upward. You'll see the Zune raise the volume (or whatever pressing up will do in the mode that the Zune is in) then after a few seconds, it will reboot itself. The reboot process takes around 15 to 20 seconds.” [Zunethoughts]

Battery longevity is a major issue with those media players, especially now with video and pictures. Every trick you can have to save your battery power is important. The normally used method to turn of the Zune is to press the play/pause button. This is in fact more a “standby” mode with a turned off screen. It is very useful since your Zune can be turned on instantly and it knows what it was when turned off. If you really want to save as much battery power that you can and you don't care waiting a few more seconds at start-up, here as trick posted by Zunerama:

“Press and hold the down button on the D-pad, and at the same time press and hold the back button. In three seconds, the player will fully power down.

If you're not going to use the player for a few hours, or if it's just not important to you that it start at your most recent function, this method will keep your battery juiced for a much longer time.
When you do power the Zune back on, it'll display the Zune logo momentarily (about 4 seconds) and then take you to the main screen.”

Keep in mind that with this method, the Zune won't remember where it was and what was the last song played before the shut-down.

If you find other interesting tricks like those, let us know!

目录
相关文章
|
4月前
|
C++
C++ const 限定符的全面介绍(一)
C++ const 限定符的全面介绍(一)
52 0
|
存储 Kubernetes Cloud Native
合集| 21 篇技术文章,带你从零入门 K8s
关注“阿里巴巴云原生”公众号,回复关键词“入门”,即可下载《CNCF x Alibaba 云原生技术公开课》PPT。
合集| 21 篇技术文章,带你从零入门 K8s
|
对象存储
阿里OSS对象存储使用
数据统计 几个概念 Bucket:OSS 存储区域名 EndPoint:大区域名 Bucket 域名:bucket 域名 AccessKey ID:阿里云产品的通用id Access Key Secret:密钥 新建bucket 项目中使用OSS pom.
3128 0
|
网络协议 安全 测试技术
手把手教你linux下配置vsftp服务器(以CentOS为例)--非常的详细
VSFTP   简介:VSFTP是一个基于GPL发布的类Unix系统上使用的FTP服务器软件,它的全称是Very Secure FTP 从此名称可以看出来,编制者的初衷是代码的安全。
1871 0
|
Python 数据库管理
Python-Django:no such table: main.auth_user__old
好坑的一个bug,跑测试的时候用的Django是2.0.9的版本,python3.7,结果怎么改都会出问题,在stackoverflow发现竟然是sqlite的版本问题,需要降级到2.6之前的版本,怎么降级sqlite没找到,还好Django在2.1.5修复了这个bug, https://code.djangoproject.com/ticket/29182。
|
Java PHP 开发者
Python之父Guido宣布退出核心决策层
Python之父Guido宣布退出核心决策层
4942 0
|
测试技术
BUG漏测的原因总结,以及如何处理
一、漏测的概率     漏测,是指软件产品的缺陷没有在测试过程中被发现,而是在版本发布之后,用户在使用过程中发现存在的缺陷。
2369 0
|
安全 Java 索引
Java容器深入浅出之String、StringBuffer、StringBuilder
对字符串的花式处理一直是现代应用系统的主要操作之一,也是对Java基础知识考察的重要方面。事实上,Java字符串类的底层是通过数组来实现的。具体来说,String类是固定长度的数组,StringBuffer和StringBuilder则是可变长度的,其底层是通过Arrays.copyOf的方法,复制了另外的一个数组,实现了一个内部扩容机制,从而实现一种“伪可变”。
1284 0
|
Java 数据库连接 数据库
一个简单的mybatis案例
创建一个简单的mybatis案例   案例功能 写一个Java程序通过mybatis连接MySQL数据库并插入一条记录。   项目步骤 1.新建一个Java项目mybatistest 2.引入jar包 log4j-1.
3453 0
|
开发工具 iOS开发 git
mac安装git后,在终端里运行git命令,系统提示需要安装Xcode问题解决
直接下载git for mac 安装包,https://git-scm.com/download/mac 安装完后,git的默认安装目录是:/usr/local/git 但是使用 which git 命令后,发现git的目录是:/usr/bin/git 意思是我们安装的git-xxx.dmg默认路径在/usr/local/git,但Mac系统执行git命令却去/usr/bin/git下找。
3139 0