Posted by on the 14th of January, 2018 at 1:37 am.  This post has no comments.

ATContactsCustomizer customizes ATContacts Titanium plugin

Features

  • Remove phone number types (eg: m, h, etc)
  • Translation
  • Custom SMS command

Prerequisite

Download

How To Use

  1. Download this zip file
  2. Unzip on your pc
  3. Open ATContactsCustomizer.mscr with your favorite text editor
  4. Customize as you needed
  5. Copy to your device
  6. Run ATContactsCustomizer.exe. ATContacts will be shown. After close ATContacts, ATContactsCustomizer will do customization.
    • You have to run ATContacts by Select Favorite People, the last page.

Customize

  • You can change these options
######################################
# ATContacts path
######################################
atcontacts_dir = "\Program Files\ATContacts"

######################################
# Options
######################################
delete_number_type = true

######################################
# Custom SMS Application
# %number% will be replaced to number
######################################
sms_command_customize = true
sms_command = """\Windows\KTFMMS.exe"" -type edit -receiver ""%number%"" -name """""

######################################
# Translations
######################################
translate = true
view_trans = "보기" # View
call_trans = "전화걸기" # Call
sendsms_trans = "문자보내기" # Send SMS
change_trans = "설정" # Change
settings_trans = "연락처 추가" # Select Favorite People

History

  • 2010.07.15 v0.1 Initial release

Contact

  • If you have any question, please contact me. (jeongsu @ bmp.pe.kr)

Sorry, but commenting on this post is disabled.