<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Milkshake.dexy.org &#187; sony nwz mp3 player</title>
	<atom:link href="http://milkshake.dexy.org/tag/sony-nwz-mp3-player/feed/" rel="self" type="application/rss+xml" />
	<link>http://milkshake.dexy.org</link>
	<description>Rambles and nonsense</description>
	<lastBuildDate>Sun, 10 May 2009 14:07:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>Fixed MTP problems with Sony NWZ-S639F &#8211; pre-built packages for Debian and Ubuntu</title>
		<link>http://milkshake.dexy.org/2009/02/21/fixed-mtp-problems-with-sony-nwz-s639f-packages-for-debian-and-ubuntu/</link>
		<comments>http://milkshake.dexy.org/2009/02/21/fixed-mtp-problems-with-sony-nwz-s639f-packages-for-debian-and-ubuntu/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 18:35:29 +0000</pubDate>
		<dc:creator>George Wright</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nwz639]]></category>
		<category><![CDATA[sony nwz mp3 player]]></category>

		<guid isPermaLink="false">http://milkshake.dexy.org/?p=4</guid>
		<description><![CDATA[Pesky PIDS for mtp connection music player devices. The NWZ-S639 is a lovely player, 16Gb, 40 hours battery life, amazing sound, but it has a couple of problems, one in hardware (annoying proprietary Sony USB connector), one in software (it doesn&#8217;t show up as an MTP device in current versions of Debian (Lenny) and Ubuntu [...]]]></description>
			<content:encoded><![CDATA[<p>Pesky PIDS for mtp connection music player devices. The NWZ-S639 is a lovely player, 16Gb, 40 hours battery life, amazing sound, but it has a couple of problems, one in hardware (annoying proprietary Sony USB connector), one in software (it doesn&#8217;t show up as an MTP device in current versions of Debian (Lenny) and Ubuntu (Intrepid) even though it is.) This means you can&#8217;t do cool MTP stuff like update cover art on the device, etc. The fix allows allows it to be visible and thus show up in MTP-capable players like amarok or banshee.</p>
<p>You need to rebuild mtp from source and manually add the device ID in the MTP config. Here&#8217;s how I did it &#8211; and a couple of packages if you just want to grab them. The instructions are shamelessly <a href="http://kubuntuforums.net/forums/index.php?topic=3096598">pinched from the ubuntu forums</a>, but I&#8217;ve tweaked them (don&#8217;t need to upgrade HAL) and added the actual packages. YMMV!</p>
<p>To skip the instructions and just get your player working, grab the <a href='http://fiddlesticks.com/wp-uploads/2009/02/mtp_patched_sony_debian_lenny2.zip'>Debian packages</a> </p>
<p>
If you want to do it yourself (I wouldn&#8217;t randomly insert random debs into my system either!), or just want to follow along at home, here&#8217;s how:
</p>
<ul>
<li> lsusb | grep Sony #(look for the ID bit &#8211; mine&#8217;s  ID 054c [vendor bit]: 038e[PID bit])</li>
<li> mkdir tmp &amp;&amp; cd tmp</li>
<li> sudo apt-get build-dep libmtp7</li>
<li> sudo apt-get source libmtp7</li>
</ul>
<p>Edit the src:</p>
<ul>
<li> vim libmtp-0.2.6.1/src/music-players.h</li>
</ul>
<p>Add a line like this  for vendor and PID retrieved from lsusb as above</p>
<ul>
<li>{ &#8220;Sony&#8221;, 0x054c, &#8220;Walkman NWZ-S639F&#8221;, 0x038e, DEVICE_FLAG_UNLOAD_DRIVER },</li>
</ul>
<p>
<ul>
<li>Build it!</li>
<li>apt-get &#8211;build  source libmtp7</li>
</ul>
<p>When it&#8217;s finished, install the newly created packages</p>
<ul>
<li>sudo dpkg -i *deb</li>
</ul>
<p>Check your udev rules are updated</p>
<ul>
<li> grep 038e /etc/udev/rules.d/libmtp7.rules</li>
</ul>
<p>Result &#8211; ATTR{idVendor}==&#8221;054c&#8221;, ATTR{idProduct}==&#8221;038e&#8221;, SYMLINK+=&#8221;libmtp-%k&#8221;, MODE=&#8221;660&#8243;, GROUP=&#8221;audio&#8221;</p>
<ul>
<li> Reboot.</li>
</ul>
<p>You&#8217;ll also need to pin these to keep these version. Create or edit /etc/apt/preferences and add this</p>
<p>Package: libmtp7<br />
Pin: version 0.2.6.1-3<br />
Pin-Priority: 1001</p>
<p>Package: libmtp-doc<br />
Pin: version 0.2.6.1-3<br />
Pin-Priority: 1001   </p>
<p>Package: libmtp-dev<br />
Pin: version 0.2.6.1-3<br />
Pin-Priority: 1001   </p>
<p>Package: mtp-tools<br />
Pin: version 0.2.6.1-3<br />
Pin-Priority: 1001   </p>
<p>To verify it has worked, use mtp-detect. Here&#8217;s the result on my box (I sometimes have to issue this command twice, once to clear the bus)<br />
<span id="more-4"></span></p>
<p>george@solar:~$ mtp-detect<br />
libmtp version: 0.2.6.1</p>
<p>Attempting to connect device(s)<br />
PTP: Opening session<br />
Detect: Successfully connected 1 devices<br />
USB low-level info:<br />
   Using kernel interface &#8220;usbfs&#8221;<br />
   bcdUSB: 512<br />
   bDeviceClass: 0<br />
   bDeviceSubClass: 0<br />
   bDeviceProtocol: 0<br />
   idVendor: 054c<br />
   idProduct: 038e<br />
   IN endpoint maxpacket: 512 bytes<br />
   OUT endpoint maxpacket: 512 bytes<br />
   Device flags: 0&#215;00000002<br />
Microsoft device descriptor 0xee:<br />
	0000: 1203 4d00 5300 4600 5400 3100 3000 3000	..M.S.F.T.1.0.0.<br />
	0010: 3000                                   	0.<br />
Microsoft device response to control message 1, CMD 0&#215;30:<br />
	0000: 2800 0000 0001 0400 0100 0000 0000 0000	(&#8230;&#8230;&#8230;&#8230;&#8230;<br />
	0010: 0001 4d54 5000 0000 0000 0000 0000 0000	..MTP&#8230;&#8230;&#8230;..<br />
	0020: 0000 0000 0000 0000                    	&#8230;&#8230;..<br />
Microsoft device response to control message 2, CMD 0&#215;30:<br />
	0000: 2800 0000 0001 0400 0100 0000 0000 0000	(&#8230;&#8230;&#8230;&#8230;&#8230;<br />
	0010: 0001 4d54 5000 0000 0000 0000 0000 0000	..MTP&#8230;&#8230;&#8230;..<br />
	0020: 0000 0000 0000 0000                    	&#8230;&#8230;..<br />
Device info:<br />
   Manufacturer: Sony Corporation<br />
   Model: WALKMAN NWZ-S639F<br />
   Device version: 1.11<br />
   Serial number: 00000000000000000000000005002261<br />
   Vendor extension ID: 0&#215;00000006<br />
   Vendor extension description: microsoft.com: 1.0; microsoft.com/WMDRMPD: 10.1; sony.net/WMFU: 1.0;<br />
   Detected object size: 64 bits<br />
Supported operations:<br />
   1001: get device info<br />
   1002: Open session<br />
   1003: Close session<br />
   1004: Get storage IDs<br />
   1005: Get storage info<br />
   1006: Get number of objects<br />
   1007: Get object handles<br />
   1008: Get object info<br />
   1009: Get object<br />
   100b: Delete object<br />
   100c: Send object info<br />
   100d: Send object<br />
   100f: Format storage<br />
   1014: Get device property description<br />
   1015: Get device property value<br />
   1016: Set device property value<br />
   101b: Get partial object<br />
   9810: Get object references<br />
   9811: Set object references<br />
   9802: Get object property description<br />
   9801: Get object properties supported<br />
   9803: Get object property value<br />
   9804: Set object property value<br />
   9805: Get object property list<br />
   9806: Set object property list<br />
   9201: Report Added/Deleted Items<br />
   9807: Get interdependent property description<br />
   9808: Send object property list<br />
   9101: Get secure time challenge<br />
   9102: Get secure time response<br />
   9103: Set license response<br />
   9104: Get sync list<br />
   9105: Send meter challenge query<br />
   9106: Get meter challenge<br />
   9107: Get meter response<br />
   9108: Clean data store<br />
   9109: Get license state<br />
   910a: Send WMDRM-PD Command<br />
   910b: Send WMDRM-PD Request<br />
   9401: Unknown (9401)<br />
   9402: Unknown (9402)<br />
Events supported:<br />
   None.<br />
Device Properties Supported:<br />
   0&#215;5001: Battery Level<br />
   0xd401: Synchronization Partner<br />
   0xd402: Friendly Device Name<br />
   0xd101: Secure Time<br />
   0xd102: Device Certificate<br />
Playable File (Object) Types and Object Properties Supported:<br />
   3000: Undefined Type<br />
      dc01: StorageID UINT32 data type ANY 32BIT VALUE form READ ONLY<br />
      dc02: ObjectFormat UINT16 data type ANY 16BIT VALUE form READ ONLY<br />
      dc03: ProtectionStatus UINT16 data type enumeration: 0, 1,  READ ONLY<br />
      dc04: ObjectSize UINT64 data type READ ONLY<br />
      dc07: ObjectFileName STRING data type GET/SET<br />
      dc08: DateCreated STRING data type GET/SET<br />
      dc09: DateModified STRING data type GET/SET<br />
      dc0b: ParentObject UINT32 data type ANY 32BIT VALUE form READ ONLY<br />
      dc41: PersistantUniqueObjectIdentifier UINT128 data type READ ONLY<br />
      dc44: Name STRING data type GET/SET<br />
      dc4f: NonConsumable UINT8 data type enumeration: 0, 1,  GET/SET<br />
   3001: Association/Directory<br />
      dc01: StorageID UINT32 data type ANY 32BIT VALUE form READ ONLY<br />
      dc02: ObjectFormat UINT16 data type ANY 16BIT VALUE form READ ONLY<br />
      dc03: ProtectionStatus UINT16 data type enumeration: 0, 1,  READ ONLY<br />
      dc04: ObjectSize UINT64 data type READ ONLY<br />
      dc07: ObjectFileName STRING data type GET/SET<br />
      dc08: DateCreated STRING data type GET/SET<br />
      dc09: DateModified STRING data type GET/SET<br />
      dc0b: ParentObject UINT32 data type ANY 32BIT VALUE form READ ONLY<br />
      dc41: PersistantUniqueObjectIdentifier UINT128 data type READ ONLY<br />
      dc44: Name STRING data type GET/SET<br />
      dc4f: NonConsumable UINT8 data type enumeration: 0, 1,  GET/SET<br />
      dc05: AssociationType UINT16 data type enumeration: 0, 1,  GET/SET<br />
   3008: MS Wave<br />
      dc01: StorageID UINT32 data type ANY 32BIT VALUE form READ ONLY<br />
      dc02: ObjectFormat UINT16 data type ANY 16BIT VALUE form READ ONLY<br />
      dc03: ProtectionStatus UINT16 data type enumeration: 0, 1,  READ ONLY<br />
      dc04: ObjectSize UINT64 data type READ ONLY<br />
      dc07: ObjectFileName STRING data type GET/SET<br />
      dc08: DateCreated STRING data type GET/SET<br />
      dc09: DateModified STRING data type GET/SET<br />
      dc0b: ParentObject UINT32 data type ANY 32BIT VALUE form READ ONLY<br />
      dc41: PersistantUniqueObjectIdentifier UINT128 data type READ ONLY<br />
      dc44: Name STRING data type GET/SET<br />
      dc4f: NonConsumable UINT8 data type enumeration: 0, 1,  GET/SET<br />
      dc46: Artist STRING data type GET/SET<br />
      dc89: Duration UINT32 data type range: MIN 1, MAX 2147483647, STEP 1 GET/SET<br />
      dc8a: Rating UINT16 data type range: MIN 0, MAX 100, STEP 1 GET/SET<br />
      dc8b: Track UINT16 data type ANY 16BIT VALUE form GET/SET<br />
      dc8c: Genre STRING data type GET/SET<br />
      dc91: UseCount UINT32 data type ANY 32BIT VALUE form GET/SET<br />
      dc99: OriginalReleaseDate STRING data type GET/SET<br />
      dc9a: AlbumName STRING data type GET/SET<br />
      dc9b: AlbumArtist STRING data type GET/SET<br />
      de93: SampleRate UINT32 data type enumeration: 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000,  GET/SET<br />
      de94: NumberOfChannels UINT16 data type enumeration: 1, 2,  GET/SET<br />
      de99: AudioWAVECodec UINT32 data type enumeration: 1,  GET/SET<br />
      de9a: AudioBitRate UINT32 data type enumeration: 128000, 176400, 192000, 256000, 352800, 384000, 512000, 705600, 768000, 1024000, 1411200, 1536000,  GET/SET<br />
      de91: TotalBitRate UINT32 data type enumeration: 128000, 176400, 192000, 256000, 352800, 384000, 512000, 705600, 768000, 1024000, 1411200, 1536000,  GET/SET<br />
   3009: MP3<br />
      dc01: StorageID UINT32 data type ANY 32BIT VALUE form READ ONLY<br />
      dc02: ObjectFormat UINT16 data type ANY 16BIT VALUE form READ ONLY<br />
      dc03: ProtectionStatus UINT16 data type enumeration: 0, 1,  READ ONLY<br />
      dc04: ObjectSize UINT64 data type READ ONLY<br />
      dc07: ObjectFileName STRING data type GET/SET<br />
      dc08: DateCreated STRING data type GET/SET<br />
      dc09: DateModified STRING data type GET/SET<br />
      dc0b: ParentObject UINT32 data type ANY 32BIT VALUE form READ ONLY<br />
      dc41: PersistantUniqueObjectIdentifier UINT128 data type READ ONLY<br />
      dc44: Name STRING data type GET/SET<br />
      dc4f: NonConsumable UINT8 data type enumeration: 0, 1,  GET/SET<br />
      dc0d: Hidden UINT16 data type enumeration: 0, 1,  GET/SET<br />
      dc42: SyncID STRING data type GET/SET<br />
      dc46: Artist STRING data type GET/SET<br />
      dc89: Duration UINT32 data type range: MIN 1, MAX 2147483647, STEP 1 GET/SET<br />
      dc8a: Rating UINT16 data type range: MIN 0, MAX 100, STEP 1 GET/SET<br />
      dc8b: Track UINT16 data type ANY 16BIT VALUE form GET/SET<br />
      dc8c: Genre STRING data type GET/SET<br />
      dc91: UseCount UINT32 data type ANY 32BIT VALUE form GET/SET<br />
      dc99: OriginalReleaseDate STRING data type GET/SET<br />
      dc9a: AlbumName STRING data type GET/SET<br />
      dc9b: AlbumArtist STRING data type GET/SET<br />
      de93: SampleRate UINT32 data type enumeration: 16000, 22050, 24000, 32000, 44100, 48000,  GET/SET<br />
      de94: NumberOfChannels UINT16 data type enumeration: 1, 2,  GET/SET<br />
      de99: AudioWAVECodec UINT32 data type enumeration: 85,  GET/SET<br />
      de9a: AudioBitRate UINT32 data type range: MIN 32000, MAX 320000, STEP 1 GET/SET<br />
      de91: TotalBitRate UINT32 data type range: MIN 32000, MAX 320000, STEP 1 GET/SET<br />
   300c: ASF<br />
      dc01: StorageID UINT32 data type ANY 32BIT VALUE form READ ONLY<br />
      dc02: ObjectFormat UINT16 data type ANY 16BIT VALUE form READ ONLY<br />
      dc03: ProtectionStatus UINT16 data type enumeration: 0, 1,  READ ONLY<br />
      dc04: ObjectSize UINT64 data type READ ONLY<br />
      dc07: ObjectFileName STRING data type GET/SET<br />
      dc08: DateCreated STRING data type GET/SET<br />
      dc09: DateModified STRING data type GET/SET<br />
      dc0b: ParentObject UINT32 data type ANY 32BIT VALUE form READ ONLY<br />
      dc41: PersistantUniqueObjectIdentifier UINT128 data type READ ONLY<br />
      dc44: Name STRING data type GET/SET<br />
      dc4f: NonConsumable UINT8 data type enumeration: 0, 1,  GET/SET<br />
      dc87: Width UINT32 data type range: MIN 1, MAX 480, STEP 1 GET/SET<br />
      dc88: Height UINT32 data type range: MIN 1, MAX 270, STEP 1 GET/SET<br />
      dc89: Duration UINT32 data type range: MIN 1, MAX 2147483647, STEP 1 GET/SET<br />
      dc8a: Rating UINT16 data type range: MIN 0, MAX 100, STEP 1 GET/SET<br />
      dc8c: Genre STRING data type GET/SET<br />
      dc91: UseCount UINT32 data type ANY 32BIT VALUE form GET/SET<br />
      dc99: OriginalReleaseDate STRING data type GET/SET<br />
      de93: SampleRate UINT32 data type enumeration: 8000, 11025, 16000, 22050, 32000, 44100, 48000,  GET/SET<br />
      de94: NumberOfChannels UINT16 data type enumeration: 1, 2,  GET/SET<br />
      de99: AudioWAVECodec UINT32 data type enumeration: 353,  GET/SET<br />
      de9a: AudioBitRate UINT32 data type range: MIN 5000, MAX 5512000, STEP 1 GET/SET<br />
      de9b: VideoFourCCCodec UINT32 data type enumeration: 826496599, 861293911,  GET/SET<br />
      de9c: VideoBitRate UINT32 data type range: MIN 1, MAX 5000000, STEP 1 GET/SET<br />
      de9d: FramesPerThousandSeconds UINT32 data type range: MIN 1000, MAX 30000, STEP 1 GET/SET<br />
      dea1: EncodingProfile STRING data type GET/SET<br />
      de97: ScanDepth UINT16 data type enumeration: 1,  GET/SET<br />
      de9e: KeyFrameDistance UINT32 data type range: MIN 15, MAX 15, STEP 1 GET/SET<br />
   3801: JPEG<br />
      dc01: StorageID UINT32 data type ANY 32BIT VALUE form READ ONLY<br />
      dc02: ObjectFormat UINT16 data type ANY 16BIT VALUE form READ ONLY<br />
      dc03: ProtectionStatus UINT16 data type enumeration: 0, 1,  READ ONLY<br />
      dc04: ObjectSize UINT64 data type READ ONLY<br />
      dc07: ObjectFileName STRING data type GET/SET<br />
      dc08: DateCreated STRING data type GET/SET<br />
      dc09: DateModified STRING data type GET/SET<br />
      dc0b: ParentObject UINT32 data type ANY 32BIT VALUE form READ ONLY<br />
      dc41: PersistantUniqueObjectIdentifier UINT128 data type READ ONLY<br />
      dc44: Name STRING data type GET/SET<br />
      dc4f: NonConsumable UINT8 data type enumeration: 0, 1,  GET/SET<br />
      dc81: RepresentativeSampleFormat UINT16 data type enumeration: 14337,  GET/SET<br />
      dc82: RepresentativeSampleSize UINT32 data type range: MIN 0, MAX 65536, STEP 1 GET/SET<br />
      dc83: RepresentativeSampleHeight UINT32 data type range: MIN 0, MAX 200, STEP 1 GET/SET<br />
      dc84: RepresentativeSampleWidth UINT32 data type range: MIN 0, MAX 200, STEP 1 GET/SET<br />
      dc86: RepresentativeSampleData array of UINT8 data type byte array:  GET/SET<br />
      dc87: Width UINT32 data type range: MIN 1, MAX 4000, STEP 1 GET/SET<br />
      dc88: Height UINT32 data type range: MIN 1, MAX 4000, STEP 1 GET/SET<br />
      dc99: OriginalReleaseDate STRING data type GET/SET<br />
   b802: Firmware<br />
      dc01: StorageID UINT32 data type ANY 32BIT VALUE form READ ONLY<br />
      dc02: ObjectFormat UINT16 data type ANY 16BIT VALUE form READ ONLY<br />
      dc03: ProtectionStatus UINT16 data type enumeration: 0, 1,  READ ONLY<br />
      dc04: ObjectSize UINT64 data type READ ONLY<br />
      dc07: ObjectFileName STRING data type GET/SET<br />
      dc08: DateCreated STRING data type GET/SET<br />
      dc09: DateModified STRING data type GET/SET<br />
      dc0b: ParentObject UINT32 data type ANY 32BIT VALUE form READ ONLY<br />
      dc41: PersistantUniqueObjectIdentifier UINT128 data type READ ONLY<br />
      dc44: Name STRING data type GET/SET<br />
      dc4f: NonConsumable UINT8 data type enumeration: 0, 1,  GET/SET<br />
   b901: WMA<br />
      dc01: StorageID UINT32 data type ANY 32BIT VALUE form READ ONLY<br />
      dc02: ObjectFormat UINT16 data type ANY 16BIT VALUE form READ ONLY<br />
      dc03: ProtectionStatus UINT16 data type enumeration: 0, 1,  READ ONLY<br />
      dc04: ObjectSize UINT64 data type READ ONLY<br />
      dc07: ObjectFileName STRING data type GET/SET<br />
      dc08: DateCreated STRING data type GET/SET<br />
      dc09: DateModified STRING data type GET/SET<br />
      dc0b: ParentObject UINT32 data type ANY 32BIT VALUE form READ ONLY<br />
      dc41: PersistantUniqueObjectIdentifier UINT128 data type READ ONLY<br />
      dc44: Name STRING data type GET/SET<br />
      dc4f: NonConsumable UINT8 data type enumeration: 0, 1,  GET/SET<br />
      dc0d: Hidden UINT16 data type enumeration: 0, 1,  GET/SET<br />
      dc42: SyncID STRING data type GET/SET<br />
      dc46: Artist STRING data type GET/SET<br />
      dc89: Duration UINT32 data type range: MIN 1, MAX 2147483647, STEP 1 GET/SET<br />
      dc8a: Rating UINT16 data type range: MIN 0, MAX 100, STEP 1 GET/SET<br />
      dc8b: Track UINT16 data type ANY 16BIT VALUE form GET/SET<br />
      dc8c: Genre STRING data type GET/SET<br />
      dc91: UseCount UINT32 data type ANY 32BIT VALUE form GET/SET<br />
      dc99: OriginalReleaseDate STRING data type GET/SET<br />
      dc9a: AlbumName STRING data type GET/SET<br />
      dc9b: AlbumArtist STRING data type GET/SET<br />
      de93: SampleRate UINT32 data type enumeration: 8000, 11025, 16000, 22050, 32000, 44100, 48000,  GET/SET<br />
      de94: NumberOfChannels UINT16 data type enumeration: 1, 2,  GET/SET<br />
      de99: AudioWAVECodec UINT32 data type enumeration: 352, 353,  GET/SET<br />
      de9a: AudioBitRate UINT32 data type range: MIN 5000, MAX 512000, STEP 1 GET/SET<br />
      d901: BuyFlag UINT8 data type ANY 8BIT VALUE form GET/SET<br />
      de91: TotalBitRate UINT32 data type range: MIN 5000, MAX 512000, STEP 1 GET/SET<br />
   b982: MP4<br />
      dc01: StorageID UINT32 data type ANY 32BIT VALUE form READ ONLY<br />
      dc02: ObjectFormat UINT16 data type ANY 16BIT VALUE form READ ONLY<br />
      dc03: ProtectionStatus UINT16 data type enumeration: 0, 1,  READ ONLY<br />
      dc04: ObjectSize UINT64 data type READ ONLY<br />
      dc07: ObjectFileName STRING data type GET/SET<br />
      dc08: DateCreated STRING data type GET/SET<br />
      dc09: DateModified STRING data type GET/SET<br />
      dc0b: ParentObject UINT32 data type ANY 32BIT VALUE form READ ONLY<br />
      dc41: PersistantUniqueObjectIdentifier UINT128 data type READ ONLY<br />
      dc44: Name STRING data type GET/SET<br />
      dc4f: NonConsumable UINT8 data type enumeration: 0, 1,  GET/SET<br />
      dc0d: Hidden UINT16 data type enumeration: 0, 1,  GET/SET<br />
      dc42: SyncID STRING data type GET/SET<br />
      dc46: Artist STRING data type GET/SET<br />
      dc87: Width UINT32 data type range: MIN 2, MAX 320, STEP 2 GET/SET<br />
      dc88: Height UINT32 data type range: MIN 2, MAX 240, STEP 2 GET/SET<br />
      dc89: Duration UINT32 data type range: MIN 1, MAX 2147483647, STEP 1 GET/SET<br />
      dc8a: Rating UINT16 data type range: MIN 0, MAX 100, STEP 1 GET/SET<br />
      dc8b: Track UINT16 data type ANY 16BIT VALUE form GET/SET<br />
      dc8c: Genre STRING data type GET/SET<br />
      dc91: UseCount UINT32 data type ANY 32BIT VALUE form GET/SET<br />
      dc99: OriginalReleaseDate STRING data type GET/SET<br />
      dc9a: AlbumName STRING data type GET/SET<br />
      dc9b: AlbumArtist STRING data type GET/SET<br />
      de93: SampleRate UINT32 data type enumeration: 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000,  GET/SET<br />
      de94: NumberOfChannels UINT16 data type enumeration: 1, 2,  GET/SET<br />
      de99: AudioWAVECodec UINT32 data type enumeration: 41222,  GET/SET<br />
      de9a: AudioBitRate UINT32 data type range: MIN 16000, MAX 576000, STEP 1 GET/SET<br />
      d901: BuyFlag UINT8 data type ANY 8BIT VALUE form GET/SET<br />
      de91: TotalBitRate UINT32 data type range: MIN 0, MAX 3076000, STEP 1 GET/SET<br />
      de9b: VideoFourCCCodec UINT32 data type enumeration: 844313677, 875967048,  GET/SET<br />
      de9c: VideoBitRate UINT32 data type range: MIN 0, MAX 2500000, STEP 1 GET/SET<br />
      de9d: FramesPerThousandSeconds UINT32 data type range: MIN 1000, MAX 30000, STEP 1 GET/SET<br />
      dea1: EncodingProfile STRING data type GET/SET<br />
   b984: 3GP<br />
      dc01: StorageID UINT32 data type ANY 32BIT VALUE form READ ONLY<br />
      dc02: ObjectFormat UINT16 data type ANY 16BIT VALUE form READ ONLY<br />
      dc03: ProtectionStatus UINT16 data type enumeration: 0, 1,  READ ONLY<br />
      dc04: ObjectSize UINT64 data type READ ONLY<br />
      dc07: ObjectFileName STRING data type GET/SET<br />
      dc08: DateCreated STRING data type GET/SET<br />
      dc09: DateModified STRING data type GET/SET<br />
      dc0b: ParentObject UINT32 data type ANY 32BIT VALUE form READ ONLY<br />
      dc41: PersistantUniqueObjectIdentifier UINT128 data type READ ONLY<br />
      dc44: Name STRING data type GET/SET<br />
      dc4f: NonConsumable UINT8 data type enumeration: 0, 1,  GET/SET<br />
      dc46: Artist STRING data type GET/SET<br />
      dc89: Duration UINT32 data type range: MIN 1, MAX 2147483647, STEP 1 GET/SET<br />
      dc8a: Rating UINT16 data type range: MIN 0, MAX 100, STEP 1 GET/SET<br />
      dc8b: Track UINT16 data type ANY 16BIT VALUE form GET/SET<br />
      dc8c: Genre STRING data type GET/SET<br />
      dc91: UseCount UINT32 data type ANY 32BIT VALUE form GET/SET<br />
      dc99: OriginalReleaseDate STRING data type GET/SET<br />
      dc9a: AlbumName STRING data type GET/SET<br />
      dc9b: AlbumArtist STRING data type GET/SET<br />
      de93: SampleRate UINT32 data type enumeration: 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000,  GET/SET<br />
      de94: NumberOfChannels UINT16 data type enumeration: 1, 2,  GET/SET<br />
      de99: AudioWAVECodec UINT32 data type enumeration: 41222,  GET/SET<br />
      de9a: AudioBitRate UINT32 data type range: MIN 16000, MAX 576000, STEP 1 GET/SET<br />
      de91: TotalBitRate UINT32 data type range: MIN 16000, MAX 576000, STEP 1 GET/SET<br />
   ba03: Abstract Audio Album<br />
      dc01: StorageID UINT32 data type ANY 32BIT VALUE form READ ONLY<br />
      dc02: ObjectFormat UINT16 data type ANY 16BIT VALUE form READ ONLY<br />
      dc03: ProtectionStatus UINT16 data type enumeration: 0, 1,  READ ONLY<br />
      dc04: ObjectSize UINT64 data type READ ONLY<br />
      dc07: ObjectFileName STRING data type GET/SET<br />
      dc08: DateCreated STRING data type GET/SET<br />
      dc09: DateModified STRING data type GET/SET<br />
      dc0b: ParentObject UINT32 data type ANY 32BIT VALUE form READ ONLY<br />
      dc41: PersistantUniqueObjectIdentifier UINT128 data type READ ONLY<br />
      dc44: Name STRING data type GET/SET<br />
      dc4f: NonConsumable UINT8 data type enumeration: 0, 1,  GET/SET<br />
      dc81: RepresentativeSampleFormat UINT16 data type enumeration: 14337,  GET/SET<br />
      dc82: RepresentativeSampleSize UINT32 data type range: MIN 0, MAX 65536, STEP 1 GET/SET<br />
      dc83: RepresentativeSampleHeight UINT32 data type range: MIN 0, MAX 200, STEP 1 GET/SET<br />
      dc84: RepresentativeSampleWidth UINT32 data type range: MIN 0, MAX 200, STEP 1 GET/SET<br />
      dc86: RepresentativeSampleData array of UINT8 data type byte array:  GET/SET<br />
      dc8c: Genre STRING data type GET/SET<br />
      dc9b: AlbumArtist STRING data type GET/SET<br />
      d901: BuyFlag UINT8 data type ANY 8BIT VALUE form GET/SET<br />
   ba05: Abstract Audio Video Playlist<br />
      dc01: StorageID UINT32 data type ANY 32BIT VALUE form READ ONLY<br />
      dc02: ObjectFormat UINT16 data type ANY 16BIT VALUE form READ ONLY<br />
      dc03: ProtectionStatus UINT16 data type enumeration: 0, 1,  READ ONLY<br />
      dc04: ObjectSize UINT64 data type READ ONLY<br />
      dc07: ObjectFileName STRING data type GET/SET<br />
      dc08: DateCreated STRING data type GET/SET<br />
      dc09: DateModified STRING data type GET/SET<br />
      dc0b: ParentObject UINT32 data type ANY 32BIT VALUE form READ ONLY<br />
      dc41: PersistantUniqueObjectIdentifier UINT128 data type READ ONLY<br />
      dc44: Name STRING data type GET/SET<br />
      dc4f: NonConsumable UINT8 data type enumeration: 0, 1,  GET/SET<br />
   b981: WMV<br />
      dc01: StorageID UINT32 data type ANY 32BIT VALUE form READ ONLY<br />
      dc02: ObjectFormat UINT16 data type ANY 16BIT VALUE form READ ONLY<br />
      dc03: ProtectionStatus UINT16 data type enumeration: 0, 1,  READ ONLY<br />
      dc04: ObjectSize UINT64 data type READ ONLY<br />
      dc07: ObjectFileName STRING data type GET/SET<br />
      dc08: DateCreated STRING data type GET/SET<br />
      dc09: DateModified STRING data type GET/SET<br />
      dc0b: ParentObject UINT32 data type ANY 32BIT VALUE form READ ONLY<br />
      dc41: PersistantUniqueObjectIdentifier UINT128 data type READ ONLY<br />
      dc44: Name STRING data type GET/SET<br />
      dc4f: NonConsumable UINT8 data type enumeration: 0, 1,  GET/SET<br />
      dc87: Width UINT32 data type range: MIN 1, MAX 480, STEP 1 GET/SET<br />
      dc88: Height UINT32 data type range: MIN 1, MAX 270, STEP 1 GET/SET<br />
      dc89: Duration UINT32 data type range: MIN 1, MAX 2147483647, STEP 1 GET/SET<br />
      dc8a: Rating UINT16 data type range: MIN 0, MAX 100, STEP 1 GET/SET<br />
      dc8c: Genre STRING data type GET/SET<br />
      dc91: UseCount UINT32 data type ANY 32BIT VALUE form GET/SET<br />
      dc99: OriginalReleaseDate STRING data type GET/SET<br />
      de93: SampleRate UINT32 data type enumeration: 8000, 11025, 16000, 22050, 32000, 44100, 48000,  GET/SET<br />
      de94: NumberOfChannels UINT16 data type enumeration: 1, 2,  GET/SET<br />
      de99: AudioWAVECodec UINT32 data type enumeration: 353,  GET/SET<br />
      de9a: AudioBitRate UINT32 data type range: MIN 5000, MAX 5512000, STEP 1 GET/SET<br />
      de9b: VideoFourCCCodec UINT32 data type enumeration: 826496599, 861293911,  GET/SET<br />
      de9c: VideoBitRate UINT32 data type range: MIN 1, MAX 5000000, STEP 1 GET/SET<br />
      de9d: FramesPerThousandSeconds UINT32 data type range: MIN 1000, MAX 30000, STEP 1 GET/SET<br />
      dea1: EncodingProfile STRING data type GET/SET<br />
      de97: ScanDepth UINT16 data type enumeration: 1,  GET/SET<br />
      de9e: KeyFrameDistance UINT32 data type range: MIN 15, MAX 15, STEP 1 GET/SET<br />
Storage Devices:<br />
   StorageID: 0&#215;00010001<br />
      StorageType: 0&#215;0003<br />
      FilesystemType: 0&#215;0002<br />
      AccessCapability: 0&#215;0000<br />
      MaxCapacity: 15726804992<br />
      FreeSpaceInBytes: 9466281984<br />
      FreeSpaceInObjects: 4294967295<br />
      StorageDescription: Storage Media<br />
      VolumeIdentifier: 00000000000000000000000005002261<br />
Special directories:<br />
   Default music folder: 0&#215;00000304<br />
   Default playlist folder: 0&#215;00000000<br />
   Default picture folder: 0&#215;00000007<br />
   Default video folder: 0&#215;00000008<br />
   Default organizer folder: 0&#215;00000000<br />
   Default zencast folder: 0&#215;00000000<br />
   Default album folder: 0&#215;00000000<br />
   Default text folder: 0&#215;00000000<br />
MTP-specific device properties:<br />
   Friendly name: georgesony<br />
   Synchronization partner: (NULL)<br />
   Battery level 100 of 100 (100%)<br />
libmtp supported (playable) filetypes:<br />
   RIFF WAVE file<br />
   ISO MPEG-1 Audio Layer 3<br />
   Microsoft Advanced Systems Format<br />
   JPEG file<br />
   Firmware file<br />
   Microsoft Windows Media Audio<br />
   MPEG-4 Part 14 Container Format (Audio+Video Empahsis)<br />
   Microsoft Windows Media Video</p>
<p>Secure Time:<br />
<DRMCLOCK type="status"><VALUE>#20090222 10:09:43Z#</VALUE><FLAG>DRM_CLK_NEEDS_REFRESH</FLAG></DRMCLOCK></p>
<p>Device Certificate:<br />
<DEVCERT version="1.0"><CERTIFICATE type="DEVICE"><DATA><UNIQUEID private="1">AAABBwgAAgQFAAUAAAICBgE=</UNIQUEID><PUBLICKEY private="1">rSkuMSIRhdEM9a7R/lPR5p/p0FPE3ecFzQ3zGPnsdsFUfh6u2mQbbA==</PUBLICKEY><KEYDATA>jbXF5iEhn06Y6PPEk0k0XA7eFbc=</KEYDATA></DATA><MSDRM_SIGNATURE_VALUE>y25r1Uux6SS/6AYbGV1kdfY4YXzEo1ezWcE5wkBkGv3orZdJAvhOWA==</MSDRM_SIGNATURE_VALUE><SYMSIGNATURE>ZBCSQ60haQy6SAFXorO6DCPRLhA=</SYMSIGNATURE></CERTIFICATE><FALLBACK><SECURITYVERSION>2.4.110.155</SECURITYVERSION><CERTIFICATE private="1">rSkuMSIRhdEM9a7R/lPR5p/p0FPE3ecFzQ3zGPnsdsFUfh6u2mQbbAIEbpvS3Ua3nfAR6a+knrGKpWfARJdcPzAhNTg9Tn1gWKMOFSFI/pUG3eAa</CERTIFICATE></FALLBACK><CERTIFICATE type="GROUP"><DATA><NAME>Walkman</NAME><MANUFACTURER>Sony</MANUFACTURER><MAKE>Sony</MAKE><DISTRIBUTOR>Sony</DISTRIBUTOR><MODEL>Walkman</MODEL><SECURITYLEVEL>2000</SECURITYLEVEL><FEATURES><CLOCK>2</CLOCK><SECURECLOCK><URL>http://go.microsoft.com/fwlink/?LinkId=25817</URL><PUBLICKEY>!CNhvvz1WaNV1AFUmetxkvm9iD4UrE9cnGUi!qcqdxMiXmD1*ikYGA==</PUBLICKEY></SECURECLOCK><METERING>1</METERING><LICENSE_ACQ>1</LICENSE_ACQ><LICENSE_SYNC>1</LICENSE_SYNC><ENCRYPTION>1</ENCRYPTION><SYMMETRIC_OPT>1</SYMMETRIC_OPT></FEATURES><LIMITS><MAXCHAINDEPTH>2</MAXCHAINDEPTH><MAXLICENSESIZE>10240</MAXLICENSESIZE><MAXHEADERSIZE>5120</MAXHEADERSIZE></LIMITS><PUBLICKEY>utBUiQqaFTEgJfMGY6kD+4JnP3ReHSJvn8ac2ri0UI4OgwdiooxYAA==</PUBLICKEY></DATA><MSDRM_SIGNATURE_VALUE>yGfwEA7b2M0eiDGFN9g3FjsP6V7GmUizMaJYhDfHDzLDpDYffAOkIA==</MSDRM_SIGNATURE_VALUE></CERTIFICATE><CERTIFICATE type="AUTHORIZATION"><DATA><SECURITYLEVEL>2000</SECURITYLEVEL><AUTH_ID>2559</AUTH_ID><PUBLICKEY>FnOiTwWl8Uaox9xrWEGayriEbEzSybrxDwe6vUJ9SZ2FT1dnfaeGUA==</PUBLICKEY></DATA><MSDRM_SIGNATURE_VALUE>Y0u507ui0hJXZ8vT8u3dh1LhCS/lVzQeTg4XtYTCufBN0TDBSSfzPw==</MSDRM_SIGNATURE_VALUE></CERTIFICATE><CERTIFICATE type="AUTHORIZATION_ROOT"><DATA><AUTH_ID>1</AUTH_ID><PUBLICKEY>a1t3hxrg!qbOgktnbYaEEi4teCse!gz6RvTPuC!zizKJlpU7xoduSw==</PUBLICKEY></DATA><MSDRM_SIGNATURE_VALUE>lZXUWkGvEkk/4SSV9UtfcZeLwHFOV8dEbsbchgaPTHXDw8YFf9Xhfw==</MSDRM_SIGNATURE_VALUE></CERTIFICATE></DEVCERT><br />
WMPInfo.xml Does not exist on this device<br />
PTP: Closing session<br />
OK.</p>
]]></content:encoded>
			<wfw:commentRss>http://milkshake.dexy.org/2009/02/21/fixed-mtp-problems-with-sony-nwz-s639f-packages-for-debian-and-ubuntu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

