Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
By collapse expand feature, do you mean default open vs default closed or do you mean swipe to open or close. If I am not understanding you then OK, but I did read what you wrote.

The config.js for the LockInfoFull has different codings than the Gruppled theme because each has different features in the theme.

That's probably why you can't get what you want. I would recommend you get the original config.js that came with the LockInfoFull theme and make your changes to it and use it. I am using the config.js from LockInfoFull with the LockInfoFull and I can get it to do anything I want, including default open, default closed, swipe to open/close or hide any or all sections.

Here is another look to the screen with all the sections hidden that have no entries.

3727053547_a940be194a.jpg

What I mean is they won't collapse/expand. When I touch any of the bars, nothing happens so they are locked into a perpetual state of collapse/expand (whatever they are set at).

i guess Ill try using the original and see what happens.
Damn I was hoping to avoid that, I spent way too long perfecting the first config file.

On another note, where do I change the font colors?
 
What I mean is they won't collapse/expand. When I touch any of the bars, nothing happens so they are locked into a perpetual state of collapse/expand (whatever they are set at).

i guess Ill try using the original and see what happens.
Damn I was hoping to avoid that, I spent way too long perfecting the first config file.

On another note, where do I change the font colors?

You are touching the small white triangles along the far right side of the screen to open and collapse, correct. That should work.

Font colors are changed in Style.css and structure.css files.
 
You are touching the small white triangles along the far right side of the screen to open and collapse, correct. That should work.

Font colors are changed in Style.css and structure.css files.


Right, and nothing is happening. Weird, so I used the original file and it works. But I don't understand why that would make a difference because it appears to be the same file, verbatim. :confused: Oh well!



thanks for your help
 
Right, and nothing is happening. Im trying the original config file now, but I don't understand why that would make a difference because it appears to be the same file, verbatim. :confused: Oh well, we shall see.

Im not too familiar with CSS, what parts of the file am I looking for?

thanks for your help

I must agree, it is the 1st time I have ever had someone report the expand, collapse swivels not working.

Hope you figure it out.
 
So I answered my own question. Anyone willing to program a Things plugin for the Lockinfo theme? I would gladly donate
 
If you want a different slider, you have to get a slider theme either thru Cydia or SSH it in, then enable it in WinterBoard.

It will show up on both lockscreen and app pages.

let me re-do my question. I have the new skinny slider with my lockscreen theme, but my old HUD is showing up when you try and power down...I wasn't sure if I needed to copy my lockscreen slider and rename it or what
 
let me re-do my question. I have the new skinny slider with my lockscreen theme, but my old HUD is showing up when you try and power down...I wasn't sure if I needed to copy my lockscreen slider and rename it or what

make a copy of bottombarbkgndlock, rename it topbarbkgnd, and put it in com.apple.TelephonyUI.

Go to com.apple.springboard-->en.lproj, copy SpringBoard.strings to your computer, make a copy and open the copy. Add in a line for

POWER_DOWN_LOCK_LABEL

replace original on iPhone with new one
 
make a copy of bottombarbkgndlock, rename it topbarbkgnd, and put it in com.apple.TelephonyUI.

Go to com.apple.springboard-->en.lproj, copy SpringBoard.strings to your computer, make a copy and open the copy. Add in a line for

POWER_DOWN_LOCK_LABEL

replace original on iPhone with new one

thnaks...when I added that label it showed 'slide to unlock' when it wasn't there before...now I need to find out how to remove 'slide to power off' and i will be all set
 
Can anyone post the lockinfo full version for download from the French forum? I tried looking all over for that but don't understand French that well.
TIA

maybe I should be asking is gruppled, lockinfo, and lockinfofull all the same?
 
I copied this exactly and still couldnt get anything to show? What gives?

Alright guys. Here is an example of what I did to my config.js file to make it look like the examples that you see above.

The path for the file is as follows:
/Library/Themes/Grupple LockInfo.theme/Bundles/com.ashman.LockInfo/config.js

You must do the following to edit this file.
1. SSH the above file from your iphone to your desktop. (I use Cyberduck with Mac).
2. Then you will open the config.js file and edit it with a text editor.
3. Once done editing, upload it to the same location and have it replace the old config.js file.
4. Done.
5. Also, to make the stock lockscreen clock disapear so the one with this theme shows, download "Lockscreen Clock Hide" from the david.ashman.com source.

