hien Posted April 12, 2012 Share Posted April 12, 2012 (edited) BONJOUR VOUS Vous Voulez Désimlocké 1 - télécharger unlockroot v2.3 ou galaxy nexus toolkit v7.8 rooter le (si c'est deja fait passer l'etape) 2 - télécharger ca FuckDocomo.apk quand l'installation et fait aller dans menu chercher docomo clicker decu apres suivez le tuto quand tous sera fini clicker sur unrooter si tu veux l'enlever lien unlockroot : http://evil-hackers.com/Android/unlockroot231.rar ou Galaxy Nexus ToolKit v7.8.0. http://d-h.st/DtG lien docomo v1: pour 4.0.3 ou moins http://sendspace.com/file/frvlyx lien docomo v2: pour 4.0.4 http://www.4shared.c...ckDocomoV2.html lien docomo v3.1 http://www.4shared.c...kDocomoV31.html Edited August 12, 2012 by hien Quote Link to comment Share on other sites More sharing options...
fireman57390 Posted April 12, 2012 Share Posted April 12, 2012 quelqu’un a essayé? Quote Link to comment Share on other sites More sharing options...
Mikami Posted April 12, 2012 Share Posted April 12, 2012 Avoir un galaxy nexus c'est contre le principe du nexus, donc a part ceux achetés(bêtement) chez sfr ou bouybouygues aucune chance qu'ils soient simlockés. Quote Link to comment Share on other sites More sharing options...
IT4ALii3EN Posted April 12, 2012 Share Posted April 12, 2012 Ça touche à l'Emei ça. Faites un backup avant de tenter ça. Moi il a été acheté chez SFR, qu'il soit simlocker ou pas, c'est le dernier de mes soucis ;) (20€ aussi, donc bêtement, je sais pas. J'ai le meilleur réseau avec mon forfait plutôt bien et un GN à 20 boules, bon ça va. En renouvellement en plus ;) ) Quote Link to comment Share on other sites More sharing options...
acerarien43 Posted April 12, 2012 Share Posted April 12, 2012 en renouvellement chez bouygues au moi de fevrier et desimlocké, donc je ne pourrai pas testé, dsl Quote Link to comment Share on other sites More sharing options...
Mostrapotski Posted April 13, 2012 Share Posted April 13, 2012 J'ai un simlock SFR et j'utilise le script suivant a chaque flash: echo on title Galaxy Nexus GSM Unlock pause cls REM set your path to adb.exe here set sdk="CHEMIN\platform-tools\adb.exe" echo using adb.exe: %sdk% echo basic pretasks: %sdk% root %sdk% shell su -c "mount -oremount,rw /dev/block/mtdblock3 /system" %sdk% shell su -c "mount -oremount,rw /dev/block/mtdblock3 /mnt/sdcard" %sdk% shell su -c "mount -oremount,rw /dev/block/mtdblock3 /factory" %sdk% shell su -c "mount -oremount,rw /dev/block/mtdblock3 /data" %sdk% shell su -c "mount -oremount,rw /dev/block/mtdblock3 /" %sdk% shell su -c "chmod 777 /data" %sdk% shell su -c "chmod 777 /factory/nv.log" %sdk% shell su -c "chmod 777 /factory/nv_data.bin" %sdk% shell su -c "chmod 777 /factory/nv_data.bin.md5" %sdk% shell su -c "chmod 777 /data/radio/nv_data.bin.md5" %sdk% shell su -c "chmod 777 /data/radio/nv_data.bin" %sdk% shell su -c "rm /tmp00" %sdk% shell su -c "rm /tmpff" %sdk% shell su -c "rm /data1" %sdk% shell su -c "rm /data2" %sdk% shell su -c "rm /data3" %sdk% shell su -c "rm /mnt/sdcard/nv_data_mod/unlock/nv_data.bin" %sdk% shell su -c "rm /mnt/sdcard/nv_data_mod/unlock/nv_data.bin.md5" PAUSE echo unlocking: %sdk% shell su -c "echo 'SC-04D nv_data.bin backup + sim unlock'" %sdk% shell su -c "mkdir /mnt/sdcard/nv_data_mod/ " %sdk% shell su -c "mkdir /mnt/sdcard/nv_data_mod/factory" %sdk% shell su -c "mkdir /mnt/sdcard/nv_data_mod/unlock" %sdk% shell su -c "mkdir /data/radio" %sdk% shell su -c "cp /factory/nv_data.bin /mnt/sdcard/nv_data_mod/factory/nv_data.bin" %sdk% shell su -c "cp /factory/nv_data.bin.md5 /mnt/sdcard/nv_data_mod/factory/nv_data.bin.md5" %sdk% shell su -c "cd /mnt/sdcard/nv_data_mod/ " %sdk% shell su -c "echo -en \\x00 > tmp00 " %sdk% shell su -c "dd if=./factory/nv_data.bin of=./tmpff bs=1 count=30 skip=16 " %sdk% shell su -c "dd if=./factory/nv_data.bin of=./data1 bs=1 count=1572969 " %sdk% shell su -c "dd if=./factory/nv_data.bin of=./data2 bs=1 skip=1572999 count=5090 " %sdk% shell su -c "dd if=./factory/nv_data.bin of=./data3 bs=1 skip=1578090 " %sdk% shell su -c "cat data1 tmpff data2 tmp00 data3 > /mnt/sdcard/nv_data_mod/unlock/nv_data.bin " %sdk% shell su -c "md5sum /mnt/sdcard/nv_data_mod/unlock/nv_data.bin | tr '\n' 'X' | sed 's/ .*//' > /mnt/sdcard/nv_data_mod/unlock/nv_data.bin.md5 " %sdk% shell su -c "od -x ./factory/nv_data.bin > factory.dmp " %sdk% shell su -c "od -x /mnt/sdcard/nv_data_mod/unlock/nv_data.bin > unlock.dmp" %sdk% shell su -c "rm /factory/nv_data.bin" %sdk% shell su -c "rm /factory/nv_data.bin.md5" %sdk% shell su -c "rm /data/radio/nv_data.bin" %sdk% shell su -c "rm /data/radio/nv_data.md5" %sdk% shell su -c "rm /data/radio/nv_data.bin.md5" %sdk% shell su -c "rm /tmp00" %sdk% shell su -c "rm /tmpff" %sdk% shell su -c "rm /data1" %sdk% shell su -c "rm /data2" %sdk% shell su -c "rm /data3" %sdk% shell su -c "cp /mnt/sdcard/nv_data_mod/unlock/nv_data.bin /factory/nv_data.bin" %sdk% shell su -c "cp /mnt/sdcard/nv_data_mod/unlock/nv_data.bin.md5 /factory/nv_data.bin.md5" %sdk% shell su -c "cp /mnt/sdcard/nv_data_mod/unlock/nv_data.bin /data/radio/nv_data.bin" %sdk% shell su -c "cp /mnt/sdcard/nv_data_mod/unlock/nv_data.bin.md5 /data/radio/nv_data.bin.md5" %sdk% shell su -c "chmod 777 /factory/nv.log" %sdk% shell su -c "chmod 777 /factory/nv_data.bin" %sdk% shell su -c "chmod 777 /factory/nv_data.bin.md5" %sdk% shell su -c "chmod 777 /data/radio/nv_data.bin.md5" %sdk% shell su -c "chmod 777 /data/radio/nv_data.bin" echo press any key to reboot PAUSE %sdk% shell su -c "reboot" EXIT A mettre dans un fichier desimlock.bat, renseigner au début le chemin pour adb (que tu as avec le SDK), et mettre le tel en debug usb. Quote Link to comment Share on other sites More sharing options...
alan bike Posted April 15, 2012 Share Posted April 15, 2012 Moi aussi pris chez sfr pour 9€ , et dans 3 mois il sera désimlocké , pour l'instant il est très bien comme ça !!!!!!!! Ben oui puisque je suis bête de na pas l'avoir payé 500€ , désolé !!!!!!!!!! Quote Link to comment Share on other sites More sharing options...
Mikami Posted April 15, 2012 Share Posted April 15, 2012 (peut être mais paie ton forfait a 40€/mois mini. ;) Quote Link to comment Share on other sites More sharing options...
kilbane Posted April 16, 2012 Share Posted April 16, 2012 A priori une v2 du programme est dispo et fonctionne pour le GN en 4.0.4 http://forum.xda-developers.com/showthread.php?t=1548210&page=1 Pas testé ceci dit (ni la v1.1) Quote Link to comment Share on other sites More sharing options...
snakextx@hotmail.fr Posted April 16, 2012 Share Posted April 16, 2012 (peut être mais paie ton forfait a 40€/mois mini. ;) 40€/mois pendant 4 mois, après SFR propose le carré connect à 29€ (qui me suffit, après faut voir l'utilisation de chacun). Au final 40x4 + 29x8 = 392€ pour un GN + 1an de forfait. Quote Link to comment Share on other sites More sharing options...
titoss96 Posted April 17, 2012 Share Posted April 17, 2012 (edited) Je viens de tester avec mon GN locker avec Fido(Québec) et ça fonctionne A1 j`étais sous 4.0.1 officiel Edited April 17, 2012 by titoss96 Quote Link to comment Share on other sites More sharing options...
Billouetaudrey Posted April 17, 2012 Share Posted April 17, 2012 Comme tout crédit, ca se paye... Envoyé depuis mon Transformer TF101 avec Tapatalk Quote Link to comment Share on other sites More sharing options...
kilbane Posted April 19, 2012 Share Posted April 19, 2012 Bonjour ! J'ai recu mon tel et comme prévu il était bloqué bouygues. Voici donc la marche a suivre avec "fuckdocomo v2" Pour fonctionner il faut une 4.0.3 MAX au départ > On installe on lance on accepte les droits roots. > On démarre et on fait Unlock > On valide on reboot et la on doit etre désimlocké. Pour passer sur une rom 4.0.4 (aokp, miui etc) > "take condom" > On flash la rom > On réinstalle l'appli > Wear condom > Reboot All right baby ! Quote Link to comment Share on other sites More sharing options...
jejere Posted April 26, 2012 Share Posted April 26, 2012 Le désimlock est définitif? ou on doit refaire la manip à chaque installation d'une rom custom ? Quote Link to comment Share on other sites More sharing options...
kilbane Posted April 26, 2012 Share Posted April 26, 2012 faut "wear condom" a chaque flash si tu wipe, sinon c'est ok :) (genre j'suis passé de la niarkmiui 0.5 a 0.7 sans souci) Quote Link to comment Share on other sites More sharing options...
FLeO101 Posted April 27, 2012 Share Posted April 27, 2012 Bonjour tous le monde et surtout Killbane, membre d'une bien belle ville ;) Pourriez-vous me donner de plus ample information, et notamment pour utiliser la méthode de Hein sur mon GN que je viens d'acheter en 4.0.4 bloqué SFR, puis-je utiliser cette méthode? Quote Link to comment Share on other sites More sharing options...
FLeO101 Posted April 28, 2012 Share Posted April 28, 2012 Quelqu'un help? Quote Link to comment Share on other sites More sharing options...
luigi Posted April 28, 2012 Share Posted April 28, 2012 Oui tu peux le faire sur ton Nexus SFR. Après je pourrais à en dire plus, j'ai pas eu à utiliser cette méthode. Envoyé depuis mon Galaxy Nexus Quote Link to comment Share on other sites More sharing options...
kilbane Posted April 30, 2012 Share Posted April 30, 2012 Bonjour, désolé suis pas passé avant. Le desimlockage logiciel via "fuckdocomo" ne fonctionne qu'avec une 4.0.3, et faut etre root. dans l'ordre avec un tel "stock" > déverouillage bootloader > passage root > flash recovery > flash vieille rom en 4.0.3 (on en trouve) > utilisation du logiciel pour désimlocker puis générer le "condom" > flash rom 4.0.4 de ton choix > application du "condom" Quote Link to comment Share on other sites More sharing options...
FLeO101 Posted April 30, 2012 Share Posted April 30, 2012 Merci Killbane, Malheureusement le tél était déjà en 4.0.4 et j'étais pressé par le temps, il a fallu que je paye ma petite pièce pour choper un code de désimlock. Mais merci quand même de l'explication. Quote Link to comment Share on other sites More sharing options...
Denovan72 Posted June 9, 2012 Share Posted June 9, 2012 (edited) Marche nickel en 4.0.4 avec la v3.1 Par contre je compte le désimlocker officiellement prochainement, donc comment l'enlever? Merci :D Edited June 9, 2012 by Denovan72 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.