Application is designed to control BAG (Bluetooth Audio Control) service state on Windows Mobile systems. It can enable/disable audio/microphone routing to Bluetooth headset, set volume and microphone gain, enable/disable voice command launch application.
Writing this little piece of code was inspired by inability of AGEphone Mobile (ver 2.71) to collaborate with Bluetooth headset.
Really it can be used for other purposes as well. You can make some useful shortcuts or use it in some scripting language.
It is “command line” application (no GUI). Command line switches controls application behavior.
There are two working modes: “keep resident” (default: able to save and restore all settings) and “on fly” - for quick change.
Application itself and documentation with samples in attached file.
Thanks alot i'm downloading now!
gui in next ver?
Thank you very much for writing this! Your utility goes alone perfectly with AGEphone Mobile and is perfect for anyone who wants to use a BT headset AND voice command - highly recommended vs. the standard "BTAudioToggle" !
I'm trying to get this to launch via startup to see if it will work with my bt headset and voice command.
I'm just using "\Windows\bagctrl.exe /O"
as my shortcut link but it gives me an error the app isnt signed..I assume I'm probably just an idiot and not making my shortcut right..Can anyone help me please?
vidmabal said:
Application is designed to control BAG (Bluetooth Audio Control) service state on Windows Mobile systems. It can enable/disable audio/microphone routing to Bluetooth headset, set volume and microphone gain, enable/disable voice command launch application.
Writing this little piece of code was inspired by inability of AGEphone Mobile (ver 2.71) to collaborate with Bluetooth headset.
Really it can be used for other purposes as well. You can make some useful shortcuts or use it in some scripting language.
It is “command line” application (no GUI). Command line switches controls application behavior.
There are two working modes: “keep resident” (default: able to save and restore all settings) and “on fly” - for quick change.
Application itself and documentation with samples in attached file.
Click to expand...
Click to collapse
Many thanks, vidmabal - it works like a dream and does exactly what I was looking for!
MrDSL said:
I'm trying to get this to launch via startup to see if it will work with my bt headset and voice command.
I'm just using "\Windows\bagctrl.exe /O"
as my shortcut link but it gives me an error the app isnt signed..I assume I'm probably just an idiot and not making my shortcut right..Can anyone help me please?
Click to expand...
Click to collapse
Yes, application is not digitally signed.
If you want to use it you first must enable not signed applications (but there are plenty of them around).
To do this you can use "Advanced Config" or alternatively set registry value with some registry editor. "Total Commander" or "Resco explorer" can help you performing this task.
Registry key is "HKLM\Security\Policies\Policies" value name is "0000101a" (if not exists create new DWORD value) and must be set to 1.
P.s. I really don't know why you want to run it on startup and expecially with /O key
eazy2001x said:
gui in next ver?
Click to expand...
Click to collapse
Really not.
Application is designed to run without user intervention.
That’s why even all errors are silently ignored: no MessageBox for invalid keys or some other errors.
Even I don't see what GUI can be helpful. Except maybe for microphone gain changing. Volume normally has control keys on Bluetooth device itself.
Of course you can use it with Mortscript or some other scripting language and make some interface in here. Error codes returned (not present in attached document)
0 - No error (all OK)
128 (0x80) - Error redirecting audio (normally occurs if Bluetooth device is not connected)
129 (0x81) - BAG0: device not found
130 (0x82) - Invalid command line parameters
since u coded this, ive got a small question. do u think there is any chance to disable a remote microphone and use the internal one instead?
im asking this because the mic from my car radio totaly fails its job (JVC KD-BT11) and the internal from my phone (x1) is far supirior to it.
Nice work man, just find my bt headset behind the microwave oven (my girlfriend didn't know anything)
I'm going to write a small mortscript to controll the commnd line.
vidmabal said:
Yes, application is not digitally signed.
If you want to use it you first must enable not signed applications (but there are plenty of them around).
To do this you can use "Advanced Config" or alternatively set registry value with some registry editor. "Total Commander" or "Resco explorer" can help you performing this task.
Registry key is "HKLM\Security\Policies\Policies" value name is "0000101a" (if not exists create new DWORD value) and must be set to 1.
P.s. I really don't know why you want to run it on startup and expecially with /O key
Click to expand...
Click to collapse
I'll have to look into it more but I already have advanc config to run unsigned apps..
achmed20 said:
since u coded this, ive got a small question. do u think there is any chance to disable a remote microphone and use the internal one instead?
im asking this because the mic from my car radio totaly fails its job (JVC KD-BT11) and the internal from my phone (x1) is far supirior to it.
Click to expand...
Click to collapse
The application has nothing common with Bluetooth transport. Really it only send control codes to BAG service (Bluetooth Audio Gateway). This one is coded by Microsoft. I think other BT stack providers (for compatibility reasons) also supports such service.
According to documentation there is no such control code to enable only audio and leave microphone untouched. (Maybe there is, but undocumented, as M$ like to do).
Also it depends on BT profiles your device support. Maybe it has some "stereo headset" without mic?
Here i made a mortscript gui for this tool:
just extract to \Program Files\BTAGC
all files are included
Now make a shortcut of config.mscr in your start menu
vidmabal said:
The application has nothing common with Bluetooth transport. Really it only send control codes to BAG service (Bluetooth Audio Gateway). This one is coded by Microsoft. I think other BT stack providers (for compatibility reasons) also supports such service.
According to documentation there is no such control code to enable only audio and leave microphone untouched. (Maybe there is, but undocumented, as M$ like to do).
Also it depends on BT profiles your device support. Maybe it has some "stereo headset" without mic?
Click to expand...
Click to collapse
The radio itself offers "Bluetooth Headset" and "freespeech".
i tried to disable the freespeech (bluetooth settings in winmo) but somehow my phone still uses the radio as microphone.
guess i have to get my soldering iron and make some hardware mods to my radio. looks like disabling a bluetooth mic isnt going to work.
PS: but thx
old post i know, but do you know if there is a way to display the error msgs on screen somehow ? I think im getting errors.
Pytte said:
old post i know, but do you know if there is a way to display the error msgs on screen somehow ? I think im getting errors.
Click to expand...
Click to collapse
Really there is no much error processing here. But you can try to start app from say Mortscript and examine return code. See message #8 for return codes.
Thanks for your effort put into this.
Could you please confirm if/how is it possible to do just one thing:
1. Cyberon Voice Speed Dialer installed on phone.
2. BT button does not invoke it (audio route opened, and dialer screen opened, but no Speed Dialer. Reg Key exists)
3. Can this program help do it? (which mode resident/on fly, which extension to exe file and how to launch it (start-up or something else))
Many thanks in advance!
Thanks
Thanks a lot vidmabal, this is what I was looking for.
Cheers
Will this program work on an HD2 which i think uses a widcomm bluetooth stack??
dino_Donis said:
Will this program work on an HD2 which i think uses a widcomm bluetooth stack??
Click to expand...
Click to collapse
Really I don't know.
I am operating with service "BAG0:" ("Bluetooth Audio Gateway") - you can check if it is present in your system.
1. Launch Fdsoft Task Manager
2. Go into "Services" page.
3. Check that you have started service BAG0:
Alternatively you can check it in registry:
HKEY_LOCAL_MACHINE\Services\BTAGSVC
(Service name can differ, but "Prefix" value must be "BAG" and "Index" must be 0, "IsEnabled" value must be 1)
Related
I've been playing with the registry of my JASJAR and have found a few tips I will share.
WM5 built in GPS control panel
For some reason this is not active in the settings of the JASJAR. To make it visible do the following:
Fire up a registry editor
Go to: HKEY_LOCAL_MASCHINE\ControlPanel\GPS Settings
Delete the DWORD marked "hide"
Add a DWORD called "Group" and give it the value of "2" (dec)
The GPS panel will now show up in your connection settings.
MS Voice Command activation from BT headset
Now this one is sweet and makes the JASJAR the daddy for voice commands.
Install Voice Command to the default location.
Fire up a registry editor
Go to: HKEY_LOCAL_MACHINE\SOFTWARE\OEM\VoiceCommand
Modify the string marked "path" from the default \Windows\SDDialer.exe to \Program Files\Voice Command\VoiceCMD.exe
Now, when you press your BT headset connect button, MS Voice command will fire up and take commands through the headset. It's reponses will be played through the headset too.
Hope you like them.
JASJAR rom
Is the JASJAR rom upgradable traditoonaly (SD upgrade, USB method? )?
Assuming you have wwe version could you dump the rom and upload it?
I am planning to buy a Tawiwanies JASJAR and change to English version can somebody help with tips / tools etc ?
THx, great peace of register changing !!! :lol:
Update:
It would appear that voice command doesn't operate when the device is in closed mode. Works fine in PDA mode, or mini laptop mode.
Not sure why at this point as it gives the *bing-bong* sound to indicate it's waiting for a command, but nothing happens.
Any ideas?
It appears that the GPS control panel was hidden because it does actually not work.
I paired my Emtac BT GPS with my JasJar and selected "outgoing com port 4". TomTom7 only lists com7 so I am trying to use the GPS control panel to connect the GPS com4 to Com7 but TomTom continues to indicate NO GPS. As I can not select com4 in TT5, I am unable to use TT5! Any suggestions are VERY WELCOME.
I also tried other software GPSDash2 and have the same results. This software does allow me to select com4 and provides me with a connection. When I select com7, I get nothing.
Has anybody tried this? Any suggestions?
GPS Dash works for me in WiFiFoFum.
Can't get anythng to work in TomTom though.
Navman
Well I have navman Smart ST, and couldnt even get it to install in order to test it. There goes a $700 AUD investment, cant even use it, bugger not that it worked well anyway with WM2003SE, it worked fine on the original WM2003, but not any further releases. Anybody want a NAVMAN product?
rilot said:
MS Voice Command activation from BT headset
Now this one is sweet and makes the JASJAR the daddy for voice commands.
Install Voice Command to the default location.
Fire up a registry editor
Go to: HKEY_LOCAL_MACHINE\SOFTWARE\OEM\VoiceCommand
Modify the string marked "path" from the default \Windows\SDDialer.exe to \Program Files\Voice Command\VoiceCMD.exe
Now, when you press your BT headset connect button, MS Voice command will fire up and take commands through the headset. It's reponses will be played through the headset too.
Hope you like them.
Click to expand...
Click to collapse
This works excellent. Thank you. But you have to give the voice commands directly to the device. The headset doesn't pick up the voice commands and it starts working as sonn as the call has been established. Any idea on how to give the voice commands through the headset? I've also tried with the carkit and same problem. Both on handsfree profile by the way.
Hmmm. My voice commands are given through the headset.
Pretty sure of this.
That is strange. I guess I'll have to hard reset the system then. Damn!
Voice command activation definately works with the BT800 (cept for the closed case issue) . Gotta wait for the beep. Thanks for the tip Rilot.
it's possibly due to my bt headset and car kit not very compatible. After some reading, I've found the following post and modified the registry with the the following string. Now it's working 100%, voice commands through BT headset included.
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\Device\000e6d8ef421\Services]
delete the key that holds the values for the "handsfree profile".
http://forum.xda-developers.com/viewtopic.php?t=28033&highlight=
I wonder, is there any reason we cannot dumb the voice dial program and its files and use it with say the PPC 6600 or Blue Angel devices so we can get voice dail over bluetooth?
This works great with jasjar and voice command (as long as device is not closed). It even sends MP3 through the bt head set (not very good audio tho) as long as you initiate wmp10 via voice command. Just start voice command and say "Play anything".
The Other Voice dial program works well also.
Hi guys
rilot >> thanks for the tips
guys i need some help with a small aspect of VC,
When you receive an incoming call voice command will announce the call on your device is there anyway to get this sound transferred to the headset (bt800)
Using the reg edit info provided by rilot we can transfer music and use the headset to activate VC, i was just hoping if theres a way around getting the caller announcement to sound on the headset as well
your thoughts??
thanks
Delete the DWORD marked "hide"
Click to expand...
Click to collapse
Please may I have that default setting? I would like to come back to it.
thx!
Have a look at the thread below it will highlight what to change (and therefore what to put it back to - reverse engineering)
http://forum.xda-developers.com/viewtopic.php?t=28386&postdays=0&postorder=asc&start=0
Mike
asci said:
Delete the DWORD marked "hide"
Click to expand...
Click to collapse
Please may I have that default setting? I would like to come back to it.
thx!
Click to expand...
Click to collapse
On my (unmodified) Jasjar the DWORD Hide is set to a value of 1.
HTH,
Brett
rilot said:
Update:
It would appear that voice command doesn't operate when the device is in closed mode. Works fine in PDA mode, or mini laptop mode.
Not sure why at this point as it gives the *bing-bong* sound to indicate it's waiting for a command, but nothing happens.
Any ideas?
Click to expand...
Click to collapse
The only way to keep get the BT voice command work even if the device is closed is to set the device not to be switched off "start / settings / system / power / advanced / uncheck turn off device if not used for "
To avoid being left with a flat battery you have to then tap backlight and set it to turn off backlight if device is not used for 30 seconds.
Then tap brightness and set it to the minimum level on battery.
If you do these settings you will never face any problem with voice dial via BT even if the device is closed.
Regards,
khaledelfeki said:
rilot said:
Update:
It would appear that voice command doesn't operate when the device is in closed mode. Works fine in PDA mode, or mini laptop mode.
Not sure why at this point as it gives the *bing-bong* sound to indicate it's waiting for a command, but nothing happens.
Any ideas?
Click to expand...
Click to collapse
The only way to keep get the BT voice command work even if the device is closed is to set the device not to be switched off "start / settings / system / power / advanced / uncheck turn off device if not used for "
To avoid being left with a flat battery you have to then tap backlight and set it to turn off backlight if device is not used for 30 seconds.
Then tap brightness and set it to the minimum level on battery.
If you do these settings you will never face any problem with voice dial via BT even if the device is closed.
Regards,
Click to expand...
Click to collapse
Sounded good, but my voice command still does not work with device closed. Can hear the voice command prompt, but no response.....
I'm familiar with developing Windows apps (Win32/MFC) but I haven't worked with that stuff for years and I also am not familiar with Windows CE.
I'm looking for someone to help try and put together an app to do the following:
* Call the app BTAudioOff.exe
* Call the app BTAudioOn.exe
* Call the app VoiceCmd.exe
The BTAudio apps are the ones posted by someone on here and VoiceCMD is the executable from Microsoft's VC.
I did some testing and if I run these apps in this order Voice Command over BT works every single time with no issues and with excellent clarity since you are manually opening the BT audio gateway and calling VC.
I was looking to create a batch or script file but couldn't find if Windows CE supports it. By having one .exe or script that runs them in this order, we can have the BT button launch that app (registry change) which in turn would allow MS VC to be used over BT on all BT headsets repeatedly.
I'm doing this for myself and others in the community who are looking for this solution. I'd really appreciate any help people could provide on this.
Thanks.
Check out VJVolubilis.
It will be updated to script in the Voice Command registry hack, but if you do the voice command registry hack yourself, just opening the Audio gateway (-AGon) works for most of us.
V
vijay555 said:
Check out VJVolubilis.
It will be updated to script in the Voice Command registry hack, but if you do the voice command registry hack yourself, just opening the Audio gateway (-AGon) works for most of us.
V
Click to expand...
Click to collapse
Hey Vijay, nice website and tools. Looks nice.
AGON would work but how do I execute VoiceCMD.exe from the same line.
i.e. I want to have a single executable or command that will both turn on the audio gateway AND run Voicecommand.
Can your application accept a parameter for an executable to run???
i.e.
vjvolubilis.exe -agon voicecmd.exe
This would turn on the audio gateway and then execute voicecommand.
Not sure if it's coming across clearly what I want to do.
hopfully someone will know how to get this idea rolling.
- Jason
I'm pledged to a round of new updates to VJVolubilis that will hopefully address some of the VC stuff; if you read through the VJVolubilis thread you'll see what they're on about.
However, for now, use MortScript. It's excellent for scripting anything.
V
AWESOME. I have a solution working using MortScript. Need to test it a little bit and then I'll post it..as easy as pie!!
Crap...ran across a problem. When I run the MortScript manually through either Resco Explorer/File Manager it opens the BT audio and brings up VoiceCommand every single time.
However when I changed the registery so that instead of pointing to voicecmd.exe it points to my .mscr script it doesn't seem to work and I can't understand why.
I think it probably has to do with the Cyberon software opening closing the BT channel before launching the exe.
Hmmmmm....working on it still...any tips would be appreciated.
Well I give up for now. It seems hitting the BT headset button launches a mini Cyberon invisible app that sets up the BT audio gateway and then launches what's referred to in the registry
For whatever reason no matter what I tried, I couldn't get it to run a .mscr script either by directly pointing to the script or pointing to MortScript.exe and passing the script as a command line parameter.
All in all, it works 100% when you run the .mscr manually but getting it to execute through the BT headset button thing is much more difficult than I had anticipated.
Hopefully somoene can help resolve this on here and/or this will be resolved with MS Voice Command 2.0 if it ever comes out.
mobilehavoc said:
However when I changed the registery so that instead of pointing to voicecmd.exe it points to my .mscr script it doesn't seem to work and I can't understand why.
Click to expand...
Click to collapse
The Registry might not point to something except an ".exe"...
You may use the "autorun" function of MortScript
(copy "Autorun.exe" from the "Windows" folder to the folder where your script is located and rename it the same as the script, e.c. "myscript.mscr" and "myscript.exe")
Thanks Vlad! It worked...need to do some more testing with a BT headset that was having trouble with it tonight.
Thanks though.
Where there is a will there is a way!!!
Can't wait to see if you can fix this mobilehavoc!
See you on the forums!
This will make lives easier, guranteed!
Cheers! If you were closer I'd buy you a beer, heck a case!
Where there is a will there is a way!!!
Can't wait to see if you can fix this mobilehavoc!
See you on the forums!
This will make lives easier, guranteed!
Cheers! If you were closer I'd buy you a beer, heck a case!
this sounds promising.
I do not have any issues with triggering VC via my BT headset
I DO have issues with triggering VC via my Nokia BT carkit (after a while VC just does not react anymore)
Well after much testing and whatnot, it is not currently possible to do...it's a problem with voice command as everyone knows...specifically that since it wasn't designed for BT, it does NOT close the audio gateway so the next time you press the button on your BT headset, it does not respond.
This works with certain headsets like the HS850 because for whatever reason, a subsequent press of the BT headset button turns the audio gateway off and then the next one turns it on. This is why certain headsets work but require 2 presses to work.
The ONLY way to get this to work currently is to have an app (MortScript almost did it) that can wait until VoiceCmd has executed and completed, then close the audio gateway. Problem with that is VoiceCmd may lead to a phone call or god knows what else so it's tricky.
I'm sure there's a way to do it...in the end, again...ALL THAT IS NEEDED is for some way to close the BT audio gateway once VoiceCmd finishes...then all will be right with the world. I give up because I don't have the expertise or time and my HS850 works fine with it...
Hopefully someone else can give it a shot sometime.
Hi folks,
let me first explain why I made this code:
I have a Universal and an Audi A4 with integrated BT-Handsfree. I normaly use a plantronics headset with my UNI.
Now when I'm in my car and I switch off my headset, the UNI connects to the car's handfree unit.
Somehow the UNI and the Audi Handsfree doesn't play well together and sometimes there where connection problem during voice calls. This behaviour made me think about what the problem can be and I detected that if I switch off bluetooth on my UNI and then reenable it everything is fine. When I then leave the car and turn on my headset I had the same problem. The headset was not able to reconnect to the UNI until I turned off and reenabled bluetooth on my Universal.
I was unsatisfied with the fact that I had to go through the bluetooth settings everytime when I just want to toggle the bluetooth mode and so I worte the attached code.
Now to the program itself:
The cab installs btIO.exe to \Program Files\btIO and creates a shortcut in the autostart folder.
After starting it resides in the tray. It has three icons:
Green BT-Icon = BT is enabled and discoverable
White BT-Icon = BT is enabled and connectable (non discoverable)
Red BT-Icon = BT is switched off
You can toggle between connectable and OFF by simply clicking the icon.
If you tap'n'hold the icon a menu appears and lets you choos between all modes.
That's it.
I'm aware that there are other programs like this, but this one fit's my needs and thus I thought I share it with others.
Enjoy it, it's freeware.
Homepage: http://www.silentservices.de/btIO.html
Cheers
Smartphone version of btIO just released
Hi folks,
on popular demand I created a version of btIO for Smartphones.
It's currently not as "feature rich" as the ppc version. However, it does simply what it should, it switches the bluetooth radio to different states.
- initial release
- Unzip and simply copy the exe file to your smartphone
- Uppon execution it will lookup the current bluetooth state and change it and notify you of the new state
- If current BT state is OFF it will switch it to CONNECTABLE
- If current BT state is CONNECTABLE it will switch it to DISCOVERABLE
- If current BT state is DISCOVERABLE it will switch it off
There is no indication icon, nor is it running in the background and eating ressources. You simly execute it, it changes the BT state and exits...
That's it. I think it should be called by some kind of launcher or via shortcut...
If you think you have a good idea for improvement or found a bug, just drop me a line or post here.
Get it from here: http://www.silentservices.de/btIO.html
As always: Enjoy, it's freeware
cheers
i can recommend this as VERY good batterystatus bt icon replacement.
nothin said:
i can recommend this as VERY good batterystatus bt icon replacement.
Click to expand...
Click to collapse
ahem... OK, did you find a feature in btIO I'm not aware of?
c0rnholio said:
Hi folks,
let me first explain why I made this code:
I have a Universal and an Audi A4 with integrated BT-Handsfree. I normaly use a plantronics headset with my UNI.
Now when I'm in my car and I switch off my headset, the UNI connects to the car's handfree unit.
Somehow the UNI and the Audi Handsfree doesn't play well together and sometimes there where connection problem during voice calls. This behaviour made me think about what the problem can be and I detected that if I switch off bluetooth on my UNI and then reenable it everything is fine. When I then leave the car and turn on my headset I had the same problem. The headset was not able to reconnect to the UNI until I turned off and reenabled bluetooth on my Universal.
I was unsatisfied with the fact that I had to go through the bluetooth settings everytime when I just want to toggle the bluetooth mode and so I worte the attached code.
Now to the program itself:
The cab installs btIO.exe to \Program Files\btIO and creates a shortcut in the autostart folder.
After starting it resides in the tray. It has three icons:
Green BT-Icon = BT is enabled and discoverable
White BT-Icon = BT is enabled and connectable (non discoverable)
Red BT-Icon = BT is switched off
You can toggle between connectable and OFF by simply clicking the icon.
If you tap'n'hold the icon a menu appears and lets you choos between all modes.
That's it.
I'm aware that there are other programs like this, but this one fit's my needs and thus I thought I share it with others.
Enjoy it, it's freeware.
Homepage: http://www.silentservices.de/btIO.html
Cheers
Click to expand...
Click to collapse
Fine app mate.
Can you give some explanation on all the other features when I pop up the menu? Tried a number of them without getting any response, so don't know how the others work, except for the first few selections.
Thanks.
zard said:
Fine app mate.
Can you give some explanation on all the other features when I pop up the menu? Tried a number of them without getting any response, so don't know how the others work, except for the first few selections.
Thanks.
Click to expand...
Click to collapse
The PPC version has the following options (I'll drop the first 3):
- Audio2BT
Routes the device-audio to the bluetooth device (headset or handsfree).
NOTE: This is not meant to work for A2DP connections.
- Audio2Device
Returns the audio back to the device
- AudioGWCCON
Establishes a gateway control channel with the bluetooth device. This means that a connection to the headset or handsfree is established, but audio is currently not routed. If you are afraid about battery drain, you can close the GCC with the next option. This will not prevent the proper function of your headset or handsfree, it will just take a second on an incoming call until the connection is established again. You can accomplish permanent power saving with a registry option under:
HKLM\Software\Microsoft\Bluetooth\AudioGateway and set PowerSave to 1 and make a softreset
This setting will automaticly close the control channel after each call.
- AudioGWCCOFF
Closes the gateway control channel to save battery power
- BTSettingsCPL
Goes to the Bluetooth settings control panel
Excellent Program
Thanks...this is a wonderful program for my p3300. I no longer have to use BlueMusic to send music to my BT set. Good set of controls. I like it very much and strongly recommended.
Foods for thoughts: can we removed the exit command from the menu? Why does anyone want to exit this wonderful program is beyond me.
Can we have the menu popup when the icon is clicked? Right now, we have to press and hold for the menu. These are just comestic inputs only.
Thanks...HaiLe...
HaiLe512 said:
Thanks...this is a wonderful program for my p3300. I no longer have to use BlueMusic to send music to my BT set. Good set of controls. I like it very much and strongly recommended.
Foods for thoughts: can we removed the exit command from the menu? Why does anyone want to exit this wonderful program is beyond me.
Can we have the menu popup when the icon is clicked? Right now, we have to press and hold for the menu. These are just comestic inputs only.
Thanks...HaiLe...
Click to expand...
Click to collapse
You're welcome mate,
well about the exit button: If I'll drop it, one will need to have a taskmanager to colse the app. I personaly "hate" programs that don't give me the option to be closed.
About the popup: btIO is meant to give a speedy way to enable or disable bluetooth. Thus, if you tap the icon bluetooth will be switched to CONNECTABLE (but invisble). If you click it again bluetooth will be disabled. This is the reason why you have to tap'n'hold to get the rest of the options. I can implement something that you might be able to change this behaviour with a registry entry.
I have a new version (0.6) in the pipe which has some new features for audio control. It will let you choose between mute, vibrate and on. I implemented this because I got myself a HERMES and wanted a quick way to control audio with the jog-wheel. It also changes the popup menu. Items can now be checked instead of having double options for ON and OFF.
Will be released soon.
btIO v0.6 and WiFiIO v0.2 for testers is out
Folks,
I've just put version 0.6 for PPC2003 and WM5 online. Both are for Pocket PC only.
Version for PPC2003 is here:
http://www.silentservices.de/btIO-0.6-PPC2003.cab
Version for WM5 is here:
http://www.silentservices.de/btIO-0.6-WM5.cab
The only difference is that the WM5 version also has options for Mute/Vibrate/SND-ON. I've found no reference for doing the same for 2003 devices so currently sound control is not available for 2003 devices.
New features:
- Changed the menu: Now there are checkable items instead of 2 items for ON/OFF
- Added SpeedToggle function:
-- If SpeedToggle is enabled btIO behaves like before. Means: tapping on the icon will switch BT ON/OFF, tap'n'hold will display the menu.
-- If SpeedToggle is disabled and you tap on the trayicon the menu appears. If you tap'n'hold it will switch ON/OFF
The second app I put online is wifiIO, which is the same like btIO just for the WiFi interface. The initial release had a bug which led to a high cpu load when wifi was on and the device went into sleep mode. This is fixed so it should now be save to use it.
It will work for the following two WiFi NICs:
TIACXWLN
TNETWLN
wifiIO is currently working on the following devices (as I'm aware of):
HTC Hermes with WM5/6
HTC Athena with WM5/6
It is NOT working on the following device:
HTC Wizard
HTC Prophet
You can find WiFiIO here:
http://www.silentservices.de/wifiIO-0.5.cab
Read more on wifiIO here: http://forum.xda-developers.com/showpost.php?p=1561339&postcount=65
Please report back if everthing is working as expected.
Cheers
hello c0rnholio,
great little utilities. extremely handy. 1 request, can you add 1 more menu item to set audio to a2dp? that will make this bt tool complete! Thanks.
Hello,
i tried the wifiIO on my htc prophet and gullum prophet touch wm6 vii rom and it didnt work. Keep getting the error message "Sorry, no WLAN Hardware found"
I am pretty sure my prophet is using the TNETWLN NIC. Help. i am well impressed by these small utilities.
c0rnholio said:
Folks,
I've just put version 0.6 for PPC2003 and WM5 online. Both are for Pocket PC only.
Version for PPC2003 is here:
http://www.silentservices.de/btIO-0.6-PPC2003.cab
Version for WM5 is here:
http://www.silentservices.de/btIO-0.6-WM5.cab
The only difference is that the WM5 version also has options for Mute/Vibrate/SND-ON. I've found no reference for doing the same for 2003 devices so currently sound control is not available for 2003 devices.
New features:
- Changed the menu: Now there are checkable items instead of 2 items for ON/OFF
- Added SpeedToggle function:
-- If SpeedToggle is enabled btIO behaves like before. Means: tapping on the icon will switch BT ON/OFF, tap'n'hold will display the menu.
-- If SpeedToggle is disabled and you tap on the trayicon the menu appears. If you tap'n'hold it will switch ON/OFF
The second app I put online is wifiIO, which is the same like btIO just for the WiFi interface. The initial release had a bug which led to a high cpu load when wifi was on and the device went into sleep mode. This is fixed so it should now be save to use it.
It will work for the following two WiFi NICs:
TIACXWLN
TNETWLN
You can find WiFiIO here:
http://www.silentservices.de/wifiIO-0.2.cab
Please report back if everthing is working as expected.
Cheers
Click to expand...
Click to collapse
wifiIO-0.2.cab installed but I don't see the icon at tray like the BTIO. I even tried running the wifiIO executable file and also uninstalled BTIO but still no use.
zard said:
wifiIO-0.2.cab installed but I don't see the icon at tray like the BTIO. I even tried running the wifiIO executable file and also uninstalled BTIO but still no use.
Click to expand...
Click to collapse
Which device and OS do you have?
bull_do3er said:
Hello,
i tried the wifiIO on my htc prophet and gullum prophet touch wm6 vii rom and it didnt work. Keep getting the error message "Sorry, no WLAN Hardware found"
I am pretty sure my prophet is using the TNETWLN NIC. Help. i am well impressed by these small utilities.
Click to expand...
Click to collapse
I'll take a look...
c0rnholio said:
Which device and OS do you have?
Click to expand...
Click to collapse
O2 IIs with Helmi's WM6 R0 Rom.
zard said:
O2 IIs with Helmi's WM6 R0 Rom.
Click to expand...
Click to collapse
Do you know which WiFi hardware is built in?
Can you take a look in the following registry key and tell me what you see?
HKLM\System\CurrentControlSet\Control\Power\State
There should be something beginning with {98c5250D... and so on. Can you tell me what is coming after the closing of this string?
bull_do3er said:
Hello,
i tried the wifiIO on my htc prophet and gullum prophet touch wm6 vii rom and it didnt work. Keep getting the error message "Sorry, no WLAN Hardware found"
I am pretty sure my prophet is using the TNETWLN NIC. Help. i am well impressed by these small utilities.
Click to expand...
Click to collapse
Can you also please look in the registry and tell me what is there?
HKLM\System\CurrentControlSet\Control\Power\State
There should be something beginning with {98c5250D... and so on. Can you tell me what is coming after the closing of this string?
c0rnholio said:
Do you know which WiFi hardware is built in?
Can you take a look in the following registry key and tell me what you see?
HKLM\System\CurrentControlSet\Control\Power\State
There should be something beginning with {98c5250D... and so on. Can you tell me what is coming after the closing of this string?
Click to expand...
Click to collapse
Do you know which WiFi hardware is built in?
- tiacxwin Compatible Wireless Ethernet
HKLM\System\CurrentControlSet\Control\Power\State
- {98c5250D-C29A-4985-AE5F-AFE5367E5006}\TIACXWLN1
zard said:
Do you know which WiFi hardware is built in?
- tiacxwin Compatible Wireless Ethernet
HKLM\System\CurrentControlSet\Control\Power\State
- {98c5250D-C29A-4985-AE5F-AFE5367E5006}\TIACXWLN1
Click to expand...
Click to collapse
OK, that one definately fits...
Could you please redownload and try to run it again? Made some correction in the code which where left in for debugging.
c0rnholio said:
OK, that one definately fits...
Could you please redownload and try to run it again? Made some correction in the code which where left in for debugging.
Click to expand...
Click to collapse
Downloaded, tried but still the same.
Check out Smart Mobile Tools for a free tool to automatically start an application when a configured bluetooth device is discovered.
Features:
Starts an application on bluetooth device discovery
Easy Bluetooth device selection
Optional application start arguments
Low power consumption (no background service running)
Test option using the test button
2 search modes; on a timed event or on wake up (power button pressed)
Usage examples:
Start you GPS navigaton software when GPS mouse is switched on
Start Activesync when PC bluetooth device is discovered
Start your own application at Bluetooth device discovery
22/2/09: version 1.0.1 released solving issue with program arguments
23/8/11: version 2.0.0 released (finally), change list:
Widcomm Bluetooth stack support!
Support for up to 5 different profiles; check for different devices
Improved UI
Interval config issue fixed
please let me now your feedback or make a small donation via
Smart Mobile Tools kind regards,
Paul
Mod Edit : 2nd Post Deleted, please keep the discussion in a single Post
This is a nice app. I have one key idea for you to add to this that would make a bunch of users very happy:
The issue is that when using a stereo blue tooth device, one has to always manually activate it to make the stereo connection work.
All that is needed is to detect that the device being connect has stereo capability and force that connection to activate correctly. I have to do this manually either via A2DP toggle or HTC BT Quicklink - a royal pain.
Thanks,
Barry
Bluetooth Stereo Connection
bsw11 said:
This is a nice app. I have one key idea for you to add to this that would make a bunch of users very happy:
The issue is that when using a stereo blue tooth device, one has to always manually activate it to make the stereo connection work.
All that is needed is to detect that the device being connect has stereo capability and force that connection to activate correctly. I have to do this manually either via A2DP toggle or HTC BT Quicklink - a royal pain.
Thanks,
Barry
Click to expand...
Click to collapse
Phone: HTC Touch Elfin
Headset: Motorola S9 HD
MP3 Player: S2P by A_C
Whenever i turn on my headset, it automatically fires up my mp3 player in stereo mode. And when i turn off my headset, the player also quits.
Never had a problem with it,
I suggest you check your settings.
You could use this app to run teksoft's A2DP toggle.
Surur
All I'm getting is:
BlueStarter.exe
ArgumentNullException
An error message cannot be displayed because an optional resource assembly containing it cannot be found
at ObjectCollection.Add()
at BlueStarter.BlueStarter..ctor()
at BlueStarter.Program.Main()
justDave said:
All I'm getting is:
BlueStarter.exe
ArgumentNullException
An error message cannot be displayed because an optional resource assembly containing it cannot be found
at ObjectCollection.Add()
at BlueStarter.BlueStarter..ctor()
at BlueStarter.Program.Main()
Click to expand...
Click to collapse
Looks like the 'settings.ini' configuration file is corrupt try to delete this file.
www.smartmobiletools.com
paulwal said:
Looks like the 'settings.ini' configuration file is corrupt try to delete this file.
www.smartmobiletools.com
Click to expand...
Click to collapse
Where would I find this settings.ini? It's not in the program directory.
justDave said:
Where would I find this settings.ini? It's not in the program directory.
Click to expand...
Click to collapse
It should be located in the root of your device
bsw11 said:
This is a nice app. I have one key idea for you to add to this that would make a bunch of users very happy:
The issue is that when using a stereo blue tooth device, one has to always manually activate it to make the stereo connection work.
All that is needed is to detect that the device being connect has stereo capability and force that connection to activate correctly. I have to do this manually either via A2DP toggle or HTC BT Quicklink - a royal pain.
Thanks,
Barry
Click to expand...
Click to collapse
+1, would like this as well. had to press a button on my o2 a2dp to have it stereo
paulwal said:
It should be located in the root of your device
Click to expand...
Click to collapse
Nothing there, so I tried putting an empty file there. I got a different error so you could be on the right track. Or maybe it just errored out earlier.
Any other ideas?
BTW, putting a file called settings.ini in the root directory isn't a great idea anyway.
Touch Pro
Anyone know what the command line is to Toggle Bluetooth on or off in the presence of a know BT device? Right now I run the phone with BT turned off and have to remember to turn it on when I get in my car.
justDave said:
Nothing there, so I tried putting an empty file there. I got a different error so you could be on the right track. Or maybe it just errored out earlier.
Any other ideas?
BTW, putting a file called settings.ini in the root directory isn't a great idea anyway.
Click to expand...
Click to collapse
An settings.ini should be created when you start BlueStarter, press Save and then Exit, the file should then look like:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!--ini file-->
<AppSettings>
<add Name="Program" Value="" />
<add Name="DeviceName" Value="empty" />
<add Name="ProgramArgument" Value="" />
</AppSettings>
You are right for version 1.1 this settings.ini file would be moved.
paulwal said:
An settings.ini should be created when you start BlueStarter, press Save and then Exit, the file should then look like:
...
You are right for version 1.1 this settings.ini file would be moved.
Click to expand...
Click to collapse
I just tried creating that file with the contents you suggested and I'm back to the original error. It looks like the error happens after the settings file is read.
How do I set this up to automatically sync via bluetooth once in range of my PC?
How do i get this to automatically connect with bluetooth over activesync to a device?
also
How do I get this to auto connect as a hand free head set for headset?
smotrs said:
Anyone know what the command line is to Toggle Bluetooth on or off in the presence of a know BT device? Right now I run the phone with BT turned off and have to remember to turn it on when I get in my car.
Click to expand...
Click to collapse
How is your phone supposed to know it's in the presence of a known BT device if bluetooth is turned off ?!? DOH!
NRGZ28 said:
How is your phone supposed to know it's in the presence of a known BT device if bluetooth is turned off ?!? DOH!
Click to expand...
Click to collapse
Beats me, that's why I was asking, the description sounded vague so I wasn't entirely sure what it could or couldn't do.
Hi!
Take a look at WifiLocations at http://forum.xda-developers.com/showthread.php?t=448783&page=2.
It is able to switch on/off different things depending on the radio broadcasting cell you are in. So you could switch on Wifi when arriving at home or switch Bluetooth on when leavin home ....
This one in combination with Blustarter should do the trick ....
Greetz Bax
PS: haven't tried WifiLocation up to now, so don't beat me if it doesn't work...
.HaVoC. said:
How do I set this up to automatically sync via bluetooth once in range of my PC?
Click to expand...
Click to collapse
the activesync application you should configure is \\windows\\repllog.exe
I found the following parameters:
/remote which appears just to start the Activesync application and
brings it to the foreground
/remote /all which starts the Activesync application, brings it to the
foreground and starts synchronising
/remote /all /h which starts the Activesync application and starts
synchronising without bringing it to the foreground
www.smartmobiletools.com
This program is an evolution of the first I made. It will route the audio to the earpiece when an certain program is running.
I put the program here because I have test it in wizard, if people test this in others phones and it works, please post here and maybe move this this thread to an more "generic" forum.
the program MUST be under "\($program files)\audioswitch" folder, you must unzip the contents to this folder.
the configuration file (command.txt) is under this format:
1000
skype
fring
etc
the first line is the delay(in miliseconds) in witch the program will "look" if a program in the list is in the top level window, faster phone, smaller delays, I recommend 1000 ms.
the next 20 lines are the programs you want the audio to be routed to the earpiece(max 20 lines for now).
Again the program is under the "do it on your own risk" and "I am not responsible for anything" licence. And,of course, it is free!! Do not sell it!
It is manly intended for little expert users, as it is still in "beta" fase, hehehe.
How it works:
the program runs in an eternal loop and look for the title of the current window that is displayed for the user in a time interval.
When the program mach the title window with one of the names user configured it it will switch the audio, when the program is not running anymore, the audio will swich back.
Do not launch two or more instances of the program at the same time, could really mess things up. -- se the forum (thanks tucahara)
To stop the program, u must use a process manager.
it would be good if someone could make a cab to install it. -- done see the forum (thanks tucahara)
this is still a beta, I intend to make ajustments as people give feedback.
Thanks,
hope u like.
-----first update---
now, an file called "audioswitch_error.txt" in the root directory will hold the error messages.
------------ List - Working ------------
wizard - I tested
P3301 or P3300 - I tested
att tilt - I tested
touch 3452 and 3450
touch dual
touch cruise
touch HD
Sony Ericsson Xperia X1
BenQ E72
Titan --> see the forum
------------ List - NOT working ------------
T-Mobile Diamond
HTC Touch by Sprint
Samsung SGH-i780
------------------------------------------------------------------------------------
check the new thread at:
http://forum.xda-developers.com/showthread.php?t=502361
new aproach to do the switch and now open source, even with an class that others can improve and put in other apps...
Some people complain about me not openning the source of the app, I have just made this way because there was proprietary code inside and I had no time to rewrite it without the proprietary code.
I have made the best I could, and now I had some time and rewrite the app in open source, to those who only complain about it, get the code and make it better instead of complaining!
Thanks for all that encourage me to continue the work and helped the development.
will retire this project for while...
thanks u all.
Audioswitch for Skype
On HTC Touch by Sprint (CDMA, also known as Vogue), audioswitch does switch the audio in the Skype 2.5 windows mobile PPC from external speaker to handset. Unfortunately, the microphone is then also disabled. I hope you'll be able to tweak your audioswitch to resolve this.
Thank you so much for developing this wonderful applet. I'm sure you will have the gratitude of many frustrated Skype windows mobile users.
What really happens is that when the sound output is switched in some phones, the microphone gain changes too. This happens because the phone thinks it is a "normal call".
Most of the times the mic gain increases, but in your phone it must be decreasing. Try to figure out in registry where the mic gain controls are recorded and chage all of then to the same value. I had this issue with my P3301 and solved this way, but there is quite a time now and I do not remenber where are the reg keys to change, but I have found the information here in the forum.
I will try to figure out for other "hack" to solve this issue... thanks for reply.
doesn't work at T-Mobile Compact IV (aka Diamond)
Sound went to loudspeaker....
PS: fring last version working fine with sound at mine phone (without any additional programms). Sound is going to correct destination automatically
I just tried the latest version of Fring, which automatically switches audio to earpiece when call is connected.
The same issue occurs with the new Fring as I described above with your audioswitch program: I can hear audio through earpiece, but microphone doesn't work (or is inaudible).
I couldn't find a tweak or registry hack to correct this. Any help would be greatly appreciated.
MarceloFB said:
This program is an evolution of the first I made. It will route the audio to the earpiece when an certain program is running.
I put the program here because I have test it in wizard, if people test this in others phones and it works, please post here and maybe move this this thread to an more "generic" forum.
the program MUST be under "\($program files)\audioswitch" folder, you must unzip the contents to this folder.
the configuration file (command.txt) is under this format:
1000
skype
fring
etc
the first line is the delay(in miliseconds) in witch the program will "look" if a program in the list is in the top level window, faster phone, smaller delays, I recommend 1000 ms.
the next 20 lines are the programs you want the audio to be routed to the earpiece(max 20 lines for now).
Again the program is under the "do it on your own risk" and "I am not responsible for anything" licence. And,of course, it is free!! Do not sell it!
It is manly intended for little expert users, as it is still in "beta" fase, hehehe.
How it works:
the program runs in an eternal loop and look for the title of the current window that is displayed for the user in a time interval.
When the program mach the title window with one of the names user configured it it will switch the audio, when the program is not running anymore, the audio will swich back.
it would be good if someone could make a cab to install it.
this is still a beta, I intend to make ajustments as people give feedback.
If someone like this program and wants to make an donation...
https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=4WLQVA6LTKWSL&lc=GB&item_name=marcelofb&item_number=marcelofbxdadonations¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG_global%2egif%3aNonHosted
Thanks,
hope u like.
Click to expand...
Click to collapse
I have an idea. Rather than regularly polling to see what the current windows is, why not use a windows hook to monitor windows messages. When you see a message indicating a window has come to the foreground test it against your list of windows and enable/disable audio switch as necessary. Use SetWindowsHookEx and hook for WH_CBT messages. If you are unfamiliar with using SetWindowsHookEx I could supply you with the hooking code and all you would need to do is insert the code to check the window names, enable the audio switch, and disable the audio switch. Or you could send me the enable/disable routines.
Another tip, I noticed that skype places an icon in the notification area during a call. If there is someway of detecting the notification icon that could be another great way to trigger the switch.
Great program though. Works beautifully.
OOOH
If this program works on the new BenQ E72 I'm getting in a couple of days I'll certainly donate!
THANKYOUTHANKYOUTHANKYOU
hello,
it does not work on hermes (tytn).
by the way "troca2" does work on hermes! - maybe you guys want to work together?
baal_zebub said:
hello,
it does not work on hermes (tytn).
by the way "troca2" does work on hermes! - maybe you guys want to work together?
Click to expand...
Click to collapse
hehhehe, I made troca2, I will see if the switch code is the same or if I have made some mistake...
are u sure you have put the program in the correct directory?? I will make some modifications to have an error feedback. So u can see if something is wrong...
JKingDev said:
I have an idea. Rather than regularly polling to see what the current windows is, why not use a windows hook to monitor windows messages. When you see a message indicating a window has come to the foreground test it against your list of windows and enable/disable audio switch as necessary. Use SetWindowsHookEx and hook for WH_CBT messages. If you are unfamiliar with using SetWindowsHookEx I could supply you with the hooking code and all you would need to do is insert the code to check the window names, enable the audio switch, and disable the audio switch. Or you could send me the enable/disable routines.
Another tip, I noticed that skype places an icon in the notification area during a call. If there is someway of detecting the notification icon that could be another great way to trigger the switch.
Great program though. Works beautifully.
Click to expand...
Click to collapse
It is a good idea to use hook, I have not think of it!
I use a proprietary code included in a lib at the company I work for to make the "switch" but it is not different of what u find here in the forum.
Maybe we can make an effort to re-make it with hooks...
so this program must run all the time? after every softreset you have to start it?
is it not easier with mortscript (for example) to make an shortcut that opens skype as well as the audioswitch program? and closes the audioswithc program when you close skype?
I am using it right now and it seems to work perfect:
i used this script after installing mortscript (http://www.sto-helit.de/):
run( "\Windows\SkypeSoundSwitch.exe" )
runwait( "\Program Files\Skype\Skype.exe" )
close( "troca2" )
(see that in my case i downloaded your original program and renamed it to skypesoundswitch.exe and put it in the windows map)
I renamed it so i could remember what the purpose the file had.. changed nothing but the name!
Thanks for the program by the way! it always worked perfect!!
so to sum up the way i have it now (most files included) on my xperia x1:
1) installed skype
2) installed mortscript
3) add skypesoundswitch to \windows\....
3) add skype.mscr to \.... (root)
4) overwrite skype.lnk with the new skype.lnk in \windows\start menu\programs\..
in the way whenever i open skype(.lnk), it opens skype.mscr, this opens skypesoundswitch.exe and than skype.exe... when you close skype.exe it closes skypesoundswitch.exe...
it seems to work perfect.. but hey maybe i am doing something totally wrong here.. than just shout!
by the way, the .mscr and the .lnk files are offcourse edit-able .. so you can put the files everywhere you like..
madhijs said:
so this program must run all the time? after every softreset you have to start it?
is it not easier with mortscript (for example) to make an shortcut that opens skype as well as the audioswitch program? and closes the audioswithc program when you close skype?
I am using it right now and it seems to work perfect:
i used this script after installing mortscript (http://www.sto-helit.de/):
run( "\Windows\SkypeSoundSwitch.exe" )
runwait( "\Program Files\Skype\Skype.exe" )
close( "troca2" )
(see that in my case i downloaded your original program and renamed it to skypesoundswitch.exe and put it in the windows map)
I renamed it so i could remember what the purpose the file had.. changed nothing but the name!
Thanks for the program by the way! it always worked perfect!!
Click to expand...
Click to collapse
That works great too. The advantage of this new program is that it will only reroute the audio when skype is in the foreground. You could minimize skype and leave it running, and audioswitch will automatically restore your sound. Get a call and open up skype and your sound goes back to the earpiece.
I will create the code to do it with a windows hook when I get a chance MarceloFB. Please pm me your email address. All you will have to do is insert the code to read the config file, check the window names, and when necessary enable or disable the switch. Or please show me where to find details on how to code this myself. Thanks!
Hat off to both of you and really glad that we will have a much improved solution.
JKingDev said:
That works great too. The advantage of this new program is that it will only reroute the audio when skype is in the foreground. You could minimize skype and leave it running, and audioswitch will automatically restore your sound. Get a call and open up skype and your sound goes back to the earpiece.
I will create the code to do it with a windows hook when I get a chance MarceloFB. Please pm me your email address. All you have to do is insert the code to read the config file, check the window names, and when necessary enable or disable the switch.
Click to expand...
Click to collapse
okay! I only used skype to make calls and than get offline so this way did the trick for me! but i have to admit it would be much better when i can keep skype online!
this new program does the trick indeed! it changes the output back when i minimize skype!
But still my question above, you have to start this program on every startup isn't it? what does it do with the battery?
madhijs said:
okay! I only used skype to make calls and than get offline so this way did the trick for me! but i have to admit it would be much better when i can keep skype online!
this new program does the trick indeed! it changes the output back when i minimize skype!
But still my question above, you have to start this program on every startup isn't it? what does it do with the battery?
Click to expand...
Click to collapse
Yes it must be run at startup but placing a link in your startup folder will make everything transparent to the user. I don't think there will be an effect at startup. In it's current form it must check every second (or whatever you set the timeout to), but its only a little bit of code. I am not really sure if that will really have an effect. The more often it checks the faster it will switch when you open skype, but also the more processor use. Check less often and it uses less processor, but there might be a delay in switching the audio. I proposed doing it by hooks though because this would use even less processor. The app will only check when a new window takes focus, rather than just periodically checking. This way it only checks when it needs to and will always switch instantly.
I am glad u liked the program.
I will try to answer most of the questions...
1- JKingDev:
I have though in your idea of using hooks, but if I use a hook, the program will have a loop anyway to check for the messages(hidden loop ;-) ), and it would have to have an "fake window" or something to process the messages. This way we have only one loop, in a very simple command line program with high optimization, so we have to think what is really the best way of doing it... I will pm u as soon I have any time to "program" again. hehe
2- people that uses mortscript with the old "troca2"
I will try to make a way to make this program work the same way as troca2, maybe with an "argc argv", wait the next update.
3- the battery life??
if u notice any battery life decreasing with the usage of the program, configure a bigger delay, maybe 5000ms, it is a matter of adjust the "timming" for each processor. Post your results here so others can find the optimum value for the delay in their phones.
4- have to start the program every reset?
yes, just put it in the startup folder.
maybe someone can make an cab that put the program in the right place and a link in the startup, it would be cool! I dont have an easy program to deal with cabs, and the vs projects for cabs.... I really cant make that thing work!!
well it is only the batterylife i was worried about. but i'll try running the phone this weekend with the program running and doing some skype.. lets see how it turns out!
For folks who have issues of mic on using this program, there is a quick solution for this problem. You can try sjphone. It provides a internal mic volume control. However, the major setback is that it's only working in wm5.
my 2 cents
weekendli said:
For folks who have issues of mic on using this program, there is a quick solution for this problem. You can try sjphone. It provides a internal mic volume control. However, the major setback is that it's only working in wm5.
my 2 cents
Click to expand...
Click to collapse
will check this, but people reported that worked in xperia... and it is running in my P3301... anyway, will check and post an wm6 build if it is the case... check the error file and see if it tells anything.
Other thing, this program uses low level api`s, so your windows MUST be fully unlocked for it to work in wm6.