Debido al aburrimiento del dia, he echo el cambio de today de Sense al de Spb y a la inversa con el mortscript
Se que muy currao no estan los scripts, pero hacen su tarea xD!
Si alguien sabe como hacerlos mejor que los modifique pero que lo diga!!!
Adjunto los archivos para los vagos como yo!
Enlace al post del mortscript >>
aqui<<
Enlace al post del SpbMobile >>
aqui<<
PD: Para que funcione con el Spb teneis que hacer un acceso directo en el menu inicio.
Cambio de Sense a Spb:
-------------------------------------------------------------
bool = ProcExists("Manila.exe")
If (bool)
RegWriteDword ("HKLM","Software\Microsoft\Today\Items\HTC Sense","Enabled",0)
RedrawToday
Run("Storage Card\Archivos de programa\Spb Mobile Shell\MobileShell.exe")
else
RedrawToday
Run("Storage Card\Archivos de programa\Spb Mobile Shell\MobileShell.exe")
Endif
-------------------------------------------------------------
Cambio de Spb a Sense
-------------------------------------------------------------
bool = ProcExists("Manila.exe")
If (bool)
RegWriteDword ("HKLM","Software\Microsoft\Today\Items\HTC Sense","Enabled",1)
RedrawToday
else
RedrawToday
Run("Windows\manila.exe")
# kill SPB
if (ProcExists("MobileShell.exe"))
Endif
-------------------------------------------------------------