[ROMS] Original LG Firmware list - Optimus One, P500 Android Development

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

Related

[Q] Terriblely inaccurate gps

I am running stock rom android 2.2 on my optmus 2x and gps is so in accurate compared to my old htc magic. i often go jogging and track it with my phone, but since i switched to the lg i can move the tracked routes to the trash.
gps sets me 10-30 meter next to the track, plots out whole circles i never ran.
i tried trackerbooster which helped alot on the htcmagic but it did not help.
is there any way to fix that?
-dan
try this.
1. Go into the LG hidden menu
2. Go into GPS Test
3. Go into System Settings
4. MOLR Protocol (is set to User-Plane)
5. SULP Setting -> SLP Server Setting, I created a new one for the nokia servers (slp address: supl.nokia.com, port: 7275, no cert and no TLS setting)
6. SLP Auto Provision is activated
What version is your stock ROM? At some point there was a change to the GPS userspace which made a huge difference when it was merged into CM.
Whats lg hidden menu?
Rom Version is V10c
i only know how to do it if you have launcher pro.
you just press and hold on one of the home screens until a menu shows up
take Shortcuts then choose Activities scroll down until you find com.lge.hiddenmenu
tap on it then tap on HiddenMenu. now you have a shortcut on the home screen
hurgaburga said:
Whats lg hidden menu?
Rom Version is V10c
Click to expand...
Click to collapse
GPS inaccuracy was a problem on 10c. It locked/fixed very quickly, but with lack of resolution. 10D fixed this, takes a little longer to get a fix, but it's accurate. I advise you to upgrade.
TrymHansen said:
GPS inaccuracy was a problem on 10c. It locked/fixed very quickly, but with lack of resolution. 10D fixed this, takes a little longer to get a fix, but it's accurate. I advise you to upgrade.
Click to expand...
Click to collapse
thats right there is a 10d version i forgot that try to update you mobile first.
Unfortunately 10c is the latest version out for me (Austria/Europe) according to lg customer support.
No updates available :/
hurgaburga said:
Unfortunately 10c is the latest version out for me (Austria/Europe) according to lg customer support.
No updates available :/
Click to expand...
Click to collapse
I just checked, and 10d is available for all carriers in Austria. Just run/install the LGMobile update tool, and you should be good.
If that does not work, you can always smartflash 10d Europe Open.
Where did you check?
hurgaburga said:
Where did you check?
Click to expand...
Click to collapse
The LGMobile Update tool. I set the country to Austria, and in menu "Customer Support" chose "Supporting Model". Every entry for P990 shows 10d as the latest for Austria.
Only Europe Open shows v10d
Hutchison (my carrier) shows V10c.
So how can i flash EUrope Open V10d on it?
(I have not yet rooted it)
hurgaburga said:
Only Europe Open shows v10d
Hutchison (my carrier) shows V10c.
So how can i flash EUrope Open V10d on it?
(I have not yet rooted it)
Click to expand...
Click to collapse
ROMs for Download here: http://forum.xda-developers.com/showthread.php?t=1035041
Instructions here: http://forum.xda-developers.com/showthread.php?t=1008070
NOTE: The instructions are for flashing baseband only. In addition to that, you also need to select the .bin file in "Ap bin"
NOTE2: If you decide to flash and something goes wrong this is YOUR responsibility. I've not yet heard of anyone messing up their phone this way, but there may be a good reason for your carrier not having released 10d. Unless you can find a copy of the ROM you have now, there's no way to go back.
Thank you. Very much appreciated.

[Q] It is safe to goto Euro Open v20a?

