PDA

View Full Version : [script] no_sim.nrx



kraze1984
13-08-2004, 02:15 PM
Hi!

As you can guess from the name, its a port of spaceimpact33's no_sim.gsc to NokiX. It allows you to access to main menu, when it is usually inaccessible, i.e. when no simcard is inserted, when there is a pin request, while making a call. It uses 5E0 ID which u'll have to add to your file with shortcuts. More (or equal :) ) info is accessible when you press the 'i' button.

grrreetz

mestrini
13-08-2004, 06:01 PM
What to say... GOOD JOB m8 :D

mestrini
18-08-2004, 03:25 AM
If you don't mind i added some lines so that the script searches for the write_main_menu.nrx and doesn't allow to patch if it is found before this one ;)

exit 1 rules :lol:

kraze1984
18-08-2004, 05:09 PM
If you don't mind i added some lines so that the script searches for the write_main_menu.nrx and doesn't allow to patch if it is found before this one ;)

exit 1 rules :lol:

Thanks! There are also some priority commands in NokiX, you can indicate what script should be used the last.

I made some checks and saw, that no matter when was no_sim applied, before or after write_main_menu, if you press * and 3 (my shortcut) in situations when main menu is accessible normally (i.e. in main screen), it shows the original, not patched menu. mystery...

mestrini
21-09-2004, 03:08 AM
Hi,

managed to convert NokDoc's SimError_Bypass.gsc script ( http://nokiafree.org/forums/t62913/h/s.html ) to nrx format :)

I decided to change the script's name but the references are still there (just click the 'i' button ;) )

Tested on 3310 and 3410 but it's supposed to work with all (except 6210 and 7110 because of encrypted firmware :mad: )

hellhound
22-09-2004, 06:12 PM
can someone make a script to bypass the PIN code?

hellhound
22-09-2004, 10:05 PM
i found a bug in your script "Direct_NO-SIM" for 3410. the script works but after i shut off the phone and turn it on again my call list(dialed,missed,received callS) resets

mestrini
23-09-2004, 12:57 AM
true, confirmed :o

but i don't know why it happens nor can do anything about it

all i did is convert nokdoc's script. he's the one that studied the functions ;)

NokDoc
23-09-2004, 04:32 PM
Hiho,

I might already have an idea why.

I will try make a new patch this weekend.

One which will not simply assume (it's a 6) but only react at the 3 places where the sim error messages will appear normally.

That way it will also be more secure to use the file with valid sims inserted too.

NokDoc

mestrini
23-09-2004, 04:45 PM
looking forward to it ;)

NokDoc
24-09-2004, 05:36 PM
Mr. Mestrini,

Don't make me guilty alone, U're in this too now. :)

[PATCH]
Description = SIM-Card Error Messages Bypass
Creator = NokDoc & Mestrini - NokiaFree.Org

================ Regular dct3:
8210-531:
0AD115: 0A : 1B
0AD11B: 07 : 16
0AD128: 46 : 49
0AD129: C0 : A3
0AD12A: 46 : E0
0AD12B: C0 : 11

5110-524:
05EBE3: 0A : 1B
05EBE9: 07 : 16
05EBF6: 46 : 49
05EBF7: C0 : B5
05EBF8: 46 : E0
05EBF9: C0 : 11

3210-600:
07C6C3: 0A : 1B
07C6C9: 07 : 16
07C6D6: 46 : 49
07C6D7: C0 : B5
07C6D8: 46 : E0
07C6D9: C0 : 11

3310-633:
09F13B: 0A : 1B
09F141: 07 : 16
09F14E: 46 : 49
09F14F: C0 : B6
09F150: 46 : E0
09F151: C0 : 11

5510-353:
0D7A09: 0A : 1B
0D7A0F: 07 : 16
0D7A1C: 46 : 49
0D7A1D: C0 : B4
0D7A1E: 46 : E0
0D7A1F: C0 : 11

3390-201:
09093D: 0A : 1B
090943: 07 : 16
090950: 46 : 49
090951: C0 : B4
090952: 46 : E0
090953: C0 : 11

NSM1-523:
08BC1D: 0A : 1B
08BC23: 07 : 16
08BC30: 46 : 49
08BC31: C0 : A3
08BC32: 46 : E0
08BC33: C0 : 11

================ 2100/3410 types:
2100-564:
0B3F2B: 08 : 19
0B3F31: 05 : 14
0B3F3A: 46 : 49
0B3F3B: C0 : 9E
0B3F3C: 46 : E0
0B3F3D: C0 : 11

3410-530:
0FEB03: 08 : 19
0FEB09: 05 : 14
0FEB12: 46 : 49
0FEB13: C0 : 9E
0FEB14: 46 : E0
0FEB15: C0 : 11

Good luck, and thanks alot. ;)

NokDoc

