My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
fixing_hardy  
Updated Feb 4, 2010 by cavalcan...@gmail.com

#A hacker way to fix Ubuntu hardy for Amora

Introduction

Ubuntu hardy has a faulty bluez package for months, its a well known issue which fix was not released yet for Hardy (but for Intrepid yes).

This makes several bluetooth client apps break, and so Amora too.

There is a way to workaround it, by installing Intrepid files. But be warned that it can bring problems to your system (mainly when upgrading, I guess).

Details

Download the packages and extract it in a directory.

Install them in this order:

  • lsb-base: its a dependency
  • bluez-utils: has the fix
  • libbluetooth: updated bluetooth package
  • libbluetooth-dev: has the development packages (optional)

A faster way is to execute this script:

mkdir temp
cd temp
wget http://amora.googlecode.com/files/hardy_blue_bug.tar.bz2
tar -jxvf hardy_blue_bug.tar.bz2
sudo dpkg -i  lsb-base_3.2-14ubuntu1_all.deb bluez-utils_3.36-1ubuntu1_i386.deb libbluetooth2_3.36-1_i386.deb libbluetooth-dev_3.36-1_i386.deb 

After installing it, restart the computer. Amora server should be capable of work fine and cellphones will connect to your computer.

ATTENTION

I'm no responsible for any damage in you computer and this is a hard hack, so be warned.

Comment by squilla....@gmail.com, Sep 13, 2008

It worked great! Thank you man :-) I laughed out loud when it worked so sweet

Comment by project member cavalcan...@gmail.com, Sep 14, 2008

Good to hear that. I'm using this fix on my personal notebook, and its working fine.

Best regards

Adenilson

Comment by meruv...@gmail.com, Sep 16, 2008

i got this

sudo dpkg -i lsb-base_3.2-14ubuntu1_all.deb bluez-utils_3.36-1ubuntu1_i386.deb libbluetooth2_3.36-1_i386.deb libbluetooth-dev_3.36-1_i386.deb

show this Processing triggers for libc6 ... ldconfig deferred processing now taking place Errors were encountered while processing:

libbluetooth-dev

Comment by project member cavalcan...@gmail.com, Sep 16, 2008

This fix will only work for a newly installed Ubuntu 8.04 (hardy) without any major change in its default package list.

If I got it correctly, only the last package (libbluetooth-dev) failed. If this is the case, it would still work fine (its a package required only if you want to compile amora server source code).

I suggest you to post in amora-user group (http://groups.google.com/group/amora-user) the whole output of the package installing plus the output when running amora server.

Best regards

Adenilson

Comment by md.asifi...@gmail.com, Feb 11, 2009

Great fix! It worked perfectly for me in Ubuntu.

Many thanks.


Sign in to add a comment
Powered by Google Project Hosting