[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

[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

[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

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:

[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

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,

[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] 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

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

[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

[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

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