I am trying to use Eclipse on my Macbook Air to build Android apps for real devices, I've got a Samsung Galaxy S3 (Android 4.1) from my friend who works in a Telco company. I've enabled USB debugging. However when I use
adb devices
I couldn't see my android phone. In system report it is showed as Qualcomm CDMA Technologies MSM. Needless to say I can't test apps on the phone.
I have tried echo 0x05c6 << ~/.android/adb_usb.ini
and restart adb but I still can't see the phone.
Please shed some light on me.