Thursday, July 20, 2006
Home Screen Photo Dialer with Facade
Posted by Mike Temporale in "THOUGHT" @ 02:15 PM
1) Create a picture - 40px by 40px works really well
2) Copy the picture to \Storage\Application Data\Home\Photo Contacts\{picturename.jpg}
3) Edit the Launcher shortcuts in the Facade plugin for your home screen with the following text:
[code]<!-- Facade Plugin Control: This is the launcher bar -->
<plugin clsid="{C49CEC80-D445-407C-AA72-C263EDBBAC96}" name="FacadeLauncher" type="Launcher">
<Buttons>
<Button image="\Storage\Application Data\Home\Photo Contacts\{picturename.jpg}" action="Run" command="tel:5551212"/>
</Buttons>
</plugin>[/code]
A couple things to note; You'll need to change the phone number accordingly, and change {picturename.jpg} to the name of the picture you created. Also, add 1 "Button Image" line for each of the photo shortcuts you want to create.
Check out the discussion on the SBSH forums, or the post on MoDaCo for more information on this cool new twist to an already great tool. :) And, special thanks goes to encece - Great idea! :mrgreen:










