While implementing the BluetoothChat application .apk inside G1 device, it always pops up a message:
$adb install -r /home/parveen/workspace/BluetoothChat/bi
In my case "adb" is located in "~/Android/Sdk/platform-tools/"
the following command solved the problem:
export PATH=$PATH:~/Android/Sdk/platform-tools/