-
03-25-2008, 02:35 PM #1
rWallpaper automatic wallpaper changer
Yes, this is a random wallpaper changer for your phone, just found it and wanted you guys and gals know about it. The author is Skrew the creator of ringtones app. This is the source for it http://i.danstaface.net add it to installer and you can find it. I tried it on 1.1.3 and it works with no problems. It is a first release, I am sure more features will be added.
Don't be shy if I helped you use the Thanks button, I do it.
-
The Following 6 Users Say Thank You to iBlade For This Useful Post:
CoolBito (03-25-2008), facough (03-25-2008), jiggykilla (03-27-2008), luiz (03-25-2008), sogo (03-27-2008), The Stock Doc (07-08-2008)
-
03-25-2008, 02:53 PM #2
NICE Thanks!
-
03-25-2008, 04:07 PM #3
Cool. Wont use right now but this might come in handy later. thanx for the info
They can be a great people, Kal-El, they wish to be.
They only lack the light to show the way.
For this reason above all, their capacity for good, I have sent them you... my only son.
-
03-25-2008, 05:06 PM #4
i love this hack! very nice......i have minipulted the program to NOT save the pngs to the wallpapers if anyone wants it pm me
<put something witty here?>

-
03-25-2008, 05:13 PM #5
this is a great fix for the wallpaper problem with the customize alpha
-
03-27-2008, 08:22 AM #6
i use 1.1.4,
1) when i open and set the app, then close. it work but the phone cannot auto lock. its stuck at the springboard
2) After i restart the phone, it works and phone can follow my setting to auto lock. But sometimes its stuck. The wallpaper dun rotate. I have to open the app, close and then restart phone.
Guess got some issue
i use 1.1.4,
1) when i open and set the app, then close. it work but the phone cannot auto lock. its stuck at the springboard
2) After i restart the phone, it works and phone can follow my setting to auto lock. But sometimes its stuck. The wallpaper dun rotate. I have to open the app, close and then restart phone.
Guess got some issueLast edited by CryptXus; 03-27-2008 at 08:22 AM. Reason: Automerged Doublepost
-
03-27-2008, 10:52 AM #7plain jane vanilla (post count restored to FULL AWESOMENESS)
- Join Date
- Jul 2007
- Location
- ATL
- Posts
- 11,692
- Thanks
- 181
- Thanked 1,456 Times in 1,263 Posts
Pretty cool, does anyone know if it can be modified to rotate through specified wallpapers? I love the app, but dont care for alot of what it picks.
Nevermind.....I figured out how.Last edited by cpjr; 03-27-2008 at 10:52 AM. Reason: Automerged Doublepost
-
03-27-2008, 03:46 PM #8
I just put all the images that I want to see in the wallpaper directory of the phone and deleted the original images.
Don't be shy if I helped you use the Thanks button, I do it.
-
03-27-2008, 07:00 PM #9plain jane vanilla (post count restored to FULL AWESOMENESS)
- Join Date
- Jul 2007
- Location
- ATL
- Posts
- 11,692
- Thanks
- 181
- Thanked 1,456 Times in 1,263 Posts
-
03-27-2008, 07:11 PM #10iPod Touch Junkie
- Join Date
- Mar 2008
- Location
- ModMyI Forums
- Posts
- 943
- Thanks
- 34
- Thanked 104 Times in 81 Posts
Sweet! I am so excited!
-
03-27-2008, 10:20 PM #11iPhone? More like MyPhone
- Join Date
- Jan 2008
- Location
- UK
- Posts
- 115
- Thanks
- 12
- Thanked 27 Times in 8 Posts
cool app!
My Arrival Was Imminent!
-
03-28-2008, 03:51 PM #12
This is becoming my favorite app, two things that would enhance this app were if you could change the interval and have a setting to change the wallpaper on lock, unlock only. So everytime you unlock your phone you will be greeted with a new wallpaper.
Don't be shy if I helped you use the Thanks button, I do it.
-
03-28-2008, 06:06 PM #13
the auto lock does not work when Rwallpaper on.
Is this correct or is just my phone?
Thank you great app.Last edited by chrisperro; 03-28-2008 at 06:08 PM.
-
03-29-2008, 04:18 AM #14
I did notice one thing, when rWallpaper changer is enabled the wigglely icons stop wiggeling after about 5 seconds. If not they wiggle till you hit the home button. I know it is not a problem, I was just curious as to what had caused the change in behaviour.
Don't be shy if I helped you use the Thanks button, I do it.
-
08-22-2008, 06:21 PM #15
New Winterboard theme just released in Cydia, called iHour. This app changes the wallpaper every hour on the hour with its 24 preloaded wallpapers.
You can SSH in and replace those preloaded 24 wallpapers with your own, simply rename your choice of 24 jpg wallpapers numerically from "1" to "24" and replace the ones already in the directory under "wallpapers."
You will find that the existing wallpapers are named "0" to "23" not "1" to "24." I think that was an error on the part of the creator since the code calls for "24.jpg" for the 11 PM to 12 AM hour. Furthermore, the code starts at "1.jpg" for the 1 AM to 2 AM hour. You'll see what I mean if you decide to pursue this modification.
-
09-08-2008, 01:50 AM #16
anyone know how to change the interval times to rotate the wallpaper sooner on ssh for ihour like instead of every hour it would be every 15 min? thanks for any help on this
-
09-15-2008, 12:39 AM #17
iHour is built pretty simply...in one of the files, you'll find the coding for its actions of changing wallpapers for every hour. It's based something like, "if time = 21 < x < 22, then image=21.jpg;" the numerical values refer to the 24-hour clock designation of hours. So if you want it for every 15 minutes, you may have to rewrite and add a lot more code, specifying which image to use for every 15 minute change, but it's still very simple. So if you have time on your hands, yes you can manually change the code to change the wallpaper more frequently.
Last edited by sexLethal; 09-15-2008 at 12:42 AM.
-
10-13-2008, 02:07 PM #18
i was trying to do the same thing, but something is haywire cause when I use my code it just goes to a black screen. i just took the time of day and added a bunch of code in between. dunno if thats right, here it is.
if(x>=9 && x<9.5) {
document.write(’body{background: white url(19.jpg); color: black}”>’)
} else
if(x>=9.5 && x<10) {
document.write(’body{background: white url(20.jpg); color: black}”>’)
} else
if(x>=10 && x<10.5) {
document.write(’body{background: white url(21.jpg); color: black}”>’)
} else
i also tried “9:30″ instead of “9.5″ but that didnt work either. please help!!!
-
10-15-2008, 01:00 AM #19
Do you guys think it's better to use an app like this or to just use an HTML wallpaper in Winterboard that does the changing for you?
Which would be better on the cpu (and therefore the battery)?
-
10-15-2008, 07:26 AM #20
this actually is in winterboard, i posted in the wrong place intentionally just to try and get an answer, lol!
i modded this code off teh ihour theme. if you know how to code in html id be grateful! i just cant make it change more than every hour, and im not that good of a coder.
thanks



LinkBack URL
About LinkBacks
Reply With Quote


