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

Module p_lgvx6100

source code

Various descriptions of data specific to LG VX6100

Classes [hide private]
  SMSINBOXMSGFRAGMENT
  _gen_p_lgvx6100_101
Anonymous inner class
  _gen_p_lgvx6100_103
Anonymous inner class
  _gen_p_lgvx6100_259
Anonymous inner class
  _gen_p_lgvx6100_272
Anonymous inner class
  _gen_p_lgvx6100_290
Anonymous inner class
  _gen_p_lgvx6100_306
Anonymous inner class
  _gen_p_lgvx6100_93
Anonymous inner class
  call
  callhistory
  camindexentry
  campicsdat
the cam/pics.dat file
  firmwareresponse
  indexentry
  indexfile
Used for tracking wallpaper and ringtones
  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_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 = (2999, 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 = 2
  LASTSPEEDDIAL = 99
  MAXCALENDARDESCRIPTION = 38
  MAX_PHONEBOOK_GROUPS = 10
  MEMOLENGTH = 65
  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 = 17
  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',
...