Register
Page 1 of 13 12345611 ... LastLast
Results 1 to 15 of 193
  1. #1
    Top Poster incar's Avatar
    Join Date
    May 2010
    Location
    UK
    Posts
    168
    Thanks Thanks Given 
    88
    Thanks Thanks Received 
    39
    Thanked in
    12 Posts

    Default Time to crack algo for Sony Gamma V

    Hi!
    Lets resolve that mistery about that top secret algorithm
    I have put together several code strings with known codes

    Now thanks to the kazek123 and bogege

    Well done, we have progress 100%!!!

    C
    5A650
    5= 4 till 7 1***
    6= 6-1 1X5X
    C= C to 0 even
    1X52 5= 5-2
    1352

    1st digit of code is 1st digit range of 3rd byte 0 till 3=0, 4 till 7=1, 9 till B=2, C till F=3

    2dn digit of code you must calculate 4th digit of code first, then from 2nd digit of 1st byte take away 4th digit of calculated code
    For codes X7X9, X8X8, X8X9, X9X7, X9X8, X9X9 you have negative result - for that just add 16.

    3rd digit of code is 2nd digit of 2dn byte till 0999 after that till 1999 -1, after that till 2999 -2 after till 3999 -3
    For codes X7X9, X8X8, X8X9, X9X7, X9X8, X9X9 add -1

    4th digit of code is 1st digit in 1st byte relation to 2nd digit (even or odd) in 3rd byte but in groups 0=3,7, C=2,6, 4=0,4,8, 8=1,5,9
    ther is two groups of even (0,4,8,C) (2,6,A,E) and two groups of odd (1,5,9,D) (3,7,B,F)
    0 to odd(1,5,9,D)=3, 0 to even(2,6,A,E)=7 and C to even(0,4,8,C)=2 C to odd(1,5,9,D)=6
    4 to odd(1,5,9,D)=4, 4 to even(0,4,8,C)=0, 4 to even(2,6,A,E)=8
    8 to odd(1,5,9,D)=5, 8 to even(0,4,8,C)=1, 8 to even(2,6,A,E)=9


    Pluss thanks to prusony we know that Factory set code range is 0000-1999 and 2000-3999 could be accepted as custom code!

    0000 40 C0 0C
    0001 81 C0 0C
    0002 C2 C0 0C
    0003 03 C0 0D
    0004 44 C0 0D
    0005 85 C0 0D
    0006 C6 C0 0D
    0007 07 C0 0E
    0008 48 C0 0E
    0009 89 C0 0E
    0162 C3 26 14 0-3
    0209 8B 40 1E
    0407 0B C0 1E
    0490 44 F9 10
    0507 0C 00 2E
    0510 45 11 20
    0550 45 25 20
    0527 0C 12 26
    0533 08 13 29
    0646 CC 54 2D
    0655 8B 65 21
    0667 0D 66 26
    0734 4B 93 29
    0777 0E A7 2A
    0962 CB 26 34
    0976 CF 27 39 0-3
    1000 40 C1 4C 1-1=0 4-7
    1021 81 D3 44 3-1=2
    1097 07 FA 42 10-1=9
    1300 43 81 5C 1-1=0
    1352 C5 A6 50 6-1=5
    1362 C5 A7 54 7-1=6
    1227 09 53 56 3-1=2
    1256 C8 66 51 6-1=5
    1502 C7 01 6C 1-1=0
    1737 0E 94 6A 4-1=3
    1784 4B A9 6D 9-1=8
    1830 48 D4 68 4-1=3 4-7
    1900 49 01 7C
    1910 49 12 70
    1920 49 13 74
    1930 49 14 78
    1940 49 15 7C
    1950 49 26 70
    1960 49 27 74
    1970 49 28 78
    1980 49 29 7C
    1990 49 3A 70
    1907 00 02 7E
    1917 00 13 72
    1927 00 14 76
    1937 00 15 7A
    1947 00 16 7E
    1957 00 27 72
    1967 00 28 76
    1977 00 29 7A
    1987 00 2A 7E
    1997 00 3B 72
    2816 CE D3 A1 3-2=1
    3158 49 28 D2 8-3=5
    3611 87 54 E0 4-3=1


    06 xx xx xx

    code at adress $10 to $12
    0C 12 26 code is 0527
    countner $14 write 01
    Last edited by incar; 10th September, 2013 at 09:02 PM. Reason: Errors corected, 100% progress

  2. The Following 19 Users Say Thank You to incar For This Useful Post:

    aissa09 (28th June, 2013), bogege (28th June, 2013), bonux (2nd August, 2017), Car235 (27th June, 2013), eSan (23rd April, 2023), gogoli (2nd July, 2013), goust (9th June, 2016), jos68 (14th July, 2013), karim72 (10th October, 2015), kazek123 (29th June, 2013), Marek09 (8th October, 2015), mbi (7th April, 2016), nelutzul40 (28th June, 2013), Paul147 (21st November, 2022), stefaudio (30th June, 2013), SVH (1st November, 2019), vego20 (13th May, 2019), vince249 (30th August, 2015), Yuri_L777 (19th December, 2017)

  3. #2
    DK Veteran
    prusony's Avatar
    Join Date
    Nov 2009
    Location
    Belarus
    Posts
    1,828
    Thanks Thanks Given 
    540
    Thanks Thanks Received 
    1,044
    Thanked in
    436 Posts

    Default

    Sorry.....
    Last edited by prusony; 23rd June, 2013 at 04:44 AM.
    Non ut edam vivo, sed ut vivam edo.

  4. #3
    DK Veteran
    siti's Avatar
    Join Date
    Sep 2009
    Location
    RO-ALBA
    Posts
    1,140
    Thanks Thanks Given 
    263
    Thanks Thanks Received 
    2,067
    Thanked in
    750 Posts

    Default

    sorry......

  5. The Following User Says Thank You to siti For This Useful Post:

    kappa1 (17th April, 2014)

  6. #4
    DK Veteran
    zvasile's Avatar
    Join Date
    Jan 2010
    Posts
    937
    Thanks Thanks Given 
    70
    Thanks Thanks Received 
    816
    Thanked in
    462 Posts

    Default

    0520 45 15 24 and 0967 0D 66 26 is wrong........

  7. The Following 4 Users Say Thank You to zvasile For This Useful Post:

    incar (23rd June, 2013), kappa1 (17th April, 2014), siti (23rd June, 2013), smoggy (23rd June, 2013)

  8. #5
    DK Veteran

    Join Date
    Jul 2010
    Location
    Bulgaria
    Posts
    5,265
    Thanks Thanks Given 
    9,814
    Thanks Thanks Received 
    12,754
    Thanked in
    3,618 Posts

    Default

    Maybe the correct codes are:0550-45 15 24 and 0667-0D 66 26 ??:

  9. The Following 2 Users Say Thank You to bogege For This Useful Post:

    incar (23rd June, 2013), smoggy (23rd June, 2013)

  10. #6
    V.I.P. Member
    smoggy's Avatar
    Join Date
    Apr 2009
    Location
    UK North East
    Posts
    12,155
    Thanks Thanks Given 
    27,807
    Thanks Thanks Received 
    31,143
    Thanked in
    7,593 Posts

    Default

    Quote Originally Posted by bogege View Post
    Maybe the correct codes are:0550-45 15 24 and 0667-0D 66 26 ??:
    yes calculation is correct

  11. The Following User Says Thank You to smoggy For This Useful Post:

    bogege (23rd June, 2013)

  12. #7
    DK Veteran
    zvasile's Avatar
    Join Date
    Jan 2010
    Posts
    937
    Thanks Thanks Given 
    70
    Thanks Thanks Received 
    816
    Thanked in
    462 Posts

    Default

    0550-45 25 20

  13. The Following 2 Users Say Thank You to zvasile For This Useful Post:

    incar (23rd June, 2013), kappa1 (23rd April, 2015)

  14. #8
    V.I.P. Member
    smoggy's Avatar
    Join Date
    Apr 2009
    Location
    UK North East
    Posts
    12,155
    Thanks Thanks Given 
    27,807
    Thanks Thanks Received 
    31,143
    Thanked in
    7,593 Posts

    Default

    Quote Originally Posted by zvasile View Post
    0550-45 25 20
    yes thats correct but 45 15 24 also manually calculates as 0550

  15. The Following User Says Thank You to smoggy For This Useful Post:

    kappa1 (10th October, 2015)

  16. #9
    DK Veteran
    zvasile's Avatar
    Join Date
    Jan 2010
    Posts
    937
    Thanks Thanks Given 
    70
    Thanks Thanks Received 
    816
    Thanked in
    462 Posts

    Default

    Quote Originally Posted by smoggy View Post
    yes thats correct but 45 15 24 also manually calculates as 0550
    and as you enter the code? with 45 15 24 = safe mode

  17. The Following User Says Thank You to zvasile For This Useful Post:

    kappa1 (3rd June, 2015)

  18. #10
    V.I.P. Member
    smoggy's Avatar
    Join Date
    Apr 2009
    Location
    UK North East
    Posts
    12,155
    Thanks Thanks Given 
    27,807
    Thanks Thanks Received 
    31,143
    Thanked in
    7,593 Posts

    Default

    Quote Originally Posted by zvasile View Post
    and as you enter the code? with 45 15 24 = safe mode
    yes it is a bad read but using the algo (not database) it calculates as 0550

  19. #11
    DK Veteran

    Join Date
    Jul 2010
    Location
    Bulgaria
    Posts
    5,265
    Thanks Thanks Given 
    9,814
    Thanks Thanks Received 
    12,754
    Thanked in
    3,618 Posts

    Default

    Hey, zvasile, friend smoggy will not introduce any code! He just answered my question!
    If you can help, welcome, please explain if you do not want to help, please do not reply to this topic!
    You can also say sorry as siti and prusony and to remain silent!
    Best Regards!

  20. The Following 3 Users Say Thank You to bogege For This Useful Post:

    arık (23rd June, 2013), incar (23rd June, 2013), smoggy (23rd June, 2013)

  21. #12
    Top Poster incar's Avatar
    Join Date
    May 2010
    Location
    UK
    Posts
    168
    Thanks Thanks Given 
    88
    Thanks Thanks Received 
    39
    Thanked in
    12 Posts

    Default

    Thank You All for your input!!! Why its been keept so secret? You can sometimes bay them for same price with or without code, or work around by replacing known code.
    I have edited the wrong ones. How about the ones with ??? ther whas no confirmation, are they corect?

  22. #13
    V.I.P. Member
    smoggy's Avatar
    Join Date
    Apr 2009
    Location
    UK North East
    Posts
    12,155
    Thanks Thanks Given 
    27,807
    Thanks Thanks Received 
    31,143
    Thanked in
    7,593 Posts

    Default

    Quote Originally Posted by bogege View Post
    Hey, zvasile, friend smoggy will not introduce any code! He just answered my question!
    If you can help, welcome, please explain if you do not want to help, please do not reply to this topic!
    You can also say sorry as siti and prusony and to remain silent!
    Best Regards!
    I missed prusony and siti replies, someone care to enlighten me (through pm if necessary)

  23. #14
    DK Veteran
    siti's Avatar
    Join Date
    Sep 2009
    Location
    RO-ALBA
    Posts
    1,140
    Thanks Thanks Given 
    263
    Thanks Thanks Received 
    2,067
    Thanked in
    750 Posts

    Default

    algo gamma sony cannot be shared...must worked & found...same for beta5 philips

  24. The Following 5 Users Say Thank You to siti For This Useful Post:

    kappa1 (27th September, 2013), nelutzul40 (24th June, 2013), prusony (23rd June, 2013), RadioChiP (23rd June, 2013), zvasile (23rd June, 2013)

  25. #15
    DK Veteran

    Join Date
    Jul 2010
    Location
    Bulgaria
    Posts
    5,265
    Thanks Thanks Given 
    9,814
    Thanks Thanks Received 
    12,754
    Thanked in
    3,618 Posts

    Default

    Quote Originally Posted by incar View Post
    Thank You All for your input!!! Why its been keept so secret? You can sometimes bay them for same price with or without code, or work around by replacing known code.
    I have edited the wrong ones. How about the ones with ??? ther whas no confirmation, are they corect?

    I think these codes are correct!
    0209-8B 40 1E 81
    0533-08 13 29 81
    0655-8B 65 21 01
    1362-C5 A7 54 81
    1256-C8 66 51 01
    1784- 4B A9 6D 01

  26. The Following 2 Users Say Thank You to bogege For This Useful Post:

    GHAZI19 (20th September, 2013), incar (23rd June, 2013)

 

 
Page 1 of 13 12345611 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.