Shaare your links...
1720 links
Mes liens - Abel Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
page 1 / 1
3 results for tags 3G x
  • ANFR-L'observatoire en carte
    données des émetteurs GSM
    Mon 21 Aug 2017 06:27:07 PM UTC - permalink -
    - http://www.anfr.fr/gestion-des-frequences-sites/lobservatoire-2g-3g-4g/lobservatoire-en-carte2/#menu2
    3G 4G data Mobile
  • Unlocking the Huawei E172 on Linux | Abandoned Blog
    Tue 15 Nov 2016 10:51:53 PM UTC - permalink -
    - https://andym3.wordpress.com/2011/07/09/unlocking-the-huawei-e172-on-linux/
    3g gsm huawei linux sms
  • 3g » .   . ..:: S y s a d m i n . f r ::.. .  .
    Désimlocker un dongle 3G Huawei E1752 avec (juste) Linux

    le site pour calculer le code de desimlockage : http://a-zgsm.com/freecode/huawei/

    ou mieux un script python qui fait le calcul :
    -----------------------------------------------
    Step one: get your unlock code.
    Find your modem’s 15-digit IMEI, open up a terminal, run python and copy-paste the following code:

    import hashlib
    def get_code (input):
     imei=str(input)
     digest=hashlib.md5((imei+"5e8dd316726b0335").lower()).digest()
     code=0
     for i in range(0,4):
       code += (ord(digest[i])^ord(digest[4+i])^ord(digest[8+i])^ord(digest[12+i])) << (3-i)*8
     code &= 0x1ffffff
     code |= 0x2000000
     return code

    Hit Enter twice after pasting. Next, type in the following, replacing the example IMEI with your own:

    get_code(12345678909876)
    Tue 15 Nov 2016 10:33:25 PM UTC - permalink -
    - http://www.sysadmin.fr/mot-clef/3g
    3g gsm huawei linux sms usb
Links per page: 20 50 100
page 1 / 1
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.