xtKit.com

eXTending your mobile experience

  • Jul
    24

    xtCall

     Windows Mobile Phone extension app.

    Small(only 13KB main program,does not use any RAM usually,no need to put it in startup folder)
    Extensibility:Choose or create plugins your want.

    €9.95 /Owner Name(If your owner name is not english,please run this Save WM Owner Name and get the hex numbers \ownername.txt)

    xtCall(11.5 KB) 7 Days trial version,no function limit.

    More info Documentation

    1 Comment
  • Aug
    19

    Bluetooth control

    Filed under: xtCall;

    Command Line usage:
    btonoff.exe 0 :turn off bluetooth
    btonoff.exe 1 :turn on bluetooth
    btonoff.exe 2 :turn on bluetooth discoverable
    btonoff.exe 3 :restore bluetooth status of last btonoff.exe

    Auto turn on bluetooth while incoming call and turn off when call ended.
    Put btonoff.exe in the plugins folder.Create xt_-a_bton.txt:
    [Link]
    btonoff.exe
    1
    Create xt_-ch_btoff.txt:
    [Link]
    btonoff.exe
    3

    Bluetooth control(2.07 KB)
    No Comments
  • Aug
    19

    Run to open call history.
    Auto open call history when missed call:
    Put in xtCall plugins folder and rename to xt_-c_callhistory.exe

    Open WM Call History(1.83 KB)
    No Comments
  • Aug
    19

    Run to lock device.Can be used as xtCall plugin.Put it in xtcall plugins folder.
    Rename to:
    xt_-be_lock.exe :auto lock when call connected
    If no need to lock on some special numbers or contact:
    1.Put lockdevice.exe in plugins folder
    2.Create a text file xt_-be_lock.txt
    [Link]
    lockdevice.exe
    [Rules]
    !1234567
    !Smith

    Lock Device(1.7 KB)
    No Comments
  • Aug
    19

    xtCall usually does not stay in memory.Its process only start while in calling process.It will auto start plugins by call event.Any file can be plugin of xtCall.For example,if you want a.exe to run while incoming call received,just rename a.exe to xt_-a_a.exe and put it in the xtCall plugins folder.
    xtCall plugin filename format:
    xt_EVENT_filename.extensionname
    EVENT is a character which can be:

    • a :Incoming call
    • b :Incoming call connected
    • c :Missed call
    • d :Outgoing call
    • e :Outgoing call connected
    • f :Outgoing call failed
    • g :Outgoing call ended
    • h :Incoming call ended

    Event can be combined.If -(minus sign) in the event,xtCall will not transfer extra parameters to the plugin.Examples:

    • xt_-egh_vibrate.exe Vibrate when outgoing call connected or call ended.
    • xt_-be_phonerec.exe Auto recording while call connnected.
    • xt_-a_randring.exe Random ringtone.
    • xt_-be_lockdevice.exe Auto lock device while call connected.
    • xt_-be_displayoff.exe Auto turn off display while call connected.
    • And more…

    Plugins can be set to run on conditions.Create a plugin filename.txt.e.g. xt_-be_lockdevice.txt.Content:

    [Link]
    lockdevice.exe
    [Rules]
    123456
    !789012
    Tom

    The main program will compare the current caller number and caller name line by line.If line begins with !,plugin will not start.

    Programming Guide:
    Arguments will pass to the plugin: “Caller Name” EVENT CallerNumber
    e.g. cl_be_vibrate.exe “Green Jim” b 202101224

    No Comments
  • Aug
    18

    WM 6.5 has a new Recording in the call menu.This plugin can auto start it.

    Usage:

    • Change phonerec65.exe filename to xtCall plugin filename format.e.g. xt_-be_phonerec.exe and put it in the plugins folder.It will auto record all incoming and outgoing calls.
    • If you only want to record special numbers,put phonerec65.exe int the plugins folder.Create a plugin txt file xt_-be_phonerec.txt in the plugins folder.Sample content:
      [Link]
      phonerec65.exe
      [Rules]
      1234567
      Tom
      !
    WM 6.5 Voice Recording(1.83 KB)
    No Comments

Recent Comments