https://bugs.winehq.org/show_bug.cgi?id=22602
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://ar.gsmlibrary.com/Pr |https://www.assembla.com/sp |oducts+Support/HWK/LG_SW/KM |aces/ks360/documents/cCrKUY |900/LG-Utils-0.4.2.zip.html |I_4r3QndeJe5afGb CC| |focht@gmx.net Resolution|ABANDONED |FIXED
--- Comment #8 from Anastasius Focht focht@gmx.net --- Hello folks,
works fine here.
@OP ... there is this thing called 'search engine'.
You put some words or even filenames in it and - surprise - it gives you multiple hits.
App download: https://www.assembla.com/spaces/ks360/documents/cCrKUYI_4r3QndeJe5afGb
Example .kdz file(s): http://sourceforge.net/projects/p700files/files/V10I_00.kdz/download
The app is console based:
--- snip --- $ wine ./KP500-Utils-EN.exe ... |--------------------------------------| | ! LG-Utils V0.4.2 ! | | KP500 | | By Blackhorn for www.lgks360.e3b.org | | NO WARANTY | | USE AT YOUR OWN RISK | |--------------------------------------|
Menu -------------------------------- A - Send ROOT partition on mobile phone B - BACKUP ROOT partition on mobile phone C - Send CUST partition on mobile phone D - Backup CUST partition on mobile phone E - Send USER partition on mobile phone F - Backup USER partition on mobile phone G - Extract CUST partition from .DFAT H - Extract files from a WDB file I - Extract files from a KDZ file J - Flash with assistant (file .cab) M - Extended /!\ N - Send STATIC_EEP partition on mobile phone O - Backup STATIC_EEP partition on mobile phone P - Unlock /!\ Q - Exit Choice: I err:module:import_dll Library MFC42.DLL (which is needed by L"Z:\home\focht\Downloads\LGMobileDL.dll") not found err:module:import_dll Library LGMobileDL.dll (which is needed by L"Z:\home\focht\Downloads\LGMUpgradeDL.dll") not found err:module:import_dll Library MFC42.DLL (which is needed by L"Z:\home\focht\Downloads\LGMUpgradeDL.dll") not found Error during the loading DLL --- snip ---
It needs 'MFC42.dll' -> 'winetricks -q mfc42'
After satisfying the prerequisite it loads the .kdz file, writes the .cab which is perfectly valid.
--- snip --- $ cabextract -t V10I_00.cab Testing cabinet: V10I_00.cab LGP700AT-00-V10i-EUR-XX-AUG-25-2012+0.dz OK 79953708192f427fbd5ff309f086a6c7 QCT_P700_20120706.dll OK 12a740deb261d7d4755c7d170388f5b6 --- snip ---
Resolving 'fixed'.
$ sha1sum LG-Utils-0.4.2.zip 53aeebb3e6e2b03a3b45d557a62df2ee39d44482 LG-Utils-0.4.2.zip
$ du -sh LG-Utils-0.4.2.zip 1.2M LG-Utils-0.4.2.zip
$ wine --version wine-1.7.33-84-gfecbc88
Regards