PDA

View Full Version : BB5 Unlocking



Cosmictej
24-01-2006, 01:56 PM
These phones cannot be unlocked by any hardware on software available on the market. No codes generated by any free calc can unlock these either, the ONLY way to unlock these phones is through your network provider, please ring them and ask them. There are to be no more posts asking about getting your phone unlocked, as I feel this has been explained many times.

wbr
Cosmictej

mestrini
24-01-2006, 06:40 PM
BB5 models list:

-> 3250
-> 6270
-> 6280
-> 6630
-> 6680
-> 6681
-> 6682
-> 7370
-> E60
-> E61
-> E70
-> N70
-> N80
-> N90
-> N91
-> N92


Please note that this isn't a 100% guaranteed information so it's not unreasonable to search for it elsewhere

Andyrobo
27-05-2006, 09:59 PM
Bit confused here all codes listed begin with 35761 or 2
I have a 6280 and the code begins with 35760

cjard
01-06-2006, 11:32 AM
Bit confused here all codes listed begin with 35761 or 2
I have a 6280 and the code begins with 35760

Is your phone a 6680 AND is it locked to Vodafone Portugal AND is your phone's IMEI in that list?
No? Well dont use any of the codes then...

electrophoretic
01-06-2006, 12:19 PM
actually the IMEIs listed are all 6630 IMEIs... i didnt find a single 6680 IMEI...

they are all from Portugal right enough but they are 6630 IMEIs not 6680 IMEIs as stated above... not sure if this helps though!!

G

93tid
08-06-2006, 12:13 PM
Are these new models BB5 or DCT 4 ? How can tell from the info which comes up on the screen after I input *#0000# ?

cjard
08-06-2006, 01:43 PM
you cant tell from #0000#, you need to look it up.. google for NOKIA BB5 6233 gave me this:

http://forums.mobileburn.com/showthread.php?t=15934

rocketscience ;)

93tid
08-06-2006, 05:21 PM
Thanks cjard, I'd better get a SIM-free one then and not try to be clever.

shdwsclan
11-06-2006, 11:51 PM
Sadly, i have the technical know-how to do it.
All i need is a few bios images to dump and sift through assembly....

hikingking
06-08-2006, 03:24 AM
n93 releases,
is it one of bb5?

amolik
10-08-2006, 08:43 AM
Hi!!!
I try to SP unlock Nokia6680 by SFR France.
I have ordered master code for this phone
by IMEI: 355 661 004 933 214, and received:

#pw+3910078464+1#

It is garanteed that it is 100% true code, but

there are 11 digit..and I have info ,that the numbers must be 16 digit.
I entered this master code and phone displays message :``code error``
On this phone 3 times already code entered.
What is the way for reset counter with JAF or any other?
Where are the addresses with lock data on memory?

fatreg
11-08-2006, 02:58 PM
n93 releases,
is it one of bb5?

all N series phones are BB5..

fatreg

buitresat
18-08-2006, 01:11 PM
Hi all people !
My nokia 6680 movistar, from spain, can be it unlocker ¿?

thickycat
19-08-2006, 12:41 PM
No.

And just to clarify that: No. Non. Nein. Niet. Não.

If you look very closely at the first post in this series there is a barely visible bit of text, which I will reproduce here:

"These phones cannot be unlocked by any hardware or software available on the market"

Your 6680 cannot be unlocked except by your network provider.

Only your network provider can unlock your 6680.

Unlocking of your 6680 can only be done by your network provider.

You network provider will (if they choose and if you pay them some money) unlock your 6680.

Nokia also could, of course, as they provide the facility to your network provider.

This is, I admit, unfortunate but it's a fact.

