OS X marster lock code
#1
hi i have just had my i mac fix and when i try to get on to my xbmc it telling to put a marster lock code its never happen before how do i sort it pls can someone help
Reply
#2
go into the Finder or just click on your desktop anywhere so you get the "Go" menu in your menu bar and select "Go to folder". Then type in

~/Library/Application Support/XBMC/userdata/

and open guisettings.xml with TextEdit.

Go up to the Edit menu and select "Find" and type in "masterlock"

It might look something like this

Code:
<masterlock>
        <lockcode>slkdflajsdflkjas</lockcode>
        <maxretries>3</maxretries>
        <startuplock>true</startuplock>
    </masterlock>

replace that text so it looks like this:

Code:
<masterlock>
        <lockcode>-</lockcode>
        <maxretries>3</maxretries>
        <startuplock>false</startuplock>
    </masterlock>

Save and close the file, then open up XBMC again.
Reply

Logout Mark Read Team Forum Stats Members Help
marster lock code0