PDA

View Full Version : minute_beep.nrx before 55 sec. function



ShadoW2004
29-10-2004, 04:37 PM
Hello All, somebody can add function: after 5 secs of call?

Tahnks for help...

mestrini
29-10-2004, 08:23 PM
Why don't you do it yourself?

find the own_minute_beep code line and change a byte at the end


code=x2c(B50F1C03...BD0F46C00000000000000000FF003732)
create "code"; own_minute_beep=rc

the hex values found at the end (red numbers)
00 -> 0 seconds after
37 -> 55 seconds after
32 -> 50 seconds after


all you have to do is change 00 for 05 and instead of beeping at 0 secs it beeps 5 sconds after call start or after each minute

also remember to change the ppm text strings

easy right? ;)

ShadoW2004
31-10-2004, 06:03 AM
Ok, this is not hard, but how to add "after 5 secs" without removeng other values?

danwood76
31-10-2004, 11:51 AM
Just try it
Mestrini has given you the infos you need

Play with it and see,
you never know you might learn something ;)

regards,
Danny

mestrini
31-10-2004, 01:22 PM
Ok, this is not hard, but how to add "after 5 secs" without removeng other values?


@Shadow2004

please recall that nokix is a free program and we're all free-time modders and developers. Your requests would be more reasonable if this was a paid program :razz: I know we all want a cool phone with the best specs but sometimes we must be happy with what we have.

I gave you an easy solution but for more it would require a lot of study and free time. Better ask YAK directly since he wrote the code from the start ;)

One more thing: I started in same level as you and since i couldn't ask people to give me all the answers i had to study others work and try with lots of errors wasted time...

cheers

ShadoW2004
01-11-2004, 04:51 AM
Ok, thanks for help

ShadoW2004
01-11-2004, 11:30 AM
Here is minute_beep.nrx with functions:

minute_beep/off - if you want to disable it
minute_beep/0s_before - if you want to hear the beep at full minute
minute_beep/5s_before - if you want to hear the beep 5s before full minute
minute_beep/5s_after - if you want to hear the beep 5s after start of every minute


Thanks to mestrini

ShadoW2004
11-11-2004, 07:02 PM
Anybody can say how to do minute_beep at ones ... not every minute before 10, 5

Sorry for bad english....