Notices


Reply
Thread Tools
VDVsx's Avatar
Posts: 1,070 | Thanked: 1,604 times | Joined on Sep 2008 @ Helsinki
#1
BlueMaemo is a remote controller program for the Maemo-powered devices. With BlueMaemo you can turn your Maemo-powered device in a mixed Bluetooth keyboard-and-mouse device through the HID Bluetooth profile.

The first BlueMaemo release can be found in the project download page, you must have the Maemo base repository enable in order to satisfy all the BlueMaemo dependencies.
The application are in a beta state right now, so all the suggestions are welcome, I also need some help to figure a way to turn on and off the bluetooth adapter of the devices, if anybody know a way to do this (d-bus,system call...) I appreciate the help

More information about the project can be found in: http://www.valeriovalerio.org/?page_id=174 (usage instructions, to-do list...).
 

The Following 145 Users Say Thank You to VDVsx For This Useful Post:
ace, Aisu, alexreed88, Alfred, allnameswereout, AlMehdi, amer19, anotherguy, anthonie, Anunakin, aot, apollovy, Architengi, arjunkumar87, ARJWright, arono, arvind, ashish, astrogirl, asys3, b-man, baksiidaa, bhaskarm, bob0smith, Bobbe, Bundyo, Cadabena, Caesar, Changegames, cipper, codeMonkey, Cue, dan, deter3, Devil, Digicom, doctorbri, drangina, drizek, dzahariev, El Amir, Estel, EuskiPeuski, Fatalist, FrankWalzer, frethop, GeraldKo, HeadbangerX, HeinzHarald, helex, helloct, Helmuth, hvacengi, iKneaDough, ILikeMaemo, Inacurate, ioan, jackdoor, johnkzin, Johnx, karatchov, kevloral, Kytrix, LurkerN, luso, Maj3stic, makel, Marklar, MartinK, MatMat, mdky, mece, meizirkki, Mentalist Traceur, MetalSer, michael9830, mobiledivide, mosiomm, mpi, mtron, Munk, musculus, Mxxd, Naranek, nashith, NateLikesClaire, nef919, Nikem, nology, oldnetdog, ossipena, PathFinder@9GS, Patola, peterbird, peterleinchen, phap, phutterman, pipeline, pumo, pwsn, qole, qwerty12, raily, Rauha, rocketscientist, Roth, sake, salinmooch, sashabe, schasch, sifo, si_wardo, skalogre, Snoshrk, Sourav.dubey, sowwhatyoureap, speculatrix, Stskeeps, TenSpeed, Texrat, TheConstruct, Thesandlord, thesikoindeskiz, thet3d, thopiekar, timsamoff, tpaixao, twaelti, ukki, vabgeo, Veix, vetsin, viegas, VII, vikramhemchandar, WilliePre, windzilla, xemiterx, xomm, xopher, yerga, ysss, Zamber, zincholic, zok
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#2
Turn off bt:
Code:
run-standalone.sh dbus-send --system --type=method_call --dest=org.bluez /org/bluez/hci0 org.bluez.Adapter.SetMode string:off
Switch on in discoverable mode:
Code:
run-standalone.sh dbus-send --system --type=method_call --dest=org.bluez /org/bluez/hci0 org.bluez.Adapter.SetMode string:discoverable
Switch on in non-discoverable mode:
Code:
run-standalone.sh dbus-send --system --type=method_call --dest=org.bluez /org/bluez/hci0 org.bluez.Adapter.SetMode string:connectable
Thanks to vabgeo.

Last edited by qwerty12; 2009-04-05 at 21:45.
 

The Following 12 Users Say Thank You to qwerty12 For This Useful Post:
VDVsx's Avatar
Posts: 1,070 | Thanked: 1,604 times | Joined on Sep 2008 @ Helsinki
#3
Thanks again qwerty12, I will add this calls in the next release to turn the app more user friendly.
 

The Following User Says Thank You to VDVsx For This Useful Post:
Stskeeps's Avatar
Posts: 1,671 | Thanked: 11,478 times | Joined on Jun 2008 @ Warsaw, Poland
#4
A small bug report which may be difficult - . on some keyboard layouts are not : in the other end (PC, in this case XP).. had problems with - as well.
__________________
As you go on to other communities, remember to build them around politeness, respect, trust and humility. Be wary of poisonous people and deal with them before they end up killing your community.. Seen it happen to too many IRC channels, forums, open source projects.
 

The Following User Says Thank You to Stskeeps For This Useful Post:
VDVsx's Avatar
Posts: 1,070 | Thanked: 1,604 times | Joined on Sep 2008 @ Helsinki
#5
Originally Posted by Stskeeps View Post
A small bug report which may be difficult - . on some keyboard layouts are not : in the other end (PC, in this case XP).. had problems with - as well.
Can you explain it better ?

I have to warning that the only keyboard layout supported at this time are US-ENG, so if you are using for example a Latin layout, the shift combination should produce a different keys from the key that you have pressed in the device.
 

The Following User Says Thank You to VDVsx For This Useful Post:
Posts: 1,213 | Thanked: 356 times | Joined on Jan 2008 @ California and Virginia
#6
Works on Vista with Microsoft Stack as well
 

The Following User Says Thank You to Thesandlord For This Useful Post:
VDVsx's Avatar
Posts: 1,070 | Thanked: 1,604 times | Joined on Sep 2008 @ Helsinki
#7
Originally Posted by Thesandlord View Post
Works on Vista with Microsoft Stack as well
Thanks for the feedback
 
dzahariev's Avatar
Posts: 30 | Thanked: 4 times | Joined on Mar 2008 @ Bulgaria
#8
Hi,
I am facing problems with installation.
Can you please put the configuration for 'base' repository that contain python api for diablo here.
Thank you.
 
Posts: 39 | Thanked: 4 times | Joined on Dec 2007
#9
Exactly what I was looking for and then some. Thanks for getting it done.

Works well under WinXP with blue soleil stack. No bugs as of yet.
 

The Following User Says Thank You to pwsn For This Useful Post:
VDVsx's Avatar
Posts: 1,070 | Thanked: 1,604 times | Joined on Sep 2008 @ Helsinki
#10
Originally Posted by dzahariev View Post
Hi,
I am facing problems with installation.
Can you please put the configuration for 'base' repository that contain python api for diablo here.
Thank you.
The dependencies are almost the same as Canola or Carman have, for example you can easily install the base repository in this link: http://openbossa.indt.org/canola/install_second.html (.install for base rep in the second step).

Last edited by VDVsx; 2008-10-18 at 20:09.
 

The Following 4 Users Say Thank You to VDVsx For This Useful Post:
Reply

Tags
bluemaemo, bluetooth, hid

Thread Tools

 
Forum Jump


All times are GMT. The time now is 00:18.