Hmmm, okay. Looking back, I did see some self installed themes that were like that, but most are. I guess it doesn't matter.
Hmmm, okay. Looking back, I did see some self installed themes that were like that, but most are. I guess it doesn't matter.
Like said before you simply ssh the folder into /private/var/stash/Themes.XXXXX and activate it through winterboard
Like said before you simply ssh the folder into /private/var/stash/Themes.XXXXX and activate it through winterboard
What's the difference between that path and /Library/Themes?
non tbh; they're the same or lead to the same dir
Still messing around.....
![]()
non tbh; they're the same or lead to the same dir
This is one Wicked theme, how can I get a hold of it if you do not mind sharing it....Nice Job
Being a little dark for Halloween....
![]()
Can someone tell me where he gets the status bar icons from? Specifically the signal bars for the cell phone signal, the wifi and the loading animation?
hey goa
Thanks so much for the tip on how to make that the lockscreen instead. I tried looking into that widget file but I don't know where to find the line to make the time 12 hr instead of military time. Would you know anything about that?
Also it seems that I'm having a problem where I want the wallpaper that came with the mod to be in the lockscreen but on the homescreen I want my own. If I remove the wallpaper, the LS background becomes black even if I assign one to the LS...
// Convert an hours component of "0" to "12"
//currentHours = ( currentHours == 0 ) ? currentHours + 24 : currentHours;
// Convert the hours component to 12-hour format if needed
//currentHours = ( currentHours > 12 ) ? currentHours - 12 : currentHours;
// Convert an hours component of "0" to "12"
//currentHours = ( currentHours == 0 ) ? 12 : currentHours;
// Compose the string for display
Convert an hours component of "0" to "12"
currentHours = ( currentHours == 0 ) ? currentHours + 24 : currentHours;
Convert the hours component to 12-hour format if needed
currentHours = ( currentHours > 12 ) ? currentHours - 12 : currentHours;
Convert an hours component of "0" to "12"
currentHours = ( currentHours == 0 ) ? 12 : currentHours;
Compose the string for display
sure, not very hard either.
look for these lines in widget.html
Code:// Convert an hours component of "0" to "12" //currentHours = ( currentHours == 0 ) ? currentHours + 24 : currentHours; // Convert the hours component to 12-hour format if needed //currentHours = ( currentHours > 12 ) ? currentHours - 12 : currentHours; // Convert an hours component of "0" to "12" //currentHours = ( currentHours == 0 ) ? 12 : currentHours; // Compose the string for display
remove // so it looks like this
Code:Convert an hours component of "0" to "12" currentHours = ( currentHours == 0 ) ? currentHours + 24 : currentHours; Convert the hours component to 12-hour format if needed currentHours = ( currentHours > 12 ) ? currentHours - 12 : currentHours; Convert an hours component of "0" to "12" currentHours = ( currentHours == 0 ) ? 12 : currentHours; Compose the string for display
Hey trusky
would you or anybody mind sharing that version of typophone please?
How did you get time and date on your springboard?
Thanks in advance.
I used "weatherfurik" through cydia and you must also have "lockinfo" which is also is cydia. Much credit goes to LEXS1411!! Helped me much in my progresses! Thanks!