Also, make sure that you enable USB 2.0 support and create a filter in the
virtualbox host configuration. The other difficult thing is that you'll
need two filters in virtualbox, one for the ZTE vendor and one for the
standard Google vendor (fastboot). The only way I was able to do this was
to start flash.sh and then go back to the host and enable the new filter,
then run lsusb to get the vendor and product ids. You will also need two
corresponding rules in your /etc/udev/rules.d/ file... something like the
following:
SUBSYSTEM=="usb", ATTR{idVendor}=="19d2", ATTR{idProduct}=="1350",
MODE="0666", GROUP="plugdev"
SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", ATTR{idProduct}=="d00d",
MODE="0666", GROUP="plugdev"
Now, that said, after all of that work, it turns out that my ZTE Open
didn't have root access, so all I succeeded in doing was wiping my userdata
:)
On Wed, Aug 28, 2013 at 9:41 AM, Hubert Figuière <[email protected]> wrote:
> On 28/08/13 06:14 AM, jose llopis wrote:
> > i'm trying to build it from a virtualbox machine but i can't connect my
> zte to it any suggestions?
>
> You need to have USB support in VirtualBox and have VirtualBox take over
> the device.
>
>
> Hub
> _______________________________________________
> dev-b2g mailing list
> [email protected]
> https://lists.mozilla.org/listinfo/dev-b2g
>
--
Kevin Hankens
207.632.9342
www.kevinhankens.com
[email protected]
_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g