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
I have been fallowing china's droid 3 to see if they can find a way to root. there is a thread where they talk about flashing a chine's rom
Machine at hand
now so Gaoshou get ROOT then, telecommunications on the 3G EVO DO can replace the PPP will dial the file corresponding to Chinese ROM will be released ~ ~ ~ ~ slightly backward ROOT now has Jiejue technical problems, mobile, Unicom has possible solutions to the network Lock Unicom's mobile GPRS and W CDMA 3G is not a problem ~ ~ on telecommunications FANS want to use the 3G network on the other d3 ROOT release ~ root program to be released after a detailed set of 3G EVDO specific tutorials ~ ~ technical exchange group 93,862,778 everyone exchange it up ~ ~
not sure if this makes any sense to any one
or this post
Brush my process is as follows:
1, Operating System : WIN7 X64
2, Brush Software : RSDLite_5.3.1 process: 1, while holding down key + power button XT883 boot , press the button to select the first five, then select the first 5, then hold down the arrow keys to enter the BP SBF FLASH MODE mode ; 2, connect the USB cable , open RSDLite_5.3.1, tune out 1FF-p2b_solana_cdma_solana-userdebug-2.3.4-5.5.1-1_GC-35-5.5. 1-1_GC-35-test-keys-ChinaTelecom-CN.sbf, and then click on START start brushing machine. Then to see the progress bar is the software into the machine yard brush to 100%, but after brushing, but shows faild to fail. . . . . . . . . To the large T ask , is not no root cause? I have a problem or operation? Or is the XT883 and XT862 hardware different places, leading to verizon version of the National Bank XT883 XT862 can not brush the rom?
here is a link to there droid 3 threads
http://www.diypda.com/forumdisplay.php?fid=584
i had to use a msn group to get singed up with this group.
From using Google translator it seems like it doesn't have root but they have a different rom then the installed?
Hard to understand the translation.
http://www.diypda.com/viewthread.php?tid=301278&from=recommend_f
bane58 said:
From using Google translator it seems like it doesn't have root but they have a different rom then the installed?
Hard to understand the translation.
http://www.diypda.com/viewthread.php?tid=301278&from=recommend_f
Click to expand...
Click to collapse
XDA member old.ghost has help us int the hero section with translating a chines sense rom. if we can find him or some one that can go through some of there threads they maybe on to some thing that could help.
is this not a rom they are flashing
http://www.diypda.com/viewthread.php?tid=296341
oostah said:
XDA member old.ghost has help us int the hero section with translating a chines sense rom. if we can find him or some one that can go through some of there threads they maybe on to some thing that could help.
is this not a rom they are flashing
http://www.diypda.com/viewthread.php?tid=296341
Click to expand...
Click to collapse
It sounds like what they have is an sbf to stock 2.3.4. Several people asked how they could flash it without root. I'm going to assume their D3 did not ship with 2.3.4.
slow88lx said:
It sounds like what they have is an sbf to stock 2.3.4. Several people asked how they could flash it without root. I'm going to assume their D3 did not ship with 2.3.4.
Click to expand...
Click to collapse
Were we ever able to extract the D3's SBF? If so, we may be able to use that and the Chinese SBF to determine the signing key Motorola uses.
pplude said:
Were we ever able to extract the D3's SBF? If so, we may be able to use that and the Chinese SBF to determine the signing key Motorola uses.
Click to expand...
Click to collapse
this link shows it was shiped with 2.3.3
http://www.diypda.com/viewthread.php?tid=279926&extra=page=1
thoretically the images are still signed by motorola. Different versions of android make our job even easier.
Isn't 2.3.3 still rootable, though? I thought 2.3.4 was when the root holes were fixed.
china's D3 thread they are talking about backwords root
there post
MOTO Droid 3 came, beyond d2g ~ ~ ~ wait slightly cattle drive to root
English
Machine at hand
now so expert then get ROOT, Telecom on 3G EVO DO will be able to replace the PPP dial-up file corresponding to the Chinese ROM will be released ~ ~ ~ ~ slightly backward ROOT now has to solve technical problems, Mobile, Unicom has possible solutions to the network Lock Unicom's mobile GPRS and W CDMA 3G is not a problem ~ ~ on telecommunications FANS want to use the 3G network on the other d3 ROOT release ~ root program to be released after a detailed set of 3G EVDO specific tutorials ~ ~ technical exchange group 93,862,778
link to the thread
http://www.diypda.com/viewthread.php?tid=298161&extra=page=1
Would this be of any use? It hasn't finished downloading, but it looks to be a gzipped sbf of 2.3.4 for the D3.
http://download.diypda.com/diypda-d....5.1-1_GC-35-test-keys-ChinaTelecom-CN.sbf.gz
oostah said:
I have been fallowing china's droid 3 to see if they can find a way to root. there is a thread where they talk about flashing a chine's rom
Machine at hand
now so Gaoshou get ROOT then, telecommunications on the 3G EVO DO can replace the PPP will dial the file corresponding to Chinese ROM will be released ~ ~ ~ ~ slightly backward ROOT now has Jiejue technical problems, mobile, Unicom has possible solutions to the network Lock Unicom's mobile GPRS and W CDMA 3G is not a problem ~ ~ on telecommunications FANS want to use the 3G network on the other d3 ROOT release ~ root program to be released after a detailed set of 3G EVDO specific tutorials ~ ~ technical exchange group 93,862,778 everyone exchange it up ~ ~
not sure if this makes any sense to any one
or this post
Brush my process is as follows:
1, Operating System : WIN7 X64
2, Brush Software : RSDLite_5.3.1 process: 1, while holding down key + power button XT883 boot , press the button to select the first five, then select the first 5, then hold down the arrow keys to enter the BP SBF FLASH MODE mode ; 2, connect the USB cable , open RSDLite_5.3.1, tune out 1FF-p2b_solana_cdma_solana-userdebug-2.3.4-5.5.1-1_GC-35-5.5. 1-1_GC-35-test-keys-ChinaTelecom-CN.sbf, and then click on START start brushing machine. Then to see the progress bar is the software into the machine yard brush to 100%, but after brushing, but shows faild to fail. . . . . . . . . To the large T ask , is not no root cause? I have a problem or operation? Or is the XT883 and XT862 hardware different places, leading to verizon version of the National Bank XT883 XT862 can not brush the rom?
here is a link to there droid 3 threads
http://www.diypda.com/forumdisplay.php?fid=584
i had to use a msn group to get singed up with this group.
Click to expand...
Click to collapse
dose this mean that verizion has a block in the D3 that there's dose not?
leading to verizon version of the National Bank XT883 XT862 can not brush the rom?
oostah said:
dose this mean that verizion has a block in the D3 that there's dose not?
leading to verizon version of the National Bank XT883 XT862 can not brush the rom?
Click to expand...
Click to collapse
would would verizon be blocking, specifically?
according to the posts, they're using Brush to get into the devices somehow? i've seen a few Chinese threads that use this method, but i've never seen it stateside. is anyone familiary with this process?
tombarr said:
Would this be of any use? It hasn't finished downloading, but it looks to be a gzipped sbf of 2.3.4 for the D3.
http://download.diypda.com/diypda-d....5.1-1_GC-35-test-keys-ChinaTelecom-CN.sbf.gz
Click to expand...
Click to collapse
As far as I got it, this is a dev SBF, which means cannot be flashed on secured device.
Plus I am not 100% convinced XT883 and XT862 are identical hardware wise.. It will certainly help developers though as it may help them understand the structure of code groups/etc and may help them find a weakness that can be exploited to gain root.
640k said:
would would verizon be blocking, specifically?
according to the posts, they're using Brush to get into the devices somehow? i've seen a few Chinese threads that use this method, but i've never seen it stateside. is anyone familiary with this process?
Click to expand...
Click to collapse
From a quick google search, just replace "brush" with "flash" as they are flashing the ROM....using a recovery method (recommending wipe partitions, select .zip from sdcard, install, etc...).
I had read all the post in that chinese forum about droid 3 and I'm sure they do NOT have root
they said they can flash verzion machine using "SBF image", which should be leaked from china telecom(you can think as verzion in US), they use RSDLite to flash this, seems this kind of flash method doesn't required root.
and if you flash the "SBF image", it will get you a chinese version 2.3.3 modified by china telecom.
please let me know if you need more info from chinese forum
senyaoluthien said:
I had read all the post in that chinese forum about droid 3 and I'm sure they do NOT have root
they said they can flash verzion machine using "SBF image", which should be leaked from china telecom(you can think as verzion in US), they use RSDLite to flash this, seems this kind of flash method doesn't required root.
and if you flash the "SBF image", it will get you a chinese version 2.3.3 modified by china telecom.
please let me know if you need more info from chinese forum
Click to expand...
Click to collapse
I'm from china too.We are waiting root from XDA. the most popular topic in the Chinese forum is when XDA would release root tool
I commute between Shanghai and New York for work. I just ordered an XT883 unlocked to use on T-Mobile (USA).
Has this device been rooted yet?
Has anyone ported a good version of ICS or Jelly Bean.
With the 3 or 4 versions of this phone worldwide, it is hard to get a clear answer.
thanks.
Joe_PDA said:
I commute between Shanghai and New York for work. I just ordered an XT883 unlocked to use on T-Mobile (USA).
Has this device been rooted yet?
Has anyone ported a good version of ICS or Jelly Bean.
With the 3 or 4 versions of this phone worldwide, it is hard to get a clear answer.
thanks.
Click to expand...
Click to collapse
I think it depends which XT883 ROM your device is running. From memory, some of the earlier versions could be easily rooted.
- Is the XT883 System ROM rootable?
"The SBF is rootable, the OTA update is not, but root can be achived via OTA rootkeeper" - The Solutor
More info: http://forum.xda-developers.com/showthread.php?t=1249720&page=13
There are a few versions of ICS around. None of them offer FULL working options, mainly due to the locked bootloader.
Motorola has recently announced that most of their 2011 phones will be getting official Jelly Bean.
Have to wait and see.
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
Hello everyone
First, apologize for my bad English, I use Google Translate
Buy my Flex d958 in forum Spanish (HTCMania), after 2 weeks started to restart, what format factory and seems to fix it, a few days later stopped working wifi and bluetooth, install the stock rom for my model and I stop recognizing my sim card.
And I tried everything, and installed KDZ, also TOT + DLL, and remains unresolved.
The phone lights up perfectly, and works everything but the WIFI, bluetooth and sim.
I hope you can help
Thank you very much from Zaragoza (Spain)
Nobody can help me?
porsche_man said:
Nobody can help me?
Click to expand...
Click to collapse
you obviously used the rom for the wrong variant, so put ur phone into download mode and open the LG mobile support tool and let it do its job....hope it helps bud
or if u still want to use .kdz files
http://storagecow.eu/index.php?dir=Xda/LG+G+Flex/Stock/
go to that site and download either of the .kdz files for the "hong kong" variant
then flash that problem should then be fixed
i need some help please.
i am unable to download the files located at post
https://forum.xda-developers.com/tm.../guide-how-to-convert-to-100-stock-t-t3615957
for some reason when i go to download the files it tells me it will take days to download and download speed stays at 0.0kbps
if there is any other way to get this done or can the following files be uploaded to a different site for downloading
Combination (950W) firmware for the Home_CSC: https://updato.com/firmware-archive-...3AFA163EE8F90B
and
T-Mobile Stock firmware: https://updato.com/firmware-archive-...3AFA163EE8F90B
I have Xfinity i live in Houston TX and my Connection has over 200mb download speed.
so if you can please upload to (Google Drive) (Dropbox) (Mega) or any other file sharing site you may know of.