Related
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
Thanks for posting this!! Really helps!
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 !
Thanks for the info
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.
AITABI ITA/ITALY CDMA LGP500
AITABK ITA/ITALY CDMA LGP500
AITASV ITA/ITALY CDMA LGP500
What code should i use for unbranded italian phone!?
I could not find the file for my firmware version.
LGP500H AVIVBK VIV/VIVO(BRAZIL) CDMA
Tried this (below) and another codes from Brazil.
http://csmg.lgmobile.com:9002/swdata/WEBSW/LGP500/AVIVBK/V10a_00/V10A_00.kdz
Ultrakiller said:
AITABI ITA/ITALY CDMA LGP500
AITABK ITA/ITALY CDMA LGP500
AITASV ITA/ITALY CDMA LGP500
What code should i use for unbranded italian phone!?
Click to expand...
Click to collapse
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 )
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.
The_ERROR said:
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]
Click to expand...
Click to collapse
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...)
How I can download versions for Chile?
CDMA ??? it says product type - cdma
I am having LG p500 GSM, will it suit this ?
doesn't work for me (Telus Canada) or I didn't find the good information...
Airbus A320 said:
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...)
Click to expand...
Click to collapse
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.
jsamuelj said:
How I can download versions for Chile?
Click to expand...
Click to collapse
zorxd said:
doesn't work for me (Telus Canada) or I didn't find the good information...
Click to expand...
Click to collapse
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.
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!!
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.
flashvnn said:
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.
Click to expand...
Click to collapse
And wait for while. It takes about 5 and more minutes before all data will be prepared and phone will start properly.
The_ERROR said:
And wait for while. It takes about 5 and more minutes before all data will be prepared and phone will start properly.
Click to expand...
Click to collapse
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.
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
hi every one
i just downloaded il orange rom 2.3.3 from sammobile i tried million times to flash it with odin , odin every time says pass but the i9000 just still booting .
i tried to remove the battery , to use pit file with the rom , to flash with defferent odin versions but it still the same , odin says pass but the phone booting all the time .
the rom is a tar file .
( every else rom "not tar file" working fine , but i need to flash the original rom )
any body can help me please ?
Download this guide. It is a direct link from the sammobile site.
How long are you waiting for the phone to start up. If you aren't waiting up to 30mins it is not long enough.
You should receive all the files required within the .zip file you downloaded from sammobile.com. If it was a single .tar file put it in PDA, if it is .pit file as well use that as well.
Does that help?
thank you , but i waited more than 30 min until the phone had become very hot then i feared to broke it .
it's a single tar file , should i use pit file with it ?
( in the guide samsung explains how to flash with non single file rom )
If the pit file came with the package then yes use it!
Can you give me a link to the rom you downloaded, and a link to the page you saw the list of firmwares for you.
What rom were you using before?
Also copy and paste what is says when you finish flashing, a screenshot would probably be better.
And lastly have you tried another computer?
F.M.K said:
3. i tried another original roms like cellcom rom its the same , but another roms like 2.3.6 and ics working just fine only the roms from sammobile do this to me .
4. i don't know how to take screen shoot of the mobile.
Click to expand...
Click to collapse
Make sure re-partition was ticked when you use the pit file.
Is there any reason you need a stock rom??
Ok it could be a bug with that FW somehow, try the links here
If the link is not there or after you try and flash the above rom and you still want to install the FW from sammobile then try after using the most similar firmwares above.
Finally if all that still doesn't work then download and install this.
Hopefully after installing that you can install the original. Or just stay with one of the other original roms above. I don't think having a carrier version of the rom is that important, but you know better than me because I assume it is important in your country.
If you do decide to stick with any of the firmware above then make sure you type in *#262*your imei# and select your correct csc code (3 letter code). Changing the selected code will reboot and factory reset your phone!
Talon26 said:
Make sure re-partition was ticked when you use the pit file.
Is there any reason you need a stock rom??
Ok it could be a bug with that FW somehow, try the links here
If the link is not there or after you try and flash the above rom and you still want to install the FW from sammobile then try after using the most similar firmwares above.
Finally if all that still doesn't work then download and install this.
Hopefully after installing that you can install the original. Or just stay with one of the other original roms above. I don't think having a carrier version of the rom is that important, but you know better than me because I assume it is important in your country.
If you do decide to stick with any of the firmware above then make sure you type in *#262*your imei# and select your correct csc code (3 letter code). Changing the selected code will reboot and factory reset your phone!
Click to expand...
Click to collapse
first of all thanks to you for helping me
second : i need afirmware with arabic , hebrew & english interface build in - only the il original one have this .
third : there is 3 providers in israel cellcom pelephone & orange , orange have a special band not like the others & this is the provider i use .
4. all the non original roms and ics's have too much problems , like radio dosn't work , low signal , market unfotunetly stoped , Restarts suddenly.
If you have a special band are you sure you have the i9000?? Is it another version of i9000 like i9000T or something. Check your box or the back of your phone after taking out the battery.
Again have you checked the firmware here it is the original firmware. It has JV9 firmware and therefore probably has your languages.. and once the correct csc is in and your APN is correct all should be fine.
This is all assuming that your phone is actually gt-i9000 not another variant.
Also the links i provide are generally quite stable and so have little or no bugs. For example this is known to be quite stable. However i am not sure about the languages..
Just found this link click by searching for the firmware name in google
And then if that doesn't work then you are not meant to have that update. Use the link for the firmware called I9000JHJV8 on sammobile, it is the earlier firmware however should fit your requirements. After setting the CSC and apn attach it to your computer with Kies and it will update to the latest.
Talon26 said:
If you have a special band are you sure you have the i9000?? Is it another version of i9000 like i9000T or something. Check your box or the back of your phone after taking out the battery.
Again have you checked the firmware here it is the original firmware. It has JV9 firmware and therefore probably has your languages.. and once the correct csc is in and your APN is correct all should be fine.
This is all assuming that your phone is actually gt-i9000 not another variant.
Also the links i provide are generally quite stable and so have little or no bugs. For example this is known to be quite stable. However i am not sure about the languages..
Just found this link click by searching for the firmware name in google
And then if that doesn't work then you are not meant to have that update. Use the link for the firmware called I9000JHJV8 on sammobile, it is the earlier firmware however should fit your requirements. After setting the CSC and apn attach it to your computer with Kies and it will update to the latest.
Click to expand...
Click to collapse
all the links you gave me is the same of sammobile firmware , the same files , only the darky that is very nice one its working fine i think but not the original one .
thank you
http://forum.xda-developers.com/showthread.php?t=1102881
Above link is a thread on xda, that has stock firmware... find one you want the same one if you can...
http://samsung-updates.com/gt-i9000-samsung-galaxy-s/
Is a link to list that has same firmware you are trying to use from sammobile.
The reason i am giving you these links is because the files that you downloaded from sammobile.com may be corrupted. These are alternative links of the SAME firmware but different files.
Finally if these do not work and you have the same outcome that the phone does not boot. Then download and install the firmware called I9000JHJV8 on sammobile.com. It is the earlier firmware however should fit your requirements. After setting the CSC and APN connect your phone to your PC. Use Samsung Kies to update your phone.
Talon26 said:
http://forum.xda-developers.com/showthread.php?t=1102881
Above link is a thread on xda, that has stock firmware... find one you want the same one if you can...
http://samsung-updates.com/gt-i9000-samsung-galaxy-s/
Is a link to list that has same firmware you are trying to use from sammobile.
The reason i am giving you these links is because the files that you downloaded from sammobile.com may be corrupted. These are alternative links of the SAME firmware but different files.
Finally if these do not work and you have the same outcome that the phone does not boot. Then download and install the firmware called I9000JHJV8 on sammobile.com. It is the earlier firmware however should fit your requirements. After setting the CSC and APN connect your phone to your PC. Use Samsung Kies to update your phone.
Click to expand...
Click to collapse
i thing you are not understanding me , the proccess of flashing the phone completes just fine and the phone start booting but it still booting ( the booting animation working fine ) it get not into the system .
i think the problem is the single tar file because all the roms with three files and icses working fine .
if there is a way to un.tar the file and made from it 3 md5 files to flash with odin maybe it will works.
F.M.K said:
i thing you are not understanding me , the proccess of flashing the phone completes just fine and the phone start booting but it still booting ( the booting animation working fine ) it get not into the system .
i think the problem is the single tar file because all the roms with three files and icses working fine .
if there is a way to un.tar the file and made from it 3 md5 files to flash with odin maybe it will works.
Click to expand...
Click to collapse
You are right I wasn't understanding...
http://forum.xda-developers.com/showthread.php?t=965190
This is a guide to repackage the tar file...
Talon26 said:
You are right I wasn't understanding...
http://forum.xda-developers.com/showthread.php?t=965190
This is a guide to repackage the tar file...
Click to expand...
Click to collapse
you are very kind person . thank you very much . thats it .
every thing works fine .
Hi, so i can't seem to find the compatible MODEM and the CSC for my XXJW4 rom Anyone can help? I couldn't flash from ODIN without them the android out of box shows with some errors on my device and then restarts only.. that's why i need all the 4 files i have 2 (PIT, and PDA) and 2 rest :/
Firmware
Go to www.sammobile.com/firmware/. You'll find your required files there. Explore around the site, you'll get everything you need. :good:
Go to Androidadvices.com and move to SGS I9000 section... surf a bit there and u LL see here package with instructions..
Right now I can't send u link,as m on phone but as soon as I use my laptop I LL provide u with link if u want
EDit= here is the link
http://androidadvices.com/update-galaxy-gt-i9000-pack-xxjw4-236-firmware/
Proud owner of SGS GTI-9000.
hope it helps...
Hi to all!!
This is my first post in XDA. I would like to ask someone how to change my product code from XEU to ATL (as i need to send the phone to the sat). I've tried:
- Searching stock ROMS vodafone original (ATL in spain) in 3 files (only found updates).
- Tried out Fus downloader, but this app downloads only the PDA (not phone nor csc file).
- Tried out an app called SpoofFW, but doesn't work for me.
- Tried to find out the corresponding files to manually add them with root explorer.
How to change the product code to ATL? Any other way?
russellhoff said:
- Searching stock ROMS vodafone original (ATL in spain) in 3 files (only found updates).
Click to expand...
Click to collapse
use My Android Collections > ROMS > Firmware archive for ATL stock ROM
Problem solved!
Downloaded a one-file tar archive through check fus downloader. The thing is that i din't know what to do with it, until I realised I should extract the whole file and then, pack them in the three-file-system required to flashing in Odin.
I will upload tha package to xda
By the way, thank you for your help. Would yo like to add my link to your list?
russellhoff said:
By the way, thank you for your help. Would yo like to add my link to your list?
Click to expand...
Click to collapse
All the ATL vodofone ROM files are already available at a number of web sites and from the link I gave your earlier
Hi All,
I cross flashed and ended up on C900B171. Does anyone have a link for the FULL EVA-L09C440138 or 9 firmware as the official link is broken?
Many Thanks
I thought I might be able to help seeing as how I found B139 on the firmware finder tool. It does not seem to DL though so I'm afraid I cant.
When I get back to WiFi I might be able to DL B138 from my device from the update setting page.