Finding I-Pod serial numbers on my imac.

Joined
Dec 7, 2011
Messages
3
Reaction score
0
Points
1
I need to identify my ipod shuffle but cannot find the paperwork with the serial number. Is there any way to find that devices serial number on my imac? This device is synched to the imac and the devices library is in itunes on this mac.
 
Joined
Jan 19, 2008
Messages
4,695
Reaction score
73
Points
48
Location
houston texas
Your Mac's Specs
09 MBP 8GB ram 500GB HD OS 10.9 32B iPad 4 32GB iPhone 5 iOs7 2TB TC Apple TV3
When it is docked it will show up in summary in devices in iTunes.
 
OP
A
Joined
Dec 7, 2011
Messages
3
Reaction score
0
Points
1
Ntt in possession

Thanks. Unfortunately, it was stolen and is now in the hands of school authorities who want serial number to confirm ownership and return it to us.
 
Joined
Jan 19, 2008
Messages
4,695
Reaction score
73
Points
48
Location
houston texas
Your Mac's Specs
09 MBP 8GB ram 500GB HD OS 10.9 32B iPad 4 32GB iPhone 5 iOs7 2TB TC Apple TV3
Just tried in Lion go to Finder > Library > Preferences > iPod plists then it opens Text Edit and there it is amongst other info.
 
Joined
Mar 17, 2008
Messages
6,879
Reaction score
191
Points
63
Location
Tucson, AZ
Your Mac's Specs
Way... way too many specs to list.
mikeMBP-2:~ mike$ sudo grep -Ri '<Serialnumber>' /Library/Preferences
Password:
mikeMBP-2:~ mike$

However...

mikeMBP-2:~ mike$ grep -Ri '<serialnumber>' ~/Library/Preferences
Binary file /Users/mike/Library/Preferences/ByHost/com.apple.iTunes.345ECB35-9FF6-5E1A-AF76-D94062162ECF.plist matches
Binary file /Users/mike/Library/Preferences/com.apple.iPod.plist matches

if I open /Users/mike/Library/Preferences/com.apple.iPod.plist in textwrangler..

We see..

Code:
		<dict>
			<key>Connected</key>
			<date>2011-12-07T02:37:57Z</date>
			<key>Device Class</key>
			<string>iPhone</string>
			<key>Family ID</key>
			<integer>10016</integer>
			<key>Firmware Version</key>
			<integer>256</integer>
			<key>Firmware Version String</key>
			<string>5.0.1</string>
			<key>ID</key>
			<string>21B8890X0E735E1F</string>
			<key>IMEI</key>
			<string>0130330003668843</string>
			<key>Serial Number</key>
			<string>XXXXXXXXXXXXX</string>    <-----
			<key>Updater Family ID</key>
			<integer>10016</integer>
			<key>Use Count</key>
			<integer>5</integer>

good catch osxx!
 
Joined
Jan 19, 2008
Messages
4,695
Reaction score
73
Points
48
Location
houston texas
Your Mac's Specs
09 MBP 8GB ram 500GB HD OS 10.9 32B iPad 4 32GB iPhone 5 iOs7 2TB TC Apple TV3
Thanks apparently its good to know if a device gets stolen for insurance and police report.
 
OP
A
Joined
Dec 7, 2011
Messages
3
Reaction score
0
Points
1
Thanks

Thank you all for your help! Thanks to your advice, I was able to recover the serial number and the device!
 
Joined
Nov 8, 2010
Messages
967
Reaction score
4
Points
18
Location
Indiana
Your Mac's Specs
Main-11" Air, iPhone 6+, iPad Mini 3, Hi-Fi Extras- Too many to count
I take screen snapshots of all of my devices and store them on a flash drive that its hidden just I case something like this happens to me.
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top