Change lock screen wallpaper?

750 views
Skip to first unread message

kssxs

unread,
Sep 5, 2012, 3:38:24 AM9/5/12
to tas...@googlegroups.com
I've written a task to change my home screen wallpaper at various intervals (which I find get messed up since the phone goes into deep sleep, suspending my loop :/ ), but is there a way to change the lock screen wallpaper as well?  I haven't been able to find any mention of that being possible anywhere.
 
Thanks for any help you can provide.

kssxs

unread,
Sep 10, 2012, 10:19:43 PM9/10/12
to tas...@googlegroups.com

*BUMP*

Anyone?

easiuser

unread,
Sep 11, 2012, 1:52:25 PM9/11/12
to tas...@googlegroups.com
I don't think you can change the lock screen wallpaper but I wouldn't use a loop to change your wallpaper.  I would use a profile that is triggered based on day/time.

kssxs

unread,
Sep 12, 2012, 3:20:23 AM9/12/12
to tas...@googlegroups.com

On Tuesday, September 11, 2012 10:52:26 AM UTC-7, easiuser wrote:

I don't think you can change the lock screen wallpaper but I wouldn't use a loop to change your wallpaper.  I would use a profile that is triggered based on day/time.

 
Actually, I do that so that I have some variation on my wallpaper at random intervals.  Can do that with a set schedule based on time of day ;) . 

kssxs

unread,
Sep 13, 2012, 12:26:22 PM9/13/12
to tas...@googlegroups.com
*Can't* do that, that is. 

easiuser

unread,
Sep 13, 2012, 12:55:21 PM9/13/12
to tas...@googlegroups.com
I am not sure I understand. 
 
Are you saying you cannot create a profile with a set schedule based on time of day, day of week, etc?  If so that is possible. 
 
If you are saying you cannot create a random interval, that is a little more complicated but can be accomplished.  First create a task that changes your wallpaper, generates a random time in the future by adding a random variable to %TIMES and saves it in a global variable say (%TIME2CHANGE).  Create a profile that runs every hour (or other interval).  When this profile runs, check if %TIMES > %TIME2CHANGE.  If it is then run the change wallpaper task again.  Otherwise end without doing anything.
 
Maybe I am missing something.

kssxs

unread,
Sep 13, 2012, 12:59:35 PM9/13/12
to tas...@googlegroups.com
On Thursday, September 13, 2012 9:55:22 AM UTC-7, easiuser wrote:
I am not sure I understand. 
 
Are you saying you cannot create a profile with a set schedule based on time of day, day of week, etc?  If so that is possible. 
 
If you are saying you cannot create a random interval, that is a little more complicated but can be accomplished.  First create a task that changes your wallpaper, generates a random time in the future by adding a random variable to %TIMES and saves it in a global variable say (%TIME2CHANGE).  Create a profile that runs every hour (or other interval).  When this profile runs, check if %TIMES > %TIME2CHANGE.  If it is then run the change wallpaper task again.  Otherwise end without doing anything.
 
Maybe I am missing something.

Hehe, yes, sorry, my fault for causing the confusion.  I already have a random time generator for changing my wallpaper, and it's working fine :) .

I still want to find something that can change the lock screen wallpaper, though.  Tasker doesn't seem to be able to do it.  It would be nice to find something that I can input an Intent to, to change the lock screen. 

easiuser

unread,
Sep 13, 2012, 2:30:12 PM9/13/12
to tas...@googlegroups.com
You might be able to do it by renaming files in a system folder.  Here are two links that show how to do this.  Never tried myself.
 

kssxs

unread,
Sep 17, 2012, 3:58:31 PM9/17/12
to tas...@googlegroups.com
On Thursday, September 13, 2012 11:30:13 AM UTC-7, easiuser wrote:
You might be able to do it by renaming files in a system folder.  Here are two links that show how to do this.  Never tried myself.
 

Yeah, it'll probably be better for me to wait for an app to support doing it.

Thanks for the links though! 
Reply all
Reply to author
Forward
0 new messages