With Netgear to introduce new unlock code scheme on MR6xxx series, from this April. New keygen released by B.Kerler is now available in mrCONFIG v4.80, and onward. Impacted models are
MR6110-1TLAUS
MR6400-1DNNAS
MR6450-100EUS
MR6500-1A1NAS
MR6500-1TLAUS
MR6550-100PAS
It might also introduced on the other models, would try when it is avilable. Need to try with MR6500-1TLAUS, MR6150-100NAS, and MR6110-1A1NAS as no devices on hand to verify, let me know if anyone would love to give a trial, will make a beta release to test.
You can now unlock Telnet, no IMEI repair though (yet to figure out how as Netgear seems changed that a lot)
syntax: mrCONFIG -ac xxxx -entel -ngkeygen
where xxxx is the Access Code, can be obtained from the author at mrCONFIGTools@gmail.com with device's serial number, free of charge
Download at https://tinyurl.com/mrCONFIGTools
Netgear MR6xxx new unlock code
Re: Netgear MR6xxx new unlock code
Hi w1lliam,
1. you are violating my license, which is GPLv3. You are publishing an exe based on my opensource code, which means you need to also publish the full source code, which also has to refer to the GPLv3 license.
2. My source code is available at https://github.com/bkerler/edl
3. Currently only few devices are currently supported. In order to support more devices, we need the following:
- Output of
- Output of
- Current Firmware version with PRI version
- The SKU Model (MRxxxx-xxxEUS/AUS/PAS/TLD etc.)
Cheers,
B. Kerler
1. you are violating my license, which is GPLv3. You are publishing an exe based on my opensource code, which means you need to also publish the full source code, which also has to refer to the GPLv3 license.
2. My source code is available at https://github.com/bkerler/edl
3. Currently only few devices are currently supported. In order to support more devices, we need the following:
- Output of
Code: Select all
AT!PRIID?
Code: Select all
AT!PACKAGE?
- The SKU Model (MRxxxx-xxxEUS/AUS/PAS/TLD etc.)
Cheers,
B. Kerler
Re: Netgear MR6xxx new unlock code
Hi B.Kerler,
Sorry for my mis-reading your declaration, which for commercial purpose, for this GPLv3 license, would drop off this program immediately, thanks
PS. mrCONFIG is not designed to gain any benefits, thus no any charge been collected, it is for users who has no proper knowledge on how to proceed with tools, python, sierrakeygen and AT/Telnet commands.
Regards,
William
Sorry for my mis-reading your declaration, which for commercial purpose, for this GPLv3 license, would drop off this program immediately, thanks
PS. mrCONFIG is not designed to gain any benefits, thus no any charge been collected, it is for users who has no proper knowledge on how to proceed with tools, python, sierrakeygen and AT/Telnet commands.
Regards,
William
-
- Posts: 1
- Joined: Fri Sep 02, 2022 8:48 am
- Has thanked: 0
- Been thanked: 0
Re: Netgear MR6xxx new unlock code
The gpl is very clear about shared memory space being a derived software so linking against would become derived software.w1lliam wrote: ↑Sun Jul 23, 2023 5:49 pm Hi B.Kerler,
Sorry for my mis-reading your declaration, which for commercial purpose, for this GPLv3 license, would drop off this program immediately, thanks
PS. mrCONFIG is not designed to gain any benefits, thus no any charge been collected, it is for users who has no proper knowledge on how to proceed with tools, python, sierrakeygen and AT/Telnet commands.
Regards,
William
-
- Posts: 1
- Joined: Mon Jul 24, 2023 1:04 pm
- Has thanked: 0
- Been thanked: 0
Re: Netgear MR6xxx new unlock code
I just bought a MR6550-100PAS and can help to verify.
Thanks
Peter
Thanks
Peter
Re: Netgear MR6xxx new unlock code
mrCONFIG is integrating sierrakeygen.py as C code, part of function inside it. As B.Kerler made it very clear for GPLv3, the code that has the function been drop off, new compiled code has no any of sierrakeygen.py to get rid off this violation for now.terminills wrote: ↑Mon Jul 24, 2023 8:52 amThe gpl is very clear about shared memory space being a derived software so linking against would become derived software.w1lliam wrote: ↑Sun Jul 23, 2023 5:49 pm Hi B.Kerler,
Sorry for my mis-reading your declaration, which for commercial purpose, for this GPLv3 license, would drop off this program immediately, thanks
PS. mrCONFIG is not designed to gain any benefits, thus no any charge been collected, it is for users who has no proper knowledge on how to proceed with tools, python, sierrakeygen and AT/Telnet commands.
Regards,
William