Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Does this theme no longer automatically add the frame for each icon? I know it used to do that for you, but now it looks like it only works on icons that are supported.

Bummer that it doesn't work that way anymore. Iconomatics don't work well in this theme since icon artwork can extend over the frame. elilab just posted his link to the old boss icon repository in the BossiOS8 thread on MMi... so you can resize icons to work in iOS8. You can always make icon requests in that thread also.
 
My current home screen.

ImageUploadedByTapatalk1421263504.247807.jpg
 
I know it's probably been asked before but what are you using for your battery wifi and signal icons? I am struggling to find ones that look like Android.



Assume you are using Protean for status bar sorting? Many thanks


I'm using an app called RightAlignStatusBar I think it's called RASBerry or something just to push them right.

Wifi and signal are from the elite 8 beta theme and the battery is from the app alkaline. Very android like I think :)
 
does anyone know how to resize sbhtml/ls? ive seen the ratio to go from 6+ to 6 but i dont know where to go to change it
 
does anyone know how to resize sbhtml/ls? ive seen the ratio to go from 6+ to 6 but i dont know where to go to change it

I've been using these values my style sheets (ie style.css) converting old/new widgets I've made to the iPhone 6 and 6+:

iPhone 6:
width: 375px;
height: 667px;

iPhone 6 plus:
width: 414px;
height: 736px;
 
does anyone know how to resize sbhtml/ls? ive seen the ratio to go from 6+ to 6 but i dont know where to go to change it

Alternatively, go into the Style.css file. At the top it typically starts with something like:

body{
margin: 0;
padding: 0;

To go from a 6+ to a 6 add the line highlighted below.

body{
-webkit-transform: scale(0.91);
margin: 0;
padding: 0;
 
Just that easy?

Not all widgets will be that easy. I specify most of the ID names, background, and overlay images in css file... where I can specify properties like width and height in the style sheet. Then I can call the ID names from the css from the Wallpaper.html:

example: Wallpaper.html
<div id="background_image"></div>


example for 6+: Style.css
#background_image {
position: absolute;
background: url('../Images/wallpaper_img.png') center no-repeat;
background-size: 414px 736px;
top:0px;
left: 0px;
width: 414px;
height: 736px;
opacity: 1.0;
z-index: 30;
}


For some widgets... they call the overlay images in the Wallpaper.html... and specify the width and height there.

example:
<img src="Images/wallpaper.png" width="414" height="736" style="position: absolute; top: 0px; left: 0px; z-index:30;">

EDIT: Sital is another person I would listen to.
 
Alternatively, go into the Style.css file. At the top it typically starts with something like:

body{
margin: 0;
padding: 0;

To go from a 6+ to a 6 add the line highlighted below.

body{
-webkit-transform: scale(0.91);
margin: 0;
padding: 0;

Not all widgets will be that easy. I specify most of the ID names, background, and overlay images in css file... where I can specify properties like width and height in the style sheet. Then I can call the ID names from the css from the Wallpaper.html:

example: Wallpaper.html
<div id="background_image"></div>


example for 6+: Style.css
#background_image {
position: absolute;
background: url('../Images/wallpaper_img.png') center no-repeat;
background-size: 414px 736px;
top:0px;
left: 0px;
width: 414px;
height: 736px;
opacity: 1.0;
z-index: 30;
}


For some widgets... they call the overlay images in the Wallpaper.html... and specify the width and height there.

example:
<img src="Images/wallpaper.png" width="414" height="736" style="position: absolute; top: 0px; left: 0px; z-index:30;">

EDIT: Sital is another person I would listen to.

ive saved some of this stuff, hopefully ill be able to use it lol

EE5F3DE2-C9C7-41C0-BB46-BD49B2272397_zpsalupnywy.png

E16FFFC1-EA04-4874-A230-619136C76E3A_zps4s6wugyj.png

might need to find a better ls wallpaper
 
Post your Jailbroken Home Screen (Part 7, iOS 8 JB). Some NSFW !

ImageUploadedByTapatalk1421348572.348636.jpg

Font: beats by dre iOS 8 (dbk1ng repo)
ZooBhoy 8: Wallpaper, Status, and Theme
Awesome Dock (awosme dock in Cydia)
Android Kit Kat Battery
LS is a modified vesion of SB WordTemp
 
Last edited:
Anyone have any tips for being diligent about what apps will interact with each other? Like having two tweaks running for the springboard for example. I know most apps have so many settings to counter this but I still have the odd issue.

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