Samsung SGH-i620 Windows Mobile 6 Smartphone
Mini-Infopage


My knowledge of the i620
Other Mini Infopages of mine: K750 | GPS | Ericsson t39m | Strategisches Design | Frei Otto | goldfish

A homescreen for the i620
Software I am using
Tips and Tricks


i620 Homescreen


My DIY homescreen, based on the Windows Standardhomescreen.
You'll need the free CBReminderPlugin and optionally you may use my background image: here
I am also using SmartToolkit, to show a prettier start menu and make the phone usable (at all, in my opinion).

All together:
Homescreen (XML), put in /Application Data/Home
Background image (optional)
CBReminderPlugin (in Homescreen XML adopt the path to the calendar application, or simply copy the calendar shortcut from start menu to \windows


Software I am using



Open problems


I'll start with the problems I could not yet solve, maybe someone smarter than me managed to, and is so kind as to t39m@aspekt1.net using the keyword "i620" please.

No profile setting for "Reminders"


I could not believe it: when I put the phone into "silent" mode, the calendar reminders still came through full power. I tried to solve this in the profile settings, but: no setting for reminders there!
Luckily this can be solved with some hacking (but careful: you can mess up things this way easily!):

In the file system open \Application Data\Profiles and copy files *. prof.xml to the PC (best in two different places, so you have a backup if anything goes wrong). Then insert this code between the code blocks for alarm and notification:
	
		<characteristic type="Reminder">
			<parm name="Script" value="v0p"/>
			<parm name="InitVol" value="2"/>
		</characteristic>
	
So it looks like:
	
<characteristic type="Normal"><characteristic type="Registry">
	<characteristic type="HKCU\ControlPanel\Profiles\Normal">
		<parm name="Name" value="Normal"/>
	</characteristic>
</characteristic>
<characteristic type="Sounds">
	<parm name="RingTypeAll" value="c50apw3c150r"/>
</characteristic>
<characteristic type="Registry">
	<characteristic type="HKCU\ControlPanel\SoundCategories">
		<characteristic type="Ring">
			<parm name="InitVol" value="2"/>
		</characteristic>
		<characteristic type="Alarm">
			<parm name="Script" value="pw10pw10c110pw10c110pw30c110pw30c110pw30c110pw120c110pw300c110p"/>
			<parm name="InitVol" value="3"/>
		</characteristic>
		<characteristic type="Reminder">
			<parm name="Script" value="v0p"/>
			<parm name="InitVol" value="2"/>
		</characteristic>
		<characteristic type="Notification">
			<parm name="Script" value="p"/>
			<parm name="InitVol" value="2"/>
		</characteristic>
	</characteristic>
</characteristic>
<characteristic type="Sounds">
	<characteristic type="System">
		<parm name="InitVol" value="1"/>
	</characteristic>
</characteristic>
</characteristic>
	
Do this for the files "normal", "meeting" and "silent". Copy the files back to the device. Now on the phone set the attribute "system" for the changed files (e.g. with Total commander), otherwise the profile editor will not recognize the profile any more. And voila: the setting for calendar reminders is there!

More keyboard shortcuts for Opera Mobile



More Tips and Tricks



Disclaimer:


I am not responsible for any damage you do to your phone by following my tips. For errors or any other problems contact: t39m@aspekt1.net