Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Development in G1 in Ubuntu 9.04
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  8 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Breno  
View profile  
 More options Apr 29 2009, 12:00 pm
From: Breno <breno.min...@gmail.com>
Date: Wed, 29 Apr 2009 09:00:10 -0700 (PDT)
Local: Wed, Apr 29 2009 12:00 pm
Subject: Development in G1 in Ubuntu 9.04
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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jean-Baptiste Queru  
View profile  
 More options Apr 29 2009, 12:04 pm
From: Jean-Baptiste Queru <j...@android.com>
Date: Wed, 29 Apr 2009 09:04:05 -0700
Local: Wed, Apr 29 2009 12:04 pm
Subject: Re: [android-developers] Development in G1 in Ubuntu 9.04
Try to call your file 51-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

--
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.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Breno  
View profile  
 More options Apr 29 2009, 12:07 pm
From: Breno <breno.min...@gmail.com>
Date: Wed, 29 Apr 2009 09:07:12 -0700 (PDT)
Local: Wed, Apr 29 2009 12:07 pm
Subject: Re: Development in G1 in Ubuntu 9.04
Thanks JBQ,

    Now works perfectly. If you can, say this to web designers, to
upgrade this link, http://developer.android.com/guide/developing/device.html,
because will help many developers from now on!!!

Best Regards

Breno

On Apr 29, 1:04 pm, Jean-Baptiste Queru <j...@android.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Christine  
View profile  
 More options May 29 2009, 8:52 pm
From: Christine <christine.kar...@gmail.com>
Date: Fri, 29 May 2009 17:52:20 -0700 (PDT)
Local: Fri, May 29 2009 8:52 pm
Subject: Re: Development in G1 in Ubuntu 9.04
If 51 doesn't work, try a higher number. For some reason on my MSI
Wind with Ubuntu Intrepid, 51 didn't work but 90 did.

On May 5, 10:46 pm, "Luis E. Yupangui" <enr...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Abdul Mateen  
View profile  
 More options May 30 2009, 2:20 pm
From: Abdul Mateen <abmat...@gmail.com>
Date: Sat, 30 May 2009 23:20:35 +0500
Local: Sat, May 30 2009 2:20 pm
Subject: Re: [android-developers] Re: Development in G1 in Ubuntu 9.04

I want to know what these number means ?

On Sat, May 30, 2009 at 5:52 AM, Christine <christine.kar...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
krtek  
View profile  
 More options May 30 2009, 3:44 pm
From: krtek <lukas.ma...@gmail.com>
Date: Sat, 30 May 2009 12:44:40 -0700 (PDT)
Local: Sat, May 30 2009 3:44 pm
Subject: Re: Development in G1 in Ubuntu 9.04
I ran into similar problems, instead of editing android.rules file i
solved it by using sudo with adb.

E.g.

sudo adb kill-server
sudo adb devices

should work.

krtek

On Apr 29, 6:00 pm, Breno <breno.min...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Eddie Ringle  
View profile  
 More options Jun 9 2009, 11:06 am
From: Eddie Ringle <ed...@eringle.net>
Date: Tue, 9 Jun 2009 08:06:28 -0700 (PDT)
Local: Tues, Jun 9 2009 11:06 am
Subject: Re: Development in G1 in Ubuntu 9.04
It is the priority in which that rule is ran. The higher the number,
the later it is run.

By the way, you can also run:

sudo udev restart

After the rule is in place. This worked for me.

Eddie Ringle

On May 30, 2:20 pm, Abdul Mateen <abmat...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Eddie Ringle  
View profile  
 More options Jun 9 2009, 7:24 pm
From: Eddie Ringle <ed...@eringle.net>
Date: Tue, 9 Jun 2009 16:24:33 -0700 (PDT)
Local: Tues, Jun 9 2009 7:24 pm
Subject: Re: Development in G1 in Ubuntu 9.04
Whoops, that command should look like:

sudo /etc/init.d/udev restart

On Jun 9, 11:06 am, Eddie Ringle <ed...@eringle.net> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »