Kodi Community Forum

Full Version: marster lock code
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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.