anthonyaje
anthonyaje

Reputation: 79

Fastboot doesn't recognize my Asus zenfone2 on my ubuntu14.04

On the normal boot mode, my Asus zenfone2(ZE551ML) running android 5.0 is listed when I type adb devices. Then, I put the phone to the fastboot mode by adb boot bootloader. When the phone is already entering the fastboot mode, fastboot devices returns no result. But, lsusb listed the device's details including vendorid, productid, and device name.

I have tried to modified the 51-android.rule, run fastboot as root, change owner of the /dev/bus/usb/, re-install and update the android-tools. But my ubuntu still can not detect the zenfone2 on fastboot mode.

Moreover, I connect my other phone(Redmi2) which also on fastboot mode and it can be detected seamlessly. Also,when I tried to connect the zenfone2 to other ubuntu PC, it can be detected.

Has anyone ever encountered and solved the similar problem? Or perhaps have an idea what is the potential cause?

Upvotes: 0

Views: 3837

Answers (1)

Martin Espinach
Martin Espinach

Reputation: 31

Same problem. Solved replacing my installed fastboot by the one in:

https://github.com/simmac/minimal_adb_fastboot

Upvotes: 1

Related Questions