PDA

View Full Version : Fixing 5E0



dvirus666
30-11-2004, 01:26 PM
Does anyone know how to fix the 5e0 table to stop the menu items
added with nokix not to leave the menu to stand-by after selecting them.

I know the there is a gsc but this does not work anymore with nokix 5E0.

Anyone know a solution ?

D:V

danwood76
30-11-2004, 05:11 PM
It used to do this automatically I thought
I think the latest update has even more bugs than the last :o

I think it is something to do with the Arg that is created when 5E0s are made
The old GSC used to change these arguments to some other value

The arguments directly follow the function addresses int the 5E0 table
You may need to have a look at one of the other functions that you know exits back to the menu and change yours to suit

regards,
Danny

mestrini
30-11-2004, 05:56 PM
it's funny that this is happening with nokix because it was yak who made the script to fix genolite's 5E0 return bug :lol:

dvirus666
30-11-2004, 07:52 PM
it's funny that this is happening with nokix because it was yak who made the script to fix genolite's 5E0 return bug :lol:

I noticed the problem with Viruz script. Press "C" before you enter the mobile number and it goes back to stand-by.

I looked at Yak's script and noticed some changes. Just checking them now to see...

dvirus666
30-11-2004, 07:56 PM
It was the problem. So had to change...


call add_5e0_id own_send_hack_nokia,,0
idN=result

to


idN=add_5e0_id(own_send_hack_nokia)

Removed value 0 (from the flag, I Think)

It worked anyway's

:-o

mestrini
30-11-2004, 08:09 PM
so do u mean the problem was in viruz script and not add_5e0 by yak?

dvirus666
30-11-2004, 08:26 PM
Yes. in the Viruz script

mestrini
30-11-2004, 09:05 PM
Yes. in the Viruz script

i guess some apologies to yak are in order :o sorry m8

@dvirus666

you must be more clear about which scripts give errors not to mislead other users!

cheers

dvirus666
01-12-2004, 10:25 AM
Sorry. I did mention before about the Viruz script but forgot what was going on in the confusion, when I found my solution.


Sorry again.

yak
06-12-2004, 10:40 AM
every 5e0 function has "stay in menu" flag that is set by add_5e0_id.rx by default (so no need for some fix 5e0 script). here the flags was set to 0 (third parameter of add_5e0_id) so the "stay" flag was disabled. strange, why would the autor of viruz want to set flags to 0, hmmm...