PDA

View Full Version : Is there any program to run Bluetooth Activesync easily?


Artosoft
27-01-2006, 06:23 AM
Hi,

Does anyone know if such program exist?

Or, any know how to run Activesync via bluettoth in easier way than tap on Start>Activesync>Tools>Connect via bluetooth (that's 4 taps).

Regards,
Arto.

psych0t1c
27-01-2006, 11:26 AM
Hi,

Does anyone know if such program exist?

Or, any know how to run Activesync via bluettoth in easier way than tap on Start>Activesync>Tools>Connect via bluetooth (that's 4 taps).

You can use Mortscript to whip up a little cute script that does the 4 taps for you with a single tap. Google for Mortscript (or Mortscripts) and download it, it is freeware and well documented.

VoodooBOB
27-01-2006, 11:55 AM
I was also looking for something that will make this quicker. Thanks psych0t1c.

Artosoft
27-01-2006, 02:55 PM
Thanks psych0t1c.

I try using Mortscript, follow instruction, put the .mrsc on \windows folder, put a link on \windows\start up folder, but without success.

Here is the .mrcs text:

Run "\windows\sync"
MouseClick "ActiveSync", 10, 300
MouseClick "ActiveSync", 10, 285
Close "ActiveSync"
Exit

Please Mortscript expert give me advise...

Thx.

Regards,
Arto.

psych0t1c
28-01-2006, 11:06 AM
I try using Mortscript, follow instruction, put the .mrsc on \windows folder, put a link on \windows\start up folder, but without success.

Here is the .mrcs text:

Run "\windows\sync"
MouseClick "ActiveSync", 10, 300
MouseClick "ActiveSync", 10, 285
Close "ActiveSync"
Exit

Please Mortscript expert give me advise...


What is going wrong? Does nothing happen at all? Some thoughts on the fly:

-Extension should be mscr not mrcs, but maybe that's a typo.
-There should be a extension to sync. Use "sync.lnk"
-Give a little time to start the program (use "sleep 500")
-Give a slight time to rollout the menu after first tap ("sleep 100")
-Minimize instead of close. Don't know how MortScript actually works - if it is a real "close" or not.
-Maybe it is also a bad idea to put it in autorun before you tested it. Could be that during boot sequence the Script is the first to execute while most of the system is still in a less than ready state. Might be better to start it by hand when using it or to measure your booting time. So if the entire device takes 18seconds from the disappearing of the splash screen to full service (you see your today screen and no "waiting" symbol) you could just go and give the script an initial delay (sleep 25000) to wait 25 seconds before it starts out.

Test it out and lemme know what exactly is going wrong.

jpiek
28-01-2006, 11:25 PM
Still didn't work overhere, but her's something better :

AutSyncME :

AutoSyncME is a FREE software which connects your device automaticly to your computer via bluetooth connection with a click of a button.

Why do I need AutoSyncME?

Until now, in order to sync your device with the computer via BT, you needed to do the following: 1. Press on start.
2. Press on ActiveSync.
3. Press on tools.
4. Press on "connect via bluetooth"

Quite a hassle...Isnt it?



What does ActiveSyncME does?

Just download the file (cab) attached below, transfer it to your device, and double click it to install the software.
The software will be installed in the start menu - programs folder.

Want to make it a lot easier?

Go to "settings" on your device - "buttons" and assign a hardware button to this file.
Now, every time you want sync your device with your computer, just press the hardware key.


http://www.mesoftware.biz/as.htm

Artosoft
29-01-2006, 04:08 AM
Still didn't work overhere, but her's something better :

AutSyncME :

AutoSyncME is a FREE software which connects your device automaticly to your computer via bluetooth connection with a click of a button.

Why do I need AutoSyncME?

Until now, in order to sync your device with the computer via BT, you needed to do the following: 1. Press on start.
2. Press on ActiveSync.
3. Press on tools.
4. Press on "connect via bluetooth"

Quite a hassle...Isnt it?



What does ActiveSyncME does?

Just download the file (cab) attached below, transfer it to your device, and double click it to install the software.
The software will be installed in the start menu - programs folder.

Want to make it a lot easier?

Go to "settings" on your device - "buttons" and assign a hardware button to this file.
Now, every time you want sync your device with your computer, just press the hardware key.


http://www.mesoftware.biz/as.htm
Thanks!

But it is not working.

Regards,
Arto.

jpiek
29-01-2006, 10:20 PM
:? :cry:

vijay555
29-01-2006, 10:56 PM
Is there a big need for such an app? Why doesn't the other one posted above work?

V

Artosoft
30-01-2006, 01:38 AM
:? :cry:
Jpiek,

My bad, my bad....

I did tried several times again, and sometimes it is work.

If not work, I did 4 times tap Bluetooth Activesync to get connected.

Works but not always...

Regards,
Arto

Artosoft
30-01-2006, 02:04 AM
Is there a big need for such an app? Why doesn't the other one posted above work?

V
We need program that can make our life easier.

Hopefully you can write a program to do bluetooth (or any kind of connection) activesync in predefined period time (or in interval time). But most important is reliability.

Thanks!

Regards,
Arto.