[android-developers] Re: Mac phone

2011-10-18 Thread Jeff S
I have an HTC EVO and a Macbook running Mac OS X 10.6.8.  I have been trying 
for a while now to get adb or Eclipse or anything else to recognize my phone 
on this computer.  
I can completely rule out any hardware issues because I can run the same 
computer with the same phone and the same cable and the same USB port and I 
boot to UBUNTU Linux instead of Mac OS and the phone shows up exactly as 
expected.
Also, I can tell the phone to mount as an external drive and it works under 
Mac OS or anything else.
I once downloaded and tried an IDE from Google that had the exact same 
problem.  Several people complained about it and everybody was supposedly 
working on a solution.  I haven't heard of any solution.  Has anyone else?

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: Mac phone

2011-04-04 Thread bob
I tried typing lsusb and it says this:

-bash: lsusb: command not found


On Apr 3, 6:53 am, Nasif Noorudeen nas...@gmail.com wrote:
 use  lsusb

 check  it is detcting in usb after enabling usb-debugging..



 On Sun, Apr 3, 2011 at 2:46 AM, Oliver Crow cro...@gmail.com wrote:
  I found I had this problem with my xperia x10, I installed PDAnet, which
  installs further drivers for your individual phone.

  On 2 Apr 2011, at 22:03, lbendlin l...@bendlin.us wrote:

  as long as you have checked the development box on your phone it will work
  with an Intel Mac and OSX 10.6.5 plus

  Sometimes you have to reboot your phone while leaving it connected for ADB
  to see it again.

  --
  You received this message because you are subscribed to the Google
  Groups Android Developers group.
  To post to this group, send email to android-developers@googlegroups.com
  android-developers@googlegroups.com
  To unsubscribe from this group, send email to
   android-developers+unsubscr...@googlegroups.com
  android-developers+unsubscr...@googlegroups.com
  For more options, visit this group at
   http://groups.google.com/group/android-developers?hl=en
 http://groups.google.com/group/android-developers?hl=en

   --
  You received this message because you are subscribed to the Google
  Groups Android Developers group.
  To post to this group, send email to android-developers@googlegroups.com
  To unsubscribe from this group, send email to
  android-developers+unsubscr...@googlegroups.com
  For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Mac phone

2011-04-04 Thread bob
I ran adb devices, and it says this:

List of devices attached

So, it's an empty list.  Also, I tried rebooting and that didn't
help.  I can access the data on the phone file system, but adb doesn't
see it.



On Apr 2, 4:03 pm, lbendlin l...@bendlin.us wrote:
 as long as you have checked the development box on your phone it will work
 with an Intel Mac and OSX 10.6.5 plus

 Sometimes you have to reboot your phone while leaving it connected for ADB
 to see it again.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: Mac phone

2011-04-04 Thread Justin Giles
Sometimes when you plug a new device in, you need to restart the adb server
for it to see it and make sure the development setting is checked on the
phone under Settings-Applications.

adb kill-server

followed by:

adb start-server



On Mon, Apr 4, 2011 at 1:40 PM, bob b...@coolgroups.com wrote:

 I used USB Prober, and it says it found an Android Mobile Adapter.

 On Apr 2, 3:31 pm, Spiral123 cumis...@gmail.com wrote:
  No driver is needed for a Mac.
 
  Check your cables.  It's the #1 reason for Mac connection problems.
 
  Use the apple USB prober to make sure that the phone is recognized
  when plugged in.
 
  On Apr 2, 4:11 pm, bob b...@coolgroups.com wrote:
 
 
 
   I got a Huawei Ascend, and I don't know how to get it working on Mac.
   I don't think it works on Mac.
 
   Do you usually have to install some drivers?  Do the phones usually
   come with Mac drivers?
 
   On Apr 2, 2:51 pm, Maps.Huge.Info (Maps API Guru) cor...@gmail.com
   wrote:
 
Every one I've tried works with the Mac.
 
Evo
Droid
Nexus One
Magic
 
I think you'll find it's not an issue.
 
-John Coryat

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: Mac phone

2011-04-04 Thread bob
I got an LG Optimus, and that seems to work ok on my Mac.

On Apr 4, 1:49 pm, Justin Giles jtgi...@gmail.com wrote:
 Sometimes when you plug a new device in, you need to restart the adb server
 for it to see it and make sure the development setting is checked on the
 phone under Settings-Applications.

 adb kill-server

 followed by:

 adb start-server







 On Mon, Apr 4, 2011 at 1:40 PM, bob b...@coolgroups.com wrote:
  I used USB Prober, and it says it found an Android Mobile Adapter.

  On Apr 2, 3:31 pm, Spiral123 cumis...@gmail.com wrote:
   No driver is needed for a Mac.

   Check your cables.  It's the #1 reason for Mac connection problems.

   Use the apple USB prober to make sure that the phone is recognized
   when plugged in.

   On Apr 2, 4:11 pm, bob b...@coolgroups.com wrote:

I got a Huawei Ascend, and I don't know how to get it working on Mac.
I don't think it works on Mac.

Do you usually have to install some drivers?  Do the phones usually
come with Mac drivers?

On Apr 2, 2:51 pm, Maps.Huge.Info (Maps API Guru) cor...@gmail.com
wrote:

 Every one I've tried works with the Mac.

 Evo
 Droid
 Nexus One
 Magic

 I think you'll find it's not an issue.

 -John Coryat

  --
  You received this message because you are subscribed to the Google
  Groups Android Developers group.
  To post to this group, send email to android-developers@googlegroups.com
  To unsubscribe from this group, send email to
  android-developers+unsubscr...@googlegroups.com
  For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: Mac phone

2011-04-03 Thread Nasif Noorudeen
use  lsusb

check  it is detcting in usb after enabling usb-debugging..

On Sun, Apr 3, 2011 at 2:46 AM, Oliver Crow cro...@gmail.com wrote:

 I found I had this problem with my xperia x10, I installed PDAnet, which
 installs further drivers for your individual phone.



 On 2 Apr 2011, at 22:03, lbendlin l...@bendlin.us wrote:

 as long as you have checked the development box on your phone it will work
 with an Intel Mac and OSX 10.6.5 plus

 Sometimes you have to reboot your phone while leaving it connected for ADB
 to see it again.

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 android-developers@googlegroups.com
 To unsubscribe from this group, send email to
  android-developers+unsubscr...@googlegroups.com
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
  http://groups.google.com/group/android-developers?hl=en
 http://groups.google.com/group/android-developers?hl=en

  --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: Mac phone

2011-04-02 Thread Maps.Huge.Info (Maps API Guru)
Every one I've tried works with the Mac.

Evo
Droid
Nexus One
Magic

I think you'll find it's not an issue.

-John Coryat

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Mac phone

2011-04-02 Thread bob
I got a Huawei Ascend, and I don't know how to get it working on Mac.
I don't think it works on Mac.

Do you usually have to install some drivers?  Do the phones usually
come with Mac drivers?

On Apr 2, 2:51 pm, Maps.Huge.Info (Maps API Guru) cor...@gmail.com
wrote:
 Every one I've tried works with the Mac.

 Evo
 Droid
 Nexus One
 Magic

 I think you'll find it's not an issue.

 -John Coryat

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: Mac phone

2011-04-02 Thread Mark Murphy
On Sat, Apr 2, 2011 at 4:11 PM, bob b...@coolgroups.com wrote:
 I got a Huawei Ascend, and I don't know how to get it working on Mac.
 I don't think it works on Mac.

 Do you usually have to install some drivers?  Do the phones usually
 come with Mac drivers?

There are no Mac drivers for any phone, AFAIK. It should just work:

http://developer.android.com/guide/developing/device.html

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_The Busy Coder's Guide to *Advanced* Android Development_ Version
1.9.2 Available!

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Mac phone

2011-04-02 Thread Spiral123
No driver is needed for a Mac.

Check your cables.  It's the #1 reason for Mac connection problems.

Use the apple USB prober to make sure that the phone is recognized
when plugged in.



On Apr 2, 4:11 pm, bob b...@coolgroups.com wrote:
 I got a Huawei Ascend, and I don't know how to get it working on Mac.
 I don't think it works on Mac.

 Do you usually have to install some drivers?  Do the phones usually
 come with Mac drivers?

 On Apr 2, 2:51 pm, Maps.Huge.Info (Maps API Guru) cor...@gmail.com
 wrote:







  Every one I've tried works with the Mac.

  Evo
  Droid
  Nexus One
  Magic

  I think you'll find it's not an issue.

  -John Coryat

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Mac phone

2011-04-02 Thread lbendlin
as long as you have checked the development box on your phone it will work 
with an Intel Mac and OSX 10.6.5 plus

Sometimes you have to reboot your phone while leaving it connected for ADB 
to see it again.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: Mac phone

2011-04-02 Thread Oliver Crow
I found I had this problem with my xperia x10, I installed PDAnet, which 
installs further drivers for your individual phone.



On 2 Apr 2011, at 22:03, lbendlin l...@bendlin.us wrote:

 as long as you have checked the development box on your phone it will work 
 with an Intel Mac and OSX 10.6.5 plus
 
 Sometimes you have to reboot your phone while leaving it connected for ADB to 
 see it again.
 -- 
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en