Bellow is a copy of the config.js file with the changes I made and comments in red.

GENERAL SETTINGS

// Your country code
// If it's not in the strings/ folder, please translate strings/en.js and send to gruppler@gmail.com var language = "en"; // NOTE: to change time formats, look in strings/en.js (or whatever language file you're using)

// Arrange and/or disable (by commenting-out) sections:
// To enable a section, remove the "//" at the beginning of the line var sections = [
// (remove the "//" if you want it to show up) "Clock",
"Weather",
"Mail",
"Calendar",
"Calls",
"Voicemail",
"SMS",
];

// If "Clock" is enabled in the "sections" list above, this shows the bigger custom clock var useBigClock = true;

// Display arrows in headers?
var displayArrows = true;

// Draw a monthly calendar as a collapsable subsection of the custom clock var showMonth = true;

// The day the week will start on; 0(Sun) to 6(Sat) var startDay = 0;

/
*
––––––––––––––––––––––––
*/
// EXPAND/COLLAPSE SETTINGS

// Collapse or expand main sections by default; comment-out or set to false to expand...
// To collapse a section by default, remove the "//" at the beginning of the line var defaultCollapsed = {
"Clock":true,
"Mail":true,
// "Calendar":true,
"Calls":true,
"Voicemail":true,
"SMS":true,
// "Weather":true,
};

// Enable global collapse/expand by swiping right (or left, if globalHide is false)?
var globalCollapse = true;

// Enable global hide toggling by swiping left (or right, if globalCollapse is false)?
var globalHide = true;

// If globalHide is true and custom clock is enabled, hide the clock too?
var hideClock = false;

// Set to false for instant section collapse/expand, or true for webkit CSS animations var enableAnimations = false;
var animationDuration = 450; // Milliseconds

// Animate the global collapse/expand? (Requires enableAnimations to be true) var animateGlobalCollapse = false;

// Collapse subsections in sections that are to be collapsed by default (listed above)?
var collapseChildren = true;

// Always expand the first subsection? Note: this overrides collapseChildren; // subsequent sections will be collapsed regardless of main section's default var expandFirst = true;

// Revert to default collapse/expand settings when a section is empty?
var revertCollapsedOnEmpty = true;

// Hide empty sections?
var hideEmptySections = false;

/
*
––––––––––––––––––––––––
*/
// SECTION DISPLAY SETTINGS

// Display the "Load More" bar at the bottom of each section if the item limit was reached?
var displayLoadMore = true;

// If displayLoadMore is enabled, how many more should load each time the bar is pressed?
var loadIncrement = 5;

// Display each calendar as a separate section?
// Note: If true, there will be an extra subheader, even if there's only one calendar.
var separateCalendars = false;

// Display each day as a separate section?
// Note: If true, there will be an extra subheader, even if there's only one day with events.
var separateCalendarDays = true;

// Display events' times/dates in a separate column?
var separateCalendarTimes = true;

// Sort this calendar first if separateCalendars is true var mainCalendar = "Calendar";

// Show count for only today' events?
var calendarCountToday = false;

// Limit the number of events to show
var calendarLimit = 10;

// Display each email account as a separate subsection?
// Note: If true, there will be an extra subheader, even if there's only one email account.
var separateMailAccounts = false;

// Limit the number of emails to show
var mailLimit = 5;

// Limit the number of missed calls to show var callLimit = 5;

// Limit the number of voicemails to show var voicemailLimit = 5;

// Limit the number of SMS messages to show var smsLimit = 5;

/
*
––––––––––––––––––––––––
*/
// RELATIVE TIME SETTINGS

// Show relative times or absolute times?
var displayRelativeTimes = true;

// Show short periods or long periods?
// Ex.
// false -> "3 hours, 2 minutes"
// true -> "3h 2m"
var displayShortPeriods = true;

// How many periods to display if not rounded? (Excludes seconds unless time < 1 minute) // Ex.
// relativeTimeLength = 1 -> "3h"
// relativeTimeLength = 2 -> "3h 2m"
var relativeTimeLength = 2;

// Limit the frequency of updates for relative time, and round seconds:
var relativeUpdateLimit = 15; //Seconds

