PDA

View Full Version : [SCRIPT] sec_code_2_default.nrx



mestrini
20-01-2005, 02:13 AM
this script comes in a sequence of the other two released a while back that allowed to reset the counter of wrong tries and to have unilimited tries.

from the title you can imagine what it does ;) . that's right, it allows to reset the security code to the default value (12345) and at the same time reset the wrong tries counter.

any doubts just read the script's info

enjoy 8-)

edit: new version fixed by YAK uploaded

ninjana
20-01-2005, 02:27 AM
hey..
with that thing-.. it will be possible to find an big list of box serials;)

newknaber
08-09-2005, 05:07 AM
when i use this script, everytime i open my cel (3310) it always run on startup, can u fix this bug? thnx and more power!!!

mestrini
09-09-2005, 06:08 AM
when i use this script, everytime i open my cel (3310) it always run on startup, can u fix this bug? thnx and more power!!!


The bug was created by nokix snapshots after 15.06.2005 so YAK fixed it to work ok again. :razz:

fixed version uploaded in first post :-D

yak
09-09-2005, 10:29 AM
Some techinical info about this bug:

Fact 1. The 5E0 function created by this script wasn't checking for the message it was executed with assuming it will only be called when choosed from menu.
Fact 2. In snapshot 15.06 a support for message 5E2 was added. This message is sent to all 5E0 functions on phone's startup (so they can initialize themselves). This feature was always present but did not work for 5E0 functions added by NokiX.

Result:
When the 5E0 function was executed at startup with msg 5E2, it "thought" that it was selected from menu.

Solution:
Always check the message in your 5E0 functions. If you want to do something when called from menu only, do it only when you receive message 5DC.

newknaber
14-09-2005, 05:41 AM
tnx! and more power!

newknaber
16-09-2005, 07:51 AM
sad to say gentlemen the fixed script has the same result like the old one... more power guys

joci2000
16-09-2005, 12:18 PM
sad to say gentlemen the fixed script has the same result like the old one... more power guys


Well you can try with this:

go into the add_5e0_id.rx

find this lines:
code=x2c(46c046c046c0)
setdata handle_5e2+12 "code"
setbl handle_5e2+8 hook_handle_5e2

they are at 262nd line.

simply remove it or use a /* */ to work this script.

like this
/*code=x2c(46c046c046c0)
setdata handle_5e2+12 "code"
setbl handle_5e2+8 hook_handle_5e2*/

bye

newknaber
17-09-2005, 04:54 AM
ok il try it tnx...