Finding ROM KITKAT Original - LG G2 Mini

How do I find ROM firmware comes prepared with a cell phone
I have a download I need from implementing some files take
Help please find a link to download

haimmalka said:
How do I find ROM firmware comes prepared with a cell phone
I have a download I need from implementing some files take
Help please find a link to download
Click to expand...
Click to collapse
lg.com /global/support/opensource/ opensourceList?types=ALL&search=g2
I think this one would help.
cannot post link that's why I split it.

try this, just add your IMEI number to the end:
http://csmg.lgmobile.com/csmg/b2c/client/auth_model_check2.jsp?esn=(imei without brackets)
afterwards look for a link like below:
or you can use this if you are global
"<sw_url>
http://csmgdl.lgmobile.com/dn/downloader.dev?fileKey=FW817495432109876543213/D62010b_00.kdz
<sw_url>"
Source:
http://forum.xda-developers.com/showthread.php?t=2484476
haimmalka said:
How do I find ROM firmware comes prepared with a cell phone
I have a download I need from implementing some files take
Help please find a link to download
Click to expand...
Click to collapse

Related

[Q] How do I download stock ROMs from Lenovo's OTA server?

Earlier today, I set up Fiddler (a web debugging proxy) on my computer and configured the WiFi connection on my Lenovo A7000-a to pass all traffic through the proxy running on my computer.
I wanted to see what requests my phone makes when checking for firmware upgrades. I found out that requests were made to http://fus.lenovomm.com, more specifically,
Code:
[B]http://fus.lenovomm.com/firmware/3.1/updateservlet?optionalparameter=%7B%7D&devicemodel=LenovoA7000_A_ROW&curfirmwarever=A7000-a_S133_150424_ROW&action=querynewfirmware&locale=en[/B]
There was nothing on that page as my phone is already running the latest firmware, so I changed the value for the attribute currfirmwarever and set it to an older firmware version (A7000-a_S129_150324_ROW) and I got an XML file with an OTA download URL at the bottom:
Code:
http://phonedl.ota.lenovomm.com/dls/v6/A7000-a_S129_150324_ROW_TO_A7000-a_S133_150424_ROW_WC52.zip
I've identified the names of 3 old firmware versions that can be switched in place of currfirmwarever to get the OTA updates for each one. They are:
1. A7000-a_S124_150303_ROW
Code:
http://fus.lenovomm.com/firmware/3.1/updateservlet?devicemodel=LenovoA7000_A_ROW&curfirmwarever=A7000-a_S124_150303_ROW&action=querynewfirmware&locale=en
2. A7000-a_S128_150319_ROW
Code:
http://fus.lenovomm.com/firmware/3.1/updateservlet?devicemodel=LenovoA7000_A_ROW&curfirmwarever=A7000-a_S128_150319_ROW&action=querynewfirmware&locale=en
3. A7000-a_S129_150324_ROW
Code:
http://fus.lenovomm.com/firmware/3.1/updateservlet?devicemodel=LenovoA7000_A_ROW&curfirmwarever=A7000-a_S129_150324_ROW&action=querynewfirmware&locale=en
However, they're essentially DIFF files used to update old ROM versions to newer ones (e.g. S129_150324 to S133_150424). I know that Lenovo stores entire ROM ZIPs on this server as you can see by visiting these links:
Code:
http://fus.lenovomm.com/firmware/3.1/updateservlet?action=querynewfirmwarehtml&curfirmwarever=VIBEROM_V1.0_1407_2_ST_K910&devicemodel=LenovoK910_ROM_ST&locale=en
Code:
http://phonedl.ota.lenovomm.com/dls/v6/Kraft-A6000_S032_150327_WCDB.zip
I want to know how I could get the stock ROM for Lenovo A7000-a from this server. I want to know the format of the URL that would get me the download for the complete ROM and not just the OTA update.
I already tried
Code:
http://phonedl.ota.lenovomm.com/dls/v6/<ROM BUILD NUMBER HERE>.zip
but it didn't work. The URL I tried was
Code:
http://phonedl.ota.lenovomm.com/dls/v6/A7000-a_S133_150424_ROW.zip
Can you guys help?
xyberz09 said:
Earlier today, I set up Fiddler (a web debugging proxy) on my computer and configured the WiFi connection on my Lenovo A7000-a to pass all traffic through the proxy running on my computer.
I wanted to see what requests my phone makes when checking for firmware upgrades. I found out that requests were made to http://fus.lenovomm.com, more specifically,
Code:
[B]http://fus.lenovomm.com/firmware/3.1/updateservlet?optionalparameter=%7B%7D&devicemodel=LenovoA7000_A_ROW&curfirmwarever=A7000-a_S133_150424_ROW&action=querynewfirmware&locale=en[/B]
There was nothing on that page as my phone is already running the latest firmware, so I changed the value for the attribute currfirmwarever and set it to an older firmware version (A7000-a_S129_150324_ROW) and I got an XML file with an OTA download URL at the bottom:
Code:
http://phonedl.ota.lenovomm.com/dls/v6/A7000-a_S129_150324_ROW_TO_A7000-a_S133_150424_ROW_WC52.zip
I've identified the names of 3 old firmware versions that can be switched in place of currfirmwarever to get the OTA updates for each one. They are:
1. A7000-a_S124_150303_ROW
Code:
http://fus.lenovomm.com/firmware/3.1/updateservlet?devicemodel=LenovoA7000_A_ROW&curfirmwarever=A7000-a_S124_150303_ROW&action=querynewfirmware&locale=en
2. A7000-a_S128_150319_ROW
Code:
http://fus.lenovomm.com/firmware/3.1/updateservlet?devicemodel=LenovoA7000_A_ROW&curfirmwarever=A7000-a_S128_150319_ROW&action=querynewfirmware&locale=en
3. A7000-a_S129_150324_ROW
Code:
http://fus.lenovomm.com/firmware/3.1/updateservlet?devicemodel=LenovoA7000_A_ROW&curfirmwarever=A7000-a_S129_150324_ROW&action=querynewfirmware&locale=en
However, they're essentially DIFF files used to update old ROM versions to newer ones (e.g. S129_150324 to S133_150424). I know that Lenovo stores entire ROM ZIPs on this server as you can see by visiting these links:
Code:
http://fus.lenovomm.com/firmware/3.1/updateservlet?action=querynewfirmwarehtml&curfirmwarever=VIBEROM_V1.0_1407_2_ST_K910&devicemodel=LenovoK910_ROM_ST&locale=en
Code:
http://phonedl.ota.lenovomm.com/dls/v6/Kraft-A6000_S032_150327_WCDB.zip
I want to know how I could get the stock ROM for Lenovo A7000-a from this server. I want to know the format of the URL that would get me the download for the complete ROM and not just the OTA update.
I already tried
Code:
http://phonedl.ota.lenovomm.com/dls/v6/<ROM BUILD NUMBER HERE>.zip
but it didn't work. The URL I tried was
Code:
http://phonedl.ota.lenovomm.com/dls/v6/A7000-a_S133_150424_ROW.zip
Can you guys help?
Click to expand...
Click to collapse
That was helpful
xyberz09 said:
Can you guys help?
Click to expand...
Click to collapse
Chill..I wll Provide you stock Firmware (latest one) ASAP..I already have that firmware in my PC :highfive:
n00BXperia said:
Chill..I wll Provide you stock Firmware (latest one) ASAP..I already have that firmware in my PC :highfive:
Click to expand...
Click to collapse
Hey Mann pls do that as soon as possible.. M tired of Dev firmware...
n00BXperia said:
Chill..I wll Provide you stock Firmware (latest one) ASAP..I already have that firmware in my PC :highfive:
Click to expand...
Click to collapse
Thanks! Could you also explain how you got hold of it? I'm interested to learn how I could download them from Lenovo's own servers. For instance, the ROM for Lenovo A6000 is available here: http://phonedl.ota.lenovomm.com/dls/v6/Kraft-A6000_S032_150327_WCDB.zip
I'd like to know how to construct a query for the OTA server (http://fus.lenovomm.com) that would spit out an XML response with a link to that ROM download.
xyberz09 said:
I'd like to know how to construct a query for the OTA server (http://fus.lenovomm.com) that would spit out an XML response with a link to that ROM download.
Click to expand...
Click to collapse
simply accessed there server and downloaded!!
puchupechu said:
That was helpful
Click to expand...
Click to collapse
Bidyadhar said:
Hey Mann pls do that as soon as possible.. M tired of Dev firmware...
Click to expand...
Click to collapse
xyberz09 said:
Thanks! Could you also explain how you got hold of it? I'm interested to learn how I could download them from Lenovo's own servers. For instance, the ROM for Lenovo A6000 is available here: http://phonedl.ota.lenovomm.com/dls/v6/Kraft-A6000_S032_150327_WCDB.zip
I'd like to know how to construct a query for the OTA server (http://fus.lenovomm.com) that would spit out an XML response with a link to that ROM download.
Click to expand...
Click to collapse
THE LATEST BUILD OF STOCK ROM FOR LENOVO A7000a MAY BE DOWNLOADED FROM HERE:
LINK HERE
Try needrom if the links are not working for you
More info please?
n00BXperia said:
simply accessed there server and downloaded!!
Click to expand...
Click to collapse
Would you care to elaborate a little on that? How did you get the official (http://phonedl.ota.lenovomm.com) download link for the ROM? What URL did you visit on the Firmware Update Server (http://fus.lenovomm.com) that gave you the link to the ROM?
LoneWolfSK said:
Try needrom if the links are not working for you
Click to expand...
Click to collapse
http://www.needrom.com/category/lenovo/ doesn't have it. I checked.
xyberz09 said:
Would you care to elaborate a little on that? How did you get the official (http://phonedl.ota.lenovomm.com) download link for the ROM? What URL did you visit on the Firmware Update Server (http://fus.lenovomm.com) that gave you the link to the ROM?
Click to expand...
Click to collapse
I used there office's Computer and downloaded..that's it!! ..my friend works for Lenovo !!
n00BXperia said:
I used there office's Computer and downloaded..that's it!! ..my friend works for Lenovo !!
Click to expand...
Click to collapse
Haha. So you went old school. That explains it. Thanks!
xyberz09 said:
Haha. So you went old school. That explains it. Thanks!
Click to expand...
Click to collapse
haha of course ; completed M.Sc ; so yeah.. ^Old School^ :highfive:
Possible Lenovo OTA server & client source code
While looking for a way to download stock ROMs off of Lenovo's servers, I found this:
https://github.com/otaserver/
I believe that to be the source code for Lenovo's OTA server (and client). I think so because of the strings.xml file here:
https://github.com/otaserver/otaclient/blob/master/res/values/strings.xml
Translating it with Google Translate would give you a better idea of what the strings mean. It also contains a reference to "/mnt/sdcard/lenovoota".
The following search result makes it clearer:
https://github.com/otaserver/otasdk/search?utf8=✓&q=lenovo+OR+lenovomm&type=Code
You can clearly see that the code contains a reference to fus.lenovomm.com and this file in particular contains many hints on the working of the OTA server:
https://github.com/otaserver/otasdk/blob/master/src/com/otaserver/client/sdk/MobileInfo.java
I'm not very good with code. If you guys could analyze it and figure out how it works, maybe we'll understand how to make queries to the OTA server that spits out URLs for entire ROM downloads and not just OTA updates.
Hey can u please get me the link to download stock rom for a6000 plus. I bricked my phone(boots into stock recovery) and its rooted so i'll need cwm too. I went to the service center to get it fixed but they ordered the whole pcb for rellacement and that is very time consuming as the part will come from china. I need to get it fixed soon plz help.
n00BXperia said:
Chill..I wll Provide you stock Firmware (latest one) ASAP..I already have that firmware in my PC :highfive:
Click to expand...
Click to collapse
Can you get me the stock firmware for Lenovo A6000 Plus ?
Thanks
Link for stock rom of a6000 plus?
Can you please post link for lenovo a6000 plus link I can't find...
Hey OP
I have the solution
Look at this link: http://fus.lenovomm.com/firmware/3....l&full_rom&devicemodel=LenovoK50-T5&locale=en
Now I have the Lenovo S8 A7600 phone, so I changed "LenovoK50-T5" to "LenovoA7600". You get the picture.
As you seen in the XML-file, the filenames on the server is different. That's why you couldn't download.
askermk2000 said:
Hey OP
I have the solution
Look at this link: http://fus.lenovomm.com/firmware/3....l&full_rom&devicemodel=LenovoK50-T5&locale=en
Now I have the Lenovo S8 A7600 phone, so I changed "LenovoK50-T5" to "LenovoA7600". You get the picture.
As you seen in the XML-file, the filenames on the server is different. That's why you couldn't download.
Click to expand...
Click to collapse
I know you can do that, but it doesn't work if I change the devicemodel parameter to LenovoA7000 or LenovoA7000-a (the server is case sensitive). I get this:
Code:
<Error>
<Code>FUS-0112</Code>
<Message>Invalid device model</Message>
</Error>
So I guess what I need is the correct model number string for the Lenovo A7000-a.
xyberz09 said:
I know you can do that, but it doesn't work if I change the devicemodel parameter to LenovoA7000 or LenovoA7000-a (the server is case sensitive). I get this:
Code:
<Error>
<Code>FUS-0112</Code>
<Message>Invalid device model</Message>
</Error>
So I guess what I need is the correct model number string for the Lenovo A7000-a.
Click to expand...
Click to collapse
Well getting the right URL from VibeRomFlash.exe is not hard you simply connect the device to your pc and you wait for VibeRomFlash.exe to detect the phone and you read the memory of the VibeRomFlash.exe i used Process Hacker (it's some thing like Task Manager but with more options) (also sorry forums wont allow me to post links so you have to google it your self)
Well here is how to do it, in Process Hacker you will find the VibeRomFlash.exe and click on it process in the list and open the properties and there is a Tab called "Memory" and you click on "Strings" (leave option as they are and press OK) then click on "Filter" and on the menu click on "Contains..." and you can use any part of the URL but i used "querynewfirmware"
Here what i got from VibeRomFlash.exe (Note that my stock ROM is not ROW):
I was thinking if you use the ROW you might need to change the locale=zh to locale=en
I think this gives you the update only since it's size is just 396.80MB
Code:
fus.lenovomm.com/firmware/3.1/updateservlet?action=querynewfirmwarehtml&devicemodel=LenovoK50-T5&curfirmwarever=VIBEUI_V2.5_1524_5.955.1_ST_K50-T5&deviceid=<You put your deviceid here>&locale=zh
And this one gives you the full rom it's about 869.36MB
Code:
fus.lenovomm.com/firmware/3.1/updateservlet?action=querynewfirmwarehtml&full_rom&devicemodel=LenovoK50-T5&locale=zh

Leaked OFFICIAL Marshmallow ROM for OP2 released.

Kindly anyone follow this link and make a mirror for it coz they ask an offer to complete in order to download the rom file and i am not able to complete any offer
Here's the link Mod edit: Link removed.
Plz hit thanks and make a mirror for it asap.
This one's old and also fake.
shahfaishal said:
Kindly anyone follow this link and make a mirror for it coz they ask an offer to complete in order to download the rom file and i am not able to complete any offer
Here's the link
Plz hit thanks and make a mirror for it asap.
Click to expand...
Click to collapse
Thread closed.
False download link.

[Solved] I need another mirror for this file. Anyone can help posting another one?

https://rapidgator.net/file/de58872581326eab09984f376ac57566
OK I promise the above URL isn't malicious. I need this specific file to download. Internet too slow(both mine and the site's), and if i pause just once, the download gets canceled. I've already tried to download it 5 times.
I'm not willing to go to sammobile for premium updates, unless there's a way to download for free.
Can anyone volunteer and get me this file on a better mirror if possible?
For which country?
https://samsung-firmware.org/model/GT-I9300/
audit13 said:
For which country?
https://samsung-firmware.org/model/GT-I9300/
Click to expand...
Click to collapse
I think it mentions it. It's KSA.
The link for the firmware you need which is on androidfilehost: https://androidfilehost.com/?fid=24052804347831027

[Guide] any full OTA for use with Locked bootloader, no wipe

You can download any OTA from Firmware finder (android or pc version) and flash it !
Currently it works 100% if you follow the instructions below to the letter
Warning !
Keep in mind that you are going to flash a newer version that is not yet released for your region.
This could result in having to reset your phone or a unstable system
Also the firmware could not be verified yet by google, so some apps could stop working.
Most of the time it is safe to flash a newer version when you read that someone has received it by OTA in a different country.
When i flashed the 185 firmware no wipe was done. I was coming from 178.
This is no insurance that it will never wipe your phone, so backup always !!
Check this youtube video for the entire procedure (for mate 20, but everything else is the same basically) https://youtu.be/g9pPi7I1SNc
This guide is based on the Mate 20 guide but modified for some parts, the only thing i have invested is the time to create this guide and my P30 Pro for countless flashes.
Check here for more info and download links
All other credits are mentioned below this guide.
Full guide: (WINDOWS Only) (You need at least 30GB free on the c: drive)
Get the all in one package here: https://drive.google.com/file/d/1MkNW9tAwpKwKR6fl3YsmlHWtfrvwAXQu/view?usp=sharing
Or download from the following site(s)
1. You need version 9.0.2.301 from hisuite (or the version from my package, is is slightly newer), if you are already using the newer HiSuite version 9.0.2.305 then uninstall this
2. Use Hisuitepatchinstaller found here: https://forum.xda-developers.com/mate-20-pro/how-to/hisuite-patch-hstool-t3910147 after installation of the correct HiSuite version
If for some reason you cannot download HiSuitepatchinstaller then u can use the FHHiSuiteInstaller, You can find under the "HiSuite Method" menu HERE, then unzip en run this''.
3. Next you need Hstool (currently at version 1.30), It is included in my download pack or download this at: https://forum.xda-developers.com/mate-20-pro/how-to/manual-upgrading-mate-20-pro-bl-locked-t3905924
Create a folder on your laptop/pc on the C: drive called Hstool and put the downloaded "Hstool.exe" file in it.
4. You need to download firmware using Firmware Finder from GPlay or site and NOT the ones from dload folder.
This will ensure that you download the correct version for your phone.
Put the downloaded file also in the "c:\Hstool" folder.
5.. Instead of downloading (step 4) you can also use this OTA file (it is version 185) this version
VOG-L29 tested, for other versions maybe it is better to use firmwaredownloader from step 4
6. Grab the file from here and replace the file in C:/Windows/User/yourusername/AppData/HiSuite/userdata/UpdateDogDev/HiSuiteConfig.xml
7. Put the full OTA file inside the folder where HStool tool is located and start HStool and follow the instructions
BUT when it asks to put a # before the entry 127.0.0.1 query.hicloud.com, change it to 159.138.6.23 query.hicloud.com
Known issues :
1. Sometimes the XML is being replaced automatically by HiSuite. So make sure you update this just before you start flashing
2. Do check if the hosts file is correctly edited just before you start the final step. You can do this by doing a "ping query.hicloud.com"
Thanks to @SLVMSF for the info and links
Thanks to @mikeos for HStool
Thanks to @Zanr Zij for the modded XML file to make it compatible for the P30 pro
Note:
This guide is work in progress and has been updated on 04-08-2019​
Nice work, m8. I will try tomorow to merge some infos about hosts and what's different in Funky Huawei vs offline after i get my hands on a laptop and install all necessary for helping you.
Cheers,
Silviu
Thanks for sharing, yesterday's dream become true today. One request to change thread title for Bootloader Locked devices. This guide will save lots of time to restore device after every full wipe. No more factory reset pls... ?
Thanks,
goldybewon
goldybewon said:
Thanks for sharing, yesterday's dream become true today. One request to change thread title for Bootloader Locked devices. This guide will save lots of time to restore device after every full wipe. No more factory reset pls...
Thanks,
goldybewon
Click to expand...
Click to collapse
I changed to title so it should be easier to find it now.
Brotuck said:
I changed to title so it should be easier to find it now.
Click to expand...
Click to collapse
Hi,
Thanks a lot for compiling this thread. This is great information!
Would you by any chance know how to add newer models support to that patch file?
I need to update my P30, Mate 20x 5G as well.
Model Numbers
P30 - ELE-L29
Mate20X 5G - EVR-N29
Any help is much appreciated !
Hi Will you please re upload the HiSuiteConfigXMLforP30Pro.rar file here as the file is corrupted on provided link.
sshinde555 said:
Hi Will you please re upload the HiSuiteConfigXMLforP30Pro.rar file here as the file is corrupted on provided link.
Click to expand...
Click to collapse
Here u go, m8
SLVMSF said:
Here u go, m8
Click to expand...
Click to collapse
Thanks
sshinde555 said:
Thanks
Click to expand...
Click to collapse
You're welcome. Please do tell us in case of successfully update how you managed doing it without using Funky Huawei servers
SLVMSF said:
You're welcome. Please do tell us in case of successfully update how you managed doing it without using Funky Huawei servers
Click to expand...
Click to collapse
Sure but looks like the provided update_full_base.zip is for VOG-LGRP2-OVS 9.1.0.185 & i am having device of VOG-L29, So couldn't proceed with it.
sshinde555 said:
Sure but looks like the provided update_full_base.zip is for VOG-LGRP2-OVS 9.1.0.185 & i am having device of VOG-L29, So couldn't proceed with it.
Click to expand...
Click to collapse
It's the same thing, Huawei is releasing international versions. The versions for dload method are different, but what i had linked it's what you need. You can flash without any doubt LGRP2-OVS.
sshinde555 said:
Sure but looks like the provided update_full_base.zip is for VOG-LGRP2-OVS 9.1.0.185 & i am having device of VOG-L29, So couldn't proceed with it.
Click to expand...
Click to collapse
That works on the VOG-L29 just perfectly. I have one myself
Got myself a laptop here on my site's work and tried to update using HSTool without Fumky Huawei servers, but with no luck . I get the No Internet Connection problem.
Maybe someone who installed without FH could enlighten us
I tried different hosts, including official query. hicloud.com, still nothing
SLVMSF said:
Got myself a laptop here on my site's work and tried to update using HSTool without Fumky Huawei servers, but with no luck . I get the No Internet Connection problem.
Maybe someone who installed without FH could enlighten us
I tried different hosts, including official query. hicloud.com, still nothing
Click to expand...
Click to collapse
Yes, Need help to understand what's missing from FH side. Same issue here as well.
Also, Check this Post made by me a while back. I Got ahead of the internet connection step a while back.
However the firmware didn't pass to the device.
The correction was in the hosts file, Check the hosts file I have attached in that thread. It has the correct FH Entry.
Did you guys try the sideload file i also posted in the FP not from funky ?
And did you replace the xml file ?
Brotuck said:
Did you guys try the sideload file i also posted in the FP not from funky ?
And did you replace the xml file ?
Click to expand...
Click to collapse
Yes and yes
JazonX said:
Hi,
Thanks a lot for compiling this thread. This is great information!
Would you by any chance know how to add newer models support to that patch file?
I need to update my P30, Mate 20x 5G as well.
Model Numbers
P30 - ELE-L29
Mate20X 5G - EVR-N29
Any help is much appreciated !
Click to expand...
Click to collapse
I think this is all done in the XML file.
But yet not sure how to edit this
JazonX said:
Yes, Need help to understand what's missing from FH side. Same issue here as well.
Also, Check this Post made by me a while back. I Got ahead of the internet connection step a while back.
However the firmware didn't pass to the device.
The correction was in the hosts file, Check the hosts file I have attached in that thread. It has the correct FH Entry.
Click to expand...
Click to collapse
Gonna try as soon as i get to my hotel room and report back after
later edit...You used the new HiSuiteConfig.xml, right?
SLVMSF said:
Gonna try as soon as i get to my hotel room and report back after
later edit...You used the new HiSuiteConfig.xml, right?
Click to expand...
Click to collapse
The xml file gives either No internet connection or this device is not supported.
Brotuck said:
The xml file gives either No internet connection or this device is not supported.
Click to expand...
Click to collapse
Files from @JazonX and the new xml from yesterday....

[Hisense A5C] download stock firmware ?

Hi
Did you find a way to download official firmware.
All links sent me on the official chinese page (http://fans.hisense.com/thread-170868-1-1.html) where is no download link. Anf if I try to create a count I need a chinese number phone :crying:
so how did you do or do you have the file ?
Why not contact them? http://global.hisense.com/contact
I did it one week ago now and I received any answer
I have the stock firmware (the bilingual) if you still need it, also the GAPPS firmware that is installed through miflash lemme know if you need it.
cgmodeler said:
I have the stock firmware (the bilingual) if you still need it, also the GAPPS firmware that is installed through miflash lemme know if you need it.
Click to expand...
Click to collapse
Hello there. I just bought my second hisense a5c. First one was the original bilingual i´m guessing (color supporting) and second one has gapps. I need to flash the original color firmware on the second one. I loose google play, but i regain color and fix an issue with the gps on an app that´s not running fine on the google version. do you still have the original firmware to share? How can i get my hands in it? And small workaround on flashing it on the hisense would be also well received.
Thanks.
The stock firmware... I´m sharing it using torrent. Here´s the torrent file
HLTE202N_L1657.6.01.04.B5.zip.torrent
Shared with Dropbox
www.dropbox.com
thank's for all
cgmodeler witch GAPPS firmware do you use ?
Hello guys! Can someone upload the firmware for A5C to google drive or somewhere else? Torrent file seems to be dead. Original with coloured screen whithout google play
Can someone upload the A5C firmware somewhere or at least reopen the torrent?
Thanks
Hmf418 said:
Can someone upload the A5C firmware somewhere or at least reopen the torrent?
Thanks
Click to expand...
Click to collapse
I think I reopened the torrent. Could you try?
magnet:?xt=urn:btih:200FB61855D8EF058A84716A614B1C57A8841B28&dn=Hisense%20A5C&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce
danielvelezbravo said:
I think I reopened the torrent. Could you try?
magnet:?xt=urn:btih:200FB61855D8EF058A84716A614B1C57A8841B28&dn=Hisense%20A5C&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce
Click to expand...
Click to collapse
It was a rocky start for some reason.
It's going fine now.
Thank you
Tried today and no seeders .
Thought I had an old copy but only got the A5 ROM, not the A5C.
How hard is it to get a Hisense account from outside China and download direct?

Categories

Resources