More updates on this issue, I had a strange behaviour but it seems
when i deleted udev file that fastboot worked correctly last time. The
issue confirmed to be with udev, I created today /etc/udev/rules.d/11-
android.rules with (replace hatem with your current user) :
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0bb4", ATTRS{idProduct}=="0c01",
MODE="0666", OWNER="hatem"
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0bb4", ATTRS{idProduct}=="0c02",
MODE="0666", OWNER="hatem"
$sudo /etc/init.d/udev restart
$fastboot flashall -p dream-open
device booted in fastboot mode and pluggued, just hit the camera
button then the back button and it was recognized.
On Jul 25, 11:02 pm, Hatem <
hatem...@gmail.com> wrote:
> Fixed
>
> I had to make changes in udev because of the adb issue, so i removed
> the changes and run fastboot with normal user. It works fine.
>
> I found on launchpadhttps://
bugs.launchpad.net/ubuntu/+source/hal/+bug/316215