Mac OS X Not Recognizing Galaxy S Phones

When I bought my Galaxy S phone (Sprint Epic 4G) I was really excited about the phone until I connected it to my Mac, to my surprise, OSX wouldn’t recognize the phone, so Mounting the phone as USB Mass Storage was of no use, nor trying to connect it thru ADB; I was very disappointed. I rushed to Google trying to find an answer and to my surprise, I wasn’t the only one having the same problem, some people were able to connect for a couple of seconds then OSX would kick them out of the system, some others wouldn’t connect at all, and some other ones connected just fine. Digging deeper I found several solutions:

Continue reading

How to set up ADB (Android Debug Bridge) in Mac OSX

I have seen many questions regarding the set up of ADB under Mac OSX, and when I got myself a MBP I had the same question. After some research, I was able to find that is not as complicated as I thought it would be; it’s actually less of a hassle than setting it up under Windows or Linux. In OSX, ADB just works, as simple as that.

What is ADB?
ADB (Android Debug Bridge) is a handy tool that comes with Android SDK that allows you to control and interface with your Android device.

Continue reading

How to Take Screenshots in Mac OS X

I have been a Windows user ever since Windows 95 came out, and it wasn’t up until this past May (2010) that I decided to make the switch to Macs; it wasn’t really hard to adapt from one OS to the other. It’s just that some basic functionality is way different from from what I am used to, for example, in Windows you can cut-and-paste file and in OSX you cannot (this annoys me) unless you create a special script to do that.

Continue reading

How to Uninstall Sprint Apps from from Your Android Device

When I got my phone I didn’t like that it came loaded with useless apps from Sprint, like NFL, Nascar, SprintTV, I immediately wanted to remove them, but unfortunately they couldn’t be removed. What now? After some research, I found out that the only way to remove them is by rooting the phone and using some adb commands. So, here is a little tutorial on how to remove them.

Continue reading

Setting Up ADB/USB Drivers for Android Devices in Linux (Ubuntu)

If you are like me and like developing in Linux, then you will find this guide useful. When I was setting up everything for my Android development, I ran into the problem that Linux was not recognizing my Android phone, and took me some time figuring out how to make Linux recognize my phone. Finally, after some research I was able to put this little guide together and decided to share it with the rest of the world.

ADB (Android Debug Bridge) is a handy tool that comes with Android SDK that allows you to control and interface with your Android device.

Continue reading