Guest xaueious Posted July 20, 2010 Report Posted July 20, 2010 (edited) I am stumped. I followed this guide and got adb working: http://wiki.cyanogenmod.com/index.php?titl...in_the_terminal But I cannot get fastboot to work. Any pointers? Right now my udev rules are in 99-android.rules I want to do fastboot boot, flash from ubuntu but I have to reboot to Windows every time. I know I can run VirtualBox under Windows. I'm trying to get it to work from Ubuntu because I'm trying to play around with building kernels. fastboot devices has no output. I've read http://forum.xda-developers.com/showthread.php?t=673845 and someone says that fastboot devices isn't supposed to show anything. Can someone confirm? Edited July 20, 2010 by xaueious
Guest tmp_do Posted July 20, 2010 Report Posted July 20, 2010 what say sudo fastboot -i 0x0502 devices?
Guest liquid_it Posted July 20, 2010 Report Posted July 20, 2010 As far as I can remember adb service & every fastboot task should be sudoed with Ubuntu 10.04
Guest xaueious Posted July 20, 2010 Report Posted July 20, 2010 Hm... I'll try that... Use the same fastboot binary that's been floating around?
Guest malez Posted July 20, 2010 Report Posted July 20, 2010 Hm... I'll try that... Use the same fastboot binary that's been floating around? Here is my udev conf file SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666" SUBSYSTEM=="usb",SYSFS{idvendor}=="04e8", SYSFS{idProduct}=="6640", MODE="0666" there is one entry for samsung galaxy i think but that is not a problem
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now