Tag Archives: android diy

Recommended Android-diy

Android DIY – How to Get Android Notifications on Your Desktop!

For those of you who want to get your Android smartphone notifications on your desktop computer so you don’t miss calls while blasting your internet radio at work, there’s an open source Android app called “Android Notifier” you can install that works via bluetooth or wifi.

This project sends notifications to a desktop computer when certain events happen on an Android device, such as the phone ringing, an SMS being received, or the battery running low. The notifications can be sent over Wifi, Bluetooth,

Click Here to Read Full Article

Leave a comment

Android DIY – How to Setup Android SDK on your Ubuntu/Debian Linux!

Today I was setting up my Android SDK on my laptop’s Ubuntu so I figured also to show others how easy it is to setup Android SDK on your Ubuntu or Debian using commands apt-get, tar, and wget.

For those of you who want to setup Android SDK so you can start using ADB commands or root your Android smartphone, you will need to first install Java run-time on your Ubuntu/Debian.

First, open up a terminal and put yourself into “root” mode so you don’t have to keep typing sudo in front of everything:

sudo /bin/bash

Now, let’s install Java r

Click Here to Read Full Article

Leave a comment