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

Module p_lglg6200

source code

Various descriptions of data specific to LG 6200 (Sprint)

Classes [hide private]
  _gen_p_lglg6200_129
Anonymous inner class
  _gen_p_lglg6200_132
Anonymous inner class
  _gen_p_lglg6200_134
Anonymous inner class
  _gen_p_lglg6200_136
Anonymous inner class
  content_count
Stores the number of items in the content file
  content_entry
  content_file
Used to store all content on the phone, apps, ringers and images (with the exception of the camera)
  indexentry
  indexfile
Used for tracking wallpaper and ringtones
  pb_contact_media_entry
Reads the wallpaper/ringer info for each contact on the phone
  pb_contact_media_file
  pbappendentryrequest
  pbentry
  pbgroup
A single group
  pbgroups
Phonebook groups
  pbreadentryresponse
Results of reading one entry
  pbupdateentryrequest
  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 = (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
  MEMOLENGTH = 33
  NOMSGRINGTONE = 0
  NORINGTONE = 0
  NOWALLPAPER = 0
  NUMCALENDARENTRIES = 300
  NUMEMAILS = 3
  NUMPHONEBOOKENTRIES = 200
  NUMPHONENUMBERS = 5
  NUMSPEEDDIALS = 99
  PHONE_ENCODING = 'iso8859_1'
  SMS_CANNED_FILENAME = 'sms/canned_msg.dat'
  SMS_CANNED_MAX_ITEMS = 40
  SMS_CANNED_MAX_LENGTH = 104
  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
  content_count_file_name = 'ams/realContent'
  content_file_name = 'ams/contentInfo'
  imageconst = 3
  imageindex = 'setas/amsImageIndex.map'
  max_images = 100
  max_ringers = 100
  media_directory = 'ams'
  numbertypetab = ('cell', 'home', 'office', 'fax', 'pager')
  phonebook_media = 'pim/pbookcontact.dat'
  ringerconst = 2
  ringerindex = 'setas/amsRingerIndex.map'
  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$')}