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
I noticed that T610 gives the same +CMS: EXEPTION (303) ERROR message because of the faulty OK. Same with the Synchronization.
(My T610 is R1A)
Another issue for me is that I have entered about 50 contacts with some information in the COMPANY field - and the company title is not one word, but more - space delimited. Once sync is finished I can see EMAIL and ORGANIZATION fields messed up (in the computer).
Otherwise the program is GREAT!
--
Posted: 2003-07-29 10:52:01
Edit :
Quote
fMA is such a nifty app, and works so well with my T39m. I just got a T610 this week, and there are a few features in fMA that do not work correctly with the T610 (incoming SMS popup windows don't pop, recoverable error on connect, archive not archiving). It is nice that most things do work well with the T610, such as browsing the contacts, monitoring battery and signal stats, sending SMS' (plus receiving kinda). I do miss the SMS popup windows though. Has everyone else that has tried fMA with a T610/616 had the same experience?
I'm poking at the source code to see how things work, but tonight is the first time I have used Delphi. I'm toying with the idea of porting fMA to Java just to see if it can be done. In the meantime, are the fMA developers looking into adding the T61x phones into the happy family of fully supported fMA devices?

Great app, keep up the good work.
--
Posted: 2003-07-31 08:00:43
Edit :
Quote
This rocks...
I tested it with my T310 / Serial IrDA / WinXP
contacts are messed up a bit... the synchronization ends with an error...
is picture download possible? I hate it to send each picture to my PC...
some sort of file manager would be great =)
but, for sms it is a good tool...
even then, EMS is not supported (would be cool too)
--
Posted: 2003-08-01 01:04:40
Edit :
Quote
Looks great, but I have 2 problems:
Problem 1:
Using Bluetooth com port at 9600 baud for Phonebook sync, after about 100 contacts, I get the error:
Error: Synchronization aborted
The debug shows:
11:00:55:369 Start Sync Phonebook....
11:00:55:389 [TX] AT*EOBEX
11:00:55:479 [RX] CONNECT
11:00:55:499 Obex Session Established
11:00:55:569 Obex negotiated: PacketSize=512
11:00:55:589 Retrieving telecom/pb.vcf
11:03:36:110 Retrieving telecom/pb/luid/cc.log
11:03:36:220 Obex Session Ended
Problem 2:
Can't connect using Native Bluetooth port (Billionton). Debug shows:
11:06:55:116 Connecting...
11:06:55:136 Connecting via Bluetooth
11:06:55:156 Error 10047 in function Connect (socket)
Address family not supported by protocol family
Anyone have any clues?
--
Posted: 2003-08-01 05:25:30
Edit :
Quote
Just posting to share something "new" - actually, it's an old feature that I fMA has: controlling powerpoint shows from the phone.
the latest script in the original fMA website is still
20020719 which has these features disabled by default.
I've added some new controls (in
bold) which I use at work, the rest are from the orginal 20020719 script:
Quote:
'PowerPoint Control ---------------------------------------------------
sub OnAMPowerPoint
am.Clear
am.Title = "Presentation"
am.AddItem "Start Show", "OnAMPPStartShow"
am.AddItem "Next Slide", "OnAMPPNext"
am.AddItem "Prev Slide", "OnAMPPPrev"
am.AddItem "End Show", "OnAMPPEndShow"
am.AddItem "Next Show", "OnAMPPNextShow"
am.AddItem "Prev Show", "OnAMPPPrevShow"
am.Update
end sub
sub OnAMPPStartShow
if shell.AppActivate("Microsoft PowerPoint") then shell.SendKeys "{F5}"
am.Update
end sub
sub OnAMPPNext
shell.SendKeys "n"
am.Update
end sub
sub OnAMPPPrev
shell.SendKeys "p"
am.Update
end sub
sub OnAMPPEndShow
shell.SendKeys "{esc}"
am.Update
end sub
sub OnAMPPNextShow
shell.SendKeys "^{PGDN}"
am.Update
end sub
sub OnAMPPPrevShow
shell.SendKeys "^{PGUP}"
am.Update
end sub
Also added this in the root menu:
am.AddItem "Lockdown PC", "OnAMTlock"
which I use when I'm within BT range and forgot to lock the computer and there are unauthorized personnel hovering near my work area. It calls the following routine:
'PC Lockdown ---------------------------------------------------
sub OnAMTlock
shell.run "rundll32.exe user32.dll, LockWorkStation"
end sub
Btw, I'm running W2K SP4 and the lock funtion will not work in 9x systems.
--
Posted: 2003-08-01 05:59:13
Edit :
Quote
hi just wondering if there is code to shutdown the pc rather than lock it?
and also, is it possible to connect to FMA from your phone rather than anything the other way round? (so i could control my pc at certain times (and thus saving battery life)
thanks!!
[ This Message was edited by: pingu on 2003-08-01 17:37 ]
--
Posted: 2003-08-01 18:31:31
Edit :
Quote
to shutdown a computer, call this line:
rundll32.exe user32.dll,ExitWindows
nope, not possible. It's fMA that allows you to control your PC from your phone, if it's not running (or there's no active connection), you can't call a command from the phone to the pc
--
Posted: 2003-08-02 02:39:38
Edit :
Quote
hi guys great program

...when trying to run it on the works win98se machine i get "activex script control not installed" ive downloaded vb5/6 and directx 9 but it aint helped....how can i cure this
TIA
ped
--
Posted: 2003-08-02 13:04:39
Edit :
Quote
in win98, you need the
MS Script control
--
Posted: 2003-08-03 03:49:52
Edit :
Quote
I cant get it to work on my Windows Xp Prof machine. I Get the menu on the phone but when i highlight the menu and try to enter it the porgram Stops answering or the phone just dont go into the menu .
Phone S//E t68I
cOM wiNDOWS xp
connection IRda
--
Posted: 2003-08-03 11:28:01
Edit :
Quote
New Topic
Reply