You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function lglaf.init()
local usb_product = DissectorTable.get("usb.product");
usb_product:add(0x1004633e, lglaf) -- LG G3 (D855) or LG V10 (H962)
usb_product:add(0x1004627f, lglaf) -- LG G3 (VS985)
usb_product:add(0x10046298, lglaf) -- LG G4 (VS986)
--- Add your device id here
I have added these new items to the lglaf.lua:
(yes they are different on between firmwares...)
Here is a dump taken while flashing with LGup:
excerpt: https://www.androidfilehost.com/?fid=889964283620771461
full: https://www.androidfilehost.com/?fid=889964283620771457
for reference here is the lafd from the device: http://www.filedropper.com/lafdg420p
LG LAF lua gets loaded it seems as I can see it in the protocols but it does not translate the dump..
Any help highly appreciated!!
The reason is I need to debug the issues for #7 and #24
The text was updated successfully, but these errors were encountered: