Sunday, September 26, 2010

Add Medibuntu Repository to Ubuntu 10.10 Maverick Meerkat (BETA)

The Maverick repo isnt setup yet, so just use lucid for the time being.

sudo wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/lucid.list && sudo apt-get --quiet update && sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring && sudo apt-get --quiet update

Friday, September 10, 2010

Ubuntu - 10.04 Lucid Lynx - Bluetooth Music A2DP skipping

Just paired my HTC BTH-2100 headphones to my work laptop and after pairing / configuring the sound stream was greated with skipping / stuttering audio.

You need to enable BT Master connections to fix this by doing the following:
# sudo nano /etc/bluetooth/hcid.conf
Replace "lm accept;" with "lm_accept,master;"
Save the file
# sudo /etc/init.d/bluetooth stop
# sudo /etc/init.d/bluetooth start

Android - CyanogenMod 6 (CM6) GPS Fix

Having some recent problem with the GPS locking. Found this post which talks about a way to reset the AGPS data on the phone for faster and reliable locking in the future.


http://wccftech.com/2010/09/09/solving-gps-nofix-problem-cyanogenmod-6-nexus/