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.
LS Sense by Schnedi:

imagebop.jpg
 
Wirelessly posted (Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_3_1 like Mac OS X; en-gb) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8G4 Safari/6533.18.5)

No thoughts on my Facebook upojenie masked icon? Or even me setup in general? Geez, I'm starting to get a complex in here. :(

Im sure there is a solution out there, just that not enough people know it (me included :p)

I suggest the Icons folder method to bypass the issue......whic is placing Facebook.png and Facebook@2x.png (both icons can be same size) in a folder names "Icons" under the main theme folder.

Also try Summerboard OFF and ON to see if that helps.
 
Im sure there is a solution out there, just that not enough people know it (me included :p)

I suggest the Icons folder method to bypass the issue......whic is placing Facebook.png and Facebook@2x.png (both icons can be same size) in a folder names "Icons" under the main theme folder.

Also try Summerboard OFF and ON to see if that helps.

you can also do that but IMO the Bundles method is faster loading than the Icons folder method esp on the 4.x firmware. BUT ITS UP TO THE person what they want to do.


cant see your icons on the top/ whats the point.

Whats the point? To please you of course! Ha ha only joking. Yeah im actually adding a little shade into the Transulcent Base. But for now theres nothing i need to see in the status bar...
 
Last edited:
Put in a transparent dock and name it SBDockBG.png/@2x.png

http://imageshack.us/photo/my-images/340/sbdockbg2x.png/sr=1

Or download one of the transparent dock themes from Cydia. I use Transparent Dock (4.2.1) so I can toggle it on and off as needed. Once in a while, I actually WANT the stock Apple dock in there. Weird, huh? :D

(No pics to post from me today--I've actually managed to stay with the same lockscreen and homescreen for two days now. Which is also really weird! Of course, gary008 slipped that post in right before mine and now I'm getting ideas...)

You can also do that but IMO i hate doing stuff like that from cydia. Its "wasted space" and some files will mess up your phone. so to me i prefer to just make a png file and replace the original one! But again thats just my 2 cents/preference.

Thanx Guys...Much Appriciated!

AWSUM-1, what theme is this?

Sorry for nt answering ths earlier. Theme is Azui by Zausser.
 
Care to share your signal bars/ wifi bars and whatnot? :)

Am not on my computer bruv...
If nobody posts it i will post em for u on monday!
Sorry for the delay!
Thay not mine though i jus had em here in the forum! Bt as i said if u dont get em i will post em on monday!
 
you can also do that but IMO the Bundles method is faster loading than the Icons folder method esp on the 4.x firmware. BUT ITS UP TO THE person what they want to do.


snip!

Just for the facebook icon......where the Bundles method wasnt working......:p
Take it easy mate :D
 
Just for the facebook icon......where the Bundles method wasnt working......:p

Oh that is my bad! I totally mid-read it! I thought you were meaning all the icons! Ha yeah unfortunately yeah that's the only solution (in his case) to do it! I just renamed the mobileframework folder and just do what IrishVixen suggested and put unthemed icons into folders
 
How'd u switch the date around?

Look for this in the html file:

Code:
document.getElementById("date").firstChild.nodeValue = this_date + "." + this_month_name_array[this_month] + "." + this_year //concat long date string

and change to this:

Code:
document.getElementById("date").firstChild.nodeValue = this_month_name_array[this_month] + "." + this_date + "." + this_year //concat long date string


Save and respring
 
Oh that is my bad! I totally mid-read it! I thought you were meaning all the icons! Ha yeah unfortunately yeah that's the only solution (in his case) to do it! I just renamed the mobileframework folder and just do what IrishVixen suggested and put unthemed icons into folders

No worries, thank you for your contributions, cheers.
 
Yes, it has all been fix, the twenty-seventh date issue depends on your font and might need user fix adjustments.
 
any widget hmtl pros in here? i changed my home screen to this ...

14e3w2g.png


and i edited it to get my right location and 24hour clock working, but it's not showing the right temperature even tho i got the right weather location code from yahoo. (i think its confused with F and C) and how do i change the months to german? i tried to simply change the name of the months to the german ones but then only a "?" shows up
 
any widget hmtl pros in here? i changed my home screen to this ...

Image

and i edited it to get my right location and 24hour clock working, but it's not showing the right temperature even tho i got the right weather location code from yahoo. (i think its confused with F and C) and how do i change the months to german? i tried to simply change the name of the months to the german ones but then only a "?" shows up

All setup is done via the HTML file. For correct temp make sure this script is set for TRUE

var isCelsius = true

Give me your location and I'll double check and make sure you location code is correct.

To change months look for (something along these lines) and edit the months:
*var this_month_name_array = new Array("january","february","march"...

Save and respring
 
All setup is done via the HTML file. For correct temp make sure this script is set for TRUE

var isCelsius = true

Give me your location and I'll double check and make sure you location code is correct.

To change months look for (something along these lines) and edit the months:
*var this_month_name_array = new Array("january","february","march"...

Save and respring

k i changed the months to this

var days_sett = new Array('So','M','D','M','Do','F','S','So');
var month_year = new Array('Januar','Februar','Maerz','April','Mai','Juni','Juli','August','September','Oktober','November','Dezember')

and

var this_weekday_name_array = new Array("Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag")
var this_month_name_array = new Array("Januar","Februar","Maerz","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember")


and for the weather

- Weather Script -->
var locale = "GMXX0142"

var isCelsius = true
var useRealFeel = false

edit: i just answered my own question, this worked lol
 
Last edited:
any widget hmtl pros in here? i changed my home screen to this ...

Image

and i edited it to get my right location and 24hour clock working, but it's not showing the right temperature even tho i got the right weather location code from yahoo. (i think its confused with F and C) and how do i change the months to german? i tried to simply change the name of the months to the german ones but then only a "?" shows up

What icons are those? :eek:
 
Status
Not open for further replies.
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.