[ROMS] Original LG Firmware list

Search This thread

The_ERROR

Senior Member
Nov 13, 2010
594
362
Ostrava (mostly)
List of all firmware available for P500 (list of codes)

Seems that there is unable to download FW directly anymore, because of updated security policy. Event, when you find URL, it's possible, that will not work, because of "access denied" like here: http://csmgdl.lgmobile.com/swdata/WDLSW/LGF240S/ASKTWH/F240S10n_00/F240S10n_00.kdz


Link deprecated. If I will found more, I notify you.


http ://csmg.lgmobile.com:9002/csmg/b2c/client/ezlooks_model_list.jsp?model=LGP500&country=CZ



NOTE: Seems, that there is also possible select your country code, for FW selection. Just add "&country=XX" at the end of url. For example
Code:
http ://csmg.lgmobile.com:9002/csmg/b2c/client/ezlooks_model_list.jsp?model=LGP500&country=GR
will search greek versions of FW.

If you want different type of phone, just replace P500 with your type.
Code:
http ://csmg.lgmobile.com:9002/csmg/b2c/client/ezlooks_model_list.jsp?model=LGP500
Download link is
Code:
http://csmg.lgmobile.com:9002/swdata/WEBSW/LGP500/[B]XXXXX[/B]/V10a_00/V10A_00.kdz
where XXXX is code from link above. For example:

I want to original LG firmware for czech republic.
1) Open http://csmg.lgmobile.com:9002/csmg/b2c/client/ezlooks_model_list.jsp?model=LGP500
2) In browser I will start search czech/cze and it finds something like
Code:
[B]CDMA LGP500 ACZEBK CZE/CZECHO[/B] - Unbranded FW
[B]CDMA LGP500 ATMCBK TMC/T-MOBILE(CZECHO)[/B] - Branded T-Mobile fw
[B]CDMA LGP500 AVDZBK VDZ/VODAFONE(CZECH)[/B] - branded Vodafone fw
where ACZEBK or ATMCBK or AVDZBK are code for download link.
3) Go to
Code:
http://csmg.lgmobile.com:9002/swdata/WEBSW/LGP500/[B]ACZEBK[/B]/V10a_00/V10A_00.kdz
for download unbranded LG firmware for czech :)

It's not confirmed, but you can also try V10x for new version of firmware. Maybe it will work, maybe not.

IMPORTANT NOTE!!!
For different version you have to change also path in url!! ex:
Code:
For V10a_00
http://csmg.lgmobile.com:9002/swdata/WEBSW/LGP500/ACZEBK/V10[B]a[/B]_00/V10[B]A[/B]_00.kdz
or for V10f_00
http://csmg.lgmobile.com:9002/swdata/WEBSW/LGP500/ACZEBK/V10[B]f[/B]_00/V10[B]F[/B]_00.kdz
Based on post on androidforum.cz from u.david

Using of application which xda-dev user Crecked did

Application downloads last firmware based on steps described below (How to get stock FW, which should be in my device) By this application you can download proper firmware just by inserting of your device type and serial number. For proper use you need installed .NET4 and disable firewall (or at least make rule for this app).

[THREAD]Application for download Original LG Firmware


How to get stock FW, which should be in my device (FW that LG update tool provide me)


Someone sad that following worked, someone that not. You must try and you will see...

