You are not logged in.

#1 2011-05-30 14:42:20

wooptoo
Member
Registered: 2007-04-23
Posts: 78
Website

Phonemnt and Phonebak - bluetooth phone utilities

Hi, I made two scripts to manage my bluetooth phone.

Phonebak - simple script that requires gnokii. Source: https://bitbucket.org/wooptoo/bin/src/tip/phonebak
It saves the phonebook and SMSes from the phone. It taked no special arguments, just run it and it does the job.

Phonemnt - requires obexfs. Source: https://bitbucket.org/wooptoo/bin/src/tip/phonemnt
It's basically a front-end that scans for bluetooth devices, caches them and mounts them. Caching is cummulative, so it will remember all past devices. It tries to be a simple replacement for blueman. You need to create the MNT path from the beginning.

A typical usage scenario would be:

# scan and cache discoverable bluetooth devices:
phonemnt -c

Scanning for devices...
Cached the following devices:
    xx:xx:xx:xx:xx:xx    somedevice
    xx:xx:xx:xx:xx:yy    anotherdevice

# then mount a device:
phonemnt somedevice

# umount
phonemnt -u

# you don't need to scan again for already cached devices, just mount them:
phonemnt anotherdevice

# or scan / cache / mount interactively:
phonemnt -i

They're not a big deal, but they help me a lot.

Offline

#2 2011-05-30 19:26:59

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: Phonemnt and Phonebak - bluetooth phone utilities

create PKGBUILDS and put them in AUR. Would be easier for people to install it then.


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

Board footer

Powered by FluxBB