Page 1 of 1
[SOLVED] Reset master lock code on XBMC? Is it possible?
Posted: Thu Jun 04, 2015 7:34 pm
by geo93ts
Hi, I have a problem with my xbox. When I bought it a while ago second hand, It already had xbmc in it and it also had a master lock code. The seller didn't know code and probably didn't care. So, I still don't know what the code is.. Is it possible that I could reset that code? I can't even change my system settings or change skins etc. Thanks for your time.
Re: Reset master lock code on XBMC? Is it possible?
Posted: Thu Jun 04, 2015 8:45 pm
by NOTTHESAME
When you start your xbox hold the lefg thumb stick and the right thumb stick dow at the same time it should reset all settings and you should be able to use xbmc
Re: Reset master lock code on XBMC? Is it possible?
Posted: Thu Jun 04, 2015 10:02 pm
by geo93ts
I tried it a couple of times and it did reset my xbox user settings. But when I go to settings, scripts and file manager, that "Enter master code" thing still comes up. :/
Re: Reset master lock code on XBMC? Is it possible?
Posted: Fri Jun 05, 2015 12:51 am
by NOTTHESAME
Can you ftp to your xbox? You can edit your guisettings.xml this is in your userdata and set masterlock to false
Re: Reset master lock code on XBMC? Is it possible?
Posted: Fri Jun 05, 2015 5:55 pm
by geo93ts
Yes I can! Can I do this with FileZilla?
Re: Reset master lock code on XBMC? Is it possible?
Posted: Fri Jun 05, 2015 6:05 pm
by geo93ts
Ok so I opened it with FileZilla clicked open on guisettings.xml, and a window opened on my browser.
And some numbers and words came up, what should I do? + I can't edit it like that, I can only read it and copy/paste it
Sorry but I'm new at this

Re: Reset master lock code on XBMC? Is it possible?
Posted: Fri Jun 05, 2015 8:07 pm
by Dan Dar3
Right click the remote file and choose View/Edit - that'll transfer the remote file locally in a temporary file, open it up in your preferred text editor or Notepad, you make the changes, close it and choose to save the changes, and FileZilla will ask you to upload the file with the changes back into remote location. Restart XBMC4Box and see how it went.
http://mattvukas.com/2014/01/18/filezil ... al-editor/
Re: Reset master lock code on XBMC? Is it possible?
Posted: Fri Jun 05, 2015 8:15 pm
by geo93ts
That did work thanks. Now I can edit the file. But there isn't a master lock code option inside the guisettings.xml file. :/
Re: Reset master lock code on XBMC? Is it possible?
Posted: Fri Jun 05, 2015 8:41 pm
by Dan Dar3
Look for this and set startuplock false:
Code: Select all
<masterlock>
<lockcode>-</lockcode>
<maxretries>3</maxretries>
<startuplock>false</startuplock>
</masterlock>
It's where it stores the settings for this screen:
http://www.xbmc4xbox.org.uk/wiki/Settin ... aster_Lock
Re: Reset master lock code on XBMC? Is it possible?
Posted: Sat Jun 06, 2015 12:20 am
by geo93ts
Ok just did that, and still the same. :/ Here are some screen shots
Re: Reset master lock code on XBMC? Is it possible?
Posted: Sat Jun 06, 2015 12:21 am
by geo93ts
And this
Re: Reset master lock code on XBMC? Is it possible?
Posted: Sat Jun 06, 2015 12:23 am
by geo93ts
I used Xmplify on my mac to edit the guisettings.xml file and it did save correctly, but for some reason it still asks for that master code when I go to settings etc. :/
Re: Reset master lock code on XBMC? Is it possible?
Posted: Sat Jun 06, 2015 11:06 am
by Dan Dar3
Ok, whatever FTP client and editor do it for you that's good - you can always retrieve the file again to see if it saved.
Lets try now going at userdata\profiles.xml, see the section below, similar to what you did ignore the part about the WinSCP, just set those values to false and save back:
https://youtu.be/G_plebm2N3c?t=1m46s
Re: Reset master lock code on XBMC? Is it possible?
Posted: Sat Jun 06, 2015 1:32 pm
by geo93ts
Unfortunately there isn't any profile.xml files in my user data. :/
Re: Reset master lock code on XBMC? Is it possible?
Posted: Sat Jun 06, 2015 11:38 pm
by Dan Dar3
Re: Reset master lock code on XBMC? Is it possible?
Posted: Sun Jun 07, 2015 1:58 am
by geo93ts
Yes! Typed false on settings lock and finally unlocked it. Thank you so much, appreciate it.

Re: Reset master lock code on XBMC? Is it possible?
Posted: Sun Jun 07, 2015 10:16 am
by Dan Dar3
You're welcome. Please edit your first post in the thread and add [SOLVED] to the the title so others can find it and considerit as a solution.