Guest PascalW Posted February 28, 2006 Report Posted February 28, 2006 Hello, I'm busy to make the windows xp skin by franky fit in wm5 (non-QVGA). I've made a new .inf file and build my own cab that way. The cab file installs perfectly, but the homescreen cannot be loaded. This is how the .inf file look: [Version] Signature="$Windows NT$" CESignature="$Windows CE$" Provider="Pascal" [CEStrings] Appname="Pascal XP" [CEDevice] ProcessorType=0 [SourceDisksNames] 1=,Source,,"Home" 2=,source,,"XP-SP2k3" 3=,source,,"images" 4=,source,,"icons" 5=,source,,"sounds" [SourceDisksFiles] "XP-SP2k3.home.xml"=1 "LCDPlug.ini"=2 "XP-SP2k3-alarm-mask.jpg"=2 "XP-SP2k3-alarm-off.jpg"=2 "XP-SP2k3-alarm-on.jpg"=2 "XP-SP2k3-bg.jpg"=2 "XP-SP2k3-calendar.jpg"=2 "XP-SP2k3-calls.jpg"=2 "XP-SP2k3-contacts.gif"=2 "XP-SP2k3-desktop.jpg"=2 "XP-SP2k3-dial.gif"=2 "XP-SP2k3-error.jpg"=2 "XP-SP2k3-explorer.jpg"=2 "XP-SP2k3-favorites.jpg"=2 "XP-SP2k3-incall.gif"=2 "XP-SP2k3-info.jpg"=2 "XP-SP2k3-logoff2.gif"=2 "XP-SP2k3-logoff.gif"=2 "XP-SP2k3-logon2.gif"=2 "XP-SP2k3-logon.gif"=2 "XP-SP2k3-msg.jpg"=2 "XP-SP2k3-question.jpg"=2 "XP-SP2k3-settings.jpg"=2 "XP-SP2k3-startmenu.jpg"=2 "XP-SP2k3-sysinfo.jpg"=2 "XP-SP2k3-tasks.jpg"=2 "XP-SP2k3-volume.gif"=2 "XP-SP2k3-wmp.bmp"=2 "XP-SP2k3-wmp.gif"=2 "bar-empty.bmp"=3 "bar-full.bmp"=3 "temp-empty.bmp"=3 "temp-full.bmp"=3 "explorer.jpg"=4 "favorites.jpg"=4 "settings.jpg"=4 "wmp.jpg"=4 "shutdown.wav"=5 "startup.wav"=5 [CopyFiles1] "XP-SP2k3.home.xml" [CopyFiles2] "LCDPlug.ini" "XP-SP2k3-alarm-mask.jpg" "XP-SP2k3-alarm-off.jpg" "XP-SP2k3-alarm-on.jpg" "XP-SP2k3-bg.jpg" "XP-SP2k3-calendar.jpg" "XP-SP2k3-calls.jpg" "XP-SP2k3-contacts.gif" "XP-SP2k3-desktop.jpg" "XP-SP2k3-dial.gif" "XP-SP2k3-error.jpg" "XP-SP2k3-explorer.jpg" "XP-SP2k3-favorites.jpg" "XP-SP2k3-incall.gif" "XP-SP2k3-info.jpg" "XP-SP2k3-logoff2.gif" "XP-SP2k3-logoff.gif" "XP-SP2k3-logon2.gif" "XP-SP2k3-logon.gif" "XP-SP2k3-msg.jpg" "XP-SP2k3-question.jpg" "XP-SP2k3-settings.jpg" "XP-SP2k3-startmenu.jpg" "XP-SP2k3-sysinfo.jpg" "XP-SP2k3-tasks.jpg" "XP-SP2k3-volume.gif" "XP-SP2k3-wmp.bmp" "XP-SP2k3-wmp.gif" [CopyFiles3] "bar-empty.bmp" "bar-full.bmp" "temp-empty.bmp" "temp-full.bmp" [CopyFiles4] "explorer.jpg" "favorites.jpg" "settings.jpg" "wmp.jpg" [CopyFiles5] "shutdown.wav" "startup.wav" [DestinationDirs] CopyFiles1=0,"\Application Data\Home" CopyFiles2=0,"\Application Data\Home\XP-SP2k3" CopyFiles3=0,"\Application Data\Home\images" CopyFiles4=0,"\Application Data\Home\icons" CopyFiles5=0,"\Application Data\Home\sounds" [RegData] HKLM,Software\Microsoft\Shell\Rai\:Callalert, BKBitmapFile,,\Application Data\Home\XP-SP2k3\XP-SP2k3-incall.gif HKLM,Software\Microsoft\Shell\Rai\:ErrorBox, BKBitmapFile,,\Application Data\Home\XP-SP2k3\XP-SP2k3-error.jpg HKLM,Software\Microsoft\Shell\Rai\:ExclamationBox, BKBitmapFile,,\Application Data\Home\XP-SP2k3\XP-SP2k3-question.jpg HKLM,Software\Microsoft\Shell\Rai\:InformationBox, BKBitmapFile,,\Application Data\Home\XP-SP2k3\XP-SP2k3-info.jpg HKLM,Software\Microsoft\Shell\Rai\:MSCdial, BKBitmapFile,,\Application Data\Home\XP-SP2k3\XP-SP2k3-dial.gif HKLM,Software\Microsoft\Shell\Rai\:MSCONTACTS, BKBitmapFile..\Application Data\Home\XP-SP2k3\XP-SP2k3-contacts.gif HKLM,Software\Microsoft\Shell\Rai\:MSCPROG, BKBitmapFile,,\Application Data\Home\XP-SP2k3\XP-SP2k3-dial.gif HKLM,Software\Microsoft\Shell\Rai\:MSStart, BKBitmapFile,,\Application Data\Home\XP-SP2k3\XP-SP2k3-startmenu.jpg HKLM,Software\Microsoft\Shell\Rai\:MSSYNCAPP, BKBitmapFile,,\Application Data\Home\XP-SP2k3\XP-SP2k3-sync.jpg HKLM,Software\Microsoft\Shell\Rai\:QuestionBox, BKBitmapFile,,\Application Data\Home\XP-SP2k3\XP-SP2k3-question.jpg HKLM,Software\Microsoft\Shell\Rai\:VolDlg, BKBitmapFile,,\Application Data\Home\XP-SP2k3\XP-SP2k3-volume.gif HKLM,Software\Microsoft\Splash Screen, CarrierBitmap,,\Application Data\Home\XP-SP2k3\XP-SP2k3-logon2.gif HKLM,Software\Microsoft\Splash Screen, CarrierShutdownBitmap,,\Application Data\Home\XP-SP2k3\XP-SP2k3-logoff2.gif HKLM,Software\Microsoft\Splash Screen, CarrierShutdownTimeout,,1500 HKLM,Software\Microsoft\Splash Screen, MSBitmap,,\Application Data\Home\XP-SP2k3\XP-SP2k3-logon.gif HKLM,Software\Microsoft\Splash Screen, MSShutdownBitmap,,\Application Data\Home\XP-SP2k3\XP-SP2k3-logoff.gif HKLM,Software\Microsoft\Splash Screen, MSShutdownTimeout,,3000 HKCU,ControlPanel\Home, Scheme,,\Application Data\Home\XP-SP2k3.home.xml [DefaultInstall] CopyFiles=CopyFiles1, CopyFiles2, CopyFiles3, CopyFiles4, CopyFiles5 AddReg=RegData This is how the home.xml looks: <?xml version="1.0"?> <home> <author>Pascal</author> <title lang="0x0409">WindowsXP [SP2k3]</title> <title lang="0x0809">WindowsXP [SP2k3]</title> <title lang="0x040c">WindowsXP [SP2k3]</title> <title lang="0x0407">WindowsXP [SP2k3]</title> <title lang="0x0410">WindowsXP [SP2k3]</title> <title lang="0x0816">WindowsXP [SP2k3]</title> <title lang="0x040a">WindowsXP [SP2k3]</title> <title lang="0x0804">WindowsXP [SP2k3]</title> <version>2.00 en</version> <!-- Default Font Style --> <default font-face="nina" font-size="14" font-weight="normal" padding-left="3" padding-right="1" bgcolor="transparent" fgcolor="COLOR_HOMETEXT" padding-top="2" b-border-color="transparent" b-border-width="0"> <format state="selected" fgcolor="COLOR_HOMEHIGHLIGHTTEXT"/> </default> <!-- Background Image --> <background bgimage="\Application Data\Home\XP-SP2k3\XP-SP2k3-bg.jpg" valign="bottom"/> <!-- Color Scheme --> <scheme> <!-- Background color for all application windows and controls, including the transparent portions of the scroll bar stripes --> <color name="COLOR_WINDOW" value="#FFFFFF"/> <!-- Text color for list views, controls, and labels. Does not set menu text color, soft key text color, or button text color --> <color name="COLOR_WINDOWTEXT" value="#000000"/> <!-- Background color for static controls, such as labels. Also sets the background color for message boxes --> <color name="COLOR_STATIC" value="#FFFFFF"/> <!-- Text color for static controls such as labels --> <color name="COLOR_STATICTEXT" value="#000000"/> <!-- Color of selection for list views, controls, menus, and soft key buttons --> <color name="COLOR_HIGHLIGHT" value="#5A76C5"/> <!-- Color of text when an item has selection, such as a list view element or a control, and highlighted soft keys --> <color name="COLOR_HIGHLIGHTTEXT" value="#FFFFFF"/> <!-- --> <color name="COLOR_HIGHGRADLEFT" value="#5A76C5"/> <!-- --> <color name="COLOR_HIGHGRADRIGHT" value="#5A76C5"/> <!-- Background color for menus --> <color name="COLOR_MENU" value="#FFFFFF"/> <!-- Text color for menu items --> <color name="COLOR_MENUTEXT" value="#000000"/> <!-- Color for disabled text, such as disabled menu items and soft key buttons --> <color name="COLOR_GRAYTEXT" value="#D0D0D0" /> <!-- Starting color value for the background gradient --> <color name="COLOR_GRADLEFT" value="#FFFFFF" /> <!-- Ending color value for the background gradient --> <color name="COLOR_GRADRIGHT" value="#FFFFFF" /> <!-- Starting color value for the secondary background gradient --> <color name="COLOR_INTGRADLEFT" value="#EFEEED" /> <!-- Ending color value for the secondary background gradient --> <color name="COLOR_INTGRADRIGHT" value="#FFFFFF" /> <!-- Starting color value for the title bar gradient --> <color name="COLOR_TRAYGRADLEFT" value="#E3E6ED"/> <!-- Ending color value for the title bar gradient --> <color name="COLOR_TRAYGRADRIGHT" value="#78797B"/> <!-- Color for the title bar text --> <color name="COLOR_TRAYTEXT" value="#000000"/> <!-- Color of the dividing line between the main window and the soft key region, and the bounding rectangle around the scroll bar thumb --> <color name="COLOR_WINDOWFRAME" value="#767982"/> <!-- Unselected background color for the soft key region and calendar --> <color name="COLOR_BTNFACE" value="#C0C0C0"/> <!-- Unselected text color for the soft key region, navigation glyph and scroll bar thumb --> <color name="COLOR_BTNTEXT" value="#000000"/> <!-- Color of the stripes on the scroll bar --> <color name="COLOR_SCROLLBAR" value="#999999"/> <!-- Color of the title text in an alert --> <color name="COLOR_alertTITLE" value="#000000"/> <!-- Background color for alerts --> <color name="COLOR_alertWINDOW" value="#FFFFFF"/> <!-- Text color for alerts --> <color name="COLOR_alertTEXT" value="#000000"/> <!-- Color of the dividing lines on the Home screen --> <color name="COLOR_alertRULE" value="#999999"/> <!-- Color of unselected text on the Home screen --> <color name="COLOR_HOMETEXT" value="#000000"/> <!-- Text color on the Home screen --> <color name="COLOR_HOMERULE" value="#000000"/> <!-- Color of selected text on the Home screen --> <color name="COLOR_HOMEHIGHLIGHTTEXT" value="#FFFFFF"/> <!-- Background color of a selected plug-in on the Home screen --> <color name="COLOR_HOMEHIGHLIGHT" value="#000000"/> </scheme> <!-- Global settings of Facade Plugin --> <Facade ClearType="0" fgcolor="COLOR_HOMETEXT" font-size="12" bgcolor="transparent" BlendColor="COLOR_HOMERULE" BlendPercent="25" SeparatorColor="#000000" SelectionBorderColor="#808080" ShowSelectionBorder="0" TimeFormat="HH':'mm" ShortDateFormat="MM'/'dd'/'yy" LongDateFormat="ddd', 'MM'/'dd" ShowCompleted="1" Wraparound="1" LauncherArrows="0" Show="both" debug="0" MaxDays="30" MaxLines="30" UndatedFirst="0" AlwaysShowToday="1" ShowEmptyDays="0" ShowSeparatorLine="1" ShowDateToday="1" ShowAllDayText="1" ShowTodayText="1" ShowTomorrowText="1" ShowNoAppointmentsText="1" ShowUndatedHeading="1" ShowOverdueHeading="1" MinutesPastAppointment="15" ClickAction="view"> <format state="heading" fgcolor="#000000" font-size="12" font-weight="bold" textIndent="8" /> </Facade> <!-- Call in Progress PlugIn --> <plugin clsid="{37391041-C324-4725-BEE1-3232ED3539CA}" name="callprog" height="200"> <background b-border-width="0" > <format state="selected" bgcolor="transparent" bgimage="\Application Data\Home\XP-SP2k3\XP-SP2k3-dial.gif" valign="bottom"/> </background> <format state="nocall" visible="false" /> <label fgcolor="#000000" font-size="26" x="0" y="18"> <text>Call connection in progress</text> </label> <label font-weight="bold" fgcolor="#000000" font-size="18" x="0" y="79"> <text><progress /></text> </label> </plugin> <!-- Call Plugin --> <plugin clsid="{0BA8ABB8-1F1D-417f-88C6-DA8530E2E7A6}" name="missedcalls" height="200"> <background b-border-width="0" > <format state="selected" bgcolor="transparent" bgimage="\Application Data\Home\XP-SP2k3\XP-SP2k3-calls.jpg" valign="top"/> </background> <format state="nocall" visible="false" font-weight="bold"/> <label font-weight="bold" fgcolor="#000000" font-size="16" x="102" y="2" > <text><calls/></text> </label> <label fgcolor="#000000" font-size="14" x="60" y="70"> <text><calls/> missed call(s)</text> </label> </plugin> <plugin file="sysplug.dll" clsid="{2FFD93B3-0FF0-4228-A6D6-D2DF177D7D92}" name="spacer" height="1"></plugin> <!-- Iconbar Plugin --> <plugin clsid="{837FC251-FE69-43ad-84E0-EBCEDEBA0884}" name="iconbar" height="20"> <iconbar fgcolor="#808080"/> </plugin> <!-- Carrier/Time/Date Plugin --> <plugin file="sysplug.dll" clsid="{E09043DF-510E-4841-B652-388316977A7A}" height="200"> <format state="unselected"/> <clock> <time fgcolor="#FFFFFF" font-size="15" font-weight="bold" mode="24" x="12" y="93"/> <date fgcolor="#FFFFFF" font-size="13" font-weight="bold" mode="short" x="4" y="147"/> </clock> <label bgcolor="transparent" x="4" y="40" font-weight="bold" font-size="13" fgcolor="#FFFFFF"> <text><carrier/></text> </label> </plugin> <!-- Facade Plugin: Launcher TaskManager --> <plugin clsid="{C49CEC80-D445-407C-AA72-C263EDBBAC96}" id="FacadeLauncher0" type="Launcher" LargeIcons="0" height="200"> <background b-border-width="0"> <format state="selected" x="176" y="1" h="1" w="1" bgcolor="transparent" bgimage="\Application Data\Home\XP-SP2k3\XP-SP2k3-desktop.jpg" valign="bottom"/> </background> <Buttons> <Button action="Run" Command="\Program Files\xbar 3\xbar.exe" image="" /> <Button type="Run" Command="\Program Files\xbar 3\xbar.exe" image="" /> </Buttons> </plugin> <!-- SMS/MMS/Email Plugin --> <plugin clsid="{2F930BF0-6FE9-4a53-9E17-88E9247BAB48}" name="messaging" height="200"> <background b-border-width="0"> <format state="selected" bgcolor="transparent" bgimage="\Application Data\Home\XP-SP2k3\XP-SP2k3-msg.jpg" valign="bottom"/> </background> <label font-size="16" font-weight="bold" x="109" y="35"> <format state="selected" bgcolor="transparent" fgcolor="#000000"/> <text lang="0x0409"><unreadSMS/></text> <text lang="0x0809"><unreadSMS/></text> <text lang="0x040c"><unreadSMS/></text> <text lang="0x0407"><unreadSMS/></text> <text lang="0x0410"><unreadSMS/></text> <text lang="0x0816"><unreadSMS/></text> <text lang="0x040a"><unreadSMS/></text> <text lang="0x0804"><unreadSMS/></text> </label> <label font-size="16" font-weight="bold" x="109" y="56"> <format state="selected" bgcolor="transparent" fgcolor="#000000"/> <text lang="0x0409"><unreadMMS/></text> <text lang="0x0809"><unreadMMS/></text> <text lang="0x040c"><unreadMMS/></text> <text lang="0x0407"><unreadMMS/></text> <text lang="0x0410"><unreadMMS/></text> <text lang="0x0816"><unreadMMS/></text> <text lang="0x040a"><unreadMMS/></text> <text lang="0x0804"><unreadMMS/></text> </label> <label font-size="16" font-weight="bold" x="109" y="77"> <format state="selected" bgcolor="transparent" fgcolor="#000000"/> <text lang="0x0409"><unreadEmail/></text> <text lang="0x0809"><unreadEmail/></text> <text lang="0x040c"><unreadEmail/></text> <text lang="0x0407"><unreadEmail/></text> <text lang="0x0410"><unreadEmail/></text> <text lang="0x0816"><unreadEmail/></text> <text lang="0x040a"><unreadEmail/></text> <text lang="0x0804"><unreadEmail/></text> </label> </plugin> <!-- Facade Plugin: Calender/Schedule --> <plugin clsid="{C49CEC80-D445-407C-AA72-C263EDBBAC96}" id="FacadeSchedule" type="Schedule" height="200"> <background b-border-width="0"> <format state="selected" x="40" y="57" w="119" SelectionColor="#808080" bgcolor="transparent" bgimage="\Application Data\Home\XP-SP2k3\XP-SP2k3-calendar.jpg" valign="bottom"/> </background> <text textIndent="3"></text> </plugin> <!-- Facade Plugin: Tasks --> <plugin clsid="{C49CEC80-D445-407C-AA72-C263EDBBAC96}" id="FacadeTasks" type="Tasks" height="200"> <background b-border-width="0"> <format state="selected" x="60" y="77" w="99" SelectionColor="#808080" bgcolor="transparent" bgimage="\Application Data\Home\XP-SP2k3\XP-SP2k3-tasks.jpg" valign="bottom"/> </background> </plugin> <!-- LCD Plugin: Alarm --> <plugin clsid="{CEF3DB66-AD48-46c1-B849-66CF29B5A26D}" height="200" inifile="\Application Data\Home\XP-SP2k3\LCDPlug.ini"> <selectable/> <speed FullRefreshWaitMS="3000"/> <showasselected/> <time x="0" y="0"/> </plugin> <!-- Smartphinger Plugin: Monitor --> <plugin clsid="{05E393E9-1712-41ac-B9D3-533B52F10A36}" name="SmartMonitor" selectable="true" height="200"> <background state="selected" b-border-width="0" bgcolor="transparent" bgimage="\Application Data\Home\XP-SP2k3\XP-SP2k3-sysinfo.jpg" valign="top"/> <format state="selected" font-face="nina" font-size="12" font-weight="normal" bgtext="transparent" bgcolor="transparent" /> <monitor state="selected" refresh="30"> <meterbar x="55" y="70" image-full="\Application Data\Home\XP-SP2k3\images\bar-full.bmp" image-empty="\Application Data\Home\XP-SP2k3\images\bar-empty.bmp" bar-direction="left-right" type="battery" transparent-color="#FFFFFF"/> <battery x="58" y="70" color="#000000">{life-percentage}%</battery> <battery x="102" y="70" color="#000000">{flag}</battery> <meterbar x="55" y="91" image-full="\Application Data\Home\XP-SP2k3\images\bar-full.bmp" image-empty="\Application Data\Home\XP-SP2k3\images\bar-empty.bmp" bar-direction="left-right" type="signal-strength" transparent-color="#FFFFFF"/> <signal x="58" y="91" color="#000000">{strength-percentage}%</signal> <operator x="102" y="91" color="#000000">{long-name}</operator> <meterbar x="55" y="112" image-full="\Application Data\Home\XP-SP2k3\images\bar-full.bmp" image-empty="\Application Data\Home\XP-SP2k3\images\bar-empty.bmp" bar-direction="left-right" type="memory-free" details="physical" transparent-color="#FFFFFF"/> <memory x="58" y="112" color="#000000">{free-percentage}%</memory> <memory x="100" y="112" color="#000000" units="Mb">{free}MB/{total}MB</memory> <meterbar x="55" y="133" image-full="\Application Data\Home\XP-SP2k3\images\bar-full.bmp" image-empty="\Application Data\Home\XP-SP2k3\images\bar-empty.bmp" bar-direction="left-right" type="storage-free" details="\Storage" transparent-color="#FFFFFF"/> <storage x="58" y="133" color="#000000" path="\">{free-percentage}%</storage> <storage x="100" y="133" color="#000000" units="Mb" path="\">{free}MB/{total}MB</storage> <meterbar x="55" y="154" image-full="\Application Data\Home\XP-SP2k3\images\bar-full.bmp" image-empty="\Application Data\Home\XP-SP2k3\images\bar-empty.bmp" bar-direction="left-right" type="storage-free" details="\Storage Card" transparent-color="#FFFFFF"/> <storage x="58" y="154" color="#000000" path="\">{free-percentage}%</storage> <storage x="100" y="154" color="#000000" units="Mb" path="\Storage Card">{free}MB/{total}MB</storage> <thermometer x="55" y="175" image-max="\Application Data\Home\XP-SP2k3\images\temp-full.bmp" image-min="\Application Data\Home\XP-SP2k3\images\temp-empty.bmp" bar-direction="left-right" temperature-min="15" temperature-max="40" transparent-color="#FFFFFF"/> <temperature x="58" y="175" color="#000000" units="C" scale="1">{temperature}º</temperature> <text x="100" y="175" color="#000000">Celsius</text> </monitor> </plugin> <!-- Facade Plugin: Launcher FileManager --> <plugin clsid="{C49CEC80-D445-407C-AA72-C263EDBBAC96}" id="FacadeLauncher1" type="Launcher" LargeIcons="0" height="200"> <background b-border-width="0"> <format state="selected" x="6" y="120" h="19" w="18" SelectionColor="transparent" bgcolor="transparent" bgimage="\Application Data\Home\XP-SP2k3\XP-SP2k3-explorer.jpg" valign="bottom"/> </background> <Buttons> <Button action="FileManager" image="\Application Data\Home\XP-SP2k3\icons\explorer.jpg" /> <Button type="Run" Command="\Program Files\Resco\Explorer.exe" image="\Application Data\Home\XP-SP2k3\icons\explorer.jpg" /> </Buttons> </plugin> <!-- WMP Plugin --> <plugin clsid="{22CF74AC-E022-4c2d-BCE0-FBA9FB53BEFA}" ctrlcolour="#000000" name="WMP_plugin" maingfx="\XP-SP2k3\XP-SP2k3-wmp.bmp" selgfx="\XP-SP2k3\XP-SP2k3-wmp.bmp" ctrloffset="0" transparent="#FFFFFF" height="200" bgcolor="transparent"> <background b-border-width="0"/> </plugin> <!-- Facade Plugin: Launcher Windows Media <plugin clsid="{C49CEC80-D445-407C-AA72-C263EDBBAC96}" id="FacadeLauncher2" type="Launcher" LargeIcons="0" height="200"> <background b-border-width="0"> <format state="selected" x="6" y="139" h="19" w="18" SelectionColor="transparent" bgcolor="transparent" bgimage="\Application Data\Home\XP-SP2k3\XP-SP2k3-wmp.gif" valign="bottom"/> </background> <Buttons> <Button action="Run" command="\Windows\wmplayer.exe" image="\Application Data\Home\XP-SP2k3\icons\wmp.gif" /> <Button type="Run" command="\Windows\wmplayer.exe" image="\Application Data\Home\XP-SP2k3\icons\wmp.gif" /> </Buttons> </plugin> --> <!-- Facade Plugin: Launcher Favorites --> <plugin clsid="{C49CEC80-D445-407C-AA72-C263EDBBAC96}" id="FacadeLauncher3" type="Launcher" LargeIcons="0" height="200"> <background b-border-width="0"> <format state="selected" x="6" y="158" h="19" w="18" SelectionColor="transparent" bgcolor="transparent" bgimage="\Application Data\Home\XP-SP2k3\XP-SP2k3-favorites.jpg" valign="bottom"/> </background> <Buttons> <Button action="Run" command="\Windows\iexplore.exe" image="\Application Data\Home\XP-SP2k3\icons\favorites.jpg" /> <Button type="Run" command="\Windows\iexplore.exe" image="\Application Data\Home\XP-SP2k3\icons\favorites.jpg" /> </Buttons> </plugin> <!-- Facade Plugin: Launcher Settings --> <plugin clsid="{C49CEC80-D445-407C-AA72-C263EDBBAC96}" id="FacadeLauncher4" type="Launcher" LargeIcons="0" height="200"> <background b-border-width="0"> <format state="selected" x="6" y="177" h="19" w="18" SelectionColor="transparent" bgcolor="transparent" bgimage="\Application Data\Home\XP-SP2k3\XP-SP2k3-settings.jpg" valign="bottom"/> </background> <Buttons> <Button action="Run" command="\Windows\settings.exe" image="\Application Data\Home\XP-SP2k3\icons\settings.jpg" /> <Button type="Run" command="\Windows\settings.exe" image="\Application Data\Home\XP-SP2k3\icons\settings.jpg" /> </Buttons> </plugin> <!-- SSS Plugin: Start & Stop Sound --> <plugin clsid="{21031980-1512-2103-3005-197719802002}" name="SSS" start="\Application Data\Home\XP-SP2k3\sounds\startup.wav" stop="\Application Data\Home\XP-SP2k3\sounds\shutdown.wav"> </plugin> </home> Can somebody help me to find the mistake in the scripts so it could work? Thanks in advance!
Guest w411y Posted February 28, 2006 Report Posted February 28, 2006 (edited) Link to where you got it from? What exactly do you mean it could not load up? Its not appearing on the list or what? Edited February 28, 2006 by w411y
Guest PascalW Posted March 1, 2006 Report Posted March 1, 2006 Link to where you got it from? What exactly do you mean it could not load up? Its not appearing on the list or what? <{POST_SNAPBACK}> This is the homescreen I was trying to edit to work on a mpx200 running at wm5: http://www.modaco.com/index.php?act=dscrip...tails&f_id=1348 The problem is that it does not appear in the list, and that if I select it with facade it says it cannot be loaded.
Guest w411y Posted March 2, 2006 Report Posted March 2, 2006 The paths on WM5 are different. The XML and any images should be put in '\Application Data\Home' and NOT 'Storage\Application Data\Home'
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now