Why? [someone correct me if I'm wrong here] Because Nokia provide the facility to lock the phones for a reason and that is that the networks like to have phones locked to them to stop their users straying. Since they have (in their opinion) good reason and sites like this one provide means to unlock phones, Nokia have made it more difficult. They have a program that is used to encrypt/decrypt the lock codes and a 'key', both of which are held within a smart card. Unless you have both the algorithm (this is the easy bit) and the key then the system is safe.

Can someone create some downloadable software to unlock the phones if they have one of the cards? Doubt it, unless they can reverse engineer the card to get the key. This is going to be 'tricky' and probably involve electron microscopes and other things you don't find on the average workbench.

I'd love to see someone succeed in doing this, I really would. However, I don't think it'll happen very quickly.

To clarify the existing procedure in a nutshell:

Take phone IMEI, current provider id etc.
Send these into the special Nokia smartcard (probably along with a PIN)
The smart card gives back the unlock code

Unless the smart card is going to be reverse engineered and emulated, we're stuck.

Oh, and in answer to your original question, "No."

thickycat
19-08-2006, 12:50 PM
In case anyone was wondering.

Finding the technique for creating an unlock code program really comes in two flavours:

Find the algorithm that is used by the manufacurer by either peeking inside the software in the phone to see how it decides based what you enter. Figure out how to create the 'right' input to this and code it in your software. There are several problems with doing this.

Take a whole load of known working IMEI numbers and unlock codes and try to figure out just how you get from one to the other. Once you've figured this out, code it in your software.

The huge list of IMEI/unlock codes is there to provide data for those people trying the second method. It's not there for you to try to match your IMEI and get the corresponding unlock code - I suspect you won't find it.

thickycat
19-08-2006, 01:11 PM
A bit of crypto theory:

There is a cryptographic technique called public/private key encryption. It works like this:

The 'password' to work the encryption is split into two parts called the 'public key' and the 'private key'. They work as a pair along with the crypto algorithm like this:

Take your original data (or text) and encrypt it with the public key.
This produced the encrypted version.

The clever bit is that to decrypt it, you take your encrypted data and encrypt that with the private key.
Out pops your original.

The point to note is that the public key only used to ENcrypt and is no use whatsoever in DEcrypting - you need the private key for that.

Now, the important bit of extra information in this case is that you use the public and private keys the other way around (actually you could just call private public and public private) and encrypt with the PRIVATE key, which can only be decrypted with the public key.

So what Nokia do is this:

Your original plain text is your IMEI code. Nokia take their smart card (see my other post above), which contains their PRIVATE key and encrypts it. The result is what they call the unlock code.

You take this unlock code and enter it into your phone. Your phone contains the public key and it uses this to decrypt the unlock code back into the IMEI. If it matches the IMEI of the phone then it's unlocked. Yay.

The problem, you see, is that you need the PRIVATE key to create the unlock code and the phone only contains the public key. The problem with the private key is that it is just that, PRIVATE. It's held in the smart cards. Even if you have the smart card, it won't tell you the key even if you have the PIN. (This is like credit cards.) You enter the information into the card and it decodes it using the key and gives the result back. It WON'T give you the key on its own.

Am I sounding pessimistic about anyone solving this one? Obviously, and that's because I know about these sorts of things professionally. Misery guts, huh?

On the other hand, keep trying everyone - someone might prove me wrong.

I hope so.

electrophoretic
20-08-2006, 10:02 AM
research a man called "Dejan"... he lives on GSMForum... he is releasing an unlocking box in coming months... his words not mine...

G

vladakg
06-10-2006, 08:46 PM
Hi guys, you not informed.Dejan is a Master and he is a live people, not live in forum.He is a create the box who can unlock BB5 phones.Sory but is a true.

mohammed qahtan
14-02-2007, 01:51 PM
mestercode nokia6680\imed\<removed>\code\0521643

NokDoc
14-02-2007, 04:42 PM
mestercode nokia6680\imed\<removed>\code\0521643

Hi Mr. Mohammed,

The answer U are looking for is already in the 1st post of this thread.

NokDoc

campanelletto1
25-02-2007, 12:10 PM
what is the number for unlock for my nokia 6680?
it's lock for h3g italy
my number imei is <removed>

jimmy060
12-03-2007, 08:15 PM
Hi guys, you not informed.Dejan is a Master and he is a live people, not live in forum.He is a create the box who can unlock BB5 phones.Sory but is a true.

i have read too about this and he 's right!!!:-D

tiris
03-04-2007, 03:53 AM
Hello,,,my english is very bad.
I have a 6131 (RM-115) in "personal" Argentina
how unlock these fone???
is a necesary unlock-box, or usb cable + sofware???
thanks...
tiris

blackwolf511
05-04-2007, 12:37 PM
hi i'm new in this site.i'd like to know if does anybody has a program to unlock my nokia 6680 which is locked on 3italy operator?thanxxx

hiba
05-04-2007, 09:05 PM
hi i'm new in this site.i'd like to know if does anybody has a program to unlock my nokia 6680 which is locked on 3italy operator?thanxxx

Still not made public, sure doesn't exist yet, the only option is to contact 3italy to give you the code to unlock it :)

hiba
15-05-2007, 06:21 PM
Still not made public, sure doesn't exist yet, the only option is to contact 3italy to give you the code to unlock it :)

be happy dijan did it for us and your phone is now can be unlocked:-)
I hope all the bb5 phones will follow, I tried with mine 6280 but with no luck
Any suggestions 8-)

http://img.photobucket.com/albums/v473/hiba/N6280.jpg

arekdd
28-08-2007, 05:09 PM
is shop in Ireland - Dublin which make it - is the Chinees
because I unlock my mobile 6280 nokia there - for 50 E

Hunar jamel
09-10-2007, 08:51 AM
Thank You Thank You

marty3
12-12-2007, 03:34 AM
dejans unlocker and jaf with fbus - unlock bb5 ;)

rnln
01-06-2009, 09:21 AM
ok, I have red through the whole thread and understand that a BB5 phone can not be unlocked by... such and such. But I want to know if a Nokia 6133 is a BB5 or not? Can it ne unlock by code?
Thanks.