-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Open-PC.com   
Apps
Groups
Knowledge Base
Events
Forum
People
Jobs
Register
Login

-
- Content .- Fans  . 

bluemote-k750 (for sonyericssons)

   0.1.4  

KDE Improvement

bluemote-k750 (for sonyericssons)
zoom


bluemote-k750 (for sonyericssons)
zoom


bluemote-k750 (for sonyericssons)
zoom


Link:  http://
Downloads:  6069
Submitted:  Dec 21 2005
Updated:  Feb 8 2007
Score: 
score74%74%score
 74% good
bad   good

Description:

Bluetooth remote controller for running scripts on your linux with your SonyEricsson k750 and similar phones (listed below). You can use your mobile as a remote control. Events (incoming/outgoing call) can automatically fire scripts on your linux (like muting sound).

Read README-bluemote in tar.gz for detailed information about this program's original purpose.

Thanks for bluemote's original author for his great application!

This is a modified version for k750's new AT protocol. Tested only on my k750,
maybe good with similar mobiles like:

K750 series
W800 series
Z520 series
W600 series
W550 series
W900 series

Feel free to report me about your experience here or my email. (Remember, you need a working RFCOMM link to your mobile before you can use this program)

I've included an example script for TV-time. It's mostly initial version, so may not work
absolutely.

It will put a "PC Remote" menu element under Bluetooth section of your mobile. Enter and test it.

http://kde-apps.org/content/show.php?content=22649
- here you will find my scripts for KDE apps.




Changelog:

Java version 0.2.0_alpha is released.
Contains untested support for t630 and k700 like mobiles. Testers needed!

Check out at http://sourceforge.net/forum/forum.php?forum_id=656073


2007-01-17 --

Java version 0.1.6 released
http://remotej.sf.net

Log cleanup (info level is much cleaner).

- Some bugs removed (global event triggering and event heaping).

- Some gnome-flavor addition/cleanup in menu.xml

- build.xml added for developers.

2006-12-29 --

Java version 0.1.5 released

New application coverage in scripts and config files:

mplayer, totem, rhythmbox, cursor keys. README document reviewed, modified. 64 bit compiled xsendkey tool added.

2006-12-18 --
Java version 0.1.4 released

- New kde-flavoured scripts added
- some enhancment in BarInput

