View Single Post
Old 11-03-2017, 18:13   #70 (permalink)
andrew_tm
Product Supporter
 
andrew_tm's Avatar
 
Join Date: Feb 2007
Location: Europe
Posts: 8,010
Member: 445973
Status: Offline
Thanks Meter: 3,489
Quote:
Originally Posted by BillA View Post
Andrew_tm, here's an easy way to get the SPC/MSL on most LG phones:
(you probably knew it, but just as a refresher... lol)

Start a LogCat session, and enter ##3282# to trigger the SPC verify activity:
adb logcat | grep "OEM_HOOK_RAW [06000000"

Followed by the SPC in unicode format (ex 313132323333 = 123456)

On some phones if you already have the com port open then simply send the QC command:
11 17 00 06 62 4F 7E
OR
11 17 00 08 1C A6 7E
And you get the SPC code 112233 in hex form as 313132323333:
11 17 00 06 31 31 32 32 33 33 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 46 BA 7E

To factory reset it (like ##786#) without the SPC, enter
5689#*<model#>#
SVC Menu
Factory Reset (R&D)

11 17 00 06 62 4F 7E

This way we use - if active diag port and read info from phone in log you can see SPC.
I add your logat method in next update.

--
  Reply With Quote
The Following 2 Users Say Thank You to andrew_tm For This Useful Post:
 
Page generated in 0.22453 seconds with 7 queries