2016-11-02 5 views
1

de branchePSBA ne peut pas démarrer pour Bullhead (nexus lg 5x)

MDB08M android-6.0.0_r26 Marshmallow Nexus 5X, Nexus 6P 

Je l'ai fait

source build/envsetup.sh 
lunch aosp_bullhead-userdebug 
make -j16 

puis fastboot

fastboot flash bootloader bootloader-bullhead-bhz10i.img  //this is from google's official rom. 
fastboot flash radio radio-bullhead-m8994f-2.6.28.0.65.img  //this is from google's official rom. 
fastboot reboot-bootloader 
fastboot flash recovery recovery.img 
fastboot flash boot boot.img         //build from aosp 
fastboot flash vendor vendor.img        //this is from google's official rom. 
fastboot flash cache cache.img         //build from aosp 
fastboot flash userdata userdata.img       //build from aosp 
fastboot flash system system.img        //build from aosp 
fastboot reboot 

rien, mais arrêtez au logo 'google' .

le rom d'usine officiel pourrait être fastboot & a réussi.

Répondre

0

Vous avez clignoté les images dans le mauvais ordre.
Vous devez clignoter system.img avant de faire clignoter le fournisseur et les données utilisateur.
Le cache doit être flashé en dernier.

est ici le bon ordre:

$ fastboot flash bootloader bootloader.img 
$ fastboot flash radio radio.img 

$ fastboot reboot-bootloader 

$ fastboot flash recovery recovery.img 
$ fastboot flash boot boot.img 
$ fastboot flash system system.img 

$ fastboot flash vendor vendor.img 
$ fastboot flash userdata userdata.img 
$ fastboot flash cache cache.img 
$ fastboot oem lock 

Maintenant, si vous avez fait tout le reste correctement, il devrait démarrer.

Avez-vous ajouté les images propriétaires de LG et Qualcomm? https://developers.google.com/android/drivers#bullhead