[11.12.2009, v 1.4.7] Wallperizer - wallpaper changer - Windows Mobile Apps and Games

Here is a free, open source, wallpaper changer. The screenshots explain what the program can do.
Note: If a phone call is in progress, the wallpaper is not changed (because it takes a number of seconds to change it).
Download. Simply copy it on your Windows Mobile 6 device and run it. (Works on my Polaris.)
Details
Source code

Works great, thank you very much.

I'll try it on my Samsung Omnia If I get it right, this app will finally let me set pictures that are smaller/bigger than my sreen with resizing them to the screen size?

THANKs
.

Awesome!! does it work for wm5? .. dont say 6 only

It should work on Windows Mobile 5 (I haven't tried the latest version), but you first have to install .Net Compact Framework 2 from Microsoft: here.

Windows 6.5 Wallpaper

A good place to get wallpapers is FFFFound.com
Here is the wallpaper that I'm using
http://ffffound.com/image/1833eeacd07acf07502260ed70c5be62af6f9185

Cool...good job!

Cool works great.
It would be awesome if it had a "silent" mode without gui and the wallpaper given by parameters for scripting use.
i.e.
wallperizermob.exe -silent -changeto "/Wallpapers/mywalpaper.jpg"
I know it´s open source but I´m not able to code/compile this feature

Version 1.4.4 works on Windows Mobile 6.5. (Or any other OS where the system's wallpaper files were marked as read-only.)
See the first post.

6ITdtvFQqY said:
Version 1.4.4 works on Windows Mobile 6.5. (Or any other OS where the system's wallpaper files were marked as read-only.)
See the first post.
Click to expand...
Click to collapse
That is nice, and I'm loving your app! It was quite slow at changing wallpaper at first, but I unchecked all fades/normalizes/sosoes and now it does change pretty fast. Any chance you could add:
a "random picture" setting (not to have it change in alphatbetical order, that is);
shorter change intervals (like 15 mins and 5 mins);
"Load at phone startup" option (I know I can place a shortcut in the windows/startup folder, but I think this is way cooler and can easily be undone!);
And maybe even cab the exe up and get a custom icon?
So far it's the best automatic wallpaper changer for 6.5 Titanium interface!
EDIT: as you can see from my screenshots, looks like we have a couple of glitches... in today screen, bottombar gets funky (looks like it replicates upper taskbar, don't think it should...) and in start menu background remains the one it was there at boot (it changes only after a soft-reset). Think you can sort that out?

teorouge said:
"random picture" setting (not to have it change in alphatbetical order, that is);
Click to expand...
Click to collapse
I'll implement that.
teorouge said:
shorter change intervals (like 15 mins and 5 mins);
Click to expand...
Click to collapse
I didn't add those settings because the user would have to start the phone too often to see the wallpaper changing. I guess some people might do that just to see a new picture. Also note that this would consume more battery. I'll add these too.
teorouge said:
"Load at phone startup" option (I know I can place a shortcut in the windows/startup folder, but I think this is way cooler and can easily be undone!);
Click to expand...
Click to collapse
The programming framework doesn't have a way to do that. It could be done but I don't know how much work that would involve... and the development of the program is frozen.
teorouge said:
And maybe even cab
Click to expand...
Click to collapse
I didn't make a cab because I like my programs on the SD card, being able to run without being installed, so that no matter how many times I hard-reset the device, I will still have the programs ready to run (I don't have to install any program ever again).
teorouge said:
a custom icon
Click to expand...
Click to collapse
I'll add one.
teorouge said:
in today screen, bottombar gets funky (looks like it replicates upper taskbar, don't think it should...)
Click to expand...
Click to collapse
The wallpaper pictures are shorter on purpose (and so the OS tiles them vertically). Normally, the today bars are opaque and stretching pictures on the entire screen area would cover a significant part of the pictures; this doesn't matter on a desktop computer, but a PDA's screen is too small (relative to the bars). For now this will remain unchanged.
teorouge said:
and in start menu background remains the one it was there at boot (it changes only after a soft-reset).
Click to expand...
Click to collapse
I did that on purpose (but it should not display any kind of picture, or the skin's default picture, as it happens in WM 6.1). On WM 6.1, the today menu doesn't cover the entire screen and when it's opened, if it were to display the same picture as the screen, it would look as if the menu doesn't end anywhere. That's a weird feeling. We'll see how WM 7 will display it's today menu.

Version 1.4.5 is up.
In the "Various" tab there is a check-box to use a random picture.
The background picture of the start menu is changed on my WM 6.1, but only if TouchFlo is not running (I don't know why TouchFlo is not using it).

I have a problem.. not with our program, but with one that we e been trying to fix with roryB on a different thread:
the idea is that the wallpaper would change baed onthe regitry of htc home or manila weather panel and use e riginal weather graphics. there are 40 files in all and they are png's located in windows. we have been able to get mortscrip to change the reg but not the wallpaper.
It has do do the folowing:
1. watch the regitry for changes to the weather update
(the registry updates when you go to the weather panel and it auto updates)
2. based on the updated registry change the wallpaper to HH_WEATHER_##.png
3. refresh the wallpaper on the today screen.
it would be fine if the program copied the image and saved it n a different format such as jpg or gif; howver due to the large filecount t can not have the all 40 weather graphics in a separate folder or have duplicates. that would cost too much space.
RoryB is uing manila 1.5 (update 23) I am uing the mega manila which requres the media package to be able to set the today walpaper... however can be set via the file explorer or any other program for that matter. it does not allow to use the walpaper from the tsk.
my question is: what exactly does your program do tochange the wallpaper?
does it copy the file and rename it?
what actually sets the walpaper and refreshes it?
how can we replicate thi process and make it work?
If you could please let me know via pm or email? please.

Thank you so much, very appreciated!

S.V.I said:
what exactly does your program do tochange the wallpaper?
does it copy the file and rename it?
what actually sets the walpaper and refreshes it?
how can we replicate thi process and make it work?
Click to expand...
Click to collapse
You can look at the source code, in file "HaraWork \ SourceCode_VS \ Wallperizer \ Wallperizer \ MainForm.cs", the "void SetNativeWallpaper" method.
There are lots of steps and they have to be followed exactly, or else either Windows Today or Manila do not show the wallpaper. Just as an example, Manila refuses to show the wallpaper if the "HKCU \ Software \ Microsoft \ Today \ Wall" registry key is not set with whatever text.
By the way, I don't think PNGs are supported by the OS. You must copy the wallpaper in the "Windows" directory as BMP or JPEG (GIF works too). Note that the file name is specific, you can't use anything you want; "tdywater_[screen width]_[screen height]" is the name. The file name is created in the "string GetWallpaperFileName" method.
(Be sure to remove the read-only attribute of the "tdywater" / "stwater" files before you try to overwrite them.)

wallpaper doesn't change automatically
the wallpaper doesn't change automatically when the program is minimized or is in the background. can someone help me with this. thanks.

Arashi1118 said:
the wallpaper doesn't change automatically when the program is minimized or is in the background. can someone help me with this. thanks.
Click to expand...
Click to collapse
Make sure you download the latest version (1.4.5).
Click on the "Wallpaper information" button and see "Loaded pictures". If it says "0" then the program failed to either load the pictures or failed to set any of them as wallpaper (if this happens, they are cleared from the internal queue).
(You could manually set a wallpaper in order to be sure it works on your PDA.)

Version 1.4.7
* Added command line parameters.
* Check the "Portrait and landscape" check-box (from the "Various" tab) in order for the wallpaper to be set for both screen formats (= portrait and landscape). Note that this requires twice the processing time every time the wallpaper is changed.

Related

CommManager Skinning

Hey fellas.
I am sure it's been discussed before and my searches to find something fruitful have been met with limited success:
I am looking for a way (if possible) to skin my comm manager. I have the 6 Button lateral one from Custel's V1.1 and not the 8 or 10 button manager.
Any idea's?
You should find one in this thread: http://forum.xda-developers.com/showthread.php?t=316107
I'm using the HTC Kaiser Comm Manager Fixed.
I see the comm managers but I am trying to find a way to skin my current one. Is there a way to editthe skin on my device? Where are the skins for the comm manager kept at on the device?
All of the graphics for the Comm manager exist in windows\
If you find those files and edit/replace them, you can change the whole way comm manager works.
Problem is, every button is its own image and each has 3+ states (on, off, disabled, or other options). On the 10 button comm manager, that means there are 80+ files to edit.
Thanks Dishe.
Looks like I have a lot of cutting & pasting...
Update:
For anyone looking, on my Alltel PPC6800 I found the files to edit in the \windows dir. The backgrounds are the P_BG & L_BG (portrait & landscape). The status icons are labeled as Status_Off & Status_On.
xweaponx said:
Thanks Dishe.
Looks like I have a lot of cutting & pasting...
Update:
For anyone looking, on my Alltel PPC6800 I found the files to edit in the \windows dir. The backgrounds are the P_BG & L_BG (portrait & landscape). The status icons are labeled as Status_Off & Status_On.
Click to expand...
Click to collapse
What someone should do (I'd do it if I had the time!) is create a photoshop .psd file with all of these graphics assembled as slices. Then we can change the background color, etc. and export them as individual files without having to manually edit each one.
In the mean time, the long way is the only way...
Dishe said:
What someone should do (I'd do it if I had the time!) is create a photoshop .psd file with all of these graphics assembled as slices. Then we can change the background color, etc. and export them as individual files without having to manually edit each one.
In the mean time, the long way is the only way...
Click to expand...
Click to collapse
i just got done getting all the files on to my card... and now on my computer.. should i make a PSD or just zip it and then people can do w/e they would like?
i have all the PNG files in the windows dir.
I am trying to do what you are but I posted a thread about the access rights of the files for being able to replace them... are you not running into the same problem?
It wouldnt let me modify them at first but once I copied them to my computer, clicked on properties and removed the read-only, all was well. After amendment, they copied over the original on my device with no problems...
Oh wow I will give that a shot... thank you!
I am not sure how that would work though, seeing that the files on the device would still be read-only and shouldn't be allowed to copy over. When I changed the settings in TC it didn't save them either...
Nvm I figured it out! Thx
skanndelus said:
Oh wow I will give that a shot... thank you!
I am not sure how that would work though, seeing that the files on the device would still be read-only and shouldn't be allowed to copy over. When I changed the settings in TC it didn't save them either...
Click to expand...
Click to collapse
Honestly, I'm planning on replacing them on the ROM-level, and flashing a new custom rom with my new files.
dc13 said:
i just got done getting all the files on to my card... and now on my computer.. should i make a PSD or just zip it and then people can do w/e they would like?
i have all the PNG files in the windows dir.
Click to expand...
Click to collapse
dc13, getting the files are not a big deal... I have a decomposed ROM image on my computer with all the files that go inside it, so I didn't even need to look on the PPC. I just viewed all files by thumbnail, and grabbed the 80+ files that looked like they belong to the comm manager. BTW, not every .png is for the CM. Some of them can be HTC Home, or the Dialer, etc...
I would have put them up if people were actually having a hard time getting them. The problem is changing them in a uniform fashion!
For example, if you're familiar with photoshop, and you want to change the gradient background to be, say, red and black instead of grey and black, you'll need to create a full sized gradient background that starts from the bottom of the screen and goes to the top (just like the current background image which starts at the bottom as a darker color and ends as a lighter gray on the top), and then make sure somehow that every icon has the appropriate part of the background appearing behind it in the png. This is very time-consuming to do to 80 files.
However, if you had the time and knowledge of Photoshop and ImageReady slices, you could create ONE .psd file that contained all the .pngs arranged in their proper places. Then, change the background of this larger picture, and do whatever you need to do with the icons (which would have to be arranged as layers), then you click to save it, you can have it automatically split it into all the slices needed as individual .png files.
Once this is set up, skinning the comm manager will take a matter of minutes. The problem is that this is probably 2-4 hours worth of work to set up, and I personally don't have the time to dedicate to it right now, especially since its not a paying gig.
I put together a quick guide to creating a Today, Slide2Unlock, Startup, Dialer and Commanager theme. It's in the Hacking & Modifying section of the forum...
xweaponx said:
I put together a quick guide to creating a Today, Slide2Unlock, Startup, Dialer and Commanager theme. It's in the Hacking & Modifying section of the forum...
Click to expand...
Click to collapse
I couldn't find your thread, could you provide a link?
thnx
Raudel
It's not that difficult to create a commanager skin, but it does take time to make it look good.
I currently have skinned my commager. I am using the commanager that poorlyduck uses in his theme package but mine has a new vista look.
[email protected]$ said:
It's not that difficult to create a commanager skin, but it does take time to make it look good.
I currently have skinned my commager. I am using the commanager that poorlyduck uses in his theme package but mine has a new vista look.
Click to expand...
Click to collapse
You wouldn't possibly want to share that skin would you, looks great and would go good with my wisbar theme.

HowTo: Customise HTC ActionScreen

To customise the HTC ActionScreen you can change the total number of icons, the size and shape of icons, their position, the image, and what is launched by pressing the icon.
All reg settings are contained within [HKEY_LOCAL_MACHINE\Software\HTC\Biotouch\ActionScreen]
Each Application reg file is numbered sequentially starting with App_0 going up to the total number of icons -1 (for 8 icons, App_0 to App_7).
Each icon can be shifted to where it is wanted by changing the xPos and yPos dwords, the top left of the screen is xPos 0 yPos 0, with yPos being the vertical distance, and xPos being the horizontal distance from the top right of the screen in pixels. This must be a positive value. The image files can be located anywhere, including the storage card.
Any image can be used, so long as it is converted into a *.brn, and matches the dimensions of the reg file.
The "name" registry entry is the text that appears to the right of the image, as of yet I know no way of changing its position other than moving the entire icon.
This works on other devices with the HTC ActionScreen.
Code:
[HKEY_LOCAL_MACHINE\Software\HTC\Biotouch\ActionScreen]
"Default"=""
"Check"=dword:00000001
"Row"=dword:00000007 [RIGHT]Number of rows[/RIGHT]
"Column"=dword:00000001 [RIGHT]Number of columns[/RIGHT]
"BaseImage"="" [RIGHT]Background image[/RIGHT]
[HKEY_LOCAL_MACHINE\Software\HTC\Biotouch\ActionScreen\APP_0]
"Default"=""
"Name"="" [RIGHT]Text displayed next to the icon[/RIGHT]
"Path"="" [RIGHT]What's launched by pressing[/RIGHT]
"IconPressPath"="" [RIGHT]Image shown when pressed[/RIGHT]
"yPos"=dword:00000028 [RIGHT]Position relative to the top (in pixels)[/RIGHT]
"Width"=dword:000000f0 [RIGHT]Width of icon[/RIGHT]
"IconPath"="" [RIGHT]Basic icon[/RIGHT]
"Param"="" [RIGHT] Parameters of what is launched[/RIGHT]
"Type"=dword:00000000 [RIGHT]Type (no idea...)[/RIGHT]
"xPos"=dword:00000000 [RIGHT]Position relative to left of screen (pixels)[/RIGHT]
"IconSelectPath"="" [RIGHT]Image displayed when selected[/RIGHT]
"Height"=dword:00000028
Attached are image files demonstrating it.
thank for the nice guide..
will try to edit it..
ActionScreen from program files...
Put all the default .brns in \Program files\ActionScreen, import this, soft reset and then it should run from program files rather than windows (or whereever it is running from) to help reduce the size of the windows dir...
And... ActionScreen from storage card...
Put all the default .brns in \Storage Card\ActionScreen, import this, soft reset and then it should run from program files rather than windows (or whereever it is running from) to help reduce the size of the windows dir...
good work! btw, have you one of the latest action screen cab?
if yes, can you link it?
Thankx
I have 'v1.00'...
downloaded, thankx
No probs...
Now in green! Copy the .brns to whatever directory you have set as the default...
Im Confused
I Read It All I Try To Understand But I Guess Im Just A Dummy.i Have A Htc Tilt 8925 And Would Like To Have Animated Pictures And Diffrent Start Screen And All The Cool Things For My Phone But I Just Dont Understand How To Make This Work.please Help And Walk Me Threw This.reach Me At [email protected] Help Will Donate.......thank You......
This info on its own does not give an application.
The action screen app this refers to is available somewhere on the forum...
TRAY BAR
HEY Does any of you knows ho to put this old fashion tray bar on my wm6 instead of the htc home??
THANKS
SISMO said:
HEY Does any of you knows ho to put this old fashion tray bar on my wm6 instead of the htc home??
THANKS
Click to expand...
Click to collapse
Still the same as you used to with WM5, no change in that. You can disable HTCHome in Today Settings pane. Don't forget to restart (soft reset).
Thanks sir...
HTC Action Screen "Emerald Blue"...?
Hi there,
I saw the green version af the Action Screen. Does anybody built an "Emerald blue" one already? I'd like to have that one for my TyTN II.
Thanks..
hi i lost the setting to start a new sms........so anyone can help me give me the parameter for it??
porkchop83 said:
hi i lost the setting to start a new sms........so anyone can help me give me the parameter for it??
Click to expand...
Click to collapse
Name: New SMS
Parameter: -service "SMS" -to ""
Path: \windows\tmail.exe
thanks very much...
I'm using one of Dutty's roms and I'm wondering what registry change would need to be made to make the ActionScreen button go away, and be replaced by Calendar.
I like the old way of doing things.
-James
You may have a shortcut to "SoftKeys" under the System tab of the Settings. If not, look at this: http://www.dotfred.net/SoftkeyAppletEx.htm
It's simpler than using the registry and tends to work better...

Dark Knight 15 Tab Theme Touch Pro Portrait

12-17 added resolution and coloring to files. Changed to better icons-Created a red landscape menu to match red tinted bats. You will also need the color files for the comm tab to be visible. thanks to Nisse
Disable touch flo Settings/today/items/uncheck touch flo
Use total commander to move all manila files into the Windows folder
enable touch flo.
Done
I am working on a Dark Knight Theme for my Touch Pro. Still developing it so open to suggestions. Some of the icons are just place holders until I decide what to do with them. If you like it watch for updates and suggest improvements. Landscape menu coming.
Calendar by dman
Joker wallpaper included in zip
Eh? Any pictures? I've no idea what you're talking about.
ooops
It was late and I rushed. They are there now
landscape
added landscape and new icons and greater detail in the first post
can you post a step by step how to install these new tabs i dont know if i have to erase all the old ones that are in the windows folder or just add??? thanks in advance
how to
deeznutzzzz said:
can you post a step by step how to install these new tabs i dont know if i have to erase all the old ones that are in the windows folder or just add??? thanks in advance
Click to expand...
Click to collapse
1. Disable touch flo to disable-go to Settings select today, select items/ and uncheck touch flo
2. Unzip the files on your desktop computer and Drag the unzipped folder of files you want to copy from your desktop to your active sync windows mobile device center
3 Open the program "total commander" (it is a free program) to move all manila files into the Windows folder. like this: Highlight all of the files with the Total Commander program and press the stylus down on the highlighted files until you see the drop down menu. select "copy/move"
4. Next slect Tree-and then double click on the "windows" folder
select copy or selct move
5. choose to overwrite the files if asked
6. restart touch flo.
Manila files do not have to be removed prior. The Manila files are amazing in function. If you delete them accidentally-they are burned into the rom so when the phone is restarted they will come back. Also if you have have the program Diamond tf3d configuration you can restore your computer to default.
i always use total commander to copy my originals. It is tedious, but I like to hang onto them.
worked perfectly .... good lookin homie... the theme is real nice in every way esp. with the details...
Thanks
deeznutzzzz said:
worked perfectly .... good lookin homie... the theme is real nice in every way esp. with the details...
Click to expand...
Click to collapse
Thanks
I appreciete the feedback.
I like the clock. How can I just get the clock?
invisible
chronster said:
I like the clock. How can I just get the clock?
Click to expand...
Click to collapse
Just use this manila file, and it makes the background completely invisible. I think i got it from Nisse
ah, I was afraid of that lol. It doesn't work for me :/
Seems like I know what I want mine to look like, but i can't find files that don't interact with each other lol
Manila Invisible background
chronster said:
ah, I was afraid of that lol. It doesn't work for me :/
Seems like I know what I want mine to look like, but i can't find files that don't interact with each other lol
Click to expand...
Click to collapse
Send me your manila in a zip file and I will edit them and post here. Otherwise these are mine...
39064485
281cbfcf
274184c5
1608b879
4a059ff8
4e670504
Also the file to remove the carrier logo from the homescreen is 443d5315
I included it in the zip, but if you want your carrier displayed then do not load that manila file
I will post my edited files here. You can try to install them with total commander. Always disable touch flo first. and remember...if you don't like it just delete the files and restart the phone. The original files will automatically be replaced. That is the beauty of Manila!

[App][WM6.5]CLauncher v0.25 / CSettings v0.1 / CGames v0.1

another Titanium Application launcher
easy to add and remove application
you need install mortscript first
and ready your application icon,
i have include some default icon in Program Files\CLauncher\Icon
CLauncher
v0.1 12-5-09
6 pages
All Resolution (but need to test)
v0.2 15-5-09
Option Add/Remove Page - Max 9 pages
2 option for select app
1. choose from list (only select .exe file)
2. manual input (any file with full path eg. \Windows\Start Menu\Programs\ActiveSync.lnk , but keep in mind you need start by "\")
fix the problem about update icon (i hope )
v0.21 16-5-09
fix bug on Add/Remove Page
v0.25 14-7-09
add option to choose .exe or .lnk
CSettings
v0.1 14-7-09
same as CLauncher-v0.25
CGames
v0.1 14-7-09
same as CLauncher-v0.25
this must install to Main Memory
Nice, but you can add second line with some application description
where to download please?
I'd like to try it, where can I download it??
No download link
download link
sorry, forgot to upload the file
pls check 1st post
it is working on wqvga, confirmed. But a suggestion would be that it can load .lnk too, not just .exe because activesync for example needs to call /remote as an additional parameter to repllog.exe to start in window and not just as a process
EDIT: until then everybody who wants to use activesync in claunch just go to HKLM\Software\Microsoft\CHome\CLaunch\Page that activesync is supposed to be\ and edit ACTIONURL with this string ':MSSYNCAPP' with no quotes
EDIT2: bug report: it seems that it doesn't refresh icons after the first choice. For example i had resco explorer on page1 and activesync on page2 but i decided to switch places for them and now resco has activesync icon and activesync resco's. That wouldn't be weird if i didn't manually chose new icons for each page but they just stay the same. Only after i edited registry and on page1 as an icon put App2 and vice versa it switched them but that shouldn't be like that so I am searching for the problem a little further. If chris doesn't do it first, ofc
LAST EDIT, i promise here are 6 fixed scripts. They have a delay when changing icon, but at least they work now
guess i lied, another edit, scripts now refresh themselves, no delay
Nice app... This was the exact launcher I was looking for.
I have an elfin (qvga) with dsixda's latest 6.5 beta rom and so far its working perfectly (I only tried to add apps and assign icons to them)
the only thing I noticed so far is that if you install it in your storage card you are not able to add any apps to it later (you get an error msg with a countdown button, don't remember the msg now).
great job..
another great work.thanks!
Another CLaunch
You might want to consider changing the name of your app, cLaunch
Thanks, another great work.....
Where to get the mortscript?
It works great!!
Thanks for that!
four_plus2000 said:
Thanks, another great work.....
Where to get the mortscript?
Click to expand...
Click to collapse
here you go~~ enjoy!
Very Good
Thanks, chriscsh. I see you have been busy. Have adjust for WM7 version. Looking great. Thanks .....
BTW, this has 9 pages ( all manual editting )
Love it. thanks for this.
ok, getting something weird. This is only happening on the first page, and it happens no matter what app i use. i've tried different file names, etc. any ideas?
theFREAKed said:
EDIT: until then everybody who wants to use activesync in claunch just go to HKLM\Software\Microsoft\CHome\CLaunch\Page that activesync is supposed to be\ and edit ACTIONURL with this string ':MSSYNCAPP' with no quotes
EDIT2: bug report: it seems that it doesn't refresh icons after the first choice. For example i had resco explorer on page1 and activesync on page2 but i decided to switch places for them and now resco has activesync icon and activesync resco's. That wouldn't be weird if i didn't manually chose new icons for each page but they just stay the same. Only after i edited registry and on page1 as an icon put App2 and vice versa it switched them but that shouldn't be like that so I am searching for the problem a little further. If chris doesn't do it first, ofc
LAST EDIT, i promise here are 6 fixed scripts. They have a delay when changing icon, but at least they work now
guess i lied, another edit, scripts now refresh themselves, no delay
Click to expand...
Click to collapse
thanks, i will look into that
jlito said:
only thing I noticed so far is that if you install it in your storage card you are not able to add any apps to it later (you get an error msg with a countdown button, don't remember the msg now).
Click to expand...
Click to collapse
forgot to mention that, you only can install to your main storage
uniqueboy said:
You might want to consider changing the name of your app, cLaunch
Click to expand...
Click to collapse
ok, now i rename that to CLauncher
leary said:
Love it. thanks for this.
ok, getting something weird. This is only happening on the first page, and it happens no matter what app i use. i've tried different file names, etc. any ideas?
Click to expand...
Click to collapse
that seem the problem of the png file, do you have try another png?
Nice apps
Hi, do u mind sharing ur edited clauncher? Looks really good since i'm using wm7 theme aswell. Thx a lot for the great work here.
kangmas said:
Thanks, chriscsh. I see you have been busy. Have adjust for WM7 version. Looking great. Thanks .....
BTW, this has 9 pages ( all manual editting )
Click to expand...
Click to collapse
chriscsh said:
another Titanium Application launcher
easy to add and remove application
you need install mortscript first
and ready your application icon,
i have include some default icon in Program Files\CLaunch\Icon
v0.1 12-5-09
6 pages
All Resolution (but need to test)
Click to expand...
Click to collapse
where I can download mortscript? somebody help me!
Very practical application. Love it!!!
Can anyone confirm whether this Panel is working with Miri's 6.5 v10 ROM.
I have tried the other AppLauncher posted on this forum but it just doesn't
seem to be working with Miri's ROM so just wanted to make sure before I install

[UPDATE 06/07/2010][APP][SOURCE]Wallpaper Changer - WaPaC 1.4

Wallpaper Changer - WaPaC 1.4
Created by Rapid​
Now OpenSource (see the bottom of this post)​
Because I don't have time to develop this application further and the current state of the program is fine for my use, I share the WaPaC's source by the community now.
A few terms, what you need to consider, before you use the source and consider to develop it in the future:
The WaPaC name needs to stay as it is, or if not and you use the source code, you need to mention it!
You need to mention my name, as the original developer of this program and where are the sources came from
You need to mention mohitsapru's name, as the developer of the scheduler component
I need a PM (or email) about the releases where you used the source or the release of a new WaPaC version
The future versions needs to be Windows Mobile version and Resolution free a.k.a. needs to work on every WinMo versions (5.0, 6.0, 6.1, 6.5, 6.5.X) and all resolutions!
I created a wallpaper changer application (WaPaC), to the scheduled wallpaper changing on WM's Today and on Sense. Tested on Samsung Omnia 2 with Sense 2.5 and everything is working fine.
The program is not a beta anymore, but still under development and may contains some bugs.
Changes in 1.4
No maximum files number anymore (maximum folders number is still 100)
A "Change NOW interface" added to select the needed UI to the change
Now the settings app shows the next time of the schedule
Random and continuously change setting added (you'll see randomizing popup window sometimes)
Intervals minimum set low to 1 minute with 1 minute steps
Besides the interval, now you can change the wallpapers at a specific time, like 8:00AM every day
The "back to the previous wallpaper" function is added and accessible with the "-prev" parameter and will change all choosen UI's wallpapers back to the previous one (not 100% if you use more than 1 directory for wallpapers storing).
The installer creates a "Change Now" and "Previous wallpaper" shortcut
Because I cannot create a setup.dll, the additional shortcuts is downloadable from the bottom of this post, but you need to edit the files, if you're not install the app to the device.
Several minor and major bugfixes
Changes in 1.3
The program is now compatible with CHT 1.8.X. You can change the wallpaper of the Home tab, All tab and CHT Lockscreen.
When you plug your phone to USB with Mass Storage settings, and the needed folder is not available to the WaPaC (or you deleted a selected folder), the app not crash.
Context menu added to the Selected Folders list to remove folders (if the folder is not available anymore, etc.)
The application is pops up a warning in the case you not select any UI, when you want to save the settings (not when you uncheck all).
Changes in 1.21
The folder changing bug fixed (when you tap on a folder and jumped to an other in the selected one)
Changes in 1.2
Redesigned interface
Separated setting for "Change on Windows start" (If you have an earlier version installed, then you need to uncheck and save, then recheck and save the "Start with Windows" option, because the shortcut contents is changed)
You can choose Minutes or Hours format at Interval settings
Interval changed to 5-1440 minutes or 1 to 24 hours
"Change NOW" button added
"Change only in idle state" option added (This means, if you're using the phone (the backlight is on) in the time when the scheduled change comes, the changing is delayed)
Maximum selectable folder number is 100
Changes in 1.1ß
- Folderselection is now free
- Maximum picture number changed to 10000/folder
- No need to refresh the list when you put new pictures in a selected folder
- Selected folders list stored and displayed after start and easy to modify.
- You can add a folder to the selected folders list by checking the checkbox near the folder's name. You can remove by the same method.
The program's not listing the directories with the following names:
- Windows
- Program Files
- Application data
- ConnMgr
- Documents and Settings
- Temp
Changes in 1.03ß (1.02 skipped, because some real trouble):
- S2U2 background change added (not tested)
- Settings saving corrected (HKCU\Software\WaPaC\)
- Interval steps changed to 5 mins
- Settings application supports all resolutions (tested on VGA, QVGA, WQVGA, WVGA, Square)
Changes in 1.01ß
- Start with Windows option problem fixed
- Clear Sense Background option added
Features:
- maximum 10000 pictures from multiple folders
- changeable interval from 10 to 720 minutes (12 hours)
- chooseable user interface to change background (Today and Sense)
- same wallpaper for the 2 UI or not
- start with Windows possibility
- not use memory at all, the changing starts with schedule and then quit
- separate settings application (only WVGA resolution supported yet)
- you can start/stop the scheduling in the settings app
Special thanx:
mohitsapru for his help
It is possible the program is working on other Sense, Manila or TouchFlo versions than Sense 2.5, if the wallpaper stored in the same place.
If you want to test it, download the cab and please give me some feedback and ideas, if you have any, to improve the app.
Download
If you appriciate my work, don't forget to buy me a beer...https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=10789299
Big thanx to who's appriciated my work 'till now!
5€ Matthiew Marks
7€ donwhann
5€ Joao Costa
5€ Naga01
1.01ß added
Thanks, gonna try on VGA - WM 6.5.5 - Sense 2.5.2012 and report back!
ps. why don't you attach the program here, too?
Hi Rapid81
This looks a great little app.
I have just tested it and unfortunately I get an "IndexOutOfRangeException" error when I hit the Load folder's list button. It starts to look at my whole sd card and then bombs out with that error.
Maybe adding the option to choose the folder without indexing the whole card is the way to go.
I am running this on a Touch HD with Energy 16 May 23569 CHT ROM.
Hope this helps.
Look forward to testing the next release.
teorouge said:
Thanks, gonna try on VGA - WM 6.5.5 - Sense 2.5.2012 and report back!
ps. why don't you attach the program here, too?
Click to expand...
Click to collapse
1.03 version uploaded. Now the settings app supports all resolutions.
ed_sambo said:
Hi Rapid81
This looks a great little app.
I have just tested it and unfortunately I get an "IndexOutOfRangeException" error when I hit the Load folder's list button. It starts to look at my whole sd card and then bombs out with that error.
Maybe adding the option to choose the folder without indexing the whole card is the way to go.
I am running this on a Touch HD with Energy 16 May 23569 CHT ROM.
Hope this helps.
Look forward to testing the next release.
Click to expand...
Click to collapse
I need to look through the whole system, because no SelectFolderDialog in NETCF. Maybe more than 100 folders contains pictures. I rised this number to 1000 in 1.03.
Rapid81 said:
1.03 version uploaded. Now the settings app supports all resolutions.
Click to expand...
Click to collapse
Wow! Couldn't even install it yet and you release an update!
Going with 1.03 then.
I've been waiting and hoping for a new wallpaper changer since antworks doesn't seem to change the today screen without locking up after a while. Glad to see yours has S2U2 changing and Sense as well.
I'm also getting the same error when it tries to load all the folders, and would agree that rather than try to index all the wallpaper, just allow the user to choose the folder. I have a 16Gig sd card, so it takes a lonnnng time to try to index that if I ever want to make a change.
Keep up the good work!
The biggest suggestion I have is a problem I have with other wallpaper changers. If the phone has been in standby when the wallpaper changed, when you power it on it takes 5-10 seconds to come on because it is loading the wallpaper. If there was some way to refresh the wallpaper beforehand so it would just power on instantly, that would be awesome.
S2U2's own wallpaper changing appears to not change while the phone is in standby. That's pretty cool too because it saves battery, plus fewer things running that might cause an error, say in the middle of the night, which = no alarm in the morning.
I tried to write my own wallpaper changing script with mortscript, but was never able to get it to be stable, so I appreciate what you're doing very much.
Gryphyn said:
I've been waiting and hoping for a new wallpaper changer since antworks doesn't seem to change the today screen without locking up after a while. Glad to see yours has S2U2 changing and Sense as well.
I'm also getting the same error when it tries to load all the folders, and would agree that rather than try to index all the wallpaper, just allow the user to choose the folder. I have a 16Gig sd card, so it takes a lonnnng time to try to index that if I ever want to make a change.
Keep up the good work!
The biggest suggestion I have is a problem I have with other wallpaper changers. If the phone has been in standby when the wallpaper changed, when you power it on it takes 5-10 seconds to come on because it is loading the wallpaper. If there was some way to refresh the wallpaper beforehand so it would just power on instantly, that would be awesome.
S2U2's own wallpaper changing appears to not change while the phone is in standby. That's pretty cool too because it saves battery, plus fewer things running that might cause an error, say in the middle of the night, which = no alarm in the morning.
I tried to write my own wallpaper changing script with mortscript, but was never able to get it to be stable, so I appreciate what you're doing very much.
Click to expand...
Click to collapse
My problem is, there is no SelectFolderDialog in NETCF. That's why the application runs through the storage. If I'm creating a SelectFolderDialog instead of this method, you'll select only one folder and no subfolders o more separated folder. I'll try to came up with a workable idea, but I'm not making any promises.
This app change the wallpaper when the phone is in sleep mode. The phone does not came alive, just change the wallpaper in the backgound. You can't see anything about it, just the new wallpapers when you unclock your phone.
I guess I solved this "I want to select the directories on my own" and "why the apps runs through the whole system" problems.
Now you have a "file explorer"-like thing and a second list where is the app stores the selected directories. The directories stays checked and reloaded on settings app restarts.
Still testing, but if I'll not found problems, I'll upload it soon.
The solution is not 100% finger-friendly...
Something like this:
1.1ß uploaded
Been testing it this afternoon. The folder selection is very helpful, I can get it to run now.
It appears to change the wallpaper in all 3 places (S2U2, today, sense) just fine. I've noticed though that the spinning "busy" icon starts up and keeps going and going until I do something like click a tab. Then it pauses for a bit and makes the switch. When the phone has been in standby and I power it on, S2U2 will have the "busy" icon on its screen and will wait until I unlock into Sense to make the change.
I did have a couple instances of it freezing up, I thought this might be due to trying to change the Today background, since Antworks autowallpaperchanger would do something similar. It wouldn't freeze all the time, just some of the time, and I would have to not change the today wallpaper to fix that.
so far this is exactly what i was looking for. thank you very much for this!
Not even sure what started this problem, I did so many different things to get wallpapers I confused myself, now I dont know wich is causing problem. Can you help?
was getting errors when restarted phone about WaPac so I removed the app and soft reset etc. Now I get following message....
>>>>>>>>>>>>>>
The file "WaPac cannot be opened. Either it is not signed with a trusted certificate, or onew of its components cannot be found. If the problem persists, try reinstalling or restoring this file.
>>>>>>>>
So I reinstalled, same problem, removed same message...
Any ideas, I guess Im not completely removing all I need to???
Not even sure what started this problem, I did so many different things to get wallpapers I confused myself, now I dont know wich is causing problem. Can you help?
was getting errors when restarted phone about WaPac so I removed the app and soft reset etc. Now I get following message....(also trying to get a good 'screenshot' program so I can show you easier, but had probs with bsbtweaks install also-another day/thread for that!)
>>>>>>>>>>>>>>
The file "WaPac cannot be opened. Either it is not signed with a trusted certificate, or onew of its components cannot be found. If the problem persists, try reinstalling or restoring this file.
>>>>>>>>
So I reinstalled, same problem, removed same message...
Any ideas, I guess Im not completely removing all I need to???
recap-ive got cookies home tab, cookies hdwall patch, HDWalls, sdkcertsnew.cab.
808Granato said:
Not even sure what started this problem, I did so many different things to get wallpapers I confused myself, now I dont know wich is causing problem. Can you help?
was getting errors when restarted phone about WaPac so I removed the app and soft reset etc. Now I get following message....
>>>>>>>>>>>>>>
The file "WaPac cannot be opened. Either it is not signed with a trusted certificate, or onew of its components cannot be found. If the problem persists, try reinstalling or restoring this file.
>>>>>>>>
So I reinstalled, same problem, removed same message...
Any ideas, I guess Im not completely removing all I need to???
Not even sure what started this problem, I did so many different things to get wallpapers I confused myself, now I dont know wich is causing problem. Can you help?
was getting errors when restarted phone about WaPac so I removed the app and soft reset etc. Now I get following message....(also trying to get a good 'screenshot' program so I can show you easier, but had probs with bsbtweaks install also-another day/thread for that!)
>>>>>>>>>>>>>>
The file "WaPac cannot be opened. Either it is not signed with a trusted certificate, or onew of its components cannot be found. If the problem persists, try reinstalling or restoring this file.
>>>>>>>>
So I reinstalled, same problem, removed same message...
Any ideas, I guess Im not completely removing all I need to???
recap-ive got cookies home tab, cookies hdwall patch, HDWalls, sdkcertsnew.cab.
Click to expand...
Click to collapse
If you checked the "Start with Windows", then you have a WaPaC.lnk in the \Windows\StartUp. That's all. And I recommend you to stop the scheduling before you remove the app.
Been testing without S2U2 just to have fewer things running.
When the phone is awake, if the scheduled change begins to run it won't finish until you force a screen refresh by hitting the windows button or something like that. It just sits and thinks forever with the spinning icon on the screen.
Are there any executable modifiers such as "-now" to open the program and force a screen change immediately? It would be great to be able to make a shortcut to switch the screen on command.
Gryphyn said:
Been testing without S2U2 just to have fewer things running.
When the phone is awake, if the scheduled change begins to run it won't finish until you force a screen refresh by hitting the windows button or something like that. It just sits and thinks forever with the spinning icon on the screen.
Are there any executable modifiers such as "-now" to open the program and force a screen change immediately? It would be great to be able to make a shortcut to switch the screen on command.
Click to expand...
Click to collapse
If you checked the "Start with Windows", then you have a WaPaC.lnk in the \Windows\StartUp folder. You can use that to change immediately.
thank you-easily fixed
wow. welcome to computers 101. sorry for all the hub-bub. I will take it slower so I can better tell my 'issues'.
Will also keep checking back on this app-sounds great, Im just not the right person to be dealing with beta and giving anyone feedback yet.
Thanks for the link info.
Okay, so it doesn't seem to like switching the today wallpaper, which antworks didn't either. It tends to lock up from time to time if I ask it to change the today screen. Any idea why this is? Like I said, antworks changer behaves the same way. I can't figure it out.
I'm running WM 6.5 stock Sprint rom with Goodthings2life's tweaks. Sense 2.5. Touch Pro 2.
Gryphyn said:
Thanks for the link info.
Okay, so it doesn't seem to like switching the today wallpaper, which antworks didn't either. It tends to lock up from time to time if I ask it to change the today screen. Any idea why this is? Like I said, antworks changer behaves the same way. I can't figure it out.
I'm running WM 6.5 stock Sprint rom with Goodthings2life's tweaks. Sense 2.5. Touch Pro 2.
Click to expand...
Click to collapse
What UI do you use? When I alphatested the app, and I not used any UI, the background not refreshed, just after a program open and close. I cannot figured out a way to refresh the empty today right now, but I'm looking for it. But when I used Sense or Windows Default, the Today, Start Menu and Lockscreen changed properly.
Rapid81 said:
What UI do you use? When I alphatested the app, and I not used any UI, the background not refreshed, just after a program open and close. I cannot figured out a way to refresh the empty today right now, but I'm looking for it. But when I used Sense or Windows Default, the Today, Start Menu and Lockscreen changed properly.
Click to expand...
Click to collapse
Just using Sense UI 2.5. It is weird because it doesn't lock up the phone every single time, just some of the time. I don't have the weather animations going, don't have animated wallpaper. No start menu/lock screen modifications, all stock.
I'm not using S2U2 right now as I test this, but it would change just fine, Sense would change just fine, it is only the today/lockscreen that causes a problem. It seems to be something about the refresh, because the phone would lock up before the screen changed, but after rebooting the wallpaper would have changed. So, I know it isn't the copying of the files, that is being completed.
EDIT> Think I just figured out the problem, after reading this thread: http://forum.xda-developers.com/showthread.php?t=600892&page=4
It most likely is a file extension issue, which is why it works sometimes and doesn't work other times. It works until the random function hits a file that is the wrong extension and locks up. Although, that doesn't explain why the images are there once I reboot. Anyway, I'll test by splitting the file types.
EDIT 2> Well, hosed there. All my files are jpegs.

Categories

Resources