need help with ultimatelaunch - Windows Mobile Development and Hacking General

what file type do icons need to be in order to use them in ultimate launch? ico comes up with a windows icon, bmp comes up with an opera icon, and .icons come up with folders.

You need ICO

when i use ico, all of the icons have an opera icon when i put it on windows mobile. i deleted opera but it still comes up.

so i guess windows mobile set opera to open all ico files. how do i change this?

Don't know how to do it normally, but using Schap's Advanced Config tool, there's a File Associations setup tab

i'll try it out. so what program do i change ico files to in order for the icons to show? picture viewer?

mine does the opera thing too. Did you figure out how to fix it?

I had the opera icon issue after I installed the 9.5 beta. I fixed it last night with a hard reset...

I'm having a similar problem and would prefer not to do a hard reset. I can change the file association with file commander, but what do i change it to?
Thanks in advance.

it doesn't matter what file association it has for it to be used with UL. It's not like you are using the icon within file explorer to launch UL.
Put it in a folder somewhere.
When you run UL configuration when adding a app, select Xp-icon button. after you select the .exe or .lnk file, click on the icon tab, then browse button, and then find the folder containing the icons and select the one you want for that app.
It should have nothing to do with what file is associated with it.

I had the opera beta installed and ultimatelaunch would just show error for all my icons. I uninstalled opera but now all my icons are displayed as IE icons.

dmc522 said:
I had the opera beta installed and ultimatelaunch would just show error for all my icons. I uninstalled opera but now all my icons are displayed as IE icons.
Click to expand...
Click to collapse
have a look on the ini file and check where the corresponding icon-path refers to.

I found the problem. I was trying to use the glass looking icons posted in another thread about Ultimate Launch. The icons weren't recognized until i set the size to 58x58.

I seems that no matter where you put your icons, somehow Opera takes over and converts them into the "O" icon no matter what they look like. is there any way to take back the default look of the icon's with out hard resetting?

dmc522 said:
I found the problem. I was trying to use the glass looking icons posted in another thread about Ultimate Launch. The icons weren't recognized until i set the size to 58x58.
Click to expand...
Click to collapse
exactly. there are many reasons why an icon will not be recognized. File association by a browser is NOT one of them.
here is another tip: if you are using icons all of the same size, you can go to the tab on the main menu labelled xp-icons and set the size of the icons there, that way you don't have to individually check the box for each individual icon and rechange the size for each one unless that icon is different in size than the one you set on the main menu tab.

Is it possible to get UL to display the calendar? I've been looking through everything I can find on my phone all day and can't find any way to make it display that.

for the "XP" icons you need to use 32 bit icons. there are different versions of .ico. 32 bit have an alpha channel for transparency, they can also have various sizes within such as 16x16, 32x32, and 48x48. There are many programs out there to create the icons with. Like said earlier you also have to have enough room to see the icons of the size you choose 48 needs height of 48+ 32...you get the picture.
some apps to make .ico with:
GIMP
iicon
gconvert

I can't get the calendar plugin to work with Ultimatelaunch, anyone else has this problem

I use the calendar/today plugin TodayAgenda. Added that as a tab within UltimateLaunch. Works perfectly.

superflysocal said:
it doesn't matter what file association it has for it to be used with UL. It's not like you are using the icon within file explorer to launch UL.
Put it in a folder somewhere.
When you run UL configuration when adding a app, select Xp-icon button. after you select the .exe or .lnk file, click on the icon tab, then browse button, and then find the folder containing the icons and select the one you want for that app.
It should have nothing to do with what file is associated with it.
Click to expand...
Click to collapse
Unfortunately, in this case it does seem to matter. the Opera icon highjacked the UltimateLauncher icon itself when I changed my layout. The content of the file hasn't changed a bit, just the way it is displayed everywhere on the Pocket PC.

Related

Using icons with PHM TrayLaunch PowerToy

