Hello everybody. I need help figuring out what command line configuration to put inside of the parentheses of
How can I find out what command line to put in so that I can use
Apparently since Android 4.4 you can no longer simply do the commant
and you have to do it something like
or
or else it won't boot. The above commands work for the nexus 4. I do not have the source for my device but I do have the boot.img and zimage. My device is an Amazon Fire HD6. Thanks!
Code:
fastboot -c " "
Code:
fastboot boot
Code:
fastboot boot img.mg
Code:
fastboot -c "console=ttyHSL0,115200,n8 androidboot.hardware=mako lge.kcal=0|0|0|x" img.img
Code:
fastboot -c "lge.kcal=0|0|0|x" boot img.img
0 commentaires:
Enregistrer un commentaire