Jump to content

Recommended Posts

Posted

I am trying to set up some sounds for my new homescreen and the cab file compiles properly but when i try to run it on my phone i get Install Failed...

Can anyone help me with this?

[Version]Signature   = "$Windows NT$"      

Provider    = "Brody"    

CESignature = "$Windows CE$"      

[CEStrings]

AppName     = "The Office Sounds"      

                                 

[CEDevice.ARM720]

ProcessorType = 0

[sourceDisksNames]                

1 = ,"Common files",,.              

[sourceDisksFiles]

alarm.wav         = 1

error.wav     = 1

message.wav          = 1

reminder.wav   = 1

ringtone.wav   = 1

startup.wav   = 1

[DefaultInstall]

CopyFiles   = CopyToOfficeSoundsDir

AddReg = RegSettings.All  

[DestinationDirs]

CopyToOfficeSoundsDir = 0,%Storage%OfficeSounds

[CopyToOfficeSoundsDir]

"alarm.wav",alarm.wav

"error.wav",error.wav

"message.wav",message.wav

"reminder.wav",reminder.wav

"ringtone.wav",ringtone.wav

"startup.wav",startup.wav

[RegSettings.All]  

HKCU,ControlPanelSounds,SystemStart,0x00000000,Storage CardOfficeSoundsstartup.wav

HKCU,ControlPanelSounds,Ringtone0,0x00000000,Storage CardOfficeSoundsringtone.wav

HKCU,ControlPanelSounds,E-mail,0x00000000,Storage CardOfficeSoundsmessage.wav

HKCU,ControlPanelSounds,SMS,0x00000000,Storage CardOfficeSoundsmessage.wav

HKCU,ControlPanelSounds,VoiceMail,0x00000000,Storage CardOfficeSoundsmessage.wav

HKCU,ControlPanelSounds,SystemQuestion,0x00000000,Storage CardOfficeSoundserror.wav

HKCU,ControlPanelSounds,SystemHand,0x00000000,Storage CardOfficeSoundserror.wav

HKCU,ControlPanelSounds,SystemExclamation,0x00000000,Storage CardOfficeSoundserror.wav

HKCU,ControlPanelSounds,SystemAsterisk,0x00000000,Storage CardOfficeSoundserror.wav

HKCU,ControlPanelSounds,SystemDefault,0x00000000,Storage CardOfficeSoundserror.wav

HKCU,ControlPanelSounds,Warning,0x00000000,Storage CardOfficeSoundserror.wav

HKCU,ControlPanelSounds,Reminder,0x00000000,Storage CardOfficeSoundsreminder.wav

HKCU,ControlPanelSounds,Clock,0x00000000,Storage CardOfficeSoundsalarm.wav

Guest Richie M
Posted

[DestinationDirs] 


CopyToOfficeSoundsDir = 0,%Storage%OfficeSounds

is not a valid destination Brody :)

Posted

Why not? I've created folders in this way in the past, just never on the storage card... I assume that the %Storage% is correct so where's the error?

Guest Richie M
Posted

because %storage% is not a valid CE string AFAIK

(but if you find otherwise let me know :))

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.