14 - Mobile Data Structure Flashcards
What are the the substitution keys of a Nokia PM file for the following hex values?
- A
- B
- C
- D
- E
- F
- A = 0
- B = *
- C = #
- D = p
- E = w
- F = +
Nokia PM - Decode the following IMEI Data strings:
- 333536343437303133363032323734
- 3335393337362F30302F3935393031302F31
- 3 5 6 4 4 7 0 1 3 6 0 2 2 7 4
- 3 5 9 3 7 6 / 0 0 / 9 5 9 0 1 0 / 1
Nokia PM - Decode the following ICCID Data string:
985303032522311999F2
8935303052221391992F
(Reverse niblled, F is ignored)
Nokia PM - Decode the following IMSI Data string:
2927301030713515
9272030103175351
(reverse nibbled, 9 is ignored)
What are the important fields of a Nokia Series 30 Contact PM Data?
2=0DF35387924754A00000000001416D6…..FF
- 0D : Length of Phone number
- F35387924754A : Phone number (Nokia char)
- 01 : Start marker of contact name
- 1416 : Contact name, stored in ASCII Format
What are the important fields of a Alternative Series 30 Contact Structure?
0=09A1689245A….00000576F…FF
- 09 : Length of Phone number
- A1689245A: Phone number (Nokia char)
- 00: Start marker of contact name
- 576F: Contact name, stored in ASCII Format
What are the important fields of a Nokia Series 40 Contact PM?
2=02000A07010054006100…000A0B02…AA8639..
- 02 : Number of fields
- 000A : Length of first field
- 07 : Type of data (07 = Name or Text)
- 01 : Entry position in the data string
- 0054006100 : Contact name (unicode)
- 000A : Length of first field
- 0B : Number
- 02 : Entry position in the data string
- AA8639 : Phone number (no reverse nibbeling)
What are the important fields of a Series 30 Dialled Call Register including a Contact Name?
0=0AA8689772A5…0142696273….AD481922
- 0A : Length of dialled number
- A8689772A5 : Dialled number (Nokia char)
- 42696273 : Dialled contact in ASCII
- AD481922 : Time and Date (Nokia format)
What are the important fields of a Alternative Series 30 Dialled Call Register including a Contact Name?
0=09A1679225A…00000576F726BFF…0000013B1BCB…FF
- 09 : Length of dialled number
- A1679225A : Dialled number
- 576F726B : Dialled contact in ASCII
- 13B1BC… : Three Nokia Series 30 timestamps.
In what key are Nokia PM phone book entries stored?
- [58] : Contacts
- [59] : Dialed
- [60] : Received
- [61] : Missed Calls
Convert the following Nokia security code: 3132333435?
12345
Series 30 Call Times: In what key can it be found and for what do the following numbers stand for:
- 6=
- 8=
- 10=
- 12=
Can be found in key [33]. The format of the data string is in hhmmss (in hex).
- 6= : Last call duration
- 8= : Total Received Call Duration
- 10= : Total Dialled Call Duration
- 12= : Total All Calls Duration
What are the two transmission methods of SMS?
- Text Mode
- Protocol Description Unit (PDU) Mode
What three data types uses the PDU Mode?
- Octet
- Semi-octet
- Septet
How das GSM 7 Bit Encoding works?
Explain using lecture notes.