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

Module p_lgvx3200

source code

Various descriptions of data specific to LG VX3200

Classes [hide private]
  SMSINBOXMSGFRAGMENT
  _gen_p_lgvx3200_213
Anonymous inner class
  _gen_p_lgvx3200_244
Anonymous inner class
  _gen_p_lgvx3200_257
Anonymous inner class
  _gen_p_lgvx3200_277
Anonymous inner class
  _gen_p_lgvx3200_293
Anonymous inner class
  _gen_p_lgvx3200_79
Anonymous inner class
  _gen_p_lgvx3200_87
Anonymous inner class
  _gen_p_lgvx3200_89
Anonymous inner class
  call
  callhistory
  indexentry
  indexfile
Used for tracking wallpaper and ringtones
  msg_record
  pbappendentryrequest
  pbentry
  pbgroup
A single group
  pbgroups
Phonebook groups
  pbreadentryresponse
Results of reading one entry
  pbupdateentryrequest
  recipient_record
  scheduleevent
  scheduleexception
  scheduleexceptionfile
  schedulefile
  sms_in
  sms_out
  sms_quick_text
  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_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 = (4095, 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 = 200
  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 = False
  numbertypetab = ('home', 'home2', 'office', 'office2', 'cell',...
  pb_group_filename = 'pim/pbgroup.dat'
  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',
...