// Specify how time should be rounded.
// 1: Round up (ceiling)
// 0: Normal round
// -1: Round down (floor)
var roundPeriods = [
1, // seconds
1, // minutes
0, // hours
-1, // days
0, // weeks
0, // months
0, // years
0 // decades
];

/
*
––––––––––––––––––––––––
*/
// WEATHER SETTINGS

// Produced by Adam Watkins (http://www.stupidpupil.co.uk) // Modified by Craig Laparo (gruppler@gmail.com)

// Locations, following the same format as "locale" above. Add as many as you want, separated by commas.
// The first one in the list will be displayed on the weather header.
// Ex. "OCN|AU|VIC|MELBOURNE", "ASI|PH|MAKATI" e.g. 'Defiance, Ohio'|'Moscow, Russia'|'London, UK'
// Visit http://accuweather.com to find something that works var locales = [
"Lake Worth, FL",
"Boca Raton, FL" (These are my locations I wanted)

];

// Show the first city's current weather in the main header?
// Set this to false if you have multiple cities and don't want a rundundant header...
var mainHeaderWeather = true;

// Show the first city's name in the main header, or hide it?
var displayMainCityName = false;

// Show the other cities' names in their subheaders, or hide them?
var displayCityNames = true;

// Limit the number of days to display (also limited by the weather source; 7 seems to be the max) var weatherDayLimit = 7;

// Set to 'false' if you'd prefer Farenheit var isCelsius = false (I use Farenheit);

// Use 'Real Feel' temperatures where possible, taking into account Wind Chill, Humidity etc.
var useRealFeel = false;

// What should separate hi temperatures from low temperatures?
// use "<br>" to put them on separate lines, or something else like "|", for example.
var weatherTempSeparator = "<br>";

// Images must follow the same naming schema as the 'klear' set (borrowed from KWeather) var iconSet = "tick"; //'klear'|'tick'
var iconExt = ".png"; //'.png'|'.gif'|etc.

// Display the refresh icon in the header? If not, you can still tap the update time to refresh.
var displayWeatherRefreshButton = true;

// To disable automatic refresh/retry, set to 0 var weatherUpdateInterval = 30(I did not want to check temp more than every 30 minutes); //Minutes var weatherRetryInterval = 0.5; //Minutes

// If stop trying after this many consecutive failed attempts (set to 0 for infinite retries):
var weatherRetriesMax = 3;

// The (currently broken) 'Yahoo' which for the 'locale' requires a US zip or location code // (e.g. UKXX0085 or CHXX0008) from http://weather.yahoo.com var weatherSource = "Apple"; // "Yahoo" is broken for now, so use "Apple"

/
*
––––––––––––––––––––––––
*/
// SWIPE SETTINGS

// The MAXIMUM distance your finger can move to trigger a 'tap'
var tap_maxDistance = 3;

// The MINIMUM distance your finger must move to trigger a 'swipe'
var swipe_minDistance = 60;

// The MAXIMUM vertical distance your finger can move to trigger a 'swipe'
var swipe_maxY = 20;

/
*
––––––––––––––––––––––––
*/
// Do not change this...

if(language != "en"){
var headID = document.getElementsByTagName("head")[0];
var scriptNode = document.createElement('script');
scriptNode.type = 'text/javascript';
scriptNode.src = 'strings/'+language+'.js';
headID.appendChild(scriptNode); }


I hope this helps out guys.:)
 
thnaks...when I added that label it showed 'slide to unlock' when it wasn't there before...now I need to find out how to remove 'slide to power off' and i will be all set

You want to be able to see "slide to unlock" but not "slide to power off"?
 
Thanks

to everyone in this thread..I've been camping out here for a few days longer than I probably should of :eek: I've enjoyed every post...some great people around here! :)
 

Attachments

  • download.jpg
    download.jpg
    51.3 KB · Views: 103
Hey guys!

Great job everyone for providing help to us newbies!

Quick question with regards to the "tap to unlock" area.

Is there any way we can make the area in which you tap to be smaller? As of right now I can tap anywhere from the bottom of the screen up to SMS. I was hoping to make the area smaller, like maybe just above the lock symbol.

Not sure which file I modify for this, hopefully someone knows.

Thanks
 

Attachments

  • photo(2).jpg
    photo(2).jpg
    58.3 KB · Views: 92
I don't want to see either..right now 'slide to unlock' is gone, but 'slider to pweor off' is there and looks weird.

