GSM Shop GSM Shop
GSM-Forum  

Welcome to the GSM-Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features.
Only registered members may post questions, contact other members or search our database of over 8 million posts.

Registration is fast, simple and absolutely free so please - Click to REGISTER!

If you have any problems with the registration process or your account login, please contact contact us .

Go Back   GSM-Forum > GSM & CDMA Phones / Tablets Software & Hardware Area > Nokia > Nokia Legacy Phones ( DCT-1 ,2 ,3 ,L )


Nokia Legacy Phones ( DCT-1 ,2 ,3 ,L ) Nokia Legacy Models Like 1011, 1610, 211x, 2x20, 6050, 3110, 8110, NKxxx , 2100, 3210, 3310, 3330, 3410, 5110, 5210, 5510, 6110, 6150, 6210, 6250, 7110, 8210, 8250, 8850 also 9110 & 9210

Reply
 
LinkBack Thread Tools Display Modes
Old 07-01-2001, 23:17   #1 (permalink)
Insane Poster
 
Join Date: Jan 2000
Posts: 74
Member: 869
Status: Offline
Thanks Meter: 0
Thumbs up Solution for blocked sec. code on 6210 - read this


Problem with blocked security code (5x wrong code entered) on 6210
can't be solved like on 3310 (reset with Nokia Tool 034 or waiting
about 20 minuts with phone powered on and then enter code).

Solution is using Nokia Tool V1.2 by Viper but in this case you must
read and after write all flash (4MB). This is too slow and you can
have problems with writing big flash files. Dejan flasher frequently
have interrupt if write big files. In this case you must split big
flash file with Windows Commander on several smallest files.

---------------------------------------------------------------------
Fast solution is:

1. Read flash from 5D0000 to 5E0000 (64KB)
2. Open file in hex editor and look on:
0242D - if F4 - leave, if A4 - change to F4
02434 - must be 06 - change to 00
02439 - must be 06 - change to 00

After writing file you can enter code. Correct code you can reading
with Logomanager or Nokia Tool V3.12 by Koci.

Solution is tested on 6210 V3.01. Send results with other soft. variant
-----------------------------------------------------------------------

Regards,
Lord
  Reply With Quote
Old 07-02-2001, 17:37   #2 (permalink)
No Life Poster
 
Brobble's Avatar
 
Join Date: Oct 2000
Posts: 547
Member: 2274
Status: Offline
Thanks Meter: 0
Post

That´s not good solution, because, the Security Code Counter is´nt ever on same adress!!! But you are clever! You compared both flashfiles (before and after using NFree)! But the true routine is another one! :-)

Have fun!

Greetings MR...
  Reply With Quote
Old 07-02-2001, 18:23   #3 (permalink)
Freak Poster
 
rothmanns's Avatar
 
Join Date: Jun 2000
Location: laguna,philippines
Age: 48
Posts: 360
Member: 1544
Status: Offline
Thanks Meter: 1
Post

agree with brobble...he gave us the solution before nfree1.2..... and it still works for me.... thanks brobble!!!
  Reply With Quote
Old 07-02-2001, 19:41   #4 (permalink)
Freak Poster
 
Join Date: Apr 2001
Location: Belgium
Posts: 216
Member: 4378
Status: Offline
Thanks Meter: 0
hi brobble
from me also thaaaaaaaaaaaannnnnnnnks
a Lot
  Reply With Quote
Old 07-03-2001, 01:48   #5 (permalink)
No Life Poster
 
X-Shadow's Avatar
 
Join Date: Jan 2000
Location: GSM Forum
Posts: 1,108
Member: 871
Status: Offline
Thanks Meter: 602
Post

What solution was that brobble ?
  Reply With Quote
Old 07-03-2001, 04:37   #6 (permalink)
No Life Poster
 
Join Date: Mar 2001
Location: ..still in idle mode...
Posts: 989
Member: 3900
Status: Offline
Thanks Meter: 31
Some counter that returns "nl" or undefined value can't be fixed by Nkfree but brute force solution by Brooble is still effective.

I wonder what that new solution is? Can you share it with us Brobble?
  Reply With Quote
Old 07-03-2001, 17:52   #7 (permalink)
No Life Poster
 
Brobble's Avatar
 
Join Date: Oct 2000
Posts: 547
Member: 2274
Status: Offline
Thanks Meter: 0
Post

Lord means the right solution, but his way is wrong, because the counter is not ever on same adress!
The phone uses "Searchindexes", so we tell them, to read or save datas into PMM! For example you are looking for Snake-Highscore on 6210, the phone search in PMM for F4770000 and will find it! After that come 55FF (always the same), than comes checksum, lenght, adress and then the snake-highscore! It´s cool for editing this highscor! That is the solution for the whole PPM.

If you start the phone, then it check: May I accept the right Security-Code or not? For that, it looks for the counter (It isnt a counter, but we told it so, because first we believed, it´s a counter!) It´s a status byte! "Searchindex" is F4480000!!! After that 55FF, Checksum, length, adress, and the byte self! If this byte is 06(hex), than the phone wont accept any Security Code! So change it to 00, dont forget the checksum of this byte, of course 00, too! An example:

F4 480000 55FF 0006 0001 7C05 06

So it looks, when it wont accept!

Change it to:

F4 480000 55FF 0000 0001 7C05 00

