Linux:Bluetooth – Motorola S305 – way better sound or stereo :)

Re: Motorola S305 bluetooth headset Go to System->Preferences and open the Sound panel. Select the "Hardware" tab and click on "Motorola S305", then you will see the choices for in the Profile menu at the bottom. In the Profile menu you can choose between HSP/HFP (telephony) or A2DP (stereo headphones)…. Continue reading

Android: ANDROID_BIN which android unexpected error occured

$ ./create ~/projects/shoppingbuddy com.PortNumber53.ShoppingBuddy ShoppingBuddyAn unexpected error occurred: ANDROID_BIN="${ANDROID_BIN:=$( which android )}" exited with 1 Deleting project…   nano create Change the line: ANDROID_BIN="${ANDROID_BIN:=$( which android )}" to be the absolute path: ANDROID_BIN="/home/mauricio/adt-bundle-linux-x86_64-20130219/sdk/tools/android"