Acceder

Ver la Versión Completa : Bootloader unlock importante


kaozcl
20/04/13, 01:05:21
Amigos haber si me confirman si deje el bootloader abierto para poder instalar custom kernel , copio lo que me salio en la ventana de comandos


C:\Users\gabriel cardenas\Desktop\fastboot>fastboot.exe -i 0x0fce getvar version

version: 0.5
finished. total time: 0.005s

C:\Users\gabriel cardenas\Desktop\fastboot>fastboot.exe -i0x0fce oem unlock 0x92
25B7DBFE44E0DA
usage: fastboot [ <option> ] <command>

commands:
update <filename> reflash device from update.zip
flashall flash boot + recovery + system
flash <partition> [ <filename> ] write a file to a flash partition
erase <partition> erase a flash partition
getvar <variable> display a bootloader variable
boot <kernel> [ <ramdisk> ] download and boot kernel
flash:raw boot <kernel> [ <ramdisk> ] create bootimage and flash it
devices list all connected devices
continue continue with autoboot
reboot reboot device normally
reboot-bootloader reboot device into bootloader

options:
-w erase userdata and cache
-s <serial number> specify device serial number
-p <product> specify product name
-c <cmdline> override kernel commandline
-i <vendor id> specify a custom USB vendor id
-b <base_addr> specify a custom kernel base address
-n <page size> specify the nand page size. default:
2048

C:\Users\gabriel cardenas\Desktop\fastboot>

En teoria creo que esta bien o hay que hacer algo mas ?

Nokker
20/04/13, 10:36:35
Hola kaozcl,

No entiendo mucho sobre esto pero si de comandos de sistemas y la primera no parece dar problemas...
version: 0.5 finished. total time: 0.005s

Pero la segunda cuando te muestra los comandos y opciones es porque no has introducido bien el comando, por lo tanto no se ha ejecutado. No estoy muy seguro pero diria que el error esta despues de "-i" has puesto junto "0x0fce" a diferencia del primero que lo tienes separado

fastboot.exe -i0x0fce

kaozcl
20/04/13, 21:29:59
gracias lo solucione