Remember, I take no responsibility or liability if you break your phone.
This is going off of the top of my head, so I apologize if the instructions are not as clear as some other ones I posted.
- Plug your phone in via activesynch, and navigate to My Windows Mobile-Based Device\Application Data\Home
- Retrieve the xml file you want to modify (for me, it was htc.home.xml) Copy it to your pc.
- Rename the file to something new (htc2.home.xml)
- Edit the file. Just use notepad if you dont have an xml editer (hold shift on your keyboard, right click, open with, choose notepad) DO NOT USE MICROSOFT WORD TO EDIT THIS FILE!
- Now, you just need to add the lines of code below in order for your smt5800 to call the MRU function.
Or use this to copy and paste:
<!-- MRU
-->
- <plugin clsid="{79EFB752-CB70-446d-B317-499723482B3D}" name="startmru" width="320" height="30">
<background b-border-width="0" />
<mru icon-size="16" x="0" y="6" button-transparent-color="#959589" halign="left" valign="bottom" max-buttons="9" />
</plugin> - You need to add the above code (cut and paste it) wherever you want the quick use icons to appear. For me, I wanted it at the top of the home screen, so I pasted it in immediately after these lines of code:
- You can customize that script a little if you want (for instance, you can play with the size (pixels) or how many icons you want it to remember.
- When you are done monkeying around with the xml, remember to save it. Then move it over to the same directory you pulled it from on your smt5800.
- Go into the settings on your phone, choose home screen, then select the new file you just created (htc2).
- That's it.
Again, sorry if the instructions were not as good as they normally are, but if you run into problems, let me know.