+ Reply
Page 11 of 14 FirstFirst ... 910111213 ... LastLast
Results 201 to 220 of 267

Thread: winter board

  1. #201
    What's Jailbreak?
    Join Date
    Dec 2007
    Posts
    5
    Thanks
    0
    Thanked 3 Times in 3 Posts

    I have updated Saurik to take on any number of pictures, enjoy:

    1. Download Wallpaper.html of Saurik to your computer.
    2. Edit the body part as follows, that is after the <body> tag and before the </body> tag.
    3. Change the following code according to your taste:
    3.1 Number of pictures: add or drop lines with respect to <img> tags, the picture name does not matter, as long as a file with the same name is in the Private folder (same as Saurik); the id, however, has to be picX, where X goes from 1 to number of picture that you have.
    3.2 Change the loop condition. See where is says i > 5? change the number 5 to the number of pictures that you have, that number should match your biggest X in picX. In my original code, X = 5.
    4. That's it. Remember to make a copy in case something goes wrong! Enjoy.

    Note: You can copy just Wallpaper.html and the Private folder to another theme. Depending on the theme, you might need to change your image size to 320 x 460 as there is a 20px padding from the top (For Saurik, it's 320 x 422).

    HTML Code:
        <img src="pic1.jpg" id="pic1"/>
        <img src="pic2.jpg" id="pic2"/>
        <img src="pic3.jpg" id="pic3"/>
        <img src="pic4.jpg" id="pic4"/>
        <img src="pic5.jpg" id="pic5"/>
        
        <script>
            var i = 2;
            fade_in = pic1;
            fade_out = pic2;
    
            var fade = function () {
                fade_in.className = 'fade-out';
                fade_out.className = 'fade-in';
                
                eval('fade_in = pic' + i);
                
                i = i + 1;
                if (i > 5)
        		{
        			i = 1;
        		}
        		
                eval('fade_out = pic' + i);
                setTimeout(fade, 15000);
            };
    
            fade();
        </script>
    Last edited by kenipnet; 08-12-2008 at 12:14 PM.

  2. The Following User Says Thank You to kenipnet For This Useful Post:

    forthatmatter (08-12-2008)

  3. #202
    iPhone? More like MyPhone Emir S.'s Avatar
    Join Date
    Oct 2007
    Posts
    213
    Thanks
    14
    Thanked 22 Times in 19 Posts

    Pretty cool.

    Well thanks to Saurik and Winterboard, there is technically no longer a need for Intelli screen or another "Today" app as the wallpaper itself can now serve this purpose.
    All one needs to do is write an HTML file that polls info from various sources (weather, cal, etc) and display it right on the background.

    One could even write something to almost completely simulate the beautiful HTC style homescreen (rain wipers and all)

  4. #203
    My iPhone is a Part of Me TheOrioles33's Avatar
    Join Date
    Jul 2007
    Posts
    907
    Thanks
    42
    Thanked 61 Times in 49 Posts

    Quote Originally Posted by InvertedS2c View Post
    the only thing that sucks is that you cant apply the wallpaper to another theme yet....
    I just noticed that. I found a cool pic and tried to apply it as my wallpaper and it didnt take.

  5. #204
    Green Apple
    Join Date
    Jul 2007
    Posts
    45
    Thanks
    7
    Thanked 1 Time in 1 Post
    Quote Originally Posted by TheOrioles33 View Post
    I just noticed that. I found a cool pic and tried to apply it as my wallpaper and it didnt take.
    It seems to use the parts in order.

    If you want to have your lock wallpaper as your background make sure the User Wallpaper is at the top and the theme below.

    For instance

    User Wallpaer
    Transparent Icon Labels
    Illuminous <--- Theme

    Of course you need to have the check on both wallpaper and the theme.

    It certainly works for some themes but i couldnt guarantee all.
    Last edited by addertay; 08-12-2008 at 03:50 PM.

  6. #205
    My iPhone is a Part of Me TheOrioles33's Avatar
    Join Date
    Jul 2007
    Posts
    907
    Thanks
    42
    Thanked 61 Times in 49 Posts

    Ahh, I was wondering what the deal was with the ordering. I was actually talking about changing my lock wallpaper in general. It wont change anymore. Your method does work for making the lock screen wallpaper work on the home screen. Thanks for that. I wish Winterboard was a little more user friendly like Summerboard. But nevertheless, it rocks.

  7. #206
    iPhoneaholic
    Join Date
    Nov 2007
    Location
    Houston, TX
    Posts
    378
    Thanks
    77
    Thanked 41 Times in 33 Posts

    Quote Originally Posted by Emir S. View Post
    Pretty cool.
    One could even write something to almost completely simulate the beautiful HTC style homescreen (rain wipers and all)
    Oh I wish to have that beautiful dream come true

    So it looks like the exploit Intelliscreen uses was... accidentally found?

    Am I mistaken or is this a way to have a "gif" sort of wallpaper?
    "Thanks" button. Learn it. Use it. Love it.

  8. #207
    iPhone? More like MyPhone Nettwerk's Avatar
    Join Date
    Jan 2008
    Posts
    168
    Thanks
    18
    Thanked 53 Times in 24 Posts


  9. #208
    My iPhone is a Part of Me
    Join Date
    Jul 2007
    Location
    Orlando FL
    Posts
    767
    Thanks
    17
    Thanked 23 Times in 22 Posts

    nice theme
    iTouch 2.0 (free update/pwn'd)
    iPhone 3G white (pwn'd)
    MacBook Pro 15inch (using tethered)

    2 broken wrists so give me a break. no more 2007 Yamaha r6

  10. #209
    Retired Moderator bhz1's Avatar
    Join Date
    Sep 2007
    Location
    Southeastern Pennsylvania
    Posts
    2,533
    Thanks
    93
    Thanked 362 Times in 273 Posts

    Hey guys..this message is for those of you with problems on fw 2.0.1 but may apply to the rest of you as well. I'm pretty sure you need to make sure that you have not used Customize or anything on your Iphone before using winterboard or it doesn't work. I was using customize and installed winterboard and couldn't get anything to work..but after a clean restore I installed winterboard and it works perfect.
    Hum. I was using Customize on three different iPhones (2 - 2G and 1 -3G) and Winterboard worked right off.


    If I've helped you, you can help me by clicking on that Thanks button.
    iPhone, the Swiss Army knife of the 21st Century.

  11. #210
    What's Jailbreak?
    Join Date
    Feb 2008
    Location
    Kansas
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Was messing around today, and thought I'd try out the video wallpaper function. Works pretty nice for the first run of the video then the speed is all jacked up after that. It goes either real slow or super fast. Also went to go take a picture with the camera and the phone when all sluggy and when the camera finally opened it was a messed up split screen. Thinking the video takes up too much system resources? Anyone else have any problems?

  12. #211
    iPhone? More like MyPhone Emir S.'s Avatar
    Join Date
    Oct 2007
    Posts
    213
    Thanks
    14
    Thanked 22 Times in 19 Posts

    Video itself is always an issue in terms of running along something else due to the amount of resources required.
    You can try optimizing the video and remove sound to see if it handles better.

    I remember vWallpaper did this quite well but there were still issues at times.

    @iPhoneMadness
    It's not the way IntelliScreen works and I belive Sauriks way is more elegant IMO.

    I'm not all that great with HTML but I'm gonna give it a shot and see if I can produce a proof of concept at least.

  13. #212
    Green Apple
    Join Date
    Jan 2008
    Posts
    93
    Thanks
    4
    Thanked 2 Times in 2 Posts

    Could someone please help? I want to add custom Lock and Unlock sounds. I added a folder to my theme, UISounds, and placed my customs lock.caf and unlock.caf in that folder. I then open winterboard and select my theme, but the sounds don't change

    A temporary fix was I removed the default sounds and replaced them with my custom ones in the system/audio/UIsounds/. This worked, just not the way I wanted to do it. I'd like to take advatange of winterboard.

    Also, my theme is in
    private/var/mobile/Library/summerboard/themes/"my theme"

    This was a Summerboard theme I downloaded and am trying to customize.

    Should I move"my theme" to root/private/var/stash/themes folder?
    Last edited by jwfab1; 08-12-2008 at 10:05 PM.

  14. #213
    iPhoneaholic nickswagger's Avatar
    Join Date
    Mar 2008
    Location
    Illinois
    Posts
    402
    Thanks
    43
    Thanked 25 Times in 20 Posts

    I understand how it works, with the heirarchy and all, but I still can't get a wallpaper from one theme and icons from another theme, anybody else?

  15. #214
    What's Jailbreak?
    Join Date
    Dec 2007
    Posts
    5
    Thanks
    0
    Thanked 3 Times in 3 Posts

    @jwfab1:
    I've been putting them in Library/Themes. Not sure about the other two paths.

    @nickswagger:
    Does your icon theme works with User Wallpaper? If it does, then simply make a copy of User Wallpaper and replace the image inside. The theme that you have for wallpaper might have something conflicting with your icon theme.
    Last edited by kenipnet; 08-12-2008 at 11:53 PM.

  16. The Following User Says Thank You to kenipnet For This Useful Post:

    nickswagger (08-13-2008)

  17. #215
    iPhone? More like MyPhone
    Join Date
    Apr 2008
    Posts
    185
    Thanks
    4
    Thanked 30 Times in 20 Posts

    ok so i'm trying to use winterboard to them tap tap revolution to look like guitar hero. having some problems...

    /private/var/stash/Themes.DC7Q8t/Guitar Hero III/Bundles/com.tapulous.TapTap

    thats my theme folder. it changes all the menues all the logos. but inside of tap tap revolution there is a second folder called Aweso.ttrTheme this has the images for the game its self. so i created a sub folder to mod those.

    /private/var/stash/Themes.DC7Q8t/Guitar Hero III/Bundles/com.tapulous.TapTap/Aweso.ttrTheme

    well that sub folder crashes the game every time its in the theme. any ideas?
    1st gen iPhone custom pwn’d
    www.martinisgifts.com
    *************************************
    IMob friend code 129-015-829
    Mafia Live code 223-902-644

  18. #216
    Green Apple
    Join Date
    Nov 2007
    Posts
    82
    Thanks
    0
    Thanked 0 Times in 0 Posts

    how do you change fonts using winterboard? is it possible without having to manually overwrite the library fonts?

  19. #217
    Green Apple
    Join Date
    Apr 2008
    Posts
    58
    Thanks
    0
    Thanked 13 Times in 7 Posts

    Quote Originally Posted by benderbends View Post
    how do you change fonts using winterboard? is it possible without having to manually overwrite the library fonts?
    Well, i tried loading a custom font into my font cache folder and then putting the fontfamily name in my config but I got the spinning wheel at startup on my lock screen. SSH in and changed my plist back to helvetica and the phone booted up a minute later.

    I think people have the idea "change the font name in plist" but until I actually talk to someone who has successfully dropped a custom font into their phone and got it working with winterboard, I am not sure its possible.

    that or you have to modify the .plist cache file in your /fonts/cache/ folder, but I haven't tried yet, since I can't open that file until I get home on my mac (at the office = PC)

  20. #218
    My iPhone is a Part of Me TheOrioles33's Avatar
    Join Date
    Jul 2007
    Posts
    907
    Thanks
    42
    Thanked 61 Times in 49 Posts

    Has anyone been able to change their lock-screen wallpaper from within their camera roll? Everytime I try to apply a new wallpaper it doesnt take.

  21. #219
    iPhone? More like MyPhone Emir S.'s Avatar
    Join Date
    Oct 2007
    Posts
    213
    Thanks
    14
    Thanked 22 Times in 19 Posts

    Quote Originally Posted by TheOrioles33 View Post
    Has anyone been able to change their lock-screen wallpaper from within their camera roll? Everytime I try to apply a new wallpaper it doesnt take.
    Currently it can only be done within WinterBoard by selecting "User Wallpaper" and moving it all the way up, before the theme.

    This will use you settings selected wallpaper as wallpaper but every time you change it, it requires a respring to take.

    SMB did all this a bit differently as an overlay and while it worked more seamless, it was harder on the system.
    Thats one of the reasons why with winterboard, ipod background doesn't show your wallpaper in certain parts but looks correct as intended.

    Also, if you are using Customize, there is a chance of the Customize wallpaper "sticking".

    If this is the case, delete "LockBackground,jpg" from var/mobile/library

    This will reset the wallpaper to the stock earth one and release the wallpaper from Customize.

    Good luck

  22. The Following User Says Thank You to Emir S. For This Useful Post:

    TheOrioles33 (08-15-2008)

  23. #220
    My iPhone is a Part of Me TheOrioles33's Avatar
    Join Date
    Jul 2007
    Posts
    907
    Thanks
    42
    Thanked 61 Times in 49 Posts

    Quote Originally Posted by Emir S. View Post
    Currently it can only be done within WinterBoard by selecting "User Wallpaper" and moving it all the way up, before the theme.

    This will use you settings selected wallpaper as wallpaper but every time you change it, it requires a respring to take.

    SMB did all this a bit differently as an overlay and while it worked more seamless, it was harder on the system.
    Thats one of the reasons why with winterboard, ipod background doesn't show your wallpaper in certain parts but looks correct as intended.

    Also, if you are using Customize, there is a chance of the Customize wallpaper "sticking".

    If this is the case, delete "LockBackground,jpg" from var/mobile/library

    This will reset the wallpaper to the stock earth one and release the wallpaper from Customize.

    Good luck
    Thanks my friend. I'm not using Customize but deleting the LockBackground.jpg did the trick. You have been thanked!

+ Reply
Page 11 of 14 FirstFirst ... 910111213 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts