Cita Iniciado por alucardx9 Ver mensaje
Pongo literalmenre lo que puso el autor Ironmaster para los 30 segundos .
Creo que si se entiende.

;You can make notification type yourself: 00 - off, 01 - on
157f0d8: FF 01 ;Cammera button if you write 00 cam button willn't blink
157f0d9: FF 01 ;Vibra etc.
157f0dA: FF 01 ;Melody etc.
157f0dB: FF 0B ;Type of melody (0B - charger connected)

157f0d4: FFFFFFFF 10270000 ;Time between notifications

10270000 = 0x00002710 = 10000
to set 30 sec you need to convert 30000 in hex
30000 = 0x00007530
and now rotate bytes
30750000
and you can set any time you want
Ese parche para que es? Lo siento. No entendi