can you please share the clock widget
How did you get the unlock slider like that. I've never seen anything like that, the tab at the bottom shifts slightly to the left when you slide to the right. It's really cool.
OK, so what I was seeing with the Tap To Unlock shifting like it was has something to do with CameraLock.
Does anyone know if it is possible to change the position of the CameraLock icon on the Lockscreen?
Couldn't find anything relating to it when I went hunting for the files to theme the button, and I did look. Didn't see anything in any of the plists or the .list that related to location on the lockscreen, so I'm guessing it's in the dylib file and I know nothing about dealing with those. Can't even open them in iFile. But I iz not a dev type. Heck, I'm still pleased I worked out how to change the button itself.![]()
Contact the dev, maybe? Perhaps we can convince him to add it as an option in a later update?
/* Remove the /* from under this line to display the 12 hours clock */ /* NEW!! */
/*
// Choose either "AM" or "PM" as appropriate
var timeOfDay = ( currentHours < 12 ) ? "AM" : "PM";
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;
Here is mine. Credits to Hurst, Lex and others.
Here is mine. Credits to Hurst, Lex and others.
Here is mine. Credits to Hurst, Lex and others.
What theme are those icons from? I'm not sure I've seen those before. Those are pretty cool!![]()
It's from Zui.
I posted it here. You can download these icons that I put together.
http://modmyi.com/forums/iphone-4-n...hes/748326-z-u-i-sometimes-less-more-549.html
Hallo,
please share the weather widget... thanks....
does anyone have the bite sms indicator at the top? (with the bite).
Re: the bite status bar icons--
Try theming the ones in the biteSMS.app itself. The top four files pictured should be it; either put them in the com.bitesms bundle in your theme or replace the originals in the .app itself (rename or back those up just in case). Once in a while, I find something in bite that won't theme in WB (the recents dropdown bubbles in QR/QC is one), so you may have to do them straight in the app.
I tracked these down for you:
Image
Image
I like these as well but am having an extremely difficult time applying them to my status bar. I have played around with lockinfo and in the native status bar settings and I just can't get these to theme. I was wondering what the theme file path would be and what the images should be titled as.
Here is what it looks like currently:
Image
Image
And I would like the "Bite SMS Status Bar Icon" to appear like the one below:
Image
Any help or insight on this is greatly appreciated! Thanks guys, you're the best!
Re: the bite status bar icons--
Try theming the ones in the biteSMS.app itself. The top four files pictured should be it; either put them in the com.bitesms bundle in your theme or replace the originals in the .app itself (rename or back those up just in case). Once in a while, I find something in bite that won't theme in WB (the recents dropdown bubbles in QR/QC is one), so you may have to do them straight in the app.
i love how my SB changes character at any given moment. its as variable as the weather (pun intended)
Image