Now the counter is Zero! So it will accept 12345 or the saved Code under Serchindex F44A0000!

You must read out phone from 005A-0060 for 6210 and from 0059-0060 for 7110! Than just search or "F4480000" and you will find the counter.

Here are listed our found PMM-Indexes:

770000 Snake2-Highscore
770001 Pairs2-Highscore (Time)
770003 Pairs2-Highscore (Tries)
4A0000 Security Code
480000 Security Code counter

BTW: The highscores are not saved decimal, they are saved hexadecimal! Here the windows calculator is very helpfull! :-)

Have fun!

Greetings MR...

<FONT COLOR="#ffff00" SIZE="1">[ 03 July 2001 19:13: Message edited 1 time, lastly by Brobble ]</font>
  Reply With Quote
Old 07-03-2001, 17:55   #8 (permalink)
No Life Poster
 
Brobble's Avatar
 
Join Date: Oct 2000
Posts: 547
Member: 2274
Status: Offline
Thanks Meter: 0
Post

I forgot: My solution (the first one :-)) was deleting all of PMM with FFFFFF, only not the block headers! You should not do that! Viper and I found this better (best) solution!

Greetings to him and all other, who are finding secrets and release them for free! :-)

MR...

<FONT COLOR="#ffff00" SIZE="1">[ 03 July 2001 19:10: Message edited 1 time, lastly by Brobble ]</font>
  Reply With Quote
Old 07-04-2001, 06:43   #9 (permalink)
No Life Poster
 
X-Shadow's Avatar
 
Join Date: Jan 2000
Location: GSM Forum
Posts: 1,108
Member: 871
Status: Offline
Thanks Meter: 602
Post

Nice work,
I could not have done better myself.
B.R. Linus
  Reply With Quote
Old 07-04-2001, 12:16   #10 (permalink)
Junior Member
 
Join Date: Jul 2001
Location: Italy
Age: 60
Posts: 37
Member: 5105
Status: Offline
Thanks Meter: 0
Post

Hi, i have destroy my 6210 first i read securuty code by logomanager and not function, after i have use dejian and off!!
Help super help.
Exuse for my english...tanks to you.
  Reply With Quote
Old 07-04-2001, 17:00   #11 (permalink)
No Life Poster
 
Brobble's Avatar
 
Join Date: Oct 2000
Posts: 547
Member: 2274
Status: Offline
Thanks Meter: 0
Post

@Seb:

Mail me and I will try to solve your Problem!

Greetings MR...

<FONT COLOR="#ffff00" SIZE="1">[ 04 July 2001 18:01: Message edited 1 time, lastly by Brobble ]</font>
  Reply With Quote
Old 07-04-2001, 17:40   #12 (permalink)
Crazy Poster
 
Join Date: Dec 2000
Location: Sweden
Posts: 53
Member: 2806
Status: Offline
Thanks Meter: 0
I just want to give a shout out to you Brobble, and of course Viper to.
You Have given so much to us that are into gsm tweaking.
Hope to be able to give something back in the future.
Keep it up Everyone!!!!!!!!!
Regards Leeloo
  Reply With Quote
Old 07-04-2001, 18:30   #13 (permalink)
VIP-Member
 
Join Date: Jun 1999
Location: Athens, Greece
Posts: 214
Member: 254
Status: Offline
Thanks Meter: 7
I miss the old times with BrobbleNKfree software and 3 pages replyies.
Where are these good days ??;-)

Robby the Greek
  Reply With Quote
Old 07-04-2001, 18:57   #14 (permalink)
No Life Poster
 
Brobble's Avatar
 
Join Date: Oct 2000
Posts: 547
Member: 2274
Status: Offline
Thanks Meter: 0
Post

Really cool! I did´nt know, that I´m so popular! :-) Thanks! Perhaps next time I will have more time for gsm stuff! I hope so! :-)

Greetings from germany!

MR...
  Reply With Quote
Old 07-04-2001, 19:57   #15 (permalink)
Insane Poster
 
Join Date: Jun 2001
Posts: 78
Member: 4956
Status: Offline
Thanks Meter: 0
Wink

Hi Brobble!

Do you know the address to the snake highscore for the other Nokia phones, like 3210, 3310, 3330, 5110, 6110, 6150, 7110, 8210?
Thanks in advance.
Best regards.
Jaca
  Reply With Quote
Reply

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problems reading/resetting user code on 6210 James_S Twisterflasher 14 05-18-2006 08:22
••• PBB with FREE solution for blocked Nec3G on GSM-BOX.net !!! ••• dani146 Main Sales Section 0 01-19-2005 11:29
i have the solution for 8310 sec code for FREE 100% pipasbe Nokia Digital Core Technology 4 ( DCT-4 ) 47 05-30-2002 09:01
If you have any problems to unlock your user code on X35 ---> Read this ! cyber6 x1x to x45/x50 6 09-02-2001 23:53
6210 blocked sec. code - fast solution Lord Nokia Legacy Phones ( DCT-1 ,2 ,3 ,L ) 0 06-29-2001 03:27

 



All times are GMT +1. The time now is 03:38.



Powered by Searchlight © 2024 Axivo Inc.
vBulletin Optimisation provided by vB Optimise (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
- GSM Hosting Ltd. - 1999-2023 -
Page generated in 0.27834 seconds with 9 queries

SEO by vBSEO