lobomarino, 1000 gracias!
Problema resuelto. Sigo sin tener sonidos para los SMS entrantes, pero por lo menos me aparecen las notificaciones en el menu de "sonidos y notificaciones" y puedo cambiarlos.
A ver si investigo algo más. ¿Alguien tiene una solución definitiva para este problema?
He encontrado esto en MS (
http://social.msdn.microsoft.com/For...4-c4832802b63f ):
PocketPC users can customize notifications through the Settings.
Start / Settings / Sounds & Notifications (Personal Tab) / Notifications Tab
The settings are stored in the registry, where it is possible to customize further. This
article on MSDN (see Remarks section) describes briefly how to do it.
Each notification has a key in the registry. They are located under HKCU\ControlPanel\Notifications. The name of the key is a unique class identifier, such as:
{53DB6D44-7E4A-43eb-B411-67C51CC3B8C9}
It has five values. All of them optional.
(Default) contains the name of the notification, as it appears in the Settings screen. If the name is an empty string, the notification does not appear in the Settings, therefore can not be customized by the user.
Wave contains the name of the file to play, with or without path and extension.
Duration of LED light flashing, in minutes. 0 means no limit.
Options is a bitmask that determines which alerts are on. See below.
AvailableOptions is a bitmask that determines which alerts can be modified by the user. See below. Alerts
Play sound (0x1)
Vibrate (0x2)
Flash LED (0x4)
Display message on screen (0x8)
Repeat sound (0x10). Not applicable to AvailableOptions.
(0x40000000) allows the user to change repetition. Not applicable to AvailableOptions.
Lo que no sé es donde hay que poner *que* alarma o notificación es. Me temo que pueda ser el nombre, y si es así, hay un problema con las traducciones que puede ser la causa del lío... (o no, visto que parece que el problema de los SMS sin sonido existe también con las versiones inglesas).
No sé. Sigo investigando.
¡Gracias por el rescate!
Yayya!