Anybody got this app working and showing the correct application icons. The help file says that the icons are pulled from a storage card - but as I do not have a storage card is there any other way of getting the correct icons?
Not sure about the source of the icons you have mentioned. AFAIK the icons are sourced from the program you add to the traylaunch list. Go to Start...Settings...System...Admin Tools...PMH TrayLaunch. Click ADD and you type in the exact path of the .exe you want to add to the traylaunch list, e.g. \Program Files\PHM Tools\TaskMan.exe. This will display the icon for this program.
I have it working for some of the programs but cant set up short cuts for things like new contact and other pathways within programs. pain trying to type the whole path in. Would be nice to see a "search for file" or somethin like that.

SPB Mobile Shell 2.0 Beginner's How-to

Let’s sum up what we already know.
update 19-03-2008 : Icon tutorial by Luigi
update 26-03-2008 : Background mod by asefsef, some cleaning done.
*** IF YOU KNOW ANYTHING USEFUL NOT MENTIONED HERE, JUST PM ME AND I WILL UPDATE THIS POST. ***
0-Basics
.dat files need to be opened using winzip. To extract the files you will need to use a password which is:
PASSWORD = b0fm18zq
*** WARNING ***
If you plan to use WinRAR instead of WinZIP to reencrypt the files, be sure to change the radio checkbox from RAR to ZIP format before entering the password (thanks cincij for the trick).
1-Localization
Simply edit the SpbMobileShell.txt file and change the corresponding items to your needs:
…
Text Messages|Messages texte
My Documents|Mes documents
…
Note that not all of the texts will be changed; some of them require registry hacks.
2-Customize the layouts (Quick and dirty tuto from SPBCLUB, written by met3ora ?)
(I will use brackets to indicate the XML tags, since the SPB forum doesn't like the XML tags.)
Copy qa_layouts.dat to your computer.
Using a WinZip, extract Launcher.xml, using the password b0fm18zq.
Opening up Launcher.xml in Notepad, you can see how MS reads the file. There are a few layouts that are defined, and are based on screen size and orientation. For my Kasier, 240x320 and 320x240 are the portrait and landscape layouts, respectively.
Under {Layout Name="240x320"} and more specifically under {Plugins Extends="Default"}, we find what we're looking for. The first 12 plugins (named rN) are the "pinned menu" buttons, and the next 6 (named mN) are the large buttons. Defined in each Plugin is the following line (with variation on the numbers, of course) {BoundRect X="0" Y="182" Width="39" Height="45"/}. So obviously X and Y are the X and Y positions in pixels, and Width and Height are, well, width and height also in pixels.
If you'd like to remove all the 12 pinned menu buttons, simply remove the following lines (for r0-rB):
{Plugin Name="r0"}
{BoundRect X="0" Y="182" Width="39" Height="45"/}
{/Plugin}
Just delete them, and then they're done. Now, this leaves the bigger launcher menu sitting on the bottom, looking pretty odd since there's a big void on the top. To even out the void, I moved each of those big buttons up 45 pixels. Why 45? Well, 45 was the height of one of the icons in the pinned menu, so moving it up that much would leave 45 pixels above and below the big grid.
So just simply subtract 45 from each Y coordinate of each plugin m0-m5, giving you (for m0-m2) 46 and (for the next 3) 137.
Now, I don't like the grid. Fortunately, we can just hide the grid by finding this line at the top of the XML file, under {General}, which is {Int Name="LineOpacity" Value="64"/}. Simply change the Value to 0, and that will hide the grid lines.
There you go, now the 6 button launcher is in the middle of your Launcher screen, with none of those pesky 12 pinned items. Do the same thing under {Layout Name="320x240"}, except of course change the numbers so that your 6 grid is in the middle of your screen.
Save the file.
Go back to WinZip and add Launcher.xml back into qa_layouts.dat, remembering to overwrite the old Launcher.xml and remembering to encrypt it again with the same password (which is b0fm18zq).
Now replace qa_layouts.dat in the \Program Files\Spb Mobile Shell\ folder and soft reset your phone.
Click to expand...
Click to collapse
How to get rid of this annoying icon tab at the bottom (Why do this soft has gestures enabled AND shortcuts ?) netzcoyote has a solution:
Not sure if this is already known:
To get rid of the icon tab at the bottom, edit Main.xml in qa_layouts.dat:
Basically, I moved the tab below the screen's visible area.
- In every layout node you want the tab to disappear, add 47 (the tab height) to the Y-coordinate of the plugins named Tab1, Tab2, Tab3 and Tab4.
- In order to make the area where the other elements appear extend to the bottom of the screen, add 47 to the height of the Plugin named Subform.
This expands the canvas height on which to show elements like the calendar, clock, menubuttons, etc.
Now you have to go into those xml files (for example LockScreen.xml) and change those element's coordinates, heights, etc. where appropriate.
This can easily be done with the menu tab, launcher tab, speeddial tab, etc.
Navigation with left and right gestures WORKS!
Click to expand...
Click to collapse
3-Customize the icons
Thx 2 Luigi
Do-it-yourself Icon Tutorial: here. <- Use this !
4-Customize the background
Thx 2 asefsef
So far, doing this is pretty easy:
- Extract files from qp_bkg_now.dat
- Change the separator2 and its mask to 240x320.
- Make the mask all white.
- Then put whatever image you like into the separator2 bmp.
You have to save the file as a Windows - 16bit - R5 G6 B5 - .bmp file.
if u miss the separator, just photoshop the separator back into the file. (thats not cheatin! >< hehe, it IS the separator layer after all.)
5-Registry Hacks
You can do some pretty nice things by directly editing your registry:
Look at the keys located here:
HKLM>Software>Spb Software House 2>Spb Mobile Shell>
How to enable the 9th icon with a 3x3 layout:Just create a .reg file with this inside:
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\Software\Spb Software House 2\Spb Mobile Shell\Menu\Root\Games]
"Image"=dword:00000008
"Text"="Jeux"
"MRUImage"=dword:000000BF
"Index"=dword:00000007
"Inactive"=dword:00000001
"Add"=dword:00000001
Copy to your PDA, and launch it from there. The "Games" Menu should be available in the settings as a 9th icon.
Here’s another exemple done by Vincentvg:
gr8 work you all!
I now have 9 buttons and no need for all possible submenus. Therefore I started looking to use one of the menu buttons to activate the taskmanager from the main menu tab.
in the registry HKLM>Software>Spb Software House 2>Spb Mobile Shell>Menu>Root I added the ninth menu with folowing values:
Add = 0
Image = 8
Index = 9
Text = Active Tasks
Type = TaskManager
And the most amazing is that I got it 2 work!
Looking at existing 'Type' regvalues show that the menu buttons can be used for a lot more!
Click to expand...
Click to collapse
6-Integration with Pocket Informant, Agenda Fusion and Agenda One
http://www.spbclub.com/forum/viewtopic.php?t=7794
7-Make SPB your Today screen
Have a look here, thedumbkid has done something neet for us, called SPBWatcher.
http://forum.xda-developers.com/showthread.php?p=2029338
8-Nice links
HOT Theme collection for SPB mobile Shell 2, maintained by iamwhoiam
http://forum.xda-developers.com/showthread.php?t=380103
The development thread at XDA:
http://forum.xda-developers.com/showthread.php?t=374335
SPB Club:
http://www.spbclub.com/forum/viewtopic.php?t=15353
ActualiteMobiles: (french)
http://www.actualitemobile.com/forum/index.php/topic,1195.0.html
English translation of 4PDA.ru:
http://209.85.135.104/translate_c?hl=en&langpair=ru%7Cen&u=http://4pda.ru/forum/index.php%3Fs%3Da905e4fde300239b84d47f1dfd36ea09%26showtopic%3D31453%26st%3D2340%23entry1522182
SPB Mobile Shell 2.0 Beginner's How-to (Continued)
natong's Example to change menu Texts, Types and Image icons
Click Here
natong's Conclusion to make 3x3 icons (9 menus)
Click Me
natong On how make a tab for 16 speed shortcut icons
Press Me
Thank u ..
Great Work...
Dredd67 said:
*** WARNING ***
WinRAR seems OK for unpacking the files, but there has been some reports that you need WinZIP to reencrypt the files into the .dat. Files reemcrypted winth winRAR, even with the right password won’t work with SPB Mobile Shell 2.
Click to expand...
Click to collapse
For me it works just fine
Good job!
Thx a lot!!
This is exactly what I was looking for!!!
Congratulations for this sum up!!!
bon tuto mon ami et vive actualitémobile lol
Dredd67 said:
*** WARNING ***
WinRAR seems OK for unpacking the files, but there has been some reports that you need WinZIP to reencrypt the files into the .dat. Files reemcrypted winth winRAR, even with the right password won’t work with SPB Mobile Shell 2.
Click to expand...
Click to collapse
I use WinRAR to repack, you just have to be sure to change the radio checkbox from RAR to ZIP format before entering the password.
Thank you very much for sharing, This is a good tutorial for everyone who love to customize spb mobile shell 2.
Thx
cincij said:
I use WinRAR to repack, you just have to be sure to change the radio checkbox from RAR to ZIP format before entering the password.
Click to expand...
Click to collapse
Thanks for the details. I will update the 1st post according to this.
Thanks a lot for this. I'll be posting it over at the SPBClub if you don't mind!
Brilliant idea!
Great idea Dredd and thanks for the hard work to set it up and maintain it from here on out.
met3ora said:
Thanks a lot for this. I'll be posting it over at the SPBClub if you don't mind!
Click to expand...
Click to collapse
No problem !
Very nice post. It will be very helpful to people like me who intends to play with mobile shell.
Thanks.
Very nice. Is it possible to hack Mobile Shell in a way to display the full-time events (like birthdays, anniversarys) on the today screen?
Any love for the 240x240 people?
ceoprez said:
Any love for the 240x240 people?
Click to expand...
Click to collapse
I have requested this as well a couple times, I am trying to do it myself, but...well.....it hasn't been pretty!!!!
(+1 on this request LOL)
ceoprez said:
Any love for the 240x240 people?
Click to expand...
Click to collapse
Found this on SPBClub. It was done by bamse. Give it a try, and if it works please report it.
Good work. Thumbs up to you. Just an annoying question to ask. In 9 tab launcher, I have only 8 icon. Missing is the favourite/game tab. There is also no option to tick in the setting/customise menu, as it is not there. Is there any registry tweak that I can do to make it show in the customise menu setting? Hope you understand. Thanks
fantastic thread! ty
kangmas said:
Good work. Thumbs up to you. Just an annoying question to ask. In 9 tab launcher, I have only 8 icon. Missing is the favourite/game tab. There is also no option to tick in the setting/customise menu, as it is not there. Is there any registry tweak that I can do to make it show in the customise menu setting? Hope you understand. Thanks
Click to expand...
Click to collapse
Just create a .reg file with this inside:
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\Software\Spb Software House 2\Spb Mobile Shell\Menu\Root\Games]
"Image"=dword:00000008
"Text"="Jeux"
"MRUImage"=dword:000000BF
"Index"=dword:00000007
"Inactive"=dword:00000001
"Add"=dword:00000001
Copy to your PDA, and launch it from there. The "Games" Menu should be available in the settings as a 9th icon.
Edit: ah yes you can replace "Jeux" with "Games" or whatever you langage is.

