* [Bluez-devel] making a cellphone ring using bluetooth message @ 2005-07-20 12:52 Tri Ngo 2005-07-20 16:27 ` Code Logic 0 siblings, 1 reply; 8+ messages in thread From: Tri Ngo @ 2005-07-20 12:52 UTC (permalink / raw) To: bluez-devel Hi, I apologize that this may not be the perfect place to post this question but I was hoping that someone would be able to point me in the right direction. I would like to make a cellphone ring by sending a bluetooth message. I was wondering if anyone on this list knows if this functionality is possible to implement. Thanks, Tri ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ Bluez-devel mailing list Bluez-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-devel ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Bluez-devel] making a cellphone ring using bluetooth message 2005-07-20 12:52 [Bluez-devel] making a cellphone ring using bluetooth message Tri Ngo @ 2005-07-20 16:27 ` Code Logic 2005-07-20 16:48 ` Douglas Russell 2005-07-20 16:49 ` Collin R. Mulliner 0 siblings, 2 replies; 8+ messages in thread From: Code Logic @ 2005-07-20 16:27 UTC (permalink / raw) To: bluez-devel I'm not sure if you can actually do that, at least not with only a BT client. You will probably need an app that listens for BT messages on the phone and plays some sound upon receiving the specific BT command. Depending on the type of phone you are targeting, there might already be some apps out there (Bemused) that can help you out. On Wed, 2005-07-20 at 08:52 -0400, Tri Ngo wrote: > Hi, > I apologize that this may not be the perfect place to post this > question but I was hoping that someone would be able to point me in > the right direction. I would like to make a cellphone ring by sending > a bluetooth message. I was wondering if anyone on this list knows if > this functionality is possible to implement. > > Thanks, > Tri > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id\x16492&op=click > _______________________________________________ > Bluez-devel mailing list > Bluez-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bluez-devel ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ Bluez-devel mailing list Bluez-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-devel ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Bluez-devel] making a cellphone ring using bluetooth message 2005-07-20 16:27 ` Code Logic @ 2005-07-20 16:48 ` Douglas Russell 2005-07-21 16:16 ` Code Logic 2005-07-20 16:49 ` Collin R. Mulliner 1 sibling, 1 reply; 8+ messages in thread From: Douglas Russell @ 2005-07-20 16:48 UTC (permalink / raw) To: bluez-devel Actually, I'm pretty sure you can do this with an AT command. Don't ask me what it might be though. :-) On Wednesday 20 Jul 2005 17:27, Code Logic wrote: > I'm not sure if you can actually do that, at least not with only a BT > client. You will probably need an app that listens for BT messages on > the phone and plays some sound upon receiving the specific BT command. > Depending on the type of phone you are targeting, there might already be > some apps out there (Bemused) that can help you out. > > On Wed, 2005-07-20 at 08:52 -0400, Tri Ngo wrote: > > Hi, > > I apologize that this may not be the perfect place to post this > > question but I was hoping that someone would be able to point me in > > the right direction. I would like to make a cellphone ring by sending > > a bluetooth message. I was wondering if anyone on this list knows if > > this functionality is possible to implement. > > > > Thanks, > > Tri > > > > > > ------------------------------------------------------- > > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > > from IBM. Find simple to follow Roadmaps, straightforward articles, > > informative Webcasts and more! Get everything you need to get up to > > speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id\x16492&op=click > > _______________________________________________ > > Bluez-devel mailing list > > Bluez-devel@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/bluez-devel > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > Bluez-devel mailing list > Bluez-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bluez-devel ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ Bluez-devel mailing list Bluez-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-devel ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Bluez-devel] making a cellphone ring using bluetooth message 2005-07-20 16:48 ` Douglas Russell @ 2005-07-21 16:16 ` Code Logic 0 siblings, 0 replies; 8+ messages in thread From: Code Logic @ 2005-07-21 16:16 UTC (permalink / raw) To: bluez-devel You're most probably right. Google for this file : r320at_r1a.pdf It has a complete list of AT commands (form Ericsson), including some that looked like commands to generate a ring. Also, you should take a look at the source code of Float's Mobile Agent (fma.sourceforge.net) This program, I think, makes extensive use of the AT command set (through bluetooth and IR) to perform all kinds of cool things. On Wed, 2005-07-20 at 17:48 +0100, Douglas Russell wrote: > Actually, I'm pretty sure you can do this with an AT command. Don't ask me > what it might be though. :-) > > On Wednesday 20 Jul 2005 17:27, Code Logic wrote: > > I'm not sure if you can actually do that, at least not with only a BT > > client. You will probably need an app that listens for BT messages on > > the phone and plays some sound upon receiving the specific BT command. > > Depending on the type of phone you are targeting, there might already be > > some apps out there (Bemused) that can help you out. > > > > On Wed, 2005-07-20 at 08:52 -0400, Tri Ngo wrote: > > > Hi, > > > I apologize that this may not be the perfect place to post this > > > question but I was hoping that someone would be able to point me in > > > the right direction. I would like to make a cellphone ring by sending > > > a bluetooth message. I was wondering if anyone on this list knows if > > > this functionality is possible to implement. > > > > > > Thanks, > > > Tri > > > > > > > > > ------------------------------------------------------- > > > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > > > from IBM. Find simple to follow Roadmaps, straightforward articles, > > > informative Webcasts and more! Get everything you need to get up to > > > speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id\x16492&op=click > > > _______________________________________________ > > > Bluez-devel mailing list > > > Bluez-devel@lists.sourceforge.net > > > https://lists.sourceforge.net/lists/listinfo/bluez-devel > > > > ------------------------------------------------------- > > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > > from IBM. Find simple to follow Roadmaps, straightforward articles, > > informative Webcasts and more! Get everything you need to get up to > > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > > _______________________________________________ > > Bluez-devel mailing list > > Bluez-devel@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/bluez-devel > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > Bluez-devel mailing list > Bluez-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bluez-devel ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ Bluez-devel mailing list Bluez-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-devel ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Bluez-devel] making a cellphone ring using bluetooth message 2005-07-20 16:27 ` Code Logic 2005-07-20 16:48 ` Douglas Russell @ 2005-07-20 16:49 ` Collin R. Mulliner 2005-07-20 18:12 ` Tri Ngo 1 sibling, 1 reply; 8+ messages in thread From: Collin R. Mulliner @ 2005-07-20 16:49 UTC (permalink / raw) To: bluez-devel Hi, some cellphones, e.g. all Siemens phones have a special AT command to turn on the ring, this works quite nice :) Google should give you the right command, I don't have it on my mind right now. Maybe this helps. ... Collin On Wed, 2005-07-20 at 10:27 -0600, Code Logic wrote: > I'm not sure if you can actually do that, at least not with only a BT > client. You will probably need an app that listens for BT messages on > the phone and plays some sound upon receiving the specific BT command. > Depending on the type of phone you are targeting, there might already be > some apps out there (Bemused) that can help you out. > > On Wed, 2005-07-20 at 08:52 -0400, Tri Ngo wrote: > > Hi, > > I apologize that this may not be the perfect place to post this > > question but I was hoping that someone would be able to point me in > > the right direction. I would like to make a cellphone ring by sending > > a bluetooth message. I was wondering if anyone on this list knows if > > this functionality is possible to implement. > > > > Thanks, > > Tri > > > > > > ------------------------------------------------------- > > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > > from IBM. Find simple to follow Roadmaps, straightforward articles, > > informative Webcasts and more! Get everything you need to get up to > > speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id\x16492&op=click > > _______________________________________________ > > Bluez-devel mailing list > > Bluez-devel@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/bluez-devel > > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > Bluez-devel mailing list > Bluez-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bluez-devel -- Collin R. Mulliner <collin@betaversion.net> BETAVERSiON Systems [www.betaversion.net] info/pgp: finger collin@betaversion.net Real C programmers never die, they cast to void... ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ Bluez-devel mailing list Bluez-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-devel ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Bluez-devel] making a cellphone ring using bluetooth message 2005-07-20 16:49 ` Collin R. Mulliner @ 2005-07-20 18:12 ` Tri Ngo 2005-07-20 19:00 ` Joshua Wright 0 siblings, 1 reply; 8+ messages in thread From: Tri Ngo @ 2005-07-20 18:12 UTC (permalink / raw) To: bluez-devel Thanks everyone. I havea follow up question, is it possible to establish an rfcomm connection with a bluetooth phone automatically.=20 As in, can the connection be established totally through a script without interaction with the phone or the computer. I have read some sites that mention that the phone asks if the connection with computer is to be allowed, but is there a way to allow the phone to connect automatically, without asking? I can't test this yet since I don't have a bluetooth phone currently. My goal is to make the phone ring without having to do anything on the phone. Thanks again, Tri On 7/20/05, Collin R. Mulliner <collin@betaversion.net> wrote: > Hi, >=20 > some cellphones, e.g. all Siemens phones have a special AT command to > turn on the ring, this works quite nice :) Google should give you the > right command, I don't have it on my mind right now. >=20 > Maybe this helps. >=20 > ... Collin >=20 > On Wed, 2005-07-20 at 10:27 -0600, Code Logic wrote: > > I'm not sure if you can actually do that, at least not with only a BT > > client. You will probably need an app that listens for BT messages on > > the phone and plays some sound upon receiving the specific BT command. > > Depending on the type of phone you are targeting, there might already b= e > > some apps out there (Bemused) that can help you out. > > > > On Wed, 2005-07-20 at 08:52 -0400, Tri Ngo wrote: > > > Hi, > > > I apologize that this may not be the perfect place to post this > > > question but I was hoping that someone would be able to point me in > > > the right direction. I would like to make a cellphone ring by sending > > > a bluetooth message. I was wondering if anyone on this list knows if > > > this functionality is possible to implement. > > > > > > Thanks, > > > Tri > > > > > > > > > ------------------------------------------------------- > > > SF.Net email is sponsored by: Discover Easy Linux Migration Strategie= s > > > from IBM. Find simple to follow Roadmaps, straightforward articles, > > > informative Webcasts and more! Get everything you need to get up to > > > speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id=16492&op=3Dclick > > > _______________________________________________ > > > Bluez-devel mailing list > > > Bluez-devel@lists.sourceforge.net > > > https://lists.sourceforge.net/lists/listinfo/bluez-devel > > > > > > > > ------------------------------------------------------- > > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > > from IBM. Find simple to follow Roadmaps, straightforward articles, > > informative Webcasts and more! Get everything you need to get up to > > speed, fast. http://ads.osdn.com/?ad_id=3D7477&alloc_id=3D16492&op=3Dcl= ick > > _______________________________________________ > > Bluez-devel mailing list > > Bluez-devel@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/bluez-devel > -- > Collin R. Mulliner <collin@betaversion.net> > BETAVERSiON Systems [www.betaversion.net] > info/pgp: finger collin@betaversion.net > Real C programmers never die, they cast to void... >=20 >=20 >=20 > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=3D7477&alloc_id=3D16492&op=3Dclic= k > _______________________________________________ > Bluez-devel mailing list > Bluez-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bluez-devel > ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ Bluez-devel mailing list Bluez-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-devel ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Bluez-devel] making a cellphone ring using bluetooth message 2005-07-20 18:12 ` Tri Ngo @ 2005-07-20 19:00 ` Joshua Wright 2005-07-20 19:29 ` Tri Ngo 0 siblings, 1 reply; 8+ messages in thread From: Joshua Wright @ 2005-07-20 19:00 UTC (permalink / raw) To: bluez-devel -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Tri Ngo wrote: > Thanks everyone. I havea follow up question, is it possible to > establish an rfcomm connection with a bluetooth phone automatically. My understanding is that if you have already established a paired relationship with the target bluetooth device, some phones will allow you to connect without prompting Yes/No on the target device. Looking at the content on the trifinite.org site, it appears that phones vulnerable to the BlueBug attack (http://trifinite.org/trifinite_stuff_bluebug.html) would also allow an attacker to establish an rfcomm connection without notifying the owner of the target device. - -Josh - -- - -Joshua Wright jwright@hasborg.com 2005-2006 pgpkey: http://802.11ninja.net/pgpkey.htm fingerprint: F00E 7A42 8375 0C55 964F E5A4 4D2F 22F6 3658 A4BF Today I stumbled across the world's largest hotspot. The SSID is "linksys". -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFC3p87TS8i9jZYpL8RAlKWAKDF2zfEZpn+2jaPfLqMFdF9GB94hgCgwRZJ qYXLgTBTT9gRufP9INLSumk= =lFx+ -----END PGP SIGNATURE----- ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ Bluez-devel mailing list Bluez-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-devel ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Bluez-devel] making a cellphone ring using bluetooth message 2005-07-20 19:00 ` Joshua Wright @ 2005-07-20 19:29 ` Tri Ngo 0 siblings, 0 replies; 8+ messages in thread From: Tri Ngo @ 2005-07-20 19:29 UTC (permalink / raw) To: bluez-devel Scary stuff thanks for the advice. On 7/20/05, Joshua Wright <jwright@hasborg.com> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 >=20 > Tri Ngo wrote: > > Thanks everyone. I havea follow up question, is it possible to > > establish an rfcomm connection with a bluetooth phone automatically. >=20 > My understanding is that if you have already established a paired > relationship with the target bluetooth device, some phones will allow > you to connect without prompting Yes/No on the target device. >=20 > Looking at the content on the trifinite.org site, it appears that phones > vulnerable to the BlueBug attack > (http://trifinite.org/trifinite_stuff_bluebug.html) would also allow an > attacker to establish an rfcomm connection without notifying the owner > of the target device. >=20 > - -Josh > - -- > - -Joshua Wright > jwright@hasborg.com >=20 > 2005-2006 pgpkey: http://802.11ninja.net/pgpkey.htm > fingerprint: F00E 7A42 8375 0C55 964F E5A4 4D2F 22F6 3658 A4BF >=20 > Today I stumbled across the world's largest hotspot. The SSID is "linksy= s". > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.1 (MingW32) > Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org >=20 > iD8DBQFC3p87TS8i9jZYpL8RAlKWAKDF2zfEZpn+2jaPfLqMFdF9GB94hgCgwRZJ > qYXLgTBTT9gRufP9INLSumk=3D > =3DlFx+ > -----END PGP SIGNATURE----- >=20 >=20 > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=3D7477&alloc_id=3D16492&op=3Dclic= k > _______________________________________________ > Bluez-devel mailing list > Bluez-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bluez-devel > ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ Bluez-devel mailing list Bluez-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-devel ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2005-07-21 16:16 UTC | newest] Thread overview: 8+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2005-07-20 12:52 [Bluez-devel] making a cellphone ring using bluetooth message Tri Ngo 2005-07-20 16:27 ` Code Logic 2005-07-20 16:48 ` Douglas Russell 2005-07-21 16:16 ` Code Logic 2005-07-20 16:49 ` Collin R. Mulliner 2005-07-20 18:12 ` Tri Ngo 2005-07-20 19:00 ` Joshua Wright 2005-07-20 19:29 ` Tri Ngo
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox