Welcome to the MP3Car.com forums.
You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. Registering will also remove advertisements. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!
If you have any problems with the registration process or your account login, please contact contact us.
|
09-24-2006, 01:50 PM
|
#1
|
|
FreeDrive Creator
Join Date: Feb 2004
Location: Manchester
Vehicle: Ferrari 360 (nearly)
Posts: 3,197
|
C programmer needed for bluetooth app
I am after a simple program coded in c to be able to poll for bluetooth connections and be able to connect / disconnect either headset or audio gateway... now the widcomm bluetooth SDK is downloadable free from http://www.broadcom.com/products/bluetooth_sdk.php you only need to reg. The reason I cant do it myself is I dont know the first thing about C and all the examples given are in C ...
What I want to do is connect to a headset / audio gateway when I dial out from my pc. Even a simple command line app would do, but if a dll or something could be wrote so I can do it in VB even better.
hope someone can help
CdR
|
|
|
09-27-2006, 08:40 AM
|
#3
|
|
Low Bitrate
Join Date: Jan 2006
Location: Germany
Vehicle: VW GOLF IV
Posts: 69
|
Had a look on the sdk and a sample-application named "BlueHeadphone" is provided! What else do you need? i compiled it without problems....not tested yet cause my dongle is in the car! Perhaps i could help you...
Supergong
|
|
|
09-27-2006, 10:24 AM
|
#4
|
|
FreeDrive Creator
Join Date: Feb 2004
Location: Manchester
Vehicle: Ferrari 360 (nearly)
Posts: 3,197
|
All I'm after is to be able to connect to either the audio gateway or headset from within freefone.. so even a command line app something like autoconnect.exe connect or autoconnect.exe disconnect I'm unsure how it polls for connected devices available connections etc.. but thats the idea behind it.
CdR
|
|
|
09-29-2006, 11:05 AM
|
#5
|
|
Low Bitrate
Join Date: May 2006
Location: Denver, CO
Vehicle: 2004/Chevy/Cavalier
Posts: 104
|
I'm very interesed in the same thing. However, I am in the same boat in that I have no C Programming capability. In fact if someone figured this out I think there would be a whole lot of people that would want it just as a quick solution to using their BT phone without having to use phoneco or freefone or rrmobile.
I just want an executable that I could set a button up on my skin to run and just connects my bluetooth audio gateway. I'm currently using a hack job of an autoit program that just mimicks mouse clicks ...its lame and not very smooth.
|
|
|
09-30-2006, 11:05 AM
|
#6
|
|
AMP Creator
Join Date: Jun 2006
Posts: 451
|
A common theme on this message board is people begging programmers to do things. Why dont they just learn to program themselves? Remember the old saying "Give a man a fish and you feed him for a day. Teach him how to fish and you feed him for a lifetime" ?? People aren't born with the knowledge to program, they acquire it. Anyone can do the same 
__________________
-
|
|
|
09-30-2006, 11:31 AM
|
#7
|
|
Raw Wave
Join Date: Jun 2004
Location: On the beach
Vehicle: Pug 306 XSi
Posts: 2,410
|
Quote: Originally Posted by aychamo 
A common theme on this message board is people begging programmers to do things. Why dont they just learn to program themselves? Remember the old saying "Give a man a fish and you feed him for a day. Teach him how to fish and you feed him for a lifetime" ?? People aren't born with the knowledge to program, they acquire it. Anyone can do the same 
Cdrs programming knowledge is all self taught - he has taught himself both vb and flash, he has written many things including:
- Freedrive
- Freefone
- His control pad software
- All the numerous flash skins which push the boundaries every time
I applaud cdr for how much he has learnt in the last few years and have worked along side him on Freedrive. I think it unfair to tell him to learn, he was simply asking if anyone had the knowledge to help create some code to allow him to put more into Freefone and push the boundaries once again and has always been the first to try to learn himself before asking others.
|
|
|
10-01-2006, 04:25 AM
|
#8
|
|
Variable Bitrate
Join Date: Nov 2004
Location: San Diego
Vehicle: 1991 Lincoln Towncar
Posts: 369
|
"push boundaries"
i wouldnt go that far.
i would help but it been a while since ive used c last.
too lazy to deal with all hte syntax errors from java to c.
haha
__________________
Core duo
320gb harddrive
256 ddr
8 lilliput
still installing...
|
|
|
10-11-2006, 10:39 AM
|
#9
|
|
Constant Bitrate
Join Date: Jul 2003
Location: Naperville IL
Vehicle: 91 Stealth RT/TT/04 TITAN/91 AWD Talon
Posts: 166
|
Here is some command line scripting thing for PPC's,
http://www.vijay555.com/index.php?Releases:VJVolubilis
It's off your board 
__________________
91 Stealth RT/TT
CarPuter: Inspiron 5150 P4 3.0ghz; Built-in WiFi; Deluo GPS; Radio Shark; OBD1; Nostromo Speedpad
Audio: Audigy 2 NX; Clarion 500.5 amp; 100.2 center channel amp; Kicker Solo-baric L7 10" Sub
Display: Lilliput 7" Touchscreen
|
|
|
01-04-2007, 09:35 PM
|
#10
|
|
Newbie
Join Date: Jan 2007
Posts: 1
|
Very experienced C programmer
Can program anything you need. Please contact me if still interested.
Thank You.
|
|
|
01-05-2007, 02:40 PM
|
#11
|
|
FreeDrive Creator
Join Date: Feb 2004
Location: Manchester
Vehicle: Ferrari 360 (nearly)
Posts: 3,197
|
Quote: Originally Posted by gustavobodner 
Can program anything you need. Please contact me if still interested.
Thank You.
Hi m8, very much still interested. I have been pushing on with freefone, made it standalone now and its becoming better every release. I'm still have some way to control the bluetooth headset / audio gateway connection. I just need a way to connect / disconnect it from the phone. I have no idea how you would go about this or infact how it stores the connections. The pairing and setup of the gateway / headset could be done manual first maybe.. no idea to be honest. I have downloaded the sdk, but with never playing with C and with enough going on with my flash skins / freefone / freedrive / roadrunner controller and a few other things not released yet it would be a while till I could get round to it..
let me know any info you need, thanks CdR
|
|
|
01-05-2007, 02:41 PM
|
#12
|
|
FreeDrive Creator
Join Date: Feb 2004
Location: Manchester
Vehicle: Ferrari 360 (nearly)
Posts: 3,197
|
Quote: Originally Posted by aychamo 
A common theme on this message board is people begging programmers to do things. Why dont they just learn to program themselves? Remember the old saying "Give a man a fish and you feed him for a day. Teach him how to fish and you feed him for a lifetime" ?? People aren't born with the knowledge to program, they acquire it. Anyone can do the same 
cheeky twat !!!
|
|
|
01-06-2007, 09:25 PM
|
#13
|
|
Variable Bitrate
Join Date: Nov 2004
Location: San Diego
Vehicle: 1991 Lincoln Towncar
Posts: 369
|
cdr i think mr gustavobodner is gonna want some cash for his work.
haha
its just spam kinda.
anyways goodluck.
__________________
Core duo
320gb harddrive
256 ddr
8 lilliput
still installing...
|
|
|
01-06-2007, 09:34 PM
|
#14
|
|
Confusion Master
Join Date: Sep 2003
Location: If you go down to the woods today, You're sure of
Vehicle: 1997 BMW E36 328I
Posts: 9,948
|
Quote: Originally Posted by CdRsKuLL 
cheeky twat !!!
Surely that's a physical impossibility. 
|
|
|
01-22-2007, 09:40 AM
|
#15
|
|
Newbie
Join Date: Mar 2005
Posts: 24
|
Quote: Originally Posted by CdRsKuLL 
Hi m8, very much still interested. I have been pushing on with freefone, made it standalone now and its becoming better every release. I'm still have some way to control the bluetooth headset / audio gateway connection. I just need a way to connect / disconnect it from the phone. I have no idea how you would go about this or infact how it stores the connections. The pairing and setup of the gateway / headset could be done manual first maybe.. no idea to be honest. I have downloaded the sdk, but with never playing with C and with enough going on with my flash skins / freefone / freedrive / roadrunner controller and a few other things not released yet it would be a while till I could get round to it..
let me know any info you need, thanks CdR
I'm ready to try and program something.
I have a 8525 and Phonecontrol doesn't work on it. What makes me mad is that I see all of the data. Phonebook, incoming calls, it dialls just the audio doesn't work. However, manually using audio gateway works like a champ.
I am not a programmer I have basic VBScript and JavaScript skills. So cdrskull if you can give any pointers as what the problem is with programming for smartphones is that would be helful.
|
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 09:15 AM.
|
|