Need A "root.xml"
From Omnifi Wiki
| Quick Links |
![]() |
| Related topics |
|
Contents |
Description
This is a file found on the DMP1's HDD cartridge, located in the root directory. It is a file that essentially contains the DMP1's identity. It is also detected by SimpleCenter so that it knows this is the correct HDD to transfer the music content.
File Location
On your PC
- <drive letter>:\root.xml
On your DMP1
- /storage/discs/disc0/root.xml
What It Looks Like
It's a single long line, with no extra whitespace or carriage returns. When viewed with an XML viewer, it'll have the following information:
<?xml version="1.0"?> <root xmlns="urn:schemas-upnp-org:device-1-0"> <specVersion> <major>1</major> <minor>0</minor> </specVersion> <device> <deviceType>urn:schemas-upnp-org:device:MediaRenderer:1</deviceType> <friendlyName>Omnifi Digital Media Player</friendlyName> <manufacturer>Rockford Corporation</manufacturer> <manufacturerURL>http://www.omnifimedia.com</manufacturerURL> <modelDescription>Omnifi Digital Media Player</modelDescription> <modelName>DMP1</modelName> <modelNumber>2.0.315</modelNumber> <modelURL>http://www.omnifimedia.com</modelURL> <serialNumber>0000022170-19</serialNumber> <UDN>uuid:Omnifi-DMP1-11e7000111100e000075e861-0000022170-19</UDN> <UPC> 780687311650</UPC> </device> </root>
To make your own, create a file using NOTEPAD called "root.xml" and copy the above into the file. Next remove ALL of the carriage returns from the text so that you have only 1 long line. Make sure there are no carriage returns at the end of the file either. Make sure that you have no spaces between the tags either (such as ...</specVersion><device>...) Save the file and copy it to the root of your DMP1 HDD.
Alternately, you should be able to insert a completely empty, VFAT (FAT32) formatted HDD (in the primary partition) into the DMP1 and turn the car on. The DMP1 should indicate it's "Initialized the hard drive, restarting Omnifi" and write the root.xml onto the root folder.
See also
External links
- Techfire's site on how to upgrade a drive.
--Lumkichi 20:16, 24 Jan 2006 (CDT)
