Esato Mobile
Sony Ericsson / Sony : Software, Firmware and Drivers : fMA f[??] Mobile Agent, software for sms and phone monitoring
> New Topic
> Reply
< Esato Forum Index > Sony Ericsson / Sony > Software, Firmware and Drivers > fMA f[??] Mobile Agent, software for sms and phone monitoring Bookmark topic
Page <  123 ... 171819 ... 106107108>

Merkur Posts: 311

floAt! You've done a great job!

I haven't tryed the native Infrared (because I have Bluetooth and I think that Infrared sucks) but looks good.

I just downloaded the mobile agent and I'm using it at work... Pretty brilliant. I've got my phone connected via Cable and my recieved messages pop up on my screen and I can take the calls in my Bluetooth headset. Pretty neat!

Now I have a request for you: Can you add a function to the mobile agent so that the computer plays a short "ding" when I recieve a message? The message window is a little bit too stealth on Windows 2000 and my phone does not beep when recieving a message while connected to Mobile Agent.

The ÁáÉé thing must be sorted... I work for a telecom operator and we have a free SMS service. We convert these charachters with the comma facing to the right with charachters with the comma facing to the left and send them out in the message.
I'm not shure about how many nations are using these, but we are not the only one because we haven't had any trouble with these letters. We are the only nation that uses Þþ and Ðð. We Icelanders had a huge fight with the turks to keep them in some latin subcharachter set.

[ This Message was edited by: Merkur on 2002-07-11 16:21 ]
--
Posted: 2002-07-11 17:17:00
Edit : Quote

Epedemic Posts: > 500

Quote:
On 2002-07-11 14:43, Mimzo wrote:
Excuse my ignorance everyone. Does Windows XP SP-1 include MS Bluetooth support or are they separate? If I get my hands on SP-1 will I also have to look for :bt: support or will that be enough? I know SP-1 is still in Beta (if I'm not mistaken) and I understood from the MS site that :bt: support in XP is also still not done.

Would much appreciate it if anyone could enlighten me here.

Thanks!


i think its seperate, i got sp1 build 1050 and no sign of bt whatsoever :/ ... getting 1073 as we speak tho... might be added in there if we're lucky (and willing to risk stability )
--
Posted: 2002-07-11 23:07:00
Edit : Quote

rog Posts: 371

@Merkur: Try the following: Download float's Sample Script from his Website, and place the following lines into the script after the line where it says "sub OnNewSMS(Sender, Text)":

strSoundPath = "C:winntmediading.wav"
Set WshShell = CreateObject("WScript.Shell")
WshShell.Run "sndrec32.exe /play /close " & strSoundPath , 0, False

In the first line, you have to change the path to the sound-file you want to have played when a new SMS arrives (usually in "c:winntmedia").
If all is setup correctly, you should now hear the "bing"-sound every time a new sms arrives.

@float (or anybody else): this is quite a "quick and dirty" method to play a sound. Maybe there is a more elegant way to do this , without using the Shell-Object?

Greetz,
Rog.

[ This Message was edited by: rog on 2002-07-12 07:57 ]

[ This Message was edited by: rog on 2002-07-12 11:53 ]
--
Posted: 2002-07-12 00:57:00
Edit : Quote

arnoldc Posts: > 500

float, here are my observations:

a) the disconnect does not happen so far (Mimzo, you were also asking me about this) i tried it for about 5 hours everyday;
b) i can't minimize the window without going to the tray icon and selecting restore, then i can minimize;
c) in the sms inbox, i selected three messages, right click and select delete. after that, my sms inbox cannot be accessed anymore with an error "$+C is not a valid integer value." i disconnected and reconnected, same error. i closed the application, restarted again, and STILL same error! what happened??? the archive and sent items are still accessible. i'm stuck here

update on c) i renamed the .dat file and it works now... of course other sms are gone.

d) i'm getting weird chars on multi-part sms. example: é@ø("¡@hat I sent you now is from the software. Its version 2.0.183, got it from one of the links you posted before. @

[ This Message was edited by: arnoldc on 2002-07-12 08:10 ]
--
Posted: 2002-07-12 08:45:00
Edit : Quote

float Posts: 173

@arnoldc,

quick answer/workaround: while making sure FMA is not running go to the FMA directory and delete/rename the file 'SMSInbox.dat', and refresh your inbox. (tell me if the problem occured again)

The restore before 'able to minimize' is a known bug, a bit hard to troubleshoot at the moment, but will work on it later.

/floAt
--
Posted: 2002-07-12 09:01:00
Edit : Quote

float Posts: 173

@ShuanC, @Minzo, @Epedemic

SP1 beta & BT Ext beta are not published.

BT Ext beta is not included in SP1 beta, nor in the scheduled release of SP1 next month. I heard BT ext is due around october.

Trust me guys, you don't want to use the MS-BT yet, as FMA could be the only published app on earth that supports it now, unless you're a developer (no virtual serial port, no file transfer, no etc etc yet) I've to use IR for Outlook Sync for the time being

@Merkur, @rog

Ok, due to poppular request, i will add option for playing wav file while sms is received, later (remind me if i forgot ) At the mean time Rog's suggestion is good enough (i don't know any better way, not quite good in scripting, but maybe hooking up to MM interface via COM will be better, anyway don't know how off hand)

I think it is fair to solve those characters problem, but i will need some input from you. Could you prepare some SMS with those problematic characters, sent it to yourself, and email me the SMSInbox.dat, do delete your other SMS before sending to me

@arnoldc

If you still have the SMSInbox.dat and it does not contain any sensitive information, please email it to me for trobleshooting.

It is not that important that other SMS are gone as you can always refresh it from the phone. SMSInbox.dat is mean as a cache so that refreshing is not necessary everytime.

(d) that is also a known problem i leave it to be solved while i add 'long message' support. I did notice the @ at the end sometime but haven't figured that out yet.

Cheers,
floAt
--
Posted: 2002-07-12 12:53:00
Edit : Quote

619 Posts: > 500

hello float, i have this problem, using win98se at home.

'Exeption E01eCtlrlError in module MOBILEAGENT.EXE at 00114C59 Microsoft ActiveX Script Control not installed'.

i have installed the MS script , link came from your HP. reboot, reinstalled, but the error still comes out.

where can i get a good activex script control? cant find it at ms site.

thanks

--
Posted: 2002-07-13 11:00:00
Edit : Quote

float Posts: 173

@619

You might want to take a look at Shawn0's post here:

http://esato.com/board/viewtopic.php?mode=viewtopic&topic=3699&forum=17&start=144

I'm quite confused about the script controls in older windows...

/floAt
--
Posted: 2002-07-13 12:27:00
Edit : Quote

619 Posts: > 500

In our ofc pc, win98, there was no problem whatsoever This post was posted from a T68i
--
Posted: 2002-07-13 13:10:00
Edit : Quote

619 Posts: > 500

hi float, i got it to work, using shawn's link... i got the 'sct10en';

from your site, the link gives us 'scr56en'



[ This Message was edited by: 619 on 2002-07-13 19:08 ]
--
Posted: 2002-07-13 20:04:00
Edit : Quote
Page <  123 ... 171819 ... 106107108>

New Topic   Reply
Forum Index

Esato home