"Programs" panel in titanium?

Hi all.. i've searched for a while now and installed multiple plugins, but I still cannot add a "Programs" tab!! I want to be able to launch apps from titanium, is it possible?
I'm looking for the same thing - something to put my favorite apps on so I can launch directly from the Titanium panel.
I thought I saw something somewhere about this but now I can't find it. So I am looking too.....
SimpTheChimp said:
I'm looking for the same thing - something to put my favorite apps on so I can launch directly from the Titanium panel.
I thought I saw something somewhere about this but now I can't find it. So I am looking too.....
Click to expand...
Click to collapse
There is a thread where a chome customizer is developed. With it you can add a plug in and launch your favorite programs, or you can add a new page to an existing plug in, and launch them from there,
http://forum.xda-developers.com/showthread.php?t=506951
claus1953 said:
There is a thread where a chome customizer is developed. With it you can add a plug in and launch your favorite programs, or you can add a new page to an existing plug in, and launch them from there,
http://forum.xda-developers.com/showthread.php?t=506951
Click to expand...
Click to collapse
hi, i have installed CHome editor but i dont know how to add a program to launch. any help please?
There is a very well explained guide here in post 2. I think you need a few hours on your hands to achieve results though as it does not look straightforward.
oldsap said:
hi, i have installed CHome editor but i dont know how to add a program to launch. any help please?
Click to expand...
Click to collapse
I agree, I have played with that program and actually added a programs panel, but then how does one add the necessary items? I think we need a tutorial somewhere on what are the available registry entries for Titanium....
oldsap said:
hi, i have installed CHome editor but i dont know how to add a program to launch. any help please?
Click to expand...
Click to collapse
You create a new panel, Launcher for ex., then you add a new page and you add as url a program, then you add another page with another program to launch and so on. Then you can swipe from one page to the next one and tap to launch the program you want. If there are too many favorite programs you could add instead a folder with all the programs in there, or launch a program launcher like iLaunch.
Just a few thought how i would do it.
This is most likely the way to do it:
ACTIONURL= Location of exe/ink/etc for the plugin when you press on the panel or press the center D-Pad Button (Example: ”\Windows\fexplorer.exe” to make the plugin open File Explorer)
SK1URL= Same as ACTIONURL, but for the “Left Soft Key”.
SK1TEXT= The text displayed for the “Left Soft Key”.
SK2URL= Same as ACTIONURL, but for the “Right Soft Key”.
SK2TEXT= The text displayed for the “Right Soft Key”.
DefaultXML/ExtensibilityXML= Active plugins and their order. Also tells CHome which CPR’s to use (filename).
Creating a Programs Tab
From my findings, it seems you can achieve the result you are looking for by editing 3-4 files.
1. bronzeres.dll (this contains the icons for each program you want to launch)
2. Titanium_###x###.cpr files (2 if you have a landscape mode)
3. registry change
What you need to do is change everything that is set for the CWelcomeCenter and turn it into your programs panel. Look at this post for an example of my registry change .dll and .cpr files for an example. http://forum.xda-developers.com/showpost.php?p=3651793&postcount=78
Hope this helps in your search
got it. Using CHome Editor:
1. open CHome Editor, click Add New Panel, create a name for it (ex. Programs)
2. after adding "Programs Panel", click on Add New Page, then choose "Program" from the list and click on "Create"
3. back to the CHome editor menu, click on Edit Items Value, and choose "Programs" from the list on the left hand list of panels.
4. choose Page 1, and then edit these values:
ACTIONURL= Location of exe/ink/etc for the plugin when you press on the panel or press the center D-Pad Button (Example: ”\Windows\fexplorer.exe” to make the plugin open File Explorer)
SK1URL= Same as ACTIONURL, but for the “Left Soft Key”.
SK1TEXT= The text displayed for the “Left Soft Key”.
SK2URL= Same as ACTIONURL, but for the “Right Soft Key”.
SK2TEXT= The text displayed for the “Right Soft Key”.
5. Save and you're done
oldsap said:
got it. Using CHome Editor:
1. open CHome Editor, click Add New Panel, create a name for it (ex. Programs)
2. after adding "Programs Panel", click on Add New Page, then choose "Program" from the list and click on "Create"
3. back to the CHome editor menu, click on Edit Items Value, and choose "Programs" from the list on the left hand list of panels.
4. choose Page 1, and then edit these values:
ACTIONURL= Location of exe/ink/etc for the plugin when you press on the panel or press the center D-Pad Button (Example: ”\Windows\fexplorer.exe” to make the plugin open File Explorer)
SK1URL= Same as ACTIONURL, but for the “Left Soft Key”.
SK1TEXT= The text displayed for the “Left Soft Key”.
SK2URL= Same as ACTIONURL, but for the “Right Soft Key”.
SK2TEXT= The text displayed for the “Right Soft Key”.
5. Save and you're done
Click to expand...
Click to collapse
Thanks for the summary - it makes it so much easier when you see it in a list like that. Just to add for completeness before 5. above
PICTURES= location of the graphic to be displayed in the panel eg. \My Documents\Car.png
TEXT1= Text you want to appear in the panel eg. Tom Tom Navigator.
It just looks better with these added rather than having a blank panel.
TouchFlo is so yesterday
Is there mabye possible to make a cab file? Not all of us are xperienst "hackers"
If so, thanks a bunch
custardo01 said:
Thanks for the summary - it makes it so much easier when you see it in a list like that. Just to add for completeness before 5. above
PICTURES= location of the graphic to be displayed in the panel eg. \My Documents\Car.png
TEXT1= Text you want to appear in the panel eg. Tom Tom Navigator.
It just looks better with these added rather than having a blank panel.
TouchFlo is so yesterday
Click to expand...
Click to collapse
any specific dimension for the picture?
oldsap said:
any specific dimension for the picture?
Click to expand...
Click to collapse
I think it gets resized automatically because the car one I have shown is 489x365 on the device - way too large. Another one I did for the camera is 128x128.
custardo01 said:
I think it gets resized automatically because the car one I have shown is 489x365 on the device - way too large. Another one I did for the camera is 128x128.
Click to expand...
Click to collapse
thanks for the info
After we have created these panels what is a good way to extract them so we can share them? I have a few I want to create I want to share them.
JukEboXAuDiO said:
After we have created these panels what is a good way to extract them so we can share them? I have a few I want to create I want to share them.
Click to expand...
Click to collapse
since they are created as registry entries, you may extract them as reg files using resco registry
oldsap said:
since they are created as registry entries, you may extract them as reg files using resco registry
Click to expand...
Click to collapse
Any specific place I can look to extract them from? I have a registry editor but I am not sure where to look for them.
Just added a new Program panel, which launches iLaunch, with text and icon and everything and it works nice. As i customized cHome quite a bit up to now, what everything do i need to backup, to restore it when i flash a new ROM, to get exactly cHome back as it is now?
HKLM\Software\Microsoft\CHome