hellhound
25-09-2004, 12:05 AM
NokDoc,
Your patch for 3410 doesn’t work. i turned on my phone and it said “sim not valid”. I did a “sp lock reset” but still doesn’t work. and there might be the posibility that i didn't apply the patch corect.here is what i did. i went to 0FEB03 and replaced 19 with 8 etc. what i did was wrong?

mestrini
25-09-2004, 03:38 AM
it's done!! :D

it's late (very late) and wife called more than once but managed to make the new direct_NO-SIM script :lol:

This one alters more bytes than previous but all according to NokDoc's guidance (thanks)

tested successfully with 3310 and 3410 but should work with more (at least the locations we're found but have neither time nor the phones to test)
now the call register remains intact :)


enjoy 8)

hellhound
25-09-2004, 02:36 PM
i have use your script(Direct_NO-SIM_v2.nrx for 3410) but after i turn off my phone the call list still resets

mestrini
25-09-2004, 03:20 PM
I don't experience same errors as you :???:

please be more clear about how it happens. Do you remove SIM card or simply reboot phone?

NokDoc
25-09-2004, 04:12 PM
Mr. Hellhound,

I know U are serious.

But I should say, so what...

U must think for Urself why U want to use this patch.

I myself have 4 Nokias and just 1 valid sim.

I not mind that without a sim inserted some functions not work correct.

Mr. Mestrini,

Thanks alot, great job. ;)

I'm quite a zero in NokiX or g3n0lite language.

NokDoc

mestrini
25-09-2004, 04:41 PM
thanks m8

it's a cool thing to be developing instead of just downloading and applying :D

i think that hellhound wants to use the phone as a regular GSM device but at the same time have all the extras this forum (and others) can provide. Still, we're reversing and not programming for selling purposes and things might not be 100%.

cheers

hellhound
25-09-2004, 07:42 PM
SORRY GUYS. I just want to have a cool personalized phone cause i can't afford a dct4. i understand that what you do is very hard, so once again SORRY

NokDoc
25-09-2004, 10:17 PM
Mr. Hellhound,

Sorry, this was not to hurt U personally.

We all want a cool phone in some way here.

But there is a difference between reversers patches, and cosmetic ones like eg the 7bars.

When U want to use this in a phone with a valid sim, I better advice U not to use it.

But then there is also no need to use it. ;)

Unless U're reverser like Mr. Mestrini and still try anything, just to analyse...

NokDoc

hellhound
26-09-2004, 06:19 PM
Mr Mestrini, your script works perfect. I don’t know what happened the first time.Keep on the good work. cheers

mestrini
26-09-2004, 07:11 PM
Mr Mestrini, your script works perfect. I don’t know what happened the first time.Keep on the good work. cheers


Great to hear that :-D

maybe u patched the old script by mistake before :-P

cheers

kraze1984
30-09-2004, 10:57 AM
Tested on 3310 and 3410 but it's supposed to work with all (except 6210 and 7110 because of encrypted firmware :mad: )

Not encrypted but compressed. Al in his PPMMaker managed to decompress it.

mestrini
30-09-2004, 11:42 AM
Not encrypted but compressed. Al in his PPMMaker managed to decompress it.

Thanks to some guy he mentions that shared with him the algo.

Thanx goes to: ...
fxpal1 - for 62x0 & 7110 TEXT subchunks decompression algo;

What i can't understand is why the algo isn't shared with the high rank reversers like geggo, krisah, kontakt, etc so that tools like genolite and other PPM tweakers could work with those two phones as well :???:

That would really the final leap in DCT3 tweak :-D

mestrini
30-09-2004, 05:40 PM
Thanks to some guy he mentions that shared with him the algo.


What i can't understand is why the algo isn't shared with the high rank reversers like geggo, krisah, kontakt, etc so that tools like genolite and other PPM tweakers could work with those two phones as well :???:

That would really the final leap in DCT3 tweak :-D

oops :o

guess i should have found this thread before posting that :lol:

http://nokiafree.org/forums/t16196/h/s.html

kraze1984
06-10-2004, 07:14 PM
oops :o

guess i should have found this thread before posting that :lol:

http://nokiafree.org/forums/t16196/h/s.html

Yup! Maybe l8r someone (you :) maybe) could implement the compression algo in other nokia phones ( after a while we will miss free space :) )

grreetz

p.s. charging all the latest patches to give'em a try....

mestrini
06-10-2004, 08:23 PM
I guess we should stick to pushing ppm to the end of the file to get free space because it would be really hard to make scripts that would have to work with compressed flashes :-P

kraze1984
07-10-2004, 06:12 PM
I guess we should stick to pushing ppm to the end of the file to get free space because it would be really hard to make scripts that would have to work with compressed flashes :-P

But we already have MADos in the PPM, don't we? Maybe exporting MADos apps to NokiX (with that thing on yak's site) will make the things better, but that would kill MADos project definitely, as the java unlock apps made MADos less popular.
[OFFTOPIC]
Btw, i tried to insert one dct2 unlocker in C in MADos but there was a problem with dividing on 3 that i didn't solve as GCC compiles only division by 2\4\8... etc.