Quote:
Originally Posted by Insane
I just realise that I don have sendsms.exe, sendsms.mscr, sendsms.lnk. I do have newsms.exe mscr and lnk. Are they the same? I tried extracting your files again, still the same, no such files.
Everything else was load to the root.
Just to let you know, i did read the manual, I'm just abit slow thats all.  And about the dimmer, the manual said it might or might not work, i'm just saying it doesn't work on the atom.
Good stuff this program..
|
sorry! my mistake, sendsms is the old one, it's not used. It's newsms.mscr, newsms.lnk, newsms.exe. and sipswitch.
If you open newsms.mscr on your desktop computer in notepad you should see this:
Run( "\newsms.lnk" ) ///Link to "new sms message" in itask
callTmail = True
current = ActiveProcess()
If ( current eq "tmail.exe" )
callTmail = False
EndIf
If ( callTmail )
Run( "\tmail.exe" )
Sleep( 1500 ) ///you can change this to test if you need more or less time
EndIf /// 1500 means 1,5 seconds
activeWin = ActiveWindow()
MouseClick( activeWin, 60, 60 ) ///Simulates mouseclick to activate write area
///60,60 means it clicks 60 pixel from the left and 60 from the top.
SendCtrlKey( activeWin, "v" ) /// pastes sms clipboard info from iTask
Run("\sipswitch.exe") ///hides the keyboard in "messaging"
-------------------
I'm actually working on a better version of the newsms.mscr
for the dimmer you can check out "xda developers" website and search for your device.
Thanks for your reply.