Desbloqueo del bootloader del HTC One X [AT&T] disponible - QiiBO QiiBO

Desbloqueo del bootloader del HTC One X [AT&T] disponible

Desbloquear  bootloader HTC One X AT&T

Los “hardcore users” del HTC One X de AT&T quizás se hayan sentido decepcionados al saber que, debido a restricciones, este teléfono no participará del programa HTCDev para poder desbloquear el bootloader. Afortunadamente desarrolladores de XDA han dado con una solución para esto.

Uno de los desarolladores seniors de XDA, grankin01, ha sido el responsable de este desbloqueo no oficial del bootloader del HTC One X haciendo que el mismo piense que se trata del One X de la compañía Rogers [Cánada] en lugar del de AT&T. Así que si estás necesitado por hacerlo, o quieres un proyecto en que entretenerte este fin de semana, aquí lo tienes.

[box]Nota: QiiBO.com y este servidor no se hacen responsables de daños que puedan ocurrir durante el proceso. El usuario queda bajo su propio riesgo[/box]

Lo primero que deben hacer es un “backup” de toda su información ya que este procedimiento borrará todo en el HTC One X. ¿Listos?

1. Fire up your command prompt and go to the directory that you have ADB installed to. Type “adb shell” and hit enter.

2. Type “su” and hit enter. You now have root privileges.

3. Next type “dd if=/dev/block/mmcblk0p4 of=/sdcard/mmcblk0p4” and hit enter. This will dump the partition to your sdcard.

4. Next type “exit”, hit enter, type “exit”, and hit enter again. This should take you back to a command prompt for your computer.

5. type “adb pull /sdcard/mmcblk0p4” and hit enter. NOTE THE SIZE OF THE FILE BEFORE THE NEXT STEP!

6. Open the file (mmcblk0p4) with your hex editor.

7. Look for offset 00000210 (if your on RUU version 1.82 the offset may be 00000214) and you should see CWS__001 with your IMEI number attached to it.

8. Change CWS__001 to 11111111 and save the file as mmcblk0p4MOD. This will give you SuperCID as well. MAKE SURE AT THIS POINT THAT THE FILE IS THE EXACT SIZE IT WAS BEFORE YOU HEX EDITED IT!

9. Now go back to your command prompt and type “adb push mmcblk0p4MOD /sdcard/mmcblk0p4MOD” and hit enter.

10. Type “adb shell” and hit enter then type “su” and hit enter again. This will put you back into the android shell and give you root privileges.

11. Type “dd if=/sdcard/mmcblk0p4MOD of=/dev/block/mmcblk0p4” and hit enter. To test if it worked restart the phone into fastboot (type “adb reboot bootloader” and hit enter) and once the bootloader screen comes up type “fastboot oem readcid” and hit enter. It should read “11111111”.

12. Next type “fastboot oem get_identifier_token” and hit enter. Leave that up on your screen and go to HTCdev.com. Follow the instructions from there. Choose “All other supported models” from the dropdown menu.

Listo, con esto tendrás el bootloader de tu HTC One X desbloqueado.

Comments are closed here.