[Android-tools-devel] Add fastboot udev rules for YU Yureka and YU Yuphoria android devices.

Bharat G bharat226g at gmail.com
Tue Nov 24 04:39:44 UTC 2015


The android device YU Yureka uses a non standard vendor id for
accessing through fastboot. Maybe the company YU haven't got a USB
vendor id.

With YU Yureka, when connected in fastboot mode, lsusb gives,
Bus 002 Device 029: ID 1ebf:7001

And to access device through fastboot, one needs to specify custom
vendor id through -i argument as in.
fastboot -i 0x1ebf devices
fastboot -i 0x1ebf flash recovery recovery.img


Same goes for YU Yuphoria, which needs a command with -i 0x2a96
fastboot -i 0x2a96 devices
fastboot -i 0x2a96 flash recovery recovery.img


These non-standard vendor ids are absent in
/lib/udev/rules.d/70-android-tools-adb.rules
/lib/udev/rules.d/70-android-tools-fastboot.rules

Please update the fastboot udev rules for these devices.

Sources:
https://wiki.cyanogenmod.org/w/Tomato_Info
https://wiki.cyanogenmod.org/w/Lettuce_Info



More information about the Android-tools-devel mailing list