Rss

Archives for : Android

How to Calibrate the Phone’s Battery After Flashing a new ROM or Kernel

If you are like me, changing roms very often, you will find yourself calibrating your phone’s battery very often. I remember the first rom I flashed back when I had my Sprint Hero, battery life was terrible after flashing it, and since I was a n00b back then, I did not know that I had to calibrate my phone’s battery. After some research, I was able to find out that I needed to calibrate the battery and the how-to thread.

Continue Reading >>

Share

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.

IMPORTANT Update 12/11/10 – There has been a change to the new Android SDK. ADB Tool has been moved to /android-sdk-mac_86/plataform-tools, so if you have the old SDK, please download the new one and update your path (Step 4.5 of this tutorial). If this is your first time doing this, then disregard the update and continue with the tutorial.

Continue Reading >>

Share

Google Android Hidden Secret Codes

While doing my favorite thing (browsing the internet, lol) I stumbled across a very interesting article. A geeky Android user found some internal Android codes while decoding various firmware .apk files present in the phone. He found them using Samsung Galaxy I7500, take into account that some codes may be Samsumg dependant only. I own a Sprint Hero, some of them worked, some of them did not, and some of them didn’t even dare trying.

Continue Reading >>

Share

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

Share

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

Share