Zune-好事多磨

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!

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
Go语言(也称为Golang)是由Google开发的一种静态强类型、编译型的编程语言。它旨在成为一门简单、高效、安全和并发的编程语言,特别适用于构建高性能的服务器和分布式系统。以下是Go语言的一些主要特点和优势: 简洁性:Go语言的语法简单直观,易于学习和使用。它避免了复杂的语法特性,如继承、重载等,转而采用组合和接口来实现代码的复用和扩展。 高性能:Go语言具有出色的性能,可以媲美C和C++。它使用静态类型系统和编译型语言的优势,能够生成高效的机器码。 并发性:Go语言内置了对并发的支持,通过轻量级的goroutine和channel机制,可以轻松实现并发编程。这使得Go语言在构建高性能的服务器和分布式系统时具有天然的优势。 安全性:Go语言具有强大的类型系统和内存管理机制,能够减少运行时错误和内存泄漏等问题。它还支持编译时检查,可以在编译阶段就发现潜在的问题。 标准库:Go语言的标准库非常丰富,包含了大量的实用功能和工具,如网络编程、文件操作、加密解密等。这使得开发者可以更加专注于业务逻辑的实现,而无需花费太多时间在底层功能的实现上。 跨平台:Go语言支持多种操作系统和平台,包括Windows、Linux、macOS等。它使用统一的构建系统(如Go Modules),可以轻松地跨平台编译和运行代码。 开源和社区支持:Go语言是开源的,具有庞大的社区支持和丰富的资源。开发者可以通过社区获取帮助、分享经验和学习资料。 总之,Go语言是一种简单、高效、安全、并发的编程语言,特别适用于构建高性能的服务器和分布式系统。如果你正在寻找一种易于学习和使用的编程语言,并且需要处理大量的并发请求和数据,那么Go语言可能是一个不错的选择。
Go语言(也称为Golang)是由Google开发的一种静态强类型、编译型的编程语言。它旨在成为一门简单、高效、安全和并发的编程语言,特别适用于构建高性能的服务器和分布式系统。以下是Go语言的一些主要特点和优势: 简洁性:Go语言的语法简单直观,易于学习和使用。它避免了复杂的语法特性,如继承、重载等,转而采用组合和接口来实现代码的复用和扩展。 高性能:Go语言具有出色的性能,可以媲美C和C++。它使用静态类型系统和编译型语言的优势,能够生成高效的机器码。 并发性:Go语言内置了对并发的支持,通过轻量级的goroutine和channel机制,可以轻松实现并发编程。这使得Go语言在构建高性能的服务器和分布式系统时具有天然的优势。 安全性:Go语言具有强大的类型系统和内存管理机制,能够减少运行时错误和内存泄漏等问题。它还支持编译时检查,可以在编译阶段就发现潜在的问题。 标准库:Go语言的标准库非常丰富,包含了大量的实用功能和工具,如网络编程、文件操作、加密解密等。这使得开发者可以更加专注于业务逻辑的实现,而无需花费太多时间在底层功能的实现上。 跨平台:Go语言支持多种操作系统和平台,包括Windows、Linux、macOS等。它使用统一的构建系统(如Go Modules),可以轻松地跨平台编译和运行代码。 开源和社区支持:Go语言是开源的,具有庞大的社区支持和丰富的资源。开发者可以通过社区获取帮助、分享经验和学习资料。 总之,Go语言是一种简单、高效、安全、并发的编程语言,特别适用于构建高性能的服务器和分布式系统。如果你正在寻找一种易于学习和使用的编程语言,并且需要处理大量的并发请求和数据,那么Go语言可能是一个不错的选择。
Go语言(也称为Golang)是由Google开发的一种静态强类型、编译型的编程语言。它旨在成为一门简单、高效、安全和并发的编程语言,特别适用于构建高性能的服务器和分布式系统。以下是Go语言的一些主要特点和优势: 简洁性:Go语言的语法简单直观,易于学习和使用。它避免了复杂的语法特性,如继承、重载等,转而采用组合和接口来实现代码的复用和扩展。 高性能:Go语言具有出色的性能,可以媲美C和C++。它使用静态类型系统和编译型语言的优势,能够生成高效的机器码。 并发性:Go语言内置了对并发的支持,通过轻量级的goroutine和channel机制,可以轻松实现并发编程。这使得Go语言在构建高性能的服务器和分布式系统时具有天然的优势。 安全性:Go语言具有强大的类型系统和内存管理机制,能够减少运行时错误和内存泄漏等问题。它还支持编译时检查,可以在编译阶段就发现潜在的问题。 标准库:Go语言的标准库非常丰富,包含了大量的实用功能和工具,如网络编程、文件操作、加密解密等。这使得开发者可以更加专注于业务逻辑的实现,而无需花费太多时间在底层功能的实现上。 跨平台:Go语言支持多种操作系统和平台,包括Windows、Linux、macOS等。它使用统一的构建系统(如Go Modules),可以轻松地跨平台编译和运行代码。 开源和社区支持:Go语言是开源的,具有庞大的社区支持和丰富的资源。开发者可以通过社区获取帮助、分享经验和学习资料。 总之,Go语言是一种简单、高效、安全、并发的编程语言,特别适用于构建高性能的服务器和分布式系统。如果你正在寻找一种易于学习和使用的编程语言,并且需要处理大量的并发请求和数据,那么Go语言可能是一个不错的选择。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值