LockInfo Matte UI FAQ

How can I and plugins and change their the order ?

Go to this page and configure the fake lockscreen like you want your real one to appear.
Then click on the generate button to create a settings bundle to copy in the Winterboard themes folder and activate it in Winterboard.

How can I change plugins' settings ?

Go to this page and configure the plugins' settings in the right side of the screen.
Then click on the generate button to create a settings bundle to copy in the Winterboard themes folder and activate it in Winterboard.

I want to use the mini clock bar. How can I hide the original Clock bar ?

Install Lockscreen Clock Hide from Cydia.
From Stimpy's beta repo : http://david.ashman.com/apt/.

I installed Lockscreen Clock Hide but I still have a tiny clock in my status bar.

Edit (or create) this file : /User/Library/Preferences/com.ashman.ClockHide.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>Enabled</key>
	<true/>
	<key>StatusBarTime</key>
	<false/>
</dict>
</plist>

Why only the events of the next 7 days show up even if I set more days to show in the settings ?

There is a hard limit in the LockInfo extension. You have to change this one before.
Edit (or create if it doesn't exist) this file : /User/Library/Preferences/com.ashman.LockInfo.CalendarPlugin.plist
Edit its content this way :
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
  <key>Days</key>
  <integer>#NB OF DAYS#</integer>
</dict>
</plist>

How can I select which calendar I want on my Lockscreen ?

The LockInfo extension has a built-in calendar selector.
Edit (or create if it doesn't exist) this file : /User/Library/Preferences/com.ashman.LockInfo.CalendarPlugin.plist
Edit its content this way (if you set a day limit limit shown above only add the <key>Calendars</key> part) :
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
  <key>Calendars</key>
    <array>
      <string>#Calendar name#</string>
    </array>
</dict>
</plist>

How can I select which mail account I want on my Lockscreen ?

The LockInfo extension has a built-in mail account selector.
Edit (or create if it doesn't exist) this file : /User/Library/Preferences/com.ashman.LockInfo.MailPlugin.plist
Edit its content this way :
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
  <key>Accounts</key>
    <array>
      <string>#Account description field (in Mails settings on your phone)#</string>
    </array>
</dict>
</plist>

How to use a bundle ?

Go to this page, download a bundle, add it in the Winterboard themes folder, activate it in Winterboard and that's it.

I want to mod this theme. How do I do ?

Check that page. It will explain you how you can easily overwrite the theme's css and do much more.

How can I write a new plugin for LockInfo Matte UI ?

You must know javascript. If you do, check that page create your plugin.

Why this themes doesn't show in my language ?

LockInfo Matte UI already has a lot of languages available. If your language is not, go there and create it. It would be useful for a lot of people I'm sure.

There is english strings on my lockscreen even if my iPhone's language is set to another

LockInfo Matte UI uses your language if available. If it's not, it uses english.
Even if your language is available, if it's not complete it will use english strings for missing ones.
Please complete your language here.