Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Status
Not open for further replies.
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
 
non tbh; they're the same or lead to the same dir

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...
 
Last edited:
Still messing around.....

IMG_1103.png

How did you get time and date on your springboard?
Thanks in advance.
 
non tbh; they're the same or lead to the same dir

The reason I ask is because PkgBackup won't back up files that I ssh into /library/themes. It will however back up files that I install via Cydia, so I wasn't sure what the difference was.
 
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?

Loading animation and db is from dBar.
Signal belongs to Monty.
Wifi can be found from Cydia; search for retina status bar or something
 
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...

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
 
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

Are you sure? This is what I get when I remove those lines. I noticed there are 2 sections that have the exact same lines. I tried, removing one section, then the other, then finally both. same results. Only thing left showing is temp. sorry to be a pain.

18b3ada3.jpg
 
Last edited:
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!
 
Last edited:
Status
Not open for further replies.
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.