Start Menu Icons - Location

Hi All,
I've added a couple of folders into my HD2's Start Menu and sadly they resemble the old folder icon from 6.1.
Is there a location of the images for the stock folders? I noticed there is an "icon.ink" in the Games folder, pointing to:
"shellres.dll,-8229"
The other folders don't seem to have this shortcut in them, but they have the 6.5 (or Sense?) style icons also.
Does anyone know the location, physically or within the .dll mentioned above for the other folder icons?
I'm using Total Commander, so if that misses the other folders' icon shortcuts, please let me know.
Custom icons of folders and files in Start menu are assigned with string "Icon" in corresponding keys here:
HKLM\Security\Shell\StartInfo\Start
Click to expand...
Click to collapse
So if there is a stock icon in your start menu, you can look its location and copy it for your new folder.
B.Maximenko said:
Icons for folders and files in Start menu are determined by string "Icon" in
So if there is a stock icon in your start menu, you can look its location and copy to your new folder.
Click to expand...
Click to collapse
Excellent, thanks!
Will take a gander and report back.
B.Maximenko said:
Custom icons of folders and files in Start menu are assigned with string "Icon" in corresponding keys here:
So if there is a stock icon in your start menu, you can look its location and copy it for your new folder.
Click to expand...
Click to collapse
Right, Ok.
All Icons changed and a few menus reordered. Thanks for your help!
I forgot to mention that you can also use software to make it easier. I use JWMD (search it here, I can't post a link) to reorder the icons. As for icons, I saved my customization to a .reg file and import it every time I do a hard reset.
By the way it is very comvinient to gather all the preferences into one .reg to easily restore custom settings after HR. I dump entire registry before and after changing some settings and compare the two .regs with my svn client which has a good tool for looking difference between two text files. Offtopic, anyway, but I'm happy with my "idea" and hasten to share it.
Glad my reply helped.

[APP] Control Panel Settings to Links (.lnk)

Hi guys,
I know it's a 10 seconds job to create a link for items inside the control panel (settings) such as "Usb to PC" or "Power" but I'm too lazy to do it every time I try a new rom,
also I found some of the values change from rom to rom, so I create a really simple app that goes through the registry key which holds the settings items (KLM\Security\Shell\StartInfo\Start) and creates a .lnk file for each of these entries.
Having a direct link allows me to add that option as a quick link which is handy 8)
Anyway, here is the tool in case someone wants it.
The exe must be installed in "\Program Files\CplLinks" (Device). It only takes 11.5 kb. The only reason the .exe is needed after the lnk are created is to provide an icon.
When you run it, it reads the HKEY mention above and creates .lnk for each item in the "Settings" menu. The lnks are created in "\Windows\Start Menu\Programs\CplLinks" so are directly accessible through the Programs menu.
There are no messages, it runs and creates the links, no interaction whatsoever so do not expect any nice popup window 8)
Next version will use specific icons for each item, right now, all the links use the same icon from the cpllink.exe executable.
The icons for most of the Settings are .png files rather than .ico, and WM doesn't have an easy way to convert from .png into .ico, the idea for a "future version" is to collect all the .png files,converted to icons and create a dll on the fly with the icons as resources, so they can be referenced from the .lnk files
Couple of screen shots from the emulator.
Great application! It works like a charm! Thank you for this convenient time saver
EDiT (another time saver)
After applying a Hard Reset WE have to reinstall all programs if you have previously installed them in the memory card. Often it is sufficient to recreate the shortcut in the start menu. ShortCutCreator helps you to recover the exe files and to recreate the desired shortcut.
Thanks for sharing!
I guess would be better if I manage to provide a different icon for each link, but Icon support is quite limited inside VM. Need to work in the PNG to Icon -> .dll routine 8)
I though having the app in internal memory was a better solution than in \Storage Card, so it will take less time to load the icon from the program, but I can change it and allow that option, so the icons in the links are pointing to \Storage.. rather than \Programs..
Anyway, it just a time-saver thingy 8)
Nice app. It does not seem to work on WM6.1 though.
It does create a new folder structure: CplLinks\System inside the Start Menu.
Very nice. It does seems to create a bunch of redundant or non-used links though
Yep, I saw it only works on WM6.5, on WM6.1 there are no "StartInfo\Start" in the "KLM\Security\Shell\". Not sure where it keeps that info, maybe somewhere else in the registry.
I finally managed to convert PNG to ICO, so I think next version would allow you to choose which items you want to create links for rather than just dump everything 8)
dubidu said:
Yep, I saw it only works on WM6.5, on WM6.1 there are no "StartInfo\Start" in the "KLM\Security\Shell\". Not sure where it keeps that info, maybe somewhere else in the registry.
I finally managed to convert PNG to ICO, so I think next version would allow you to choose which items you want to create links for rather than just dump everything 8)
Click to expand...
Click to collapse
WM6.1 control panel is "HKLM\ControlPanel" if I remember correctly. There will be numbers for the mycpl stuff and words for some other control panel items like backlight, etc.
I think this post got lost in the last database disaster 8)
I wrote a new version of this tool that now gives you the icons for the control panel settings, check it out here:
http://forum.xda-developers.com/showthread.php?t=791682

Categories

Resources