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

Module p_lglx260

source code

Various descriptions of data specific to LG LX260

Classes [hide private]
  SMSINBOXMSGFRAGMENT
  _gen_p_lglx260_126
Anonymous inner class
  _gen_p_lglx260_134
Anonymous inner class
  _gen_p_lglx260_136
Anonymous inner class
  _gen_p_lglx260_260
Anonymous inner class
  _gen_p_lglx260_297
Anonymous inner class
  _gen_p_lglx260_310
Anonymous inner class
  _gen_p_lglx260_329
Anonymous inner class
  _gen_p_lglx260_344
Anonymous inner class
  call
  callhistory
  firmwareresponse
  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
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 = 2
  LASTSPEEDDIAL = 99
  MAXCALENDARDESCRIPTION = 38
  MAX_PHONEBOOK_GROUPS = 0
  MEMOLENGTH = 32
  NOMSGRINGTONE = 0
  NORINGTONE = 0
  NOWALLPAPER = 1
  NUMCALENDARENTRIES = 300
  NUMEMAILS = 3
  NUMPHONEBOOKENTRIES = 499
  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
  numbertypetab = ('cell', 'home', 'office', 'fax', 'pager')
  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$')}