Ok, your previous post was slightly confusing.

Did you add "POWER_DOWN_LOCK_LABEL" to SpringBoard.strings? Keep in mind that the "strings" field underneath it needs to be blank. That should get rid of "slide to power off".
 
help ~

Hi,

I'm currently working in Guangzhou, China and can't seems to get lockinfo Gruppled theme working~

this is my config.js setting

// Locations, following the same format as "locale" above. Add as many as you want, separated by commas.
// The first one in the list will be displayed on the weather header.
// Ex. "OCN|AU|VIC|MELBOURNE", "ASI|PH|MAKATI" e.g. 'Defiance, Ohio'|'Moscow, Russia'|'London, UK'
// Visit http://accuweather.com to find something that works
var locales = [
"ASI|CN|CH006|GUANGZHOU|"

];


any help would be help would be great ! Been trying this out for couple days...

THKS!:)

Btw,

it work FINE when i use -

// Locations, following the same format as "locale" above. Add as many as you want, separated by commas.
// The first one in the list will be displayed on the weather header.
// Ex. "OCN|AU|VIC|MELBOURNE", "ASI|PH|MAKATI" e.g. 'Defiance, Ohio'|'Moscow, Russia'|'London, UK'
// Visit http://accuweather.com to find something that works
var locales = [
"43054"

];

but its not the weather location i want....
everything works when i use the above, but nothing shows when i change the weather loccode to my desire location...
 
Hey hectic6,

Just put this in the field instead

"Guangzhou, China"

It should look like this

// Visit http://accuweather.com to find something that works
var locales = [
"Guangzhou, China"


];


Hi,

I'm currently working in Guangzhou, China and can't seems to get lockinfo Gruppled theme working~

this is my config.js setting

// Locations, following the same format as "locale" above. Add as many as you want, separated by commas.
// The first one in the list will be displayed on the weather header.
// Ex. "OCN|AU|VIC|MELBOURNE", "ASI|PH|MAKATI" e.g. 'Defiance, Ohio'|'Moscow, Russia'|'London, UK'
// Visit http://accuweather.com to find something that works
var locales = [
"ASI|CN|CH006|GUANGZHOU|"

];


any help would be help would be great ! Been trying this out for couple days...

THKS!:)

Btw,

it work FINE when i use -

// Locations, following the same format as "locale" above. Add as many as you want, separated by commas.
// The first one in the list will be displayed on the weather header.
// Ex. "OCN|AU|VIC|MELBOURNE", "ASI|PH|MAKATI" e.g. 'Defiance, Ohio'|'Moscow, Russia'|'London, UK'
// Visit http://accuweather.com to find something that works
var locales = [
"43054"

];

but its not the weather location i want....
everything works when i use the above, but nothing shows when i change the weather loccode to my desire location...
 
Hey hectic6,

Just put this in the field instead

"Guangzhou, China"

It should look like this

// Visit http://accuweather.com to find something that works
var locales = [
"Guangzhou, China"


];



i did...can't work...tried so many possiblities..
from -
"ASI|CN|CH006|GUANGZHOU|"
"|CH006|GUANGZHOU|"
"Guangzhou,China"
"Guangzhou,China(Guangdong)"

all fail....pls help..:eek:

is there a numerical Loccode for guangzhou, i can't seem to find it. Anyone who knows websites that supplies that?

THANKS~
 
Thats funny because when I tried that it worked for me.

i did...can't work...tried so many possiblities..
from -
"ASI|CN|CH006|GUANGZHOU|"
"|CH006|GUANGZHOU|"
"Guangzhou,China"
"Guangzhou,China(Guangdong)"

all fail....pls help..:eek:

is there a numerical Loccode for guangzhou, i can't seem to find it. Anyone who knows websites that supplies that?

THANKS~
 
You've probably tried this, but I'll throw it out there, but put

"Guangzhou,China"

with a space

"Guangzhou, China"

i did...can't work...tried so many possiblities..
from -
"ASI|CN|CH006|GUANGZHOU|"
"|CH006|GUANGZHOU|"
"Guangzhou,China"
"Guangzhou,China(Guangdong)"

all fail....pls help..:eek:

is there a numerical Loccode for guangzhou, i can't seem to find it. Anyone who knows websites that supplies that?

THANKS~
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.