Hello,
my phone's build.prop sais:
...
ro.build.target_operator=TMO
ro.build.target_country=DE
ro.lge.swversion=LG-P880-V10h-NOV-19-2012
I bought the phone from a store in Greece and not from an Operator and i use it with Greek Op... When I bought it, about a month ago I did an OTA update to the version 10h...
My questions are:
1) Is it safe to do a manual update with an Euro Open Version or a Greek Version for v20a or i'll have to stay with TMO (which i think it means T-Mobile)?
2) Will that change the operator in my phone and what other changes are made (except from the s/w version changes. for ex does it change the target_country?)?
3) From the store i bought it they said that I have full waranty from LG Hellas for 2 years. If I can and do the update to the Euro Open or Greek V. will I loose the waranty?
4) If I can do the manual update can you provide me a link with the steps to do it?
Thank you very much!
anyone??? please i feel so idiot that i cannot update it!
go to this link, it will open white page, in adress bar after "=" sign at the end just put your IMEI number and hit enter, copy info WITHOUT you phone IMEI and paste here
http://csmg.lgmobile.com:9002/csmg/b2c/client/auth_model_check2.jsp?esn=
Regarding your questions:
1. It is safe like you do this with ota or lg tool, every flash have risks
2. No change
3. Yes, and no, if your currently phone software is online aka http://lg-phone-firmware.com/index.php?id_mod=15 and you can download it and flash it then you have no worry about warranty, but if isn't and if you flash v20, and in the meanwhile you need to use your warranty..then you cant go back to latest stock software for you phone and maybe you have problems than..because you cant use recovery phone in lg tools for reverting to stock for two reason: Obviously there isn't jet JB for your region otherwise you would not post these questions, and second if you update manually to v20 only way to reverse to stock is to use different method (downgrading) also included in link above(problem if you dont have matching v10h software if you have some branding apps included). Or you can wait official JB for your phone's region. So check that you can download from internet your currently stock software.
4. http://forum.xda-developers.com/showpost.php?p=36676469&postcount=1 look here for methods, i use it all including LGFlash tool (this method is not in the list) and never had problems..
Freddowar said:
Hello,
my phone's build.prop sais:
...
ro.build.target_operator=TMO
ro.build.target_country=DE
ro.lge.swversion=LG-P880-V10h-NOV-19-2012
I bought the phone from a store in Greece and not from an Operator and i use it with Greek Op... When I bought it, about a month ago I did an OTA update to the version 10h...
My questions are:
1) Is it safe to do a manual update with an Euro Open Version or a Greek Version for v20a or i'll have to stay with TMO (which i think it means T-Mobile)?
2) Will that change the operator in my phone and what other changes are made (except from the s/w version changes. for ex does it change the target_country?)?
3) From the store i bought it they said that I have full waranty from LG Hellas for 2 years. If I can and do the update to the Euro Open or Greek V. will I loose the waranty?
4) If I can do the manual update can you provide me a link with the steps to do it?
Thank you very much!
Click to expand...
Click to collapse
1) Software-wise it is safe. It is also possible to go back to LG-P880-V10h-NOV-19-2012 if you want to later.
2) It won't change your operator. Also, your phone should remain linked to Greece (or perhaps Germany as that's in your build.prop) and T-Mobile by IMEI.
3) I don't know whether the T-Mobile version has additional software installed, but it seems likely. They should be able to tell that that software is missing. If you don't have any specific T-Mobile software on the phone they probably cannot tell the difference after you go back to LG-P880-V10h-NOV-19-2012. Of course you can be smart about it and make a CWM-backup + Titanium Backup of ALL your apps so you can restore everything after reinstalling LG-P880-V10h-NOV-19-2012. In that case they cannot tell the difference. Note: You need to then also remove CWM and root after the restore before you send it in for repairs.
4) I preferred this method: http://forum.xda-developers.com/showthread.php?t=2069723.
thank you both!!! very much!!!!
hpnxfox said:
3. Yes, and no, if your currently phone software is online aka http://lg-phone-firmware.com/index.php?id_mod=15 and you can download it and flash it then you have no worry about warranty, but if isn't and if you flash v20, and in the meanwhile you need to use your warranty..then you cant go back to latest stock software for you phone and maybe you have problems than..because you cant use recovery phone in lg tools for reverting to stock for two reason: Obviously there isn't jet JB for your region otherwise you would not post these questions, and second if you update manually to v20 only way to reverse to stock is to use different method (downgrading) also included in link above(problem if you dont have matching v10h software if you have some branding apps included). Or you can wait official JB for your phone's region. So check that you can download from internet your currently stock software.
Click to expand...
Click to collapse
Fortunately, the rom he has is standard, so he just needs to worry about potential extra apps. Root+Titanium backup should cover that, as he can reflash->root->restore all apps+data with Titanium Backup->remove root.
Agree!

[Q] Present, past and still a future (with no product code)?

Hello,
I am new to mess around with mobile phones and Android and (therefore) also managed to bring my girlfriend's GT-I8190 phone to a non-working state. Although there are lots of information in this forum I am more confused than sure what to do. I hope to get here some help / information / explanation.
Past
The phone was bought in Germany and had probably a German firmware. But I do not know, since no connections to Kies or whatsoever and no backups where done earlier. After a error of Android (e:\ failed to mount or something similar) which blocked the phone on the startup logo of the non-modyfied S3 mini, my guess for a quick solution was to flash the firmware with Odin to a new(er) German version. I downloaded (from a German forum) and flashed successfully several versions (supposedly OXA). But with all version the network connection hasn't practically worked. Only very weak and only at a few locations. Once I used in desperation also a so called stock-recovery from somewhere.
Present
I visited a shop where the uber-friendly Samsung service overwrote the firmware first with the general and later with the LaFleur version (PDA: XXAMG4, CSC: QXXA MH1). Kies tells me the CSC is somehow a VE1 version (what country is that code for - moon?). But the problem hasn't changed.
I still have the original IMEI, but I'm missing the baseband and, what worries me more: no product code. I managed to read it out only with "CheckFus" which says only: Not Active1
Future ?
Since I probably haven't used the right firmware at least once, I am hesitating to do more. My ideas are as following: modem, firmware, baseband.
What is the best way to proceed? Is there still a easy solution? I don't mind to change to another version - no stock firmware is required. Am I close to have a 4" tablet?
Any answer is appreciated - thanks!
bohlero said:
Hello,
I am new to mess around with mobile phones and Android and (therefore) also managed to bring my girlfriend's GT-I8190 phone to a non-working state. Although there are lots of information in this forum I am more confused than sure what to do. I hope to get here some help / information / explanation.
Past
The phone was bought in Germany and had probably a German firmware. But I do not know, since no connections to Kies or whatsoever and no backups where done earlier. After a error of Android (e:\ failed to mount or something similar) which blocked the phone on the startup logo of the non-modyfied S3 mini, my guess for a quick solution was to flash the firmware with Odin to a new(er) German version. I downloaded (from a German forum) and flashed successfully several versions (supposedly OXA). But with all version the network connection hasn't practically worked. Only very weak and only at a few locations. Once I used in desperation also a so called stock-recovery from somewhere.
Present
I visited a shop where the uber-friendly Samsung service overwrote the firmware first with the general and later with the LaFleur version (PDA: XXAMG4, CSC: QXXA MH1). Kies tells me the CSC is somehow a VE1 version (what country is that code for - moon?). But the problem hasn't changed.
I still have the original IMEI, but I'm missing the baseband and, what worries me more: no product code. I managed to read it out only with "CheckFus" which says only: Not Active1
Future ?
Since I probably haven't used the right firmware at least once, I am hesitating to do more. My ideas are as following: modem, firmware, baseband.
What is the best way to proceed? Is there still a easy solution? I don't mind to change to another version - no stock firmware is required. Am I close to have a 4" tablet?
Any answer is appreciated - thanks!
Click to expand...
Click to collapse
Try to flash this firmware : http://www.sammobile.com/firmwares/3/?download=18114 via odin3 it's a i8190XXAMG4 (DBT) firmware it also include modemfs (modem) then try to upgrade your baseband to XXAMG4.
bohlero said:
Hello,
I am new to mess around with mobile phones and Android and (therefore) also managed to bring my girlfriend's GT-I8190 phone to a non-working state. Although there are lots of information in this forum I am more confused than sure what to do. I hope to get here some help / information / explanation.
Past
The phone was bought in Germany and had probably a German firmware. But I do not know, since no connections to Kies or whatsoever and no backups where done earlier. After a error of Android (e:\ failed to mount or something similar) which blocked the phone on the startup logo of the non-modyfied S3 mini, my guess for a quick solution was to flash the firmware with Odin to a new(er) German version. I downloaded (from a German forum) and flashed successfully several versions (supposedly OXA). But with all version the network connection hasn't practically worked. Only very weak and only at a few locations. Once I used in desperation also a so called stock-recovery from somewhere.
Present
I visited a shop where the uber-friendly Samsung service overwrote the firmware first with the general and later with the LaFleur version (PDA: XXAMG4, CSC: QXXA MH1). Kies tells me the CSC is somehow a VE1 version (what country is that code for - moon?). But the problem hasn't changed.
I still have the original IMEI, but I'm missing the baseband and, what worries me more: no product code. I managed to read it out only with "CheckFus" which says only: Not Active1
Future ?
Since I probably haven't used the right firmware at least once, I am hesitating to do more. My ideas are as following: modem, firmware, baseband.
What is the best way to proceed? Is there still a easy solution? I don't mind to change to another version - no stock firmware is required. Am I close to have a 4" tablet?
Any answer is appreciated - thanks!
Click to expand...
Click to collapse
I8190XXAMG4 / QXXAMH1 is a German La Fleur firmware. I have no idea why your CSC seems to be messed up. It should probably be DBT.
What does it say if you dial *#1234# in dialer?
Thanks for the infos so far.
I did not intend to link to the LaFleur version in the first post.
Do I need the root recovery for the baseband update?
With the 1234 code I get:
AP: I8190 XXAMG4
CP: XXXX
CSC: I8190 QXXAMH1
I think this is the same as mentioned before. I checked the origin of the files I used before on this mobile and it is possible that I used this a recovery file which may be for a 8190N (I cannot post the outside link yet). I did not read careful enough the thread linking to this file.
Can this be the origin for the messed CSC version and the missing product code?
Looks like you're without baseband.
Take a look at this thread and flash a modem for i8190.
http://forum.xda-developers.com/showthread.php?t=2526831
Sent through time and space from my s3mini/CM11
Happy end
Hello again,
firstly: Problem is solved - phone works properly. Thanks for the replies and to tys0n for the work with the files and the support - acutally doing the job of Samsung and google.
For the sake of completeness, I will tell what I did, if any unexperienced user (as I still am) will ever come across this thread:
I tried first just the standard firmware AMG4 from Sammobile (which is linked above) and afterwards the baseband files - but both did not help as expected.
I installed CWM and used the file from here and miraculously it was working (The phone is used only in 2G). Later I wiped the data and flashed again with the AMG4 firmware to have a clean version now.
AP, CP, CSC say all XXAMG4 now, Kies recognizes it as DBT (as supposed to). But the product code, which came back and was read out with CheckFus, says I8490 RWA XSE. This should be Indonesia, correct? Is there still an inconsistency somewhere?
Thanks again for the help
Robert

Firmware version / update help

So Feeling a bit thick atm.
I just bought 2 of these from Carphone Warehouse in UK yesterday for my kids birthday. They are both Sim Free unlocked, one is blue and one is black
However they are both on different firmwares ... the Blue one is on B179 and the Black one is on B115 ... also looks like the colour temperature defaults are different on the different phones.
Checking for updates reveals there are none available for either of them. If I understand this forum correctly I shouldn't expect to see any OTA updates being available since the only ones available in the UK are the ones for the Vodaphone locked versions ... is that correct ?
Am I right in saying I should be able to install the Firmware finder, select the B179 build, run the check with imei, start in app proxy, configure the proxy settings in the wifi and then follow the normal OTA update process from B115 to B179 ?
The reason I ask is because I tried these steps this morning and it failed with a checksum error. Did I do something wrong ?
Or would it be simpler to go back to Carphone Warehouse and ask for a new device ?
Managed to get it to go further trying B125 but I stopped watching and when I came back it had rebooted and was still running B115.
Talking to myself here ... finally got them both updated with a B191 build.
thephm said:
Talking to myself here ... finally got them both updated with a B191 build.
Click to expand...
Click to collapse
Can you explain how please.. Thanks in advance
thephm said:
Talking to myself here ... finally got them both updated with a B191 build.
Click to expand...
Click to collapse
Dr.TheMaster said:
Can you explain how please.. Thanks in advance
Click to expand...
Click to collapse
I would appreciate it too.
I don't think I did anything special that isn't documented else where on this forum, the trick was finding a firmware that worked.
But for reference :
* Install Firmware Finder on each phone went to settings and enabled the "Show Packages for current region" and "use simple firmware list".
* Go down the list of firmwares checking the availability with IMEI. (I only tried the ones that said FullOTA-MF and I believe the one I got to work was the on that was 105838 but I'm not 100% sure on that)
* Find one that that says "Firmware approved for installation models for installation: PRA-LX1C432B191" NB there were a couple that said PRA-L31-hw-euRA-LX1C432Bxxx as well but the B125 version I tried said that and failed to install.
* Press the in app proxy button
* Goto phones wifi settings, long press the network you are connected to and modify the settings -> set proxy to localhost port 8080.
* Go to the phones settings -> update firmware page and update as normal.
Extra credit step :
* Once the download has started hit pause then go back to your network settings remove the proxy and then resume the update download. (this was due to reports I'd seen of troubles downloading via the proxy and one attempt I'd made that ended in failure due to a checksum error which is basically a download fail)
Do you have dual SIM?
papzi57 said:
Do you have dual SIM?
Click to expand...
Click to collapse
Not a clue ... never going to use that function ... these were just as cheap as I could find (but decent and from a reasonably well known brand) smartphones for my kids
I updated to b193 now my battery is crap

SM-G900F - Need original firmware

Hi guys,
My S5 was on 6.0 and have upgraded to 9 Pie but something went wrong (or I screwed up something) and I need to re-upload the original firmware, unless you have better suggestion.
Currently, I have TWRP installed as well as Android 9, however, when I turn my S5 on, I get: Set Warranty Bit:Kernel
It stays there for 30 secs then the phone boots up and everything looks fine, it connects to wi-fi etc.
One other strange thing is that I get a message on the home screen saying: unsupported SanDisk SD Card
I tried a new one, same message.
Before I started this process, I connected the phone to my PC and copied both the Phone and the Card folders, so I am good, data wise.
Basically I was thinking to go back to the very first OS, I think 4.4.2 and then re-load Lineage 16 using TWRP.
If I read the baseband version # is: G900FXXU1ANCE
If the procedure above is correct, would you be able to provide me a link to download the firmware?
I tried all the known sites, but their speed sucks, so I thought to ask here as somebody may have a link.
I will use Odin latest version to install it.
Thank you!
Alex
Access to the original/official firmware for SM-G900F would be extremely helpful for me as well.
I'm running LOS 16 with pico GApps very happily on my S5, however I have mobile data connectivity issues. Data connects and disconnects at random; this is device-dependent (swapping the SIM into other devices gives fully functional data connectivity).
My baseband is G900FXXU1BOA3; I believe updating the modem might fix this?
kwajongen said:
Hi guys,
My S5 was on 6.0 and have upgraded to 9 Pie but something went wrong (or I screwed up something) and I need to re-upload the original firmware, unless you have better suggestion.
Currently, I have TWRP installed as well as Android 9, however, when I turn my S5 on, I get: Set Warranty Bit:Kernel
It stays there for 30 secs then the phone boots up and everything looks fine, it connects to wi-fi etc.
One other strange thing is that I get a message on the home screen saying: unsupported SanDisk SD Card
I tried a new one, same message.
Before I started this process, I connected the phone to my PC and copied both the Phone and the Card folders, so I am good, data wise.
Basically I was thinking to go back to the very first OS, I think 4.4.2 and then re-load Lineage 16 using TWRP.
If I read the baseband version # is: G900FXXU1ANCE
If the procedure above is correct, would you be able to provide me a link to download the firmware?
I tried all the known sites, but their speed sucks, so I thought to ask here as somebody may have a link.
I will use Odin latest version to install it.
Thank you!
Alex
Click to expand...
Click to collapse
Fox, you may download the official firmware at https://samsung-firmware.org/model/SM-G900F/
Select your region to get the right ***.md5.tar file to flah via Odin latest.
This will reset your handheld to out of box - original recovery reinstalled - you must reflash it also via Odin if you want to go back to custom Rom..
Good luck
.
Thank you.
What would be my region?
I purchased it in the US unlocked, but US is not a choice when it comes to region.
Would I be able to see the region the phone is from from the baseband #?
Alex
kwajongen said:
Thank you.
What would be my region?
I purchased it in the US unlocked, but US is not a choice when it comes to region.
Would I be able to see the region the phone is from from the baseband #?
Alex
Click to expand...
Click to collapse
If your reference to the baseband version# is correct -> G900FXXU1ANCE, then the region is BTU -> check this address to download the original firmware:
https://samsung-firmware.org/downlo...agon-__/1806/BTU/G900FXXU1ANCE/G900FOXA1ANCE/
After flash via Odin, reboot and optional reinstall TWRP via Odin to use other custom Roms.
Are you sure you did everything before resuming to scratch. Personaly I would have done the following:
- back up in TWRP (at least data) + back up in google drive if you use google or titanium, (anyway save your picts, ...) if rooted, it is possible to save the file containing SMS, ... search in XDA,
- format (not wipe) !!!! WARNING THIS WILL ERASE ALL !!!!!
- clean install the ROM (lineageOS or else) + optional Gapps (I use Pico),
- reboot and restore data (as shown in 2 above)
(The Roms I use on my two KLTE by personal preference order are Havoc, DotOS, Bootleggers, Resurection Remix, MSM-Extended. I also use LineageOS.
Captain Kangaroo said:
If your reference to the baseband version# is correct -> G900FXXU1ANCE, then the region is BTU -> check this address to download the original firmware:
https://samsung-firmware.org/downlo...agon-__/1806/BTU/G900FXXU1ANCE/G900FOXA1ANCE/
After flash via Odin, reboot and optional reinstall TWRP via Odin to use other custom Roms.
Are you sure you did everything before resuming to scratch. Personaly I would have done the following:
- back up in TWRP (at least data) + back up in google drive if you use google or titanium, (anyway save your picts, ...) if rooted, it is possible to save the file containing SMS, ... search in XDA,
- format (not wipe) !!!! WARNING THIS WILL ERASE ALL !!!!!
- clean install the ROM (lineageOS or else) + optional Gapps (I use Pico),
- reboot and restore data (as shown in 2 above)
(The Roms I use on my two KLTE by personal preference order are Havoc, DotOS, Bootleggers, Resurection Remix, MSM-Extended. I also use LineageOS.
Click to expand...
Click to collapse
That site is very buggy, if I search my model and enter all the other info I get to Lollipop 5.0, if I click your link, although I am registered, it does not allow me to the link you provided, I mean I can get to it but when I try to login, it takes me back to the home page, so there is no way to get to your same link while being logged in.
How do I get do the download page it is a mystery to me.
Also, how do you know from the base band that it is BTU region?
Thank you
Alex
PS: I managed to use your link in IE, this site is stone age! Unbelievable, never seen a website like this, there are bugs everywhere.
kwajongen said:
That site is very buggy, if I search my model and enter all the other info I get to Lollipop 5.0, if I click your link, although I am registered, it does not allow me to the link you provided, I mean I can get to it but when I try to login, it takes me back to the home page, so there is no way to get to your same link while being logged in.
How do I get do the download page it is a mystery to me.
Also, how do you know from the base band that it is BTU region?
Thank you
Alex
PS: I managed to use your link in IE, this site is stone age! Unbelievable, never seen a website like this, there are bugs everywhere.
Click to expand...
Click to collapse
Men, the subject of resuming to firmware has been discussed and is described in the net literature! e.g. in XDA Q&A.
This discussion is now not a thread anymore but a dialog and I’m sure it will be closed by XDA moderator for redundancy.
The warnings given when you flash a custom Rom are clear. It also implies “before all” to backup, but also keep all materials to resume to original firmware, …. Now I cannot help anymore because you have problem with downloading the firmware.
Last advice – google baseband# - there are probably other web options or torrents
!!!!Also use the thanks button!!!!
kwajongen said:
Hi guys,
My S5 was on 6.0 and have upgraded to 9 Pie but something went wrong (or I screwed up something) and I need to re-upload the original firmware, unless you have better suggestion.
Currently, I have TWRP installed as well as Android 9, however, when I turn my S5 on, I get: Set Warranty Bit:Kernel
It stays there for 30 secs then the phone boots up and everything looks fine, it connects to wi-fi etc.
One other strange thing is that I get a message on the home screen saying: unsupported SanDisk SD Card
I tried a new one, same message.
Before I started this process, I connected the phone to my PC and copied both the Phone and the Card folders, so I am good, data wise.
Basically I was thinking to go back to the very first OS, I think 4.4.2 and then re-load Lineage 16 using TWRP.
If I read the baseband version # is: G900FXXU1ANCE
If the procedure above is correct, would you be able to provide me a link to download the firmware?
I tried all the known sites, but their speed sucks, so I thought to ask here as somebody may have a link.
I will use Odin latest version to install it.
Thank you!
Alex
Click to expand...
Click to collapse
1. Its normal to have the "Set warranty: kernel" text. As my device does too. Just simply ignore it. It won't harm your device.
2. Basically you can search websites that had official Samsung stock firmware. Search your region of your device and (IMPORTANT!) your model, in your case, is G900F. (Wow same as mine but different region, Snapdragon rocks).
3. To your network problem, I think you need to wait. There is no other option.
Thanks!
Edit: https://forum.xda-developers.com/showthread.php?t=2715487
XDA forums has one. Tip: if your region isn't there, the replies have all the filmwares you can have.
Captain Kangaroo said:
Men, the subject of resuming to firmware has been discussed and is described in the net literature! e.g. in XDA Q&A.
This discussion is now not a thread anymore but a dialog and I’m sure it will be closed by XDA moderator for redundancy.
The warnings given when you flash a custom Rom are clear. It also implies “before all” to backup, but also keep all materials to resume to original firmware, …. Now I cannot help anymore because you have problem with downloading the firmware.
Last advice – google baseband# - there are probably other web options or torrents
!!!!Also use the thanks button!!!!
Click to expand...
Click to collapse
I have downloaded the firmware and this evening I will try to upload it and see what happens.
I still I have no answer to my question: how did you figure out that my firmware is BTU?
I mean, I gave you my baseband version #: G900FXXU1ANCE and when you eventually find it in any firmware sites you are given the choice to choose among many countries, expect USA and Canada.
Since I bought the phone in the US I still wouldn't know which country the firmware is from.
Would you mind to shed some light on this?
Thank you!
Alex
OfficialJohnGL4 said:
1. Its normal to have the "Set warranty: kernel" text. As my device does too. Just simply ignore it. It won't harm your device.
Click to expand...
Click to collapse
Thank you for your feedback John.
I am not sure that message is normal, if you google it they all say it is an issue with the firmware and that you need to go back to the stock one to fix it.
Is there anyone else with lineage having that same message?
Also, when I try to format my SD Card, it gets stuck to 40% and then it goes to the homepage.
I tried also a brand new card, same story.
It gives a message but it goes away after a few secs., I believe it is a Java message, but I can try again and take a picture of it.
Thank you,
Alex
kwajongen said:
I have downloaded the firmware and this evening I will try to upload it and see what happens.
I still I have no answer to my question: how did you figure out that my firmware is BTU?
I mean, I gave you my baseband version #: G900FXXU1ANCE and when you eventually find it in any firmware sites you are given the choice to choose among many countries, expect USA and Canada.
Since I bought the phone in the US I still wouldn't know which country the firmware is from.
Would you mind to shed some light on this?
Thank you!
Alex
Click to expand...
Click to collapse
I tell you my experience:
No matter the country you bought your device. As example, I leave in France, I bought mine in Hong-Kong, but choose an international device (G900F).
Before flashing anything, I checked all information in settings and recovery.
Pict below is original out of box G900FXXU1BOC7
Recovery information after latest update G900FXXS1CQD1
It happened recently 2 times my device was stuck because encription issues – I recover by reflashing original G900FXXU1BOC7 via Odin
I personally downloaded firmware as G900F – BTU, because I check the version at each updates and this sticked to BTU ONLY.
May be the site SamMobile will be more meaningful for you, because you see Countries/Operators and updates history.
https://www.sammobile.com/samsung/galaxy-s5/firmware/SM-G900F/BTU/
For your device, you have to grab the search to find the closest original (which you have) to latest update (if you have it).
For the Kernel yellow tag at warmup, this is done when you flash TWRP. No issues since 2 years operation with that using LineageOS, Havoc, DotOS, AOSP, Bootleggers, RR, ViperOS. If you flash original firmware, it will disappear because twrp is erased and original stock recovery flashed.
kwajongen said:
Thank you for your feedback John.
I am not sure that message is normal, if you google it they all say it is an issue with the firmware and that you need to go back to the stock one to fix it.
Is there anyone else with lineage having that same message?
Also, when I try to format my SD Card, it gets stuck to 40% and then it goes to the homepage.
I tried also a brand new card, same story.
It gives a message but it goes away after a few secs., I believe it is a Java message, but I can try again and take a picture of it.
Thank you,
Alex
Click to expand...
Click to collapse
When it said that you go back to stock one to fix it. Then want if it is not stock? The message is still there. Its normal if you want to install a custom ROM other than the stock one. I reinstall the stock and install custom ROM again once. It still happened.
I don't know how to remove the text but still have a custom ROM tho.
As for the SD card message, I encountered times before. Maybe you need to format using the computer.
Captain Kangaroo said:
I tell you my experience:
No matter the country you bought your device. As example, I leave in France, I bought mine in Hong-Kong, but choose an international device (G900F).
Before flashing anything, I checked all information in settings and recovery.
Pict below is original out of box G900FXXU1BOC7
Recovery information after latest update G900FXXS1CQD1
It happened recently 2 times my device was stuck because encription issues – I recover by reflashing original G900FXXU1BOC7 via Odin
I personally downloaded firmware as G900F – BTU, because I check the version at each updates and this sticked to BTU ONLY.
May be the site SamMobile will be more meaningful for you, because you see Countries/Operators and updates history.
https://www.sammobile.com/samsung/galaxy-s5/firmware/SM-G900F/BTU/
For your device, you have to grab the search to find the closest original (which you have) to latest update (if you have it).
For the Kernel yellow tag at warmup, this is done when you flash TWRP. No issues since 2 years operation with that using LineageOS, Havoc, DotOS, AOSP, Bootleggers, RR, ViperOS. If you flash original firmware, it will disappear because twrp is erased and original stock recovery flashed.
Click to expand...
Click to collapse
When I reflash the stock ROM TWRP is still there. However no "Set warranty: kernel" appeared. Maybe its just when you install a custom ROM or something, I don't know.
OK guys,
Lineage 16 is installed, everything went smoothly, however when I connect the USB, the phone just shows as 'SM-G900F' on my W10 PC and cannot be expanded, basically no Phone and SD Card folders.
I can see them in the phone no problem, but once I connect it, I am not prompted with the usual message on what I want to do, like file transfer etc. and on the left menu appears only the model of the phone.
I had no issues when I flashed the original firmware, so it must be related to Lineage.
I also installed the Android USB drivers, but no go.
Changing the USB Preferences, to PTP or File Transfer only allows me to see the phone, no SD.
I also tried a new SD, no success.
I am stuck again... Jeez it takes days to get this stuff to work, you do one step ahead and another back
Ideas?
Alex
Anyone?
Shall I ask the question in the Lineage section?
'Set warranty :kernel' means you are running a custom kernel. Any modified boot.IMG can cause this message. It doesn't mean you need to use stock room. This appears even in stock rom with magisk or SuperSU.

Categories

Resources