I forgot to mention, if your in a VM you may need to set up to pass through the USB device into the VM. I think adb and fastboot present different interfaces to the host, so you may need to pass both through. How to do this, or if this is the problem, is dependent on your VM and Host machine.
Bill On Thu, Jul 11, 2013 at 1:00 PM, Stephen Smalley <[email protected]> wrote: > On 07/11/2013 10:47 AM, Henry Ngonga wrote: > >> Hi, >> >> I' working in a virtual machine with Ubuntu 10.04 Lucid. >> I'm trying to boot my Nexus 10 device with a compiled seandroid kernel. >> In first I boot into bootloader mode by using " adb reboot-bootloader" >> But when i try "fastboot boot path/to/my/zImage" i get <waiting for >> device> >> forever. >> Anyway "adb devices" command detect my device but fastboot not. >> >> >> To fix that,I follow instructions from >> http://source.android.com/**source/building-devices.html<http://source.android.com/source/building-devices.html> >> and I writed USB Configuration in /etc/udev/rules.d/70-android.**rules >> file >> (where username is my username) >> >> # adb protocol on manta (Nexus 10) >> >> SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", ATTR{idProduct}=="4ee2", >> MODE="0600", OWNER="<username>" >> # fastboot protocol on manta (Nexus 10) >> SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", ATTR{idProduct}=="4ee0", >> MODE="0600", OWNER="<username>" >> >> >> My question is why adb detect my device and fastboot not ? >> How can I fix that to boot with my compiled kernel? >> > > Did you follow the instructions on AOSP, > http://source.android.com/**source/building-devices.html<http://source.android.com/source/building-devices.html> > > For example, did you do a fastboot oem unlock first? > And you need more than just the kernel, so you ought to be doing a > fastboot -w flashall. > > > > -- > This message was distributed to subscribers of the seandroid-list mailing > list. > If you no longer wish to subscribe, send mail to [email protected] > the words "unsubscribe seandroid-list" without quotes as the message. > -- Respectfully, William C Roberts
