![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
Tutorials & Tips The place to find Ubuntu related Tips & Tricks. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
A Carafe of Ubuntu
![]() Join Date: Oct 2005
Beans: 154
Ubuntu 9.04 Jaunty Jackalope
|
Bluetooth & Bitpim with LG Phones
For those of you who don't know, Bitpim is a great tool for transferring files back and forth between phones and your PC (ie. backing up contacts and making your own mp3 ringtones). This tutorial will be given for a LG VX-8300 specifically, but it should work with later (maybe some earlier) models.
First, get bitpim from the repositories and make sure that bluetooth utilities are installed: Code:
sudo apt-get install bitpim bluez-utils Code:
sudo /etc/init.d/bluetooth start Then find out your phone's mac address and connect with the commands: Code:
$ hcitool scan $ sudo hcitool cc ##:##:##:##:##:## $ sudo hcitool auth ##:##:##:##:##:## This last line may or may not be necessary. When I entered it, I got the output "Not connected." However, I'd already previously connected my phone with the laptop through gnome-bluetooth in a previous failed attempt to get bluetooth working and had already authorized my phone for connection, so I ignored the message. Now we need to find out what channel to connect rfcomm to, so enter Code:
sdptool browse ##:##:##:##:##:## Code:
Service Name: BT DIAG
Service RecHandle: 0x10005
Service Class ID List:
"Serial Port" (0x1101)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 16
Language Base Attr List:
code_ISO639: 0x656e
encoding: 0x6a
base_offset: 0x100
Profile Descriptor List:
"Serial Port" (0x1101)
Now run Code:
rfcomm connect 0 ##:##:##:##:##:## ?? At this point the phone should be connected via bluetooth with ubuntu and we can run bitpim. Start it up with Code:
bitpim Code:
No phone detected/recognized. Run Settings? These directions were adopted from instructions for an LG VX-9800: http://www.quietearth.us/vx9800.htm |
|
|
|
|
|
#2 |
|
First Cup of Ubuntu
![]() Join Date: Apr 2006
Beans: 8
|
Re: Bluetooth & Bitpim with LG Phones
Sweet worked like a champ! Also I would like to add that folks might want to go to the BitPim web site and get the latest version as it adds support for newer phones:
http://www.bitpim.org/#download You can just download the deb and install it and then run `bitpim` from a console window (ie. lightenup@neutron:~$ bitpim ) |
|
|
|
|
|
#3 |
|
Way Too Much Ubuntu
![]() |
Re: Bluetooth & Bitpim with LG Phones
I've been trying to get this to work and it just doesn't want to cooperate. When I run "sdptool browse" there is no BT DIAG section. Bitpim shows "This port is active but not available for use" and "It was not possible to open this port."
__________________
HyperNova Software is |
|
|
|
|
|
#4 |
|
Ubuntu Extra Shot
![]() |
Re: Bluetooth & Bitpim with LG Phones
i followed the entire guide and it doesnt work. BT DIAG is not in the console.
this is ridiculous. yet another complete waste of my time. in windows, it works immediately without any flaws. in ubuntu, it doesnt work period. what a stupid OS. im going back to windows. what a waste of half an hour for NOTHING. there is absolutely no hardware support in linux. period. somebody needs to axe this entire project and do us all a favor.
__________________
I WANNA GO FAST!!! Ubuntu Registered User #29486 |
|
|
|
|
|
#5 |
|
A Carafe of Ubuntu
![]() Join Date: Oct 2005
Beans: 154
Ubuntu 9.04 Jaunty Jackalope
|
Re: Bluetooth & Bitpim with LG Phones
I tried these instructions in Jaunty and they still work for me (although I need to use an older version of Bitpim than the one in the repos).
My linux machine is broken currently (literally, the video card is fried), so I can't really be of any help. Make sure you follow all instructions correctly and make sure you have the right Mac address. Also what make are your phones? |
|
|
|
|
|
#6 |
|
First Cup of Ubuntu
![]() Join Date: Apr 2008
Beans: 4
|
Re: Bluetooth & Bitpim with LG Phones
I tried this method, and everything worked including the rfcomm command, but when I tried BitPim, it failed to detect my phone. I was finally able to get it working by using the -r (for RAW mode) command with rfcomm.
I had created a blank rfcomm file in /etc/bluetooth/ and edited the rfcomm.conf file to add an entry for my phone. rfcomm -r connect 4 This established a raw mode connection to my phone and allowed BitPim to finally see it. Thanks to quazi for the first post and the rfcomm man pages for the -r switch. |
|
|
|
|
|
#7 | |
|
First Cup of Ubuntu
![]() Join Date: Nov 2008
Beans: 9
|
i followed step by step, everything went well until.. i cant get the phonebook or anything else from the phone,
here is the error Bitpim gived me. Quote:
I use Ubuntu Jaunty and a Cell phone LG10000 voyager from Telus in canada. thanx for help. |
|
|
|
|
|
|
#8 |
|
Gee! These Aren't Roasted!
![]() Join Date: Dec 2007
Location: Columbus OH, USA
Beans: 192
Ubuntu 9.10 Karmic Koala
|
Re: Bluetooth & Bitpim with LG Phones
Hi maxcomx,
Does your BT port show as available in Bitpim? Mine does not (it is listed under "Ports not available") and I get the same problem as you. This is in spite of the ability I have to transfer pictures back and forth between my laptop and the phone via BT using Nautilus. Strange. Anyone have suggestions?
__________________
Registered Ubuntu User #29081 | Sync music to your cell phone using Amarok 1.4! | [URL="http://ubuntuforums.org/showthread.php?t=1320844" Bluetooth & Bitpim under Karmic] Last edited by greyfox1; November 5th, 2009 at 04:52 PM.. |
|
|
|
|
|
#9 |
|
Gee! These Aren't Roasted!
![]() Join Date: Dec 2007
Location: Columbus OH, USA
Beans: 192
Ubuntu 9.10 Karmic Koala
|
Re: Bluetooth & Bitpim with LG Phones
I figured out how to gracefully resolve the errors some of us are running into in newer versions of Ubuntu and will be posting a new how-to shortly.
EDIT: enjoy.
__________________
Registered Ubuntu User #29081 | Sync music to your cell phone using Amarok 1.4! | [URL="http://ubuntuforums.org/showthread.php?t=1320844" Bluetooth & Bitpim under Karmic] Last edited by greyfox1; November 9th, 2009 at 05:57 PM.. |
|
|
|
|
|
#10 |
|
First Cup of Ubuntu
![]() Join Date: Jun 2009
Beans: 2
|
Re: Bluetooth & Bitpim with LG Phones
thanks a lot for your help. I have a Samsung phone and following your instructions was able send files to it.
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|