Kodi Community Forum
OS X marster lock code - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Mac OS X (https://forum.kodi.tv/forumdisplay.php?fid=56)
+---- Thread: OS X marster lock code (/showthread.php?tid=183069)



marster lock code - smilera25 - 2014-01-11

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


RE: marster lock code - Ned Scott - 2014-01-11

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.