Jump to content

Recommended Posts

Guest kidd.kaio
Posted

I followed the FAQ on here on how to make a home screen to modify one i had but didn't like 100%. It worked really well. A lot better than the one on Microsoft's site. But the splash screens i told it to display aren't showing up.

It does the regular Motorola splash. But no carrier splash on startup. And no splash at all on shutdown. The files are there and the registry keys are pointing to them.

What could be the problem? Any advice would be most appreciated.

Guest simon211175
Posted

the most likely is spelling mistakes - but without any examples it would be hard to say for sure. Perhaps posting the relevant section of the .inf file you created would shed some light on the problem, also what the images you are trying to use are called?

Guest kidd.kaio
Posted

here is the .inf:

[Version]

Signature     = "$Windows NT$"

Provider      = "kaio"

CESignature   = "$Windows CE$"



[CEStrings]

AppName       = "gir"



[CEDevice.ARM720]

ProcessorType = 0



[DefaultInstall]

CopyFiles     = InstallDir, Pics

AddReg        = RegSettings.All



[SourceDisksNames]

1 = ,"InstallDir",,"girhme\"

2 = ,"Pics",,"girpics\"



[SourceDisksFiles]

gir.home.xml                    = 1

call.gif                        = 2

contact.gif                     = 2

dial.gif                        = 2

girbg.gif                       = 2

girmisscall.gif                 = 2

incall.gif                      = 2

info.gif                        = 2

program.gif                     = 2

ques.gif                        = 2

shut1.gif                       = 2

shut2.gif                       = 2

Startup1.gif                    = 2

Startup2.gif                    = 2

volume.gif                      = 2

yell.gif                        = 2



[DestinationDirs]

InstallDir                      = 0,Storage\Application Data\Home

Pics                            = 0,Storage\Application Data\Home\Gir


[InstallDir]

"gir.home.xml",gir.home.xml



[Pics]

"call.gif",call.gif

"contact.gif",contact.gif

"dial.gif",dial.gif

"girbg.gif",girbg.gif

"girmisscall.gif",girmisscall.gif

"incall.gif",incall.gif

"info.gif",info.gif

"program.gif",program.gif

"ques.gif",ques.gif

"shut1.gif",shut1.gif

"shut2.gif",shut2.gif

"Startup1.gif",Startup1.gif

"Startup2.gif",Startup2.gif

"volume.gif",volume.gif

"yell.gif",yell.gif



[RegSettings.All]

HKCU,ControlPanel\Home,Scheme,0x00000000,IPSM\Application Data\Home\gir.home.xml

HKCU,ControlPanel\Home,BgImage,0x00000000,""

HKCU,ControlPanel\Home,ColorScheme,0x00000000,""

HKLM,Software\Microsoft\Shell\Rai\:Callalert,BKBitmapFile,0x00000000,IPSM\Application Data\Home\Gir\call.gif

HKLM,Software\Microsoft\Shell\Rai\:ErrorBox,BKBitmapFile,0x00000000,IPSM\Application Data\Home\Gir\info.gif

HKLM,Software\Microsoft\Shell\Rai\:ExclamationBox,BKBitmapFile,0x00000000,IPSM\Application Data\Home\Gir\yell.gif

HKLM,Software\Microsoft\Shell\Rai\:InformationBox,BKBitmapFile,0x00000000,IPSM\Application Data\Home\Gir\info.gif

HKLM,Software\Microsoft\Shell\Rai\:QuestionBox,BKBitmapFile,0x00000000,IPSM\Application Data\Home\Gir\ques.gif

HKLM,Software\Microsoft\Shell\Rai\:VolDlg,BKBitmapFile,0x00000000,IPSM\Application Data\Home\Gir\volume.gif

HKLM,Software\Microsoft\Shell\Rai\:MSCONTACTS,BKBitmapFile,0x00000000,IPSM\Application Data\Home\Gir\contact.gif

HKLM,Software\Microsoft\Shell\Rai\:MSCprog,BannerImage,0x00000000,IPSM\Application Data\Home\Gir\incall.gif

HKLM,Software\Microsoft\Shell\Rai\:MSCdial,BannerImage,0x00000000,IPSM\Application Data\Home\Girdial.gif

HKLM,Software\Microsoft\Shell\Rai\:MSStart,BKBitmapFile,0x00000000,IPSM\Application Data\Home\Gir\program.gif

HKLM,Software\Microsoft\Shell\Rai\:MSSYNCAPP,BKBitmapFile,0x00000000,IPSM\Application Data\Home\Gir\contact.gif

HKLM,Software\Microsoft\Splash Screen,MSBitmap,0x00000000,IPSM\Application Data\Home\Gir\Startup1.gif

HKLM,Software\Microsoft\Splash Screen,CarrierBitmap,0x00000000,IPSM\Application Data\Home\Gir\Startup2.gif

HKLM,Software\Microsoft\Splash Screen,MSShutdownBitmap,0x00000000,IPSM\Application Data\Home\Gir\shut1.gif

HKLM,Software\Microsoft\Splash Screen,CarrierShutdownBitmap,0x00000000,IPSM\Application Data\Home\Gir\shut2.gif

i don't have any place to upload pics but i attached a screen shot of smartione looking at the splash screen registriy keys.

post-136917-1120064478_thumb.jpg

and explorer looking at the pics stored on the phone.

post-136917-1120064501_thumb.jpg

if its a spelling error i'm going to feel really dumb. but maybe i've just been looking at it too long and can't see it. let me know if you see any blatant errors. thanx.

Guest simon211175
Posted

HKLM,Software\Microsoft\Splash Screen, CarrierBitmap,, \Storage\Application Data\Home\DefaultSH\startup.gif 

HKLM,Software\Microsoft\Splash Screen, CarrierShutdownBitmap,, \Storage\Application Data\\Home\DefaultSH\shutdown.gif 

HKLM,Software\Microsoft\Splash Screen, MSBitmap,, \Storage\Application Data\Home\DefaultSH\startupms.gif

HKLM,Software\Microsoft\Splash Screen, MSShutdownBitmap,, \Storage\Application Data\Home\DefaultSH\shutdownms.gif

that's how I do it, and I've not had any trouble. Slightly different to yours so maybe give that a go.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.