2006-04-29 --
Java version 0.1.3 released
(new global events added(
Project page at:


https://sourceforge.net/projects/remotej
http://remotej.sf.net/
(Secondary source file updated here too)

2006-01-08 --
Java version 0.1.2 released
Project page at:


2006-01-02 --
Java version 0.1 released.

0.1.4
=====
2005-12-31

New functionality and Bugfix release:
Based on Bob Leysen's patch (Thanks! :) )
- correction of code (ui.h/ui.c was not compiling)
- Text input functionality added

If anyone cares, feel free to develop/take over this C version project of bluemote-k750. I will only maintain it based on patches, because I created a substitutional project in JAVA (will be published rather soon).

Happy new year!

0.1.3.2
=======

Correction release:
- mouse() function crashed with example config because of too long config
file, parse.h parameters increased to support cfg file

0.1.3.1
=======
Small upgrade version:
- initial action flow corrected to be able to show message on connection
- tested with Call events, works fine, fires script when incoming/outgoing call begins/ends
- added some more to example config ;)

0.1.3
=====
New funcionality release:
- volume function graph added (:volume())
- mouse function added (:mouse())
- keyboard function added (:keyboard())

- more commands allowed in config file (set in parse.h MAXMCMD)

0.1.2
=====
New funcionality release:
- some output/input configuration made available! (for read Yes/No from mobile, and sending messages to mobile.) Read README for details.

0.1.1
=====

If over 9 commands, giving new command always used 1st element in list. Bug fixed.




LicenseGPL
Source(Java version)
send to a friend
subscription
other apps from krionius

goto page: prev   1  2 

-

 patch for v1.3.2

 
 by bleysen on: Dec 31 2005
 

Hello everyone,

I've created a patch for version 1.3.2 to remove the small bug at compile time (function definition in ui.h not the same as the one in ui.c for functionn get_yesno)
and a little extra, I've updated the get_text function to work again with K750.

When you use the < Text in your bluemote.cfg file, you don't have to put the maxlen parameter anymore. The new call will be something like this:
< Text title text default-text
The result will be available in $Text as usual.
You can download the patched version here:
http://www.leysen.be/bluemote/bluemote.patch.tar.gz


reply to this

-

 patch for v1.3.2

 
 by bleysen on: Dec 31 2005
 

Hello everyone,

I've created a patch for version 1.3.2 to remove the small bug at compile time (function definition in ui.h not the same as the one in ui.c for functionn get_yesno)
and a little extra, I've updated the get_text function to work again with K750.

When you use the < Text in your bluemote.cfg file, you don't have to put the maxlen parameter anymore. The new call will be something like this:
< Text title text default-text
The result will be available in $Text as usual.
You can download the patched version here:
http://www.leysen.be/bluemote/bluemote.patch.tar.gz


reply to this

-

 patch for v1.3.2

 
 by bleysen on: Dec 31 2005
 

Hello everyone,

I've created a patch for version 1.3.2 to remove the small bug at compile time (function definition in ui.h not the same as the one in ui.c for functionn get_yesno)
and a little extra, I've updated the get_text function to work again with K750.

When you use the < Text in your bluemote.cfg file, you don't have to put the maxlen parameter anymore. The new call will be something like this:
< Text title text default-text
The result will be available in $Text as usual.
You can download the patched version here:
http://www.leysen.be/bluemote/bluemote.patch.tar.gz


reply to this

-
.

 Re: patch for v1.3.2

 
 by krionius on: Dec 31 2005
 

Thanks for the patch! Now it is fully incorporated in version 1.4!

Cheers, have a happy new year!


reply to this

-

 Re: Re: patch

 
 by bleysen on: Dec 31 2005
 

Sorry for the tripple post. I thought it didn't get accepted and tried again ...
It was my first post anyway. Won't happen again :-)

I'm looking forward to your java version and I'll definitely try it.
I'll keep using the C version for the moment and when I can get something to work I'll post another patch.

happy new year to everyone!


reply to this

-

 USB Cable

 
 by qupada on: Jan 15 2006
 

Has anyone tried this with the usb cable that comes with the K750i and the kernel driver CONFIG_USB_ACM (Device Drivers -> USB support -> USB Modem (CDC ACM) support) ?

The resultant /dev/ttyACM0 device when the phone is plugged in seems to work like /dev/rfcomm0 as far as minicom is concerned (my bluetooth is a little broken at present so i can't guarantee this).


reply to this

-
.

 Re: USB Cable

 
 by krionius on: Jan 16 2006
 

thanx for the info! I will try this, when I get home. I hope my kernel version will support it well, and that serial connection might work. If so, on ewont even need a bluetooth dongle to make it work! :)


reply to this

-
.

 Re: USB Cable

 
 by krionius on: Jan 21 2006
 

Yes, it is working perfectly! :) Thanks for the info. /dev/ttyACM0 is a perfectly usable serial device. bluemote-k750 works with it.


reply to this

-

 T630

 
 by tux86 on: Jan 24 2006
 

ouh damn...I only have the T630 :|


http://www.open-sources.de/
reply to this

-
.

 Re: T630

 
 by krionius on: Jan 24 2006
 

Otherwise you can checkout original bluemote project at http://www.geocities.com/saravkrish/progs/bluemote/index.html which is intended for your mobile!

Or checkout my java project, http://remotej.sf.net. If you are interested contact me, and I will try to provide you with a new java extension. In theory it's not a big thing to use it with, but I have no opportunity to test it (i have only k750i).


reply to this

-
.

 Re: Re: T630

 
 by koolkid on: Nov 29 2006
 

hello i've got a k750i bt which floder do you put the bluemote and games?


confused
reply to this

goto page: prev   1  2 

add commentback




-
-
all messages
openDesktop.org Facebook App

Partners
Place Your Link Here!
online casino bonus

-
Best Twitter Client
 Official Twitter Web Interface
 Choqok
 Plasma Twitter Applet
 Twitux
 gTwitter
 Spaz
 Twitterfox
 Gwibber
 Qwit
 TweetDeck
 Other
 Not using Twitter

resultmore
Cool Sites
iPhone Hintergrundbilder

 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Jobs
Knowledge Base
Events
People
Updates on identi.ca
Updates on Twitter
Facebook App
Content RSS   
Events RSS   

Participate
Groups
Forum
Add App
Public API
About KDE-Apps.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2003-2010 KDE-Apps.org Team  
All rights reserved. KDE-Apps.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
KDE and K Desktop Environment are trademarks of KDE e.V.