Is Ubunto 9.04 compatible with development in Android? Before i
ugrade, deploy on device was normal. Now, using 9.04, doesn't
recognize it using "adb devices".
This below is already set on my ubuntu:
1. Login as root and create this file: /etc/udev/rules.d/50-
android.rules.
For Gusty/Hardy, edit the file to read:
SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666"
For Dapper, edit the file to read:
SUBSYSTEM=="usb_device", SYSFS{idVendor}=="0bb4", MODE="0666"
2. Now execute:
chmod a+rx /etc/udev/rules.d/50-android.rules
On Wed, Apr 29, 2009 at 9:00 AM, Breno <breno.min...@gmail.com> wrote:
> Hi,
> Is Ubunto 9.04 compatible with development in Android? Before i
> ugrade, deploy on device was normal. Now, using 9.04, doesn't
> recognize it using "adb devices".
> This below is already set on my ubuntu:
> 1. Login as root and create this file: /etc/udev/rules.d/50-
> android.rules.
> For Gusty/Hardy, edit the file to read:
> SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666"
> For Dapper, edit the file to read:
> SUBSYSTEM=="usb_device", SYSFS{idVendor}=="0bb4", MODE="0666"
> 2. Now execute:
> chmod a+rx /etc/udev/rules.d/50-android.rules
> Any ideas?
> Thanks a lot
-- Jean-Baptiste M. "JBQ" Queru
Android Engineer, Google.
Questions sent directly to me that have no reason for being private
will likely get ignored or forwarded to a public forum with no further
warning.
> (I think something changed in 9.0.4 where a module that the android
> stuff relies on is also initialized at step 50 which ends up being too
> late).
> JBQ
> On Wed, Apr 29, 2009 at 9:00 AM, Breno <breno.min...@gmail.com> wrote:
> > Hi,
> > Is Ubunto 9.04 compatible with development in Android? Before i
> > ugrade, deploy on device was normal. Now, using 9.04, doesn't
> > recognize it using "adb devices".
> > This below is already set on my ubuntu:
> > 1. Login as root and create this file: /etc/udev/rules.d/50-
> > android.rules.
> > For Gusty/Hardy, edit the file to read:
> > SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666"
> > For Dapper, edit the file to read:
> > SUBSYSTEM=="usb_device", SYSFS{idVendor}=="0bb4", MODE="0666"
> > 2. Now execute:
> > chmod a+rx /etc/udev/rules.d/50-android.rules
> Questions sent directly to me that have no reason for being private
> will likely get ignored or forwarded to a public forum with no further
> warning.
> On Apr 29, 12:04 pm, Jean-Baptiste Queru <j...@android.com> wrote:
> > Try to call your file51-android.rules.
> > (I think something changed in 9.0.4 where a module that the android
> > stuff relies on is also initialized at step 50 which ends up being too
> > late).
> > JBQ
> > On Wed, Apr 29, 2009 at 9:00 AM, Breno <breno.min...@gmail.com> wrote:
> > > Hi,
> > > Is Ubunto 9.04 compatible with development in Android? Before i
> > > ugrade, deploy on device was normal. Now, using 9.04, doesn't
> > > recognize it using "adb devices".
> > > This below is already set on my ubuntu:
> > > 1. Login as root and create this file: /etc/udev/rules.d/50-
> > > android.rules.
> > > For Gusty/Hardy, edit the file to read:
> > > SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666"
> > > For Dapper, edit the file to read:
> > > SUBSYSTEM=="usb_device", SYSFS{idVendor}=="0bb4", MODE="0666"
> > > 2. Now execute:
> > > chmod a+rx /etc/udev/rules.d/50-android.rules
> > Questions sent directly to me that have no reason for being private
> > will likely get ignored or forwarded to a public forum with no further
> > warning.
> > > (I think something changed in 9.0.4 where a module that the android
> > > stuff relies on is also initialized at step 50 which ends up being too
> > > late).
> > > JBQ
> > > On Wed, Apr 29, 2009 at 9:00 AM, Breno <breno.min...@gmail.com> wrote:
> > > > Hi,
> > > > Is Ubunto 9.04 compatible with development in Android? Before i
> > > > ugrade, deploy on device was normal. Now, using 9.04, doesn't
> > > > recognize it using "adb devices".
> > > > This below is already set on my ubuntu:
> > > > 1. Login as root and create this file: /etc/udev/rules.d/50-
> > > > android.rules.
> > > > For Gusty/Hardy, edit the file to read:
> > > > SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666"
> > > > For Dapper, edit the file to read:
> > > > SUBSYSTEM=="usb_device", SYSFS{idVendor}=="0bb4", MODE="0666"
> > > > 2. Now execute:
> > > > chmod a+rx /etc/udev/rules.d/50-android.rules
> > > Questions sent directly to me that have no reason for being private
> > > will likely get ignored or forwarded to a public forum with no further
> > > warning.
> Is Ubunto 9.04 compatible with development in Android? Before i
> ugrade, deploy on device was normal. Now, using 9.04, doesn't
> recognize it using "adb devices".
> This below is already set on my ubuntu:
> 1. Login as root and create this file: /etc/udev/rules.d/50-
> android.rules.
> For Gusty/Hardy, edit the file to read:
> SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666"
> For Dapper, edit the file to read:
> SUBSYSTEM=="usb_device", SYSFS{idVendor}=="0bb4", MODE="0666"
> 2. Now execute:
> chmod a+rx /etc/udev/rules.d/50-android.rules
> > > > (I think something changed in 9.0.4 where a module that the android
> > > > stuff relies on is also initialized at step 50 which ends up being too
> > > > late).
> > > > JBQ
> > > > On Wed, Apr 29, 2009 at 9:00 AM, Breno <breno.min...@gmail.com> wrote:
> > > > > Hi,
> > > > > Is Ubunto 9.04 compatible with development in Android? Before i
> > > > > ugrade, deploy on device was normal. Now, using 9.04, doesn't
> > > > > recognize it using "adb devices".
> > > > > This below is already set on my ubuntu:
> > > > > 1. Login as root and create this file: /etc/udev/rules.d/50-
> > > > > android.rules.
> > > > > For Gusty/Hardy, edit the file to read:
> > > > > SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666"
> > > > > For Dapper, edit the file to read:
> > > > > SUBSYSTEM=="usb_device", SYSFS{idVendor}=="0bb4", MODE="0666"
> > > > > 2. Now execute:
> > > > > chmod a+rx /etc/udev/rules.d/50-android.rules
> > > > Questions sent directly to me that have no reason for being private
> > > > will likely get ignored or forwarded to a public forum with no further
> > > > warning.
> > > > > (I think something changed in 9.0.4 where a module that the android
> > > > > stuff relies on is also initialized at step 50 which ends up being too
> > > > > late).
> > > > > JBQ
> > > > > On Wed, Apr 29, 2009 at 9:00 AM, Breno <breno.min...@gmail.com> wrote:
> > > > > > Hi,
> > > > > > Is Ubunto 9.04 compatible with development in Android? Before i
> > > > > > ugrade, deploy on device was normal. Now, using 9.04, doesn't
> > > > > > recognize it using "adb devices".
> > > > > > This below is already set on my ubuntu:
> > > > > > 1. Login as root and create this file: /etc/udev/rules.d/50-
> > > > > > android.rules.
> > > > > > For Gusty/Hardy, edit the file to read:
> > > > > > SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666"
> > > > > > For Dapper, edit the file to read:
> > > > > > SUBSYSTEM=="usb_device", SYSFS{idVendor}=="0bb4", MODE="0666"
> > > > > > 2. Now execute:
> > > > > > chmod a+rx /etc/udev/rules.d/50-android.rules
> > > > > Questions sent directly to me that have no reason for being private
> > > > > will likely get ignored or forwarded to a public forum with no further
> > > > > warning.