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 > Other Gsm/Mobile Related Forums > GSM Programming & Reverse Engineering


GSM Programming & Reverse Engineering Here you can post all Kind of GSM Programming and Reverse Engineering tools and Secrets.

Reply
 
LinkBack Thread Tools Display Modes
Old 02-19-2012, 13:03   #1 (permalink)
Junior Member
 
Join Date: Feb 2012
Posts: 37
Member: 1723215
Status: Offline
Thanks Meter: 12
Algo for Megafon CP09


Hi!
I write code calculator. today made ​​several models of huawei, zte, alcatel, bb. I would like to add support for megafon cp09 (an analog of zte s320 but with a different algorithm). Does anyone know its algorithm? Upon completion, I'll post the source code of the program.
  Reply With Quote
Old 02-19-2012, 15:32   #2 (permalink)
No Life Poster
 
darmiles's Avatar
 
Join Date: Sep 2005
Location: Resign
Posts: 525
Member: 177036
Status: Offline
Thanks Meter: 934
Donate money to this user
new MEMBER but the question is look like old member in hosting.

why you hide your real username?
  Reply With Quote
Old 02-19-2012, 15:44   #3 (permalink)
jfl
No Life Poster
 
Join Date: May 2004
Location: Tours FRANCE
Posts: 4,529
Member: 64391
Status: Offline
Thanks Meter: 1,261
do you have SFR 131 (Huawei) algo ?
  Reply With Quote
Old 02-19-2012, 15:51   #4 (permalink)
Junior Member
 
Join Date: Feb 2012
Posts: 37
Member: 1723215
Status: Offline
Thanks Meter: 12
131 never seen before. Is this an analog of a megaphon? Then i try to look for it. Thanks
  Reply With Quote
Old 02-20-2012, 06:50   #5 (permalink)
Junior Member
 
Join Date: Feb 2012
Posts: 37
Member: 1723215
Status: Offline
Thanks Meter: 12
Another calculator.
All algorithms are found in this forum. In the source code is a reference to the relevant to topic. Unfortunately, the Megafon algorithm is not found. I would appreciate it if someone would help.

The program is written in Qt 4.7. If you know C++ it will be easy to understand.

If you do not have libraries of Qt, they can be downloaded here:
Wikisend: free file sharing service
Attached Images
File Type: jpg screenshot.jpg (18.6 KB, 272 views)
Attached Files
File Type: zip source.zip (122.3 KB, 346 views)
  Reply With Quote
The Following 3 Users Say Thank You to mix3584 For This Useful Post:
Show/Hide list of the thanked
Old 02-21-2012, 20:24   #6 (permalink)
Freak Poster
 
jlleigthon's Avatar
 
Join Date: Dec 2006
Location: Chile
Age: 45
Posts: 313
Member: 411406
Status: Offline
Sonork: 1606043
Thanks Meter: 77
Quote:
Originally Posted by mix3584 View Post
The program is written in Qt 4.7. If you know C++ it will be easy to understand.
Qt 4.7 is for Linux or not?
  Reply With Quote
Old 02-21-2012, 21:51   #7 (permalink)
Junior Member
 
Join Date: Feb 2012
Posts: 37
Member: 1723215
Status: Offline
Thanks Meter: 12
Qt for windows and linux. that's why I used it. in the source code binaries for the two systems
  Reply With Quote
Old 02-22-2012, 02:56   #8 (permalink)
Insane Poster
 
Join Date: Feb 2012
Posts: 70
Member: 1724595
Status: Offline
Sonork: PLZ
Thanks Meter: 0
why you hide your real username?
  Reply With Quote
Old 02-23-2012, 10:48   #9 (permalink)
Junior Member
 
Join Date: Feb 2012
Posts: 37
Member: 1723215
Status: Offline
Thanks Meter: 12
still looking for a megafon. Here's a screenshot of the one program


and http://forum.gsmhosting.com/vbb/f272...codes-1180949/

Any ideas?
  Reply With Quote
Old 06-10-2012, 10:55   #10 (permalink)
Junior Member
 
Join Date: Feb 2012
Posts: 37
Member: 1723215
Status: Offline
Thanks Meter: 12
Guys, I'm tired by what I can not find an algorithm Megafon i found multiple dependencies:
1. If the sum of all the imei's digits is even, then the NCK will also be even, and vice versa
Example:
35844 80 20545 82 7 sum of digits 65, nck # 75 77 13 37 #
35706 50 30520 81 3 sum of digits 48, nck # 08 08 46 46 #

2. Knowing the sum and the NCK, we can calculate the difference
Example:
3 5 5 1 1 0 0 3 0 3 2 1 0 7 7 sum 38, nck 08 64 00 86
the difference is 20862208 (formula (sum+diff)%10=nck)
3 5 5 1 1 0 0 3 0 3 2 1 6 9 7 sum 46, nck 80 46 86 24
diff=24802068

3. I assumed that the nck's computation starts from imei[6]. And we can see the difference, what need to add to the sum and imei's digit
Example:
___imei:3 5 5 1 1 0 0 3 0 3 2 1 0 7 7---->code 08 64 00 86, sum 38
_sum+n 1 3 3 9 9 8 8 1 8 1 0 9 8 5 5
________________+2+7-2+3 0+1 0+1
____________________+8
___imei:3 5 5 1 1 0 0 3 0 3 2 1 6 9 7---->code 80 46 86 24, sum 46
_sum+n 9 1 1 7 7 6 6 9 6 9 8 7 2 5 3
________________+2+1-2-3 0-1 0-1
____________________+8+7 +9 +9

An interesting relationship.

Can anyone help in the search algorithm?

Last edited by mix3584; 06-10-2012 at 11:04.
  Reply With Quote
The Following 3 Users Say Thank You to mix3584 For This Useful Post:
Show/Hide list of the thanked
Old 06-10-2012, 11:28   #11 (permalink)
No Life Poster
 
Join Date: Feb 2004
Location: Algeria
Posts: 2,305
Member: 56090
Status: Offline
Thanks Meter: 162
Quote:
Originally Posted by mix3584 View Post
Guys, I'm tired by what I can not find an algorithm Megafon i found multiple dependencies:
1. If the sum of all the imei's digits is even, then the NCK will also be even, and vice versa
Example:
35844 80 20545 82 7 sum of digits 65, nck # 75 77 13 37 #
35706 50 30520 81 3 sum of digits 48, nck # 08 08 46 46 #

2. Knowing the sum and the NCK, we can calculate the difference
Example:
3 5 5 1 1 0 0 3 0 3 2 1 0 7 7 sum 38, nck 08 64 00 86
the difference is 20862208 (formula (sum+diff)%10=nck)
3 5 5 1 1 0 0 3 0 3 2 1 6 9 7 sum 46, nck 80 46 86 24
diff=24802068

3. I assumed that the nck's computation starts from imei[6]. And we can see the difference, what need to add to the sum and imei's digit
Example:
___imei:3 5 5 1 1 0 0 3 0 3 2 1 0 7 7---->code 08 64 00 86, sum 38
_sum+n 1 3 3 9 9 8 8 1 8 1 0 9 8 5 5
________________+2+7-2+3 0+1 0+1
____________________+8
___imei:3 5 5 1 1 0 0 3 0 3 2 1 6 9 7---->code 80 46 86 24, sum 46
_sum+n 9 1 1 7 7 6 6 9 6 9 8 7 2 5 3
________________+2+1-2-3 0-1 0-1
____________________+8+7 +9 +9

An interesting relationship.

Can anyone help in the search algorithm?
We need more imei and there correspanding codes to see well
Salam
  Reply With Quote
Old 06-10-2012, 11:41   #12 (permalink)
Junior Member
 
Join Date: Feb 2012
Posts: 37
Member: 1723215
Status: Offline
Thanks Meter: 12
Quote:
Originally Posted by abdoune View Post
We need more imei and there correspanding codes to see well
Salam
I have a few:

357065030520813 # 08 08 46 46 #
357065030508867 # 13 51 99 77 #
357065030596789 # 71 73 73 97 #
358448020548318 # 95 75 17 93 #
358448020545827 # 75 77 13 37 #

It is indicative of the two:
3 5 5 1 1 0 0 3 0 3 2 1 0 7 7---->code 08 64 00 86
3 5 5 1 1 0 0 3 0 3 2 1 6 9 7---->code 80 46 86 24

differences in the two digits
  Reply With Quote
Old 06-10-2012, 20:05   #13 (permalink)
Freak Poster
 
Join Date: Apr 2003
Age: 56
Posts: 315
Member: 26596
Status: Offline
Thanks Meter: 30
try ida with megafon
  Reply With Quote
Old 06-10-2012, 20:22   #14 (permalink)
Junior Member
 
Join Date: Feb 2012
Posts: 37
Member: 1723215
Status: Offline
Thanks Meter: 12
Quote:
Originally Posted by latigido922 View Post
try ida with megafon
I tried but could not find an entry point to the flash. Can you tell what address should start to disassemble?
  Reply With Quote
Old 06-14-2012, 12:35   #15 (permalink)
Product Manager
 
.:hack3r2k:.'s Avatar
 
Join Date: Aug 2002
Location: FuriouSTeaM
Posts: 53,976
Member: 15022
Status: Offline
Sonork: 100.53452
Thanks Meter: 61,566
FIrst of all that phone isnt MTK based nor ANDROID running and algo isnt free and noone will post for from simple reason teams having it arent retard. Right 922 ?


Br
  Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

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
Seeking for flash nokia 5110 old version (3 version) can exchange for new Tomas Nokia Legacy Phones ( DCT-1 ,2 ,3 ,L ) 8 10-14-2017 19:29
Need software upgrade for Nokia 5110 ptkrf Nokia Legacy Phones ( DCT-1 ,2 ,3 ,L ) 30 02-24-2016 10:21
How can I do a Welcome note for my 6110 a dosn't have any one ? Viper Nokia Legacy Phones ( DCT-1 ,2 ,3 ,L ) 8 06-27-2015 11:57
needed pinout for carkit(N61xx) mobileinfo Nokia Hardware & Hardware Repair 2 07-23-2013 02:41
Operator-Logo for 5110 MiMiR the WiseMan Nokia Legacy Phones ( DCT-1 ,2 ,3 ,L ) 2 06-25-1999 15:50

 



All times are GMT +1. The time now is 01:53.



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.22067 seconds with 10 queries

SEO by vBSEO