Package phones :: Module p_lgvx4650
[hide private]
[frames] | no frames]

Module p_lgvx4650

source code

Various descriptions of data specific to LG VX4650

Classes [hide private]
  SMSCannedFile
  SMSCannedMsg
  SMSINBOXMSGFRAGMENT
  _gen_p_lgvx4650_132
Anonymous inner class
  _gen_p_lgvx4650_140
Anonymous inner class
  _gen_p_lgvx4650_142
Anonymous inner class
  _gen_p_lgvx4650_283
Anonymous inner class
  _gen_p_lgvx4650_315
Anonymous inner class
  _gen_p_lgvx4650_325
Anonymous inner class
  _gen_p_lgvx4650_343
Anonymous inner class
  callentry
  callhistoryfile
  firmwarerequest
  firmwareresponse
  indexentry
  indexfile
Used for tracking wallpaper and ringtones
  msg_record
  pbappendentryrequest
  pbentry
  pbfile
  pbfileentry
  pbreadentryresponse
Results of reading one entry
  pbupdateentryrequest
  recipient_record
  scheduleevent
  scheduleexception
  scheduleexceptionfile
  schedulefile
  sms_in
  sms_out
  sms_saved
  speeddial
  speeddials
  textmemo
  textmemofile
Variables [hide private]
  CAL_DOW_EXCEPTIONS = 16
  CAL_DOW_FRI = 64
  CAL_DOW_MON = 1024
  CAL_DOW_SAT = 32
  CAL_DOW_SUN = 2048
  CAL_DOW_THU = 128
  CAL_DOW_TUE = 512
  CAL_DOW_WED = 256
  CAL_NO_VOICE = 65535
  CAL_REMINDER_10MIN = 3
  CAL_REMINDER_1DAY = 5
  CAL_REMINDER_1HOUR = 4
  CAL_REMINDER_2DAYS = 6
  CAL_REMINDER_5MIN = 2
  CAL_REMINDER_NONE = 0
  CAL_REMINDER_ONTIME = 1
  CAL_REPEAT_DATE = (2100, 12, 31)
  CAL_REP_DAILY = 17
  CAL_REP_MONFRI = 18
  CAL_REP_MONTHLY = 20
  CAL_REP_NONE = 16
  CAL_REP_WEEKLY = 19
  CAL_REP_YEARLY = 21
  FIRSTSPEEDDIAL = 1
  LASTSPEEDDIAL = 99
  MAXCALENDARDESCRIPTION = 38
  MAX_PHONEBOOK_GROUPS = 10
  MEMOLENGTH = 33
  NOMSGRINGTONE = 0
  NORINGTONE = 0
  NOWALLPAPER = 0
  NUMCALENDARENTRIES = 300
  NUMEMAILS = 3
  NUMPHONEBOOKENTRIES = 500
  NUMPHONENUMBERS = 5
  NUMSPEEDDIALS = 100
  PHONE_ENCODING = 'iso8859_1'
  SMS_CANNED_FILENAME = 'sms/mediacan000.dat'
  SMS_CANNED_MAX_ITEMS = 18
  SMS_CANNED_MAX_LENGTH = 101
  SMS_PATTERNS = {'Inbox': re.compile(r'^.*/inbox[0-9][0-9][0-9]...
  cal_data_file_name = 'sch/schedule.dat'
  cal_dir = 'sch'
  cal_exception_file_name = 'sch/schexception.dat'
  cal_has_voice_id = True
  cal_voice_ext = '.qcp'
  cal_voice_id_ofs = 15
  incoming_call_file = 'pim/incoming_log.dat'
  missed_call_file = 'pim/missed_log.dat'
  numbertypetab = ('home', 'home2', 'office', 'office2', 'cell',...
  outgoing_call_file = 'pim/outgoing_log.dat'
  pb_file_name = 'pim/pbentry.dat'
  pb_group_filename = 'pim/pbgroup.dat'
  sms_canned_file = 'sms/mediacan000.dat'
  sms_dir = 'sms'
  sms_ext = '.dat'
  sms_inbox_name_len = 16
  sms_inbox_prefix = 'sms/inbox'
  sms_outbox_name_len = 17
  sms_outbox_prefix = 'sms/outbox'
  sms_saved_name_len = 12
  sms_saved_prefix = 'sms/sf'
  text_memo_file = 'sch/memo.dat'
Variables Details [hide private]

SMS_PATTERNS

Value:
{'Inbox': re.compile(r'^.*/inbox[0-9][0-9][0-9]\.dat$'),
 'Saved': re.compile(r'^.*/sf[0-9][0-9]\.dat$'),
 'Sent': re.compile(r'^.*/outbox[0-9][0-9][0-9]\.dat$')}

numbertypetab

Value:
('home',
 'home2',
 'office',
 'office2',
 'cell',
 'cell2',
 'pager',
 'fax',
...