1) Get serial number of your phone
2) Enter it in URL csmg.lgmobile.com:9002/svc/popup/model_check.jsp?model=<model_of_phone>&esn=<serial_number>
Code:
csmg.lgmobile.com:9002/svc/popup/model_check.jsp?model=[COLOR=Red]LGP500[/COLOR]&esn=[COLOR=Red]000KPPB001234[/COLOR]
3) Show page that you get in source-code view
Code:
<?xml version='1.0' encoding='utf-8' ?> 
<response req_cmd='check_model' status='ok'> 
<auth> 
<model>LGP500</model> 
<suffix>ASEABK</suffix> 
<esn>[COLOR=Red]123456789012345[/COLOR]</esn> 
<msn>000KPPB001234</msn> 
<esndate>20101201</esndate> 
<buyer>SEA</buyer> 
<esnoutgodate>20101203</esnoutgodate> 
<ULocationcode>N</ULocationcode> 
<buyername>HUB</buyername> 
<csn>LG0000440022331</csn> 
</auth> </response>
4) select & copy number between <esn> elements (123456789012345)
5) Enter this number to csmg.lgmobile.com:9002/csmg/b2c/client/auth_model_check2.jsp?esn=<enter_esn_number_here>
Code:
csmg.lgmobile.com:9002/svc/popup/model_check.jsp?esn=[COLOR=Red]123456789012345[/COLOR]
If it won't work, you can try new link provided by kutysam (make thanks him on some of his post please)
Code:
http://csmg.lgmobile.com:9002/csmg/b2c/client/auth_model_check2.jsp?esn=[COLOR=Red]123456789012345[/COLOR]
6) Show page as source-code view
Code:
<?xml version='1.0' encoding='utf-8' ?> 
<response req_cmd='auth_model_check' status='OK'> 
<auth_model_check> 
<result>OK</result> 
<esn>123456789012345</esn> 
<model>LGP500</model> 
<suffix>ASEABK</suffix> 
<msn>000KPPB001234</msn> 
<esn_date>20101201</esn_date> 
<sw_version>V10E_00</sw_version> 
<sw_url>http://csmg.lgmobile.com:9002/swdata/WEBSW/LGP500/ASEABK/V10e_00/V10E_00.kdz</sw_url> 
<sw_locale_url>http://csmg.lgmobile.com:9002/swdata/WEBSW/LGP500/ASEABK/V10e_00/V10E_00.kdz</sw_locale_url> 
<sw_recommand_uri>GLOBAL/GLOBAL</sw_recommand_uri> 
<app_version></app_version> 
<app_url></app_url> 
<cs_em_flag>N</cs_em_flag> 
<cs_em_uri>N</cs_em_uri> 
<chip_type>EG</chip_type> 
<prod_type>GSM</prod_type> 
</auth_model_check> </response>
7) You have all needed information about your firmware. If you have older firmware, just replace some letters in FW link.
Code:
csmg.lgmobile.com:9002/swdata/WEBSW/LGP500/ASEABK/V10[COLOR=DarkRed][B]c[/B][/COLOR]_00/V10[COLOR=DarkRed][B]C[/B][/COLOR]_00.kdz
Sniffing of communication of LG Update client

If above not working as you expected, you can take a look on communication between client-server.

1) Download and install membrane-monitor
2) Configure it as proxy (LG client gets configuration from your default browser, so just set your browser to connect through membrane-monitor)
3) Turn on filter on lg server (create rule for filtering *lgmobile.com*)
4) Start client
5) Watch messages between client and server. If your LG client works fine, you can get download link for your latest firmware.



For flashing of firmware take a look on Zecanilis's post [HOWTO] Flash original firmware on P500
 
Last edited:

killdashnine

Member
Apr 29, 2010
35
2
It's weired, for french stock there are different entries. only this "AFRABK" was working.

Code:
http://csmg.lgmobile.com:9002/swdata/WEBSW/LGP500/AFRABK/V10d_00/V10D_00.kdz

It's fun, If I try a b c d it's working, f g h i it's 404, and with "E" I have a forbidden.
Code:
http://csmg.lgmobile.com:9002/swdata/WEBSW/LGP500/AFRABK/V10e_00/V10E_00.kdz
Maybe a new version coming soon. Thanks for your help !
 

ergo911

Senior Member
Feb 5, 2009
210
99
Hi, wanted to get my hands on Baltic (with Estonian language) firmware but can't download any. I tried a,b,c,d,e, but did'nt got anything. Somebody has a dump or downloaded firmware? Thanks.
 

Ultrakiller

Senior Member
Oct 9, 2010
177
117
AITABI ITA/ITALY CDMA LGP500
AITABK ITA/ITALY CDMA LGP500
AITASV ITA/ITALY CDMA LGP500

What code should i use for unbranded italian phone!?
 

Airbus A320

Member
Dec 6, 2010
16
4
AITABI ITA/ITALY CDMA LGP500
AITABK ITA/ITALY CDMA LGP500
AITASV ITA/ITALY CDMA LGP500

What code should i use for unbranded italian phone!?

Seems that the *BK one is the only one that works
A few days ago I downloaded from a link found somewhere on the internet a V10A firmware. the link was for the portughese version. Now i've redownloaded the one from AITABK. the MD5 sum is the same for both the file.

So probably the firmware with the same version revision is the same in all countries, and probably the later revisions is for non-standard country related settings


(sorry for my crappy 'n twisted english :D )
 
Last edited:

The_ERROR

Senior Member
Nov 13, 2010
594
362
Ostrava (mostly)
It seems that there are not every firmware for every country. If you can't download it directly for your country, try look for continent or something. It's hard to say. Possibility to browse folder directly one by one doesn't exist. :(

It's realy pity. I tryed few links from czech and europe end here every was function so I hoped that every-one will be fine. :(
 
Last edited:

Airbus A320

Member
Dec 6, 2010
16
4
It seems that there are not every firmware for every country. If you can't download it directly for your country, try look for continent or something. [cut]

in my opinion the many revisions currently released are the same firmware with some minor country related differences... maybe something about the local phone operators

an LG employee wrote in some italian forums that LG will release a firmware in a few weeks (before the end of december he said) that should fix some bugs: the sdcard that unmount and remount random and hopefully the slightly annoying noise on nearly all audio related situations (outgoing calls, ringtone, mp3 player...)
 
Last edited:

lmariachi

Member
Dec 10, 2010
48
1
Lisbon
OnePlus X
Xiaomi Poco F1
an LG employee wrote in some italian forums that LG will release a firmware in a few weeks (before the end of december he said) that should fix some bugs: the sdcard that unmount and remount random and hopefully the slightly annoying noise on nearly all audio related situations (outgoing calls, ringtone, mp3 player...)

I am hoping for that, i don't have the unmount issue for now but i have the sound which is very annoying....

I'm eager for that fixes. :D
 
Last edited:

The_ERROR

Senior Member
Nov 13, 2010
594
362
Ostrava (mostly)
How I can download versions for Chile?

zorxd said:
doesn't work for me (Telus Canada) or I didn't find the good information...

It seems that there are not every firmware for every country. If you can't download it directly for your country, try look for nearest country or directly for continent. It's hard to say. Possibility to browse folder directly one by one doesn't exist so it is really hard check everything.

It's realy pity. I tryed few links about FW from czech and europe and few others and it seems that I had lucky hand for choose - every link had some FW, so I hoped that every-one will be fine.
 

cyberdog100

Member
Feb 20, 2009
10
0
I've just tried to flash my Optimus One and after it finishes its stuck in a boot loop, gets to the "Android" screen and won't go any further! I've tried with the Australian and Bulkans ROMs from the above link and same thing, still no good.

Has anyone else experienced this? What else can I try to fix this, I've tried to flash 4 times already, each time there's no difference!!
 

flashvnn

New member
Dec 4, 2010
1
1
i had get problem like you, i have found a way to solved it, after you flash your LP One it will turn of your phone, now press Home + Volumn Down + Power, your phone to boot to Android ok.
 
  • Like
Reactions: cyberdog100

cyberdog100

Member
Feb 20, 2009
10
0
And wait for while. It takes about 5 and more minutes before all data will be prepared and phone will start properly.

Guys thanks so much, that worked well! I thought the phone was bricked but it has loaded normally now, I wonder what causes that problem in the first place?

Someone should update the first post with these instructions in case others experience the same issue.
 

heaven666

Member
Oct 8, 2010
36
17
Hello

Could you help me please ? My question maybe stupide, but is anybody could explain me how to flash my phone with the original *.kdz firmware ?
Maybe also make a tuto ?...
I would try to install one of the custom rom on my optimus p500, but I dare not, because I want to be sure I could return easily to the original firmware if I encounter some problems....
Thanks a lot in advance
 
Last edited:

Top Liked Posts