[TOOL] XperiFirm ~ Xperia Firmware Downloader [v5.7.0]

Search This thread

IgorEisberg

Senior Member
Jul 6, 2009
1,834
3,966
www.audiobudget.com
NOTE: This thread is the only official source of XperiFirm!
Websites like xperifirm.com and xperifirmtool.com were not authorized to redistribute my software!


XperiFirm...
Allows you to download the current firmware for all Sony Xperia-line smartphones, tablets and accessories released since 2013 (excluding Xperia R1/R1 Plus).
[03/06/2023]: All 2013-2014 devices, as well as Xperia E4g (2015) were officially removed.
XperiFirm 5.6.0.png


INSTRUCTIONS & REQUIREMENTS:

Microsoft Windows:
At least .NET Framework 4.6 must be installed.
Windows XP (all)/Vista (incl. SP1): Not supported
Windows Vista SP2: .NET Framework 4.6
Windows 7/8/8.1: .NET Framework 4.8
Windows 10+: Pre-installed
Linux:
Prepare Linux for Mono installation:
http://www.mono-project.com/docs/getting-started/install/linux/
Enter the following lines once per computer:
$ sudo apt-get install mono-complete
$ sudo cert-sync /etc/ssl/certs/ca-certificates.crt
$ sudo certmgr -ssl -m https://igoreisberg.com
$ sudo certmgr -ssl -m https://software.sonymobile.com

(Enter Y whenever asked)
Enter the following line to launch XperiFirm:
$ mono XperiFirm-x64.exe
Apple OS X (x86_64/amd64 only):
Install Mono for OS X:
http://www.mono-project.com/download/
Enter the following in Terminal:
$ mono XperiFirm-x64.exe
FREQUENTLY ASKED QUESTIONS:

  • Why can't I see the downloaded firmware when I use "Tools -> Bundles -> FILESET Decrypt" in Flashtool?
    "FILESET Decrypt" is obsolete because XperiFirm decrypted the firmware for you already. Use "Tools -> Bundles -> Create" instead.
  • How do I add/remove a device to/from favorites?
    Right-click on the device's model name in the devices tree view.
  • Can I download firmware for devices released before 2013?
    Sony Mobile deleted older devices when they migrated to their new API. Moreover, they keep deleting old devices from time to time. There's nothing I can do about it.
  • Can I download older firmware? / Why there's only one firmware version in the list, while there were multiple before?
    I have no control over which firmware show per CDA. Sony Mobile deletes older firmware, and there is no way to download them after that. Try finding your FTF on http://www.xperiablog.net/forum/resources/.
  • Why is the CDA written on my product's box not included in XperiFirm?
    CDA (aka CID and Customization ID) is never written on the box. The number on the box starts with "SI", which stands for "Sales Item" which is the combined identification of the device's model + color + country of origin + stock software customization, while CDA is only the customization ID.
    To find out your CDA, open the stock "Phone" app and write *#*#SERVICE#*#* (*#*#7378423#*#*). This will open the Service menu.
    Go to "Service info" -> "Software info" -> your CDA is under "Active Customization".
  • What is R1A/R3B/R3C/etc? Which one is better?
    This is the operator-specific revision (officially "CDF Version") of the stock software (officially "Software Version") provided by Sony to the different regions and operators.
    You can't compare revisions, each operator makes its own revisions. They are basically the same, just with different operator-specific apps.
  • How do I create an FTF file? / How do I flash a firmware?
    This is outside the scope of this thread. There are a whole bunch of tutorials on the internet and on this forum.
CHANGELOG:
v5.7.0 [January 25, 2024]:
- FIX: Replaced old ZipArchive library to fix unpacking firmware over 4 GiB in size.
v5.6.5 [December 21, 2021]:
- FIX: Fixed connection error when trying to request a customizations list from Sony's server due to API change.
- MINOR: Model tags (like "dual" and "Wi-Fi") will no longer be included in the full device name, as it's no longer used in official device naming.
- MINOR: The "Wi-Fi" tag is now colored dark-red ("dual" tag is still colored blue). Implementation has been added for additional tags that may appear in the future, with different colors, without having to update the application.
NOTES:
* Due to this API change on Sony's side, XperiFirm 5.6.2 is no longer able to fetch firmware from Sony and is not supported.
v5.6.2 [September 29, 2021]:
- FIX: Fixed inability to download new firmware (i.e. 61.0.A.14.3 for Xperia 1 III) due to missing MD5 checksum information for the firmware files.
NOTES:
* Since the MD5 checksum is missing for these new firmware, integrity verification for them is impossible. However, if any of the files happens to be corrupted, unpacking will most likely fail. This should not be a problem if you're downloading firmware using XperiFirm directly (not manually).
v5.6.1 [April 5, 2021]:
- Sony's server has discontinued support for obsolete security protocols (SSL, TLS 1.0/1.1) and requires TLS 1.2+ support. However, .NET Framework 4.0 only supports SSL and TLS 1.0, thus XperiFirm is now targeting .NET Framework 4.6, which means Windows XP and Vista (incl. SP1) can no longer be supported, and a minimum of Windows Vista SP2 is now required, and .NET Framework 4.6 (or newer) must be installed.
NOTES:
* Due to this change, XperiFirm 5.6.0 may no longer be able to fetch firmware from Sony and is not supported.
v5.6.0 [March 20, 2021]:
- Downloading OTA updates was useless as there is no way to manually flash or extract them, thus the feature was removed.
NOTES:
* Due to domain migration, older versions of XperiFirm are no longer usable or supported.
* Due to removal of OTA updates listing, the "Check All" button is no longer needed and was removed.
v5.5.0 [October 11, 2020]:
- NEW: Code refactored to adapt to new API that doesn't use CDAs and firmware revisions (i.e. R1A), which is used for Xperia 5 II.
- NEW: Available firmware versions are loaded along with the customizations (formerly CDFs) list.
NOTES:
* Due to heavy code optimization, older versions of XperiFirm are no longer usable or supported.
* The "Check All" button is now only used for batch OTA updates listing, whenever "Enable OTA updates" is enabled in Settings.
* Loading OTA updates is not yet supported for devices that use the new API.
v5.4.0 [June 25, 2019]:
- FIX: Fixed unpacking while using Mono for Linux.
v5.3.8 [January 11, 2019]:
- FIX: Fixed "firmware is not available" error for certain firmware that are now hosted on a new Sony server.
v5.3.7 [July 28, 2018]:
- FIX: Workaround for broken version naming for certain Xperia XZ2 firmware.
v5.3.6 [March 2, 2018]:
- FIX: Fixed a reported cosmetic bug.
v5.3.5 [March 1, 2018]:
- FIX: Unpacking is matching that of Flashtool: the "partition.zip" is being extracted and a "partition_delivery.xml" is being properly created.
v5.3.1-v5.3.3 [March 1, 2018]:
- FIX: Bug and regression fixes for 5.3.0.
v5.3.0 [March 1, 2018]:
- NEW: Supports downloading official OTA packages (*.pkg). This can be enabled/disabled through "Settings". Those are single-file packages, thus Resuming is not supported, but you can still download them manually if you have to.
- FIX: A bunch of internal tweaks.
- MINOR: Larger device images.
- MINOR: Instructions for Manual downloading slightly changed: Folders should be named "FILE_<fileid>" instead of just "<fileid>".
v5.2.0 [October 21, 2017]:
- NEW: Manual mode is back, completely reworked for Sony's new API. Just click "Manual" and follow the instructions. No file renaming is required.
v5.1.0 [October 16, 2017]:
- NEW: CDF lists are now loaded directly from Sony servers. Manual updating is no longer needed, except for adding new devices, which is a rare case anyway.
- MINOR: Fixed support for Windows XP, but may be unstable as it uses a normal HTTP connection rather than a secure one.
- MINOR: Settings: "Unpack firmware automatically" checkbox - due to the demand.
v5.0.0 [May 16, 2016]:
- NEW: Download management, including a download queue that's saved on your computer and loaded on launch.
- NEW: Resuming feature, including checksum verification and automatic re-download of incomplete/corrupted chunks. Just click "Start" and the download will attempt to resume (for large firmware, the resuming might take a while).
- MINOR: Better error handling and prevention.
- MINOR: Settings: "Play a sound when a download completes"
- NOTE: "Manual" button and "Unpack automatically" are both obsolete, thus were removed in this version. Firmware will always be unpacked.
v4.9.1 [May 4, 2016]:
- NEW: Added support for Accessories (currently, just SmartWatch 3).
- FIX: Solved the lag cause by the image loading of each device.
- FIX: Some additional internal changes had to be made as part of the incremental transition of Sony's firmware database from the old servers to the new one. Many of the "grayed out" firmware will no longer appear on XperiFirm, as they are no longer available on Sony servers.
- MINOR: Added a "Available Releases" label for those who don't get the hint that they have to select a release version.
v4.9.0 [April 20, 2016]:
- NEW: You can now set a default download folder in XperiFirm's Settings panel.
- FIX: Some internal changes had to be made to support changes made by Sony for old devices: They deleted many of the images, thus I remade all of the device icons manually and stored them on XperiFirm's server. Moreover, resources (icons) are no longer preloaded from Sony servers (nothing left to preload there), thus launching XperiFirm is now faster.
- MINOR: Many old firmware are now being grayed out, which means that they are located on the old (no longer maintained) Sony server. Many of these firmware will warn for missing files as well. There's nothing that can be done about that.
v4.8.2 [January 13, 2016]:
- MINOR: Sony has added Xperia M to the new API. The problem is that Xperia M (C19XX) and Xperia M dual (C20XX) have different IDs, for reasons that aren't relevant to newer devices. However, some minor internal changes had to be made to support that specific case. Same issue applies to Xperia E and Xperia tipo. (Version 4.8.1 will still work normally, except for Xperia M, Xperia E and Xperia tipo which won't get firmware from the new API.)
v4.8.1 [September 29, 2015]:
- FIX: This should solve the occasional "Failed to connect to the server." error appearing randomly when opening XperiFirm.
v4.8.0 [September 26, 2015]:
- ATTENTION: Installation instructions for machines running Linux were updated!
- NEW: Adaptations were made to support another server Sony uses to provide firmware, in order to support new firmware released for several devices (like Xperia Z2, Z3, Z3 Compact, Z3+, Z3v, Z2 Tablet, Z3 Tablet Compact and Z4 Tablet) and support for new devices introduced on this other server exclusively: Xperia Z5, Xperia Z5 Compact, Xperia C5 Ultra and Xperia M5.
Firmware are loaded from both servers whenever it's possible.
To unpack a firmware that was manually downloaded from the new server, see FAQ section above.
Special Thanks: @OtaruM, @russel5 and @Androxyde who provided information using their devices!
v4.7.4 [August 28, 2015]:
- ATTENTION: XperiFirm now targets .NET Framework 4.0! You MUST delete the "XperiFirm.exe.config" file (or else XperiFirm would crash on launch)!
- NEW: Sony has a few corrupted firmware. Now XperiFirm will prevent you from downloading them.
v4.7.3 [June 22, 2015]:
- FIX: Fixed a minor but highly annoying bug that appeared when selecting a device (it selected another device instead). The device list is now focused on program launch again.
v4.7.2 [June 1, 2015]:
- FIX: Finishing touches: UI on Mono was basically fixed, the text is now presented correctly.
- FIX: Fixed an issue with the new code design related to devices which share the same model (C6916). Note: You might need to set some of your Favorites again.
v4.7.1 [May 31, 2015]:
- MINOR: Annoying visual bug fixed. Re-releasing because couldn't find any other problems.
v4.7.0 [May 31, 2015]:
- NEW: XperiFirm has a new look, made especially to be beautiful on Windows 10.
- NEW: "Favorites" were added! Right-click on a model in the devices tree to add to favorites, and right-click on a model in the favorites tree to remove from favorites! [Requested feature]
- FIX: XperiFirm was internally redesigned to fix some issues and add these features. Please report if anything goes wrong with the new code.
- MINOR: XperiFirm is now more specific if the unpacking fails due to long file paths.
v4.6.0 [May 25, 2015]:
- NEW: An image for every device is now displayed below the release list. [Requested feature]
Disclaimer: These images are retrieved directly from Sony Mobile's server and are not stored by me.
- NEW: The CDA lists are cached when loaded, so if you select another variant or device, you can go back to the previous list without having to reload it, thus the latest release versions are saved until you close XperiFirm. [Requested feature]
v4.5.3 [May 8, 2015]:
- NEW: One more step towards Flashtool integration: When the download/unpacking finishes, XperiFirm will create a file named "fwinfo.xml" inside the firmware's folder which has information about that firmware. In the near future, Flashtool will use this file to create an FTF bundle for you without having to press anything.
v4.5.2 [May 6, 2015]:
- NEW: A requested feature: When the whole CDA list has been checked for Latest Release, clicking "Check All" again will clear all "Latest Release" fields and re-check the list.
- FIX: An unexpected and rather embarrassing bug that caused a crash when selecting a CDA and then deselecting it by clicking an empty area, and then clicking a release version while no CDA is selected. Now the Release list will be cleared to prevent this.
v4.5.1 [April 29, 2015]:
- ATTENTION: This release is a preparation for better integration with Flashtool, done in co-op with Androxyde.
- MINOR: The CDA sorting by Latest Release behavior was changed: Secondary sorting is by Market instead of CDA. Also, the revision version is ignored in the sorting algorithm because they are not comparable to each other (i.e. R11A in firmware X isn't necessarily newer than R2A in firmware Y).
v4.5.0 [April 12, 2015] RE-RELEASE:
- ATTENTION: You must update to this version, else the device list might not load.
- ATTENTION: This update is the re-release of 4.5 with various critical fixes! XperiFirm moves to X.X.X version format ([Generation].[Major Update].[Minor Update]).
- FIX: The bug that caused "Invalid resource file received!" on some computers was fixed.
- FIX: Several other bug fixes and code improvements.
v4.5 [April 11, 2015]:
- NEW: Proxy settings added! Click the new gear icon next to the "Check All" button.
- NEW: All country flags in the device list are now being loaded from XperiFirm's server, which means if new flags are needed, you won't need to download another version of XperiFirm, it's all being covered server-side!
- NEW: The panels aren't being locked anymore when using the "Check All" button. You can scroll the lists, click on the CDAs as they are being checked and resort the list. This will not interrupt the checking process.
- FIX: Some visual bugs were fixed for even smoother experience!
v4.4 [April 10, 2015]:
- FIX: Fixed a weird bug that caused a delay when opening XperiFirm and "Checking for updates...".
- MINOR: Added a few icons for devices marked as for Brazil. Some of them are both for Brazil & Argentina or Brazil & Chile.
v4.3 [April 8, 2015]:
- NEW: Added support for CDMA devices with no IMEI (but MEID instead). Specifically, Xperia PLAY (R800x) for Verizon which was missing because of that issue.
v4.2 [April 6, 2015]:
- FIX: On some computers, lists might get cached and unable to refresh. In this version, caching is disabled entirely.
v4.1 [April 3, 2015]:
- ATTENTION: XperiFirm's database now uses compression. Any XperiFirm version prior to 4.1 will not be able to load any of the lists!
v4.0 [April 2, 2015]:
- NEW: Java is no longer needed for XperiFirm; Release list loading is now .NET-native. Which also allowed me to implement these features:
* File size was decreased from almost 300KB to just 267KB.
* You can run XperiFirm from any location, from any OS that has .NET Framework 3.5 or higher (Windows), or Mono (Linux/OS X). No more obscure Java errors that prevent XperiFirm from launching or working properly.
* Since there is no JAR file extraction involved anymore, hopefully anti-viruses stop complaining for a false-positive.
* Release list loading is MUCH faster, almost instant, since no more external Java calls are being made.
* When you select a CDA, the loaded release list is saved in memory until you select another device, which saves time and internet traffic if it's re-selected later.
* When you use "Check All", the "Latest Release" versions are being retrieved by the new method (instead of the Sony PC Companion-ish inaccurate method), which is accurate and is exactly the same as the topmost release you get when you select a CDA normally. (No more release versions mismatches and inaccurate versions)
* When you use "Check All", the operation also saves the release list to memory, which will then be re-used if the CDA is being re-selected, instead of loading the release list again and again.
v3.7 [March 25, 2015]:
- NEW: Firmware are being checked for availability on Sony Mobile's server when XperiFirm Downloader window opens. "Download" option will be disabled automatically for unavailable or incomplete firmware.
v3.6a [March 17, 2015]:
- FIX: Fixed a tiny bug that prevented XperiFirm from finding the Java Runtime bundled with Flashtool.
v3.6 [March 12, 2015]:
- ATTENTION: As of this release, "XperiFirm.jar" is being extracted to "%APPDATA%/XperiFirm/XperiFirm.jar" and will not appear alongside "XperiFirm.exe".
- NEW: Mono support for Linux and OS X: Platform-specific methods were replaced with custom methods to support most platforms that have Mono installed.
- NEW: UI Changes: CDA list panel column headers changed (for Mono support), and a new busy/idle status icon.
- FIX: Under-the-hood bug fixes, code improvements and better error handling.
v3.5 [March 5, 2015]:
- ATTENTION: I've decided to drop the alias "IaguCool" and use my name, Igor Eisberg, as the developer from now on.
- NEW: Manual unpacking for download manager support! Supports unpacking FILE_* or *.bin files manually, as long as the firmware is available for download. Includes file checksum verification. Supported formats for "Manual" unpacking (like any other CPU intensive processes - this one also works much faster on an SSD).
- NEW: Error handling was improved! If you don't have Java or if it's corrupted - XperiFirm won't run and an error will be shown.
- MINOR: Minor UI tweaking to look beautiful on Windows 8+, as a preparation for Windows 10.
- MINOR: A few under-the-hood bug fixes.
v3.1 [November 8, 2014]:
- CRITICAL: Fixed a critical bug that caused high CPU usage. Performance now improved drastically.
v3.0b [November 7, 2014]:
- MINOR: Fixed some annoying visual glitches.
v3.0a [November 7, 2014]:
- FIX: Fixed a crash caused by some missing files on Sony servers that messed up with column ordering by Latest Release. (this happens when Sony just begins to roll an update, it's a big mess of missing files, you'll just need to wait patiently until Sony finishes uploading their updates).
v3.0 [November 7, 2014]:
- ATTENTION: XperiFirm now targets .NET Framework 3.5 or later to enable some of the newer features!
- NEW: Total UI re-make. More information about each device (like project/code name). Easier to navigate than ever before.
- NEW: XperiFirm.jar is being self-extracted when you launch XperiFirm.exe. It is being always validated to be the correct file and recreated if it was modified or damaged.
- NEW: Smart downloading: Dummy files are not downloaded. Each file gets a name by analyzing data received from Sony.
- NEW: Smart auto-decryption ability, that uses online data to correctly unpack the firmware and prepare it for FTF creating in Flashtool.
- NEW: Smart sorting for both "Market" and "Operator", for finding your firmware easily.
- NEW: Smart release version checking: Only empty "Latest Release" fields will be checked when using "Check All".
- NEW: Smarter error handling.
- NEW: Added support for multiple simultaneous downloads.
- NEW: Added the ability to copy the raw download links of a firmware to the clipboard. Use however you want and at your own risk!
- NEW: Each and every device is being recognized exactly as marketed by Sony all around the UI, including devices that are merely variants of the same device.
- NEW: The download folder will always have a unique name (adding "(#)" instead of overwriting).
- NEW: The date of the latest update to the device list or any of the CDF lists will be displayed below the device list.
- NEW: A cool sound will notify you when a firmware finishes downloading and/or unpacking.
- FIX: Fixed a bug that broke the scrollbars of the CDF list when minimizing the window.
- DONATE: A nice looking donation button was added, please use it to support me!
v2.5 [August 16, 2014]:
- FIX: Fixed a critical bug which prevented getting releases of old phone models (caused by inconsistencies of Sony Mobile's data)
- FIX: A fixed "XperiFirm.exe.config" included, thanks to aphanic.
- NEW: A new info was added to XperiFirm Downloader - the "Network" name. Useless for most users, but provides general idea about the intended networks the firmware supports.
v2.4 [August 12, 2014]:
- FIX: Fixed the support for firmware of the same version but different revisions.
v2.3a [August 11, 2014]:
- MINOR: Added the firmware revision to the firmware's folder created by XperiFirm when starting a download.
v2.3 [August 11, 2014]:
- NEW: Automatic check for the latest XperiFirm version. If it finds a new version, it offers you to open this thread.
- NEW: Firmware revision was added to the release version (Screenshots updated)
- MINOR: When you sort the CDAs by "Latest Release", after running "Check All", the CDAs are automatically resorted.
v2.2c [August 10, 2014]:
- FIXED: The transfer speed indicator was fixed.
v2.2b [August 10, 2014]:
- FIXED: The transfer speed indicator update rate was changed from extremely fast to once per second, in order to lighten up on CPU and RAM usage, especially on older computers.
- MINOR: "XperiFirm.exe.config" is now packed with XperiFirm, you can chose not to extract it with the JAR and EXE if you don't use Windows 8.
v2.2a [August 9, 2014]:
- FIXED: A minor bug was fixed, that made XperiFirm crash when Downloader is closed while downloading a firmware.
v2.2 [August 9, 2014]:
- NEW: The XF Downloader's code was rewritten to increase speed + Transfer rate indicator added & estimated remaining time.
- MINOR: XperiFirm window is now resizeable/maximizable, by users' request.
v2.1 [August 5, 2014]:
- MINOR: Just a tiny cosmetic fix of the panels, just because I'm such a perfectionist.
v2.0 [August 3, 2014]:
- FIXED: XperiFirm will now use Java 64-bit in Windows 64-bit.
- NEW: Quickly check the latest firmware versions available for all CDAs of a specific device by pressing "Check All".
- NEW: You can use the Java Runtime Environment bundled with Flashtool, by copying XperiFirm.exe & XperiFirm.jar to Flashtool's folder.
v1.0 [July 31, 2014]:
- Download firmware for all Sony/Sony-Ericsson Android-based devices.
EVOLUTION OF XPERIFIRM:

XperiFirm 3.1.png

XperiFirm 2.4.png

XperiFirm 1.0.jpg

 

Attachments

  • XperiFirm 5.7.0 (by Igor Eisberg).zip
    358.4 KB · Views: 5,937
Last edited:

funky0308

Inactive Recognized Themer
Aug 27, 2012
7,029
5,681
Osijek
Nice...very nice.
I would really like tp see something like that for Android but this is awesome...

Sent from my D6503 using Tapatalk
 

soorajskn

Senior Member
Sep 6, 2012
70
15
Mangalore
Samsung Galaxy A50
Very nice application.. Waiting for this type of app from long time.. I was using the same kind of app in nokia phones.. This is the first for Android..

Really appreciate this..

Sent from my C5502 using XDA Free mobile app
 

russel5

Senior Member
Jun 13, 2012
875
1,266
41
Yekaterinburg
@IaguCool, thanks for your hard work, your program works like a charm, but i have a question
In some model phone we are can download a last firmware and older firmware. For my Z1C i can download only last firmware.. Can we donwload a older for Z1C?
Thanks
 

IgorEisberg

Senior Member
Jul 6, 2009
1,834
3,966
www.audiobudget.com
@IaguCool, thanks for your hard work, your program works like a charm, but i have a question
In some model phone we are can download a last firmware and older firmware. For my Z1C i can download only last firmware.. Can we donwload a older for Z1C?
Thanks
This was actually possible until not long ago, but recently Sony Mobile deleted all old firmware files, so even if I add the download data, the files are not there anymore. We'll have to manage with what Sony provides and always keep a backup of our favorite firmwares each update. If there is an older version in the list, that means Sony Mobile still keeps the firmware files, but they will be deleted eventually too. XperiFirm shows you only what there is on Sony Mobile servers.
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 1029
    NOTE: This thread is the only official source of XperiFirm!
    Websites like xperifirm.com and xperifirmtool.com were not authorized to redistribute my software!


    XperiFirm...
    Allows you to download the current firmware for all Sony Xperia-line smartphones, tablets and accessories released since 2013 (excluding Xperia R1/R1 Plus).
    [03/06/2023]: All 2013-2014 devices, as well as Xperia E4g (2015) were officially removed.
    XperiFirm 5.6.0.png


    INSTRUCTIONS & REQUIREMENTS:

    Microsoft Windows:
    At least .NET Framework 4.6 must be installed.
    Windows XP (all)/Vista (incl. SP1): Not supported
    Windows Vista SP2: .NET Framework 4.6
    Windows 7/8/8.1: .NET Framework 4.8
    Windows 10+: Pre-installed
    Linux:
    Prepare Linux for Mono installation:
    http://www.mono-project.com/docs/getting-started/install/linux/
    Enter the following lines once per computer:
    $ sudo apt-get install mono-complete
    $ sudo cert-sync /etc/ssl/certs/ca-certificates.crt
    $ sudo certmgr -ssl -m https://igoreisberg.com
    $ sudo certmgr -ssl -m https://software.sonymobile.com

    (Enter Y whenever asked)
    Enter the following line to launch XperiFirm:
    $ mono XperiFirm-x64.exe
    Apple OS X (x86_64/amd64 only):
    Install Mono for OS X:
    http://www.mono-project.com/download/
    Enter the following in Terminal:
    $ mono XperiFirm-x64.exe
    FREQUENTLY ASKED QUESTIONS:

    • Why can't I see the downloaded firmware when I use "Tools -> Bundles -> FILESET Decrypt" in Flashtool?
      "FILESET Decrypt" is obsolete because XperiFirm decrypted the firmware for you already. Use "Tools -> Bundles -> Create" instead.
    • How do I add/remove a device to/from favorites?
      Right-click on the device's model name in the devices tree view.
    • Can I download firmware for devices released before 2013?
      Sony Mobile deleted older devices when they migrated to their new API. Moreover, they keep deleting old devices from time to time. There's nothing I can do about it.
    • Can I download older firmware? / Why there's only one firmware version in the list, while there were multiple before?
      I have no control over which firmware show per CDA. Sony Mobile deletes older firmware, and there is no way to download them after that. Try finding your FTF on http://www.xperiablog.net/forum/resources/.
    • Why is the CDA written on my product's box not included in XperiFirm?
      CDA (aka CID and Customization ID) is never written on the box. The number on the box starts with "SI", which stands for "Sales Item" which is the combined identification of the device's model + color + country of origin + stock software customization, while CDA is only the customization ID.
      To find out your CDA, open the stock "Phone" app and write *#*#SERVICE#*#* (*#*#7378423#*#*). This will open the Service menu.
      Go to "Service info" -> "Software info" -> your CDA is under "Active Customization".
    • What is R1A/R3B/R3C/etc? Which one is better?
      This is the operator-specific revision (officially "CDF Version") of the stock software (officially "Software Version") provided by Sony to the different regions and operators.
      You can't compare revisions, each operator makes its own revisions. They are basically the same, just with different operator-specific apps.
    • How do I create an FTF file? / How do I flash a firmware?
      This is outside the scope of this thread. There are a whole bunch of tutorials on the internet and on this forum.
    CHANGELOG:
    v5.7.0 [January 25, 2024]:
    - FIX: Replaced old ZipArchive library to fix unpacking firmware over 4 GiB in size.
    v5.6.5 [December 21, 2021]:
    - FIX: Fixed connection error when trying to request a customizations list from Sony's server due to API change.
    - MINOR: Model tags (like "dual" and "Wi-Fi") will no longer be included in the full device name, as it's no longer used in official device naming.
    - MINOR: The "Wi-Fi" tag is now colored dark-red ("dual" tag is still colored blue). Implementation has been added for additional tags that may appear in the future, with different colors, without having to update the application.
    NOTES:
    * Due to this API change on Sony's side, XperiFirm 5.6.2 is no longer able to fetch firmware from Sony and is not supported.
    v5.6.2 [September 29, 2021]:
    - FIX: Fixed inability to download new firmware (i.e. 61.0.A.14.3 for Xperia 1 III) due to missing MD5 checksum information for the firmware files.
    NOTES:
    * Since the MD5 checksum is missing for these new firmware, integrity verification for them is impossible. However, if any of the files happens to be corrupted, unpacking will most likely fail. This should not be a problem if you're downloading firmware using XperiFirm directly (not manually).
    v5.6.1 [April 5, 2021]:
    - Sony's server has discontinued support for obsolete security protocols (SSL, TLS 1.0/1.1) and requires TLS 1.2+ support. However, .NET Framework 4.0 only supports SSL and TLS 1.0, thus XperiFirm is now targeting .NET Framework 4.6, which means Windows XP and Vista (incl. SP1) can no longer be supported, and a minimum of Windows Vista SP2 is now required, and .NET Framework 4.6 (or newer) must be installed.
    NOTES:
    * Due to this change, XperiFirm 5.6.0 may no longer be able to fetch firmware from Sony and is not supported.
    v5.6.0 [March 20, 2021]:
    - Downloading OTA updates was useless as there is no way to manually flash or extract them, thus the feature was removed.
    NOTES:
    * Due to domain migration, older versions of XperiFirm are no longer usable or supported.
    * Due to removal of OTA updates listing, the "Check All" button is no longer needed and was removed.
    v5.5.0 [October 11, 2020]:
    - NEW: Code refactored to adapt to new API that doesn't use CDAs and firmware revisions (i.e. R1A), which is used for Xperia 5 II.
    - NEW: Available firmware versions are loaded along with the customizations (formerly CDFs) list.
    NOTES:
    * Due to heavy code optimization, older versions of XperiFirm are no longer usable or supported.
    * The "Check All" button is now only used for batch OTA updates listing, whenever "Enable OTA updates" is enabled in Settings.
    * Loading OTA updates is not yet supported for devices that use the new API.
    v5.4.0 [June 25, 2019]:
    - FIX: Fixed unpacking while using Mono for Linux.
    v5.3.8 [January 11, 2019]:
    - FIX: Fixed "firmware is not available" error for certain firmware that are now hosted on a new Sony server.
    v5.3.7 [July 28, 2018]:
    - FIX: Workaround for broken version naming for certain Xperia XZ2 firmware.
    v5.3.6 [March 2, 2018]:
    - FIX: Fixed a reported cosmetic bug.
    v5.3.5 [March 1, 2018]:
    - FIX: Unpacking is matching that of Flashtool: the "partition.zip" is being extracted and a "partition_delivery.xml" is being properly created.
    v5.3.1-v5.3.3 [March 1, 2018]:
    - FIX: Bug and regression fixes for 5.3.0.
    v5.3.0 [March 1, 2018]:
    - NEW: Supports downloading official OTA packages (*.pkg). This can be enabled/disabled through "Settings". Those are single-file packages, thus Resuming is not supported, but you can still download them manually if you have to.
    - FIX: A bunch of internal tweaks.
    - MINOR: Larger device images.
    - MINOR: Instructions for Manual downloading slightly changed: Folders should be named "FILE_<fileid>" instead of just "<fileid>".
    v5.2.0 [October 21, 2017]:
    - NEW: Manual mode is back, completely reworked for Sony's new API. Just click "Manual" and follow the instructions. No file renaming is required.
    v5.1.0 [October 16, 2017]:
    - NEW: CDF lists are now loaded directly from Sony servers. Manual updating is no longer needed, except for adding new devices, which is a rare case anyway.
    - MINOR: Fixed support for Windows XP, but may be unstable as it uses a normal HTTP connection rather than a secure one.
    - MINOR: Settings: "Unpack firmware automatically" checkbox - due to the demand.
    v5.0.0 [May 16, 2016]:
    - NEW: Download management, including a download queue that's saved on your computer and loaded on launch.
    - NEW: Resuming feature, including checksum verification and automatic re-download of incomplete/corrupted chunks. Just click "Start" and the download will attempt to resume (for large firmware, the resuming might take a while).
    - MINOR: Better error handling and prevention.
    - MINOR: Settings: "Play a sound when a download completes"
    - NOTE: "Manual" button and "Unpack automatically" are both obsolete, thus were removed in this version. Firmware will always be unpacked.
    v4.9.1 [May 4, 2016]:
    - NEW: Added support for Accessories (currently, just SmartWatch 3).
    - FIX: Solved the lag cause by the image loading of each device.
    - FIX: Some additional internal changes had to be made as part of the incremental transition of Sony's firmware database from the old servers to the new one. Many of the "grayed out" firmware will no longer appear on XperiFirm, as they are no longer available on Sony servers.
    - MINOR: Added a "Available Releases" label for those who don't get the hint that they have to select a release version.
    v4.9.0 [April 20, 2016]:
    - NEW: You can now set a default download folder in XperiFirm's Settings panel.
    - FIX: Some internal changes had to be made to support changes made by Sony for old devices: They deleted many of the images, thus I remade all of the device icons manually and stored them on XperiFirm's server. Moreover, resources (icons) are no longer preloaded from Sony servers (nothing left to preload there), thus launching XperiFirm is now faster.
    - MINOR: Many old firmware are now being grayed out, which means that they are located on the old (no longer maintained) Sony server. Many of these firmware will warn for missing files as well. There's nothing that can be done about that.
    v4.8.2 [January 13, 2016]:
    - MINOR: Sony has added Xperia M to the new API. The problem is that Xperia M (C19XX) and Xperia M dual (C20XX) have different IDs, for reasons that aren't relevant to newer devices. However, some minor internal changes had to be made to support that specific case. Same issue applies to Xperia E and Xperia tipo. (Version 4.8.1 will still work normally, except for Xperia M, Xperia E and Xperia tipo which won't get firmware from the new API.)
    v4.8.1 [September 29, 2015]:
    - FIX: This should solve the occasional "Failed to connect to the server." error appearing randomly when opening XperiFirm.
    v4.8.0 [September 26, 2015]:
    - ATTENTION: Installation instructions for machines running Linux were updated!
    - NEW: Adaptations were made to support another server Sony uses to provide firmware, in order to support new firmware released for several devices (like Xperia Z2, Z3, Z3 Compact, Z3+, Z3v, Z2 Tablet, Z3 Tablet Compact and Z4 Tablet) and support for new devices introduced on this other server exclusively: Xperia Z5, Xperia Z5 Compact, Xperia C5 Ultra and Xperia M5.
    Firmware are loaded from both servers whenever it's possible.
    To unpack a firmware that was manually downloaded from the new server, see FAQ section above.
    Special Thanks: @OtaruM, @russel5 and @Androxyde who provided information using their devices!
    v4.7.4 [August 28, 2015]:
    - ATTENTION: XperiFirm now targets .NET Framework 4.0! You MUST delete the "XperiFirm.exe.config" file (or else XperiFirm would crash on launch)!
    - NEW: Sony has a few corrupted firmware. Now XperiFirm will prevent you from downloading them.
    v4.7.3 [June 22, 2015]:
    - FIX: Fixed a minor but highly annoying bug that appeared when selecting a device (it selected another device instead). The device list is now focused on program launch again.
    v4.7.2 [June 1, 2015]:
    - FIX: Finishing touches: UI on Mono was basically fixed, the text is now presented correctly.
    - FIX: Fixed an issue with the new code design related to devices which share the same model (C6916). Note: You might need to set some of your Favorites again.
    v4.7.1 [May 31, 2015]:
    - MINOR: Annoying visual bug fixed. Re-releasing because couldn't find any other problems.
    v4.7.0 [May 31, 2015]:
    - NEW: XperiFirm has a new look, made especially to be beautiful on Windows 10.
    - NEW: "Favorites" were added! Right-click on a model in the devices tree to add to favorites, and right-click on a model in the favorites tree to remove from favorites! [Requested feature]
    - FIX: XperiFirm was internally redesigned to fix some issues and add these features. Please report if anything goes wrong with the new code.
    - MINOR: XperiFirm is now more specific if the unpacking fails due to long file paths.
    v4.6.0 [May 25, 2015]:
    - NEW: An image for every device is now displayed below the release list. [Requested feature]
    Disclaimer: These images are retrieved directly from Sony Mobile's server and are not stored by me.
    - NEW: The CDA lists are cached when loaded, so if you select another variant or device, you can go back to the previous list without having to reload it, thus the latest release versions are saved until you close XperiFirm. [Requested feature]
    v4.5.3 [May 8, 2015]:
    - NEW: One more step towards Flashtool integration: When the download/unpacking finishes, XperiFirm will create a file named "fwinfo.xml" inside the firmware's folder which has information about that firmware. In the near future, Flashtool will use this file to create an FTF bundle for you without having to press anything.
    v4.5.2 [May 6, 2015]:
    - NEW: A requested feature: When the whole CDA list has been checked for Latest Release, clicking "Check All" again will clear all "Latest Release" fields and re-check the list.
    - FIX: An unexpected and rather embarrassing bug that caused a crash when selecting a CDA and then deselecting it by clicking an empty area, and then clicking a release version while no CDA is selected. Now the Release list will be cleared to prevent this.
    v4.5.1 [April 29, 2015]:
    - ATTENTION: This release is a preparation for better integration with Flashtool, done in co-op with Androxyde.
    - MINOR: The CDA sorting by Latest Release behavior was changed: Secondary sorting is by Market instead of CDA. Also, the revision version is ignored in the sorting algorithm because they are not comparable to each other (i.e. R11A in firmware X isn't necessarily newer than R2A in firmware Y).
    v4.5.0 [April 12, 2015] RE-RELEASE:
    - ATTENTION: You must update to this version, else the device list might not load.
    - ATTENTION: This update is the re-release of 4.5 with various critical fixes! XperiFirm moves to X.X.X version format ([Generation].[Major Update].[Minor Update]).
    - FIX: The bug that caused "Invalid resource file received!" on some computers was fixed.
    - FIX: Several other bug fixes and code improvements.
    v4.5 [April 11, 2015]:
    - NEW: Proxy settings added! Click the new gear icon next to the "Check All" button.
    - NEW: All country flags in the device list are now being loaded from XperiFirm's server, which means if new flags are needed, you won't need to download another version of XperiFirm, it's all being covered server-side!
    - NEW: The panels aren't being locked anymore when using the "Check All" button. You can scroll the lists, click on the CDAs as they are being checked and resort the list. This will not interrupt the checking process.
    - FIX: Some visual bugs were fixed for even smoother experience!
    v4.4 [April 10, 2015]:
    - FIX: Fixed a weird bug that caused a delay when opening XperiFirm and "Checking for updates...".
    - MINOR: Added a few icons for devices marked as for Brazil. Some of them are both for Brazil & Argentina or Brazil & Chile.
    v4.3 [April 8, 2015]:
    - NEW: Added support for CDMA devices with no IMEI (but MEID instead). Specifically, Xperia PLAY (R800x) for Verizon which was missing because of that issue.
    v4.2 [April 6, 2015]:
    - FIX: On some computers, lists might get cached and unable to refresh. In this version, caching is disabled entirely.
    v4.1 [April 3, 2015]:
    - ATTENTION: XperiFirm's database now uses compression. Any XperiFirm version prior to 4.1 will not be able to load any of the lists!
    v4.0 [April 2, 2015]:
    - NEW: Java is no longer needed for XperiFirm; Release list loading is now .NET-native. Which also allowed me to implement these features:
    * File size was decreased from almost 300KB to just 267KB.
    * You can run XperiFirm from any location, from any OS that has .NET Framework 3.5 or higher (Windows), or Mono (Linux/OS X). No more obscure Java errors that prevent XperiFirm from launching or working properly.
    * Since there is no JAR file extraction involved anymore, hopefully anti-viruses stop complaining for a false-positive.
    * Release list loading is MUCH faster, almost instant, since no more external Java calls are being made.
    * When you select a CDA, the loaded release list is saved in memory until you select another device, which saves time and internet traffic if it's re-selected later.
    * When you use "Check All", the "Latest Release" versions are being retrieved by the new method (instead of the Sony PC Companion-ish inaccurate method), which is accurate and is exactly the same as the topmost release you get when you select a CDA normally. (No more release versions mismatches and inaccurate versions)
    * When you use "Check All", the operation also saves the release list to memory, which will then be re-used if the CDA is being re-selected, instead of loading the release list again and again.
    v3.7 [March 25, 2015]:
    - NEW: Firmware are being checked for availability on Sony Mobile's server when XperiFirm Downloader window opens. "Download" option will be disabled automatically for unavailable or incomplete firmware.
    v3.6a [March 17, 2015]:
    - FIX: Fixed a tiny bug that prevented XperiFirm from finding the Java Runtime bundled with Flashtool.
    v3.6 [March 12, 2015]:
    - ATTENTION: As of this release, "XperiFirm.jar" is being extracted to "%APPDATA%/XperiFirm/XperiFirm.jar" and will not appear alongside "XperiFirm.exe".
    - NEW: Mono support for Linux and OS X: Platform-specific methods were replaced with custom methods to support most platforms that have Mono installed.
    - NEW: UI Changes: CDA list panel column headers changed (for Mono support), and a new busy/idle status icon.
    - FIX: Under-the-hood bug fixes, code improvements and better error handling.
    v3.5 [March 5, 2015]:
    - ATTENTION: I've decided to drop the alias "IaguCool" and use my name, Igor Eisberg, as the developer from now on.
    - NEW: Manual unpacking for download manager support! Supports unpacking FILE_* or *.bin files manually, as long as the firmware is available for download. Includes file checksum verification. Supported formats for "Manual" unpacking (like any other CPU intensive processes - this one also works much faster on an SSD).
    - NEW: Error handling was improved! If you don't have Java or if it's corrupted - XperiFirm won't run and an error will be shown.
    - MINOR: Minor UI tweaking to look beautiful on Windows 8+, as a preparation for Windows 10.
    - MINOR: A few under-the-hood bug fixes.
    v3.1 [November 8, 2014]:
    - CRITICAL: Fixed a critical bug that caused high CPU usage. Performance now improved drastically.
    v3.0b [November 7, 2014]:
    - MINOR: Fixed some annoying visual glitches.
    v3.0a [November 7, 2014]:
    - FIX: Fixed a crash caused by some missing files on Sony servers that messed up with column ordering by Latest Release. (this happens when Sony just begins to roll an update, it's a big mess of missing files, you'll just need to wait patiently until Sony finishes uploading their updates).
    v3.0 [November 7, 2014]:
    - ATTENTION: XperiFirm now targets .NET Framework 3.5 or later to enable some of the newer features!
    - NEW: Total UI re-make. More information about each device (like project/code name). Easier to navigate than ever before.
    - NEW: XperiFirm.jar is being self-extracted when you launch XperiFirm.exe. It is being always validated to be the correct file and recreated if it was modified or damaged.
    - NEW: Smart downloading: Dummy files are not downloaded. Each file gets a name by analyzing data received from Sony.
    - NEW: Smart auto-decryption ability, that uses online data to correctly unpack the firmware and prepare it for FTF creating in Flashtool.
    - NEW: Smart sorting for both "Market" and "Operator", for finding your firmware easily.
    - NEW: Smart release version checking: Only empty "Latest Release" fields will be checked when using "Check All".
    - NEW: Smarter error handling.
    - NEW: Added support for multiple simultaneous downloads.
    - NEW: Added the ability to copy the raw download links of a firmware to the clipboard. Use however you want and at your own risk!
    - NEW: Each and every device is being recognized exactly as marketed by Sony all around the UI, including devices that are merely variants of the same device.
    - NEW: The download folder will always have a unique name (adding "(#)" instead of overwriting).
    - NEW: The date of the latest update to the device list or any of the CDF lists will be displayed below the device list.
    - NEW: A cool sound will notify you when a firmware finishes downloading and/or unpacking.
    - FIX: Fixed a bug that broke the scrollbars of the CDF list when minimizing the window.
    - DONATE: A nice looking donation button was added, please use it to support me!
    v2.5 [August 16, 2014]:
    - FIX: Fixed a critical bug which prevented getting releases of old phone models (caused by inconsistencies of Sony Mobile's data)
    - FIX: A fixed "XperiFirm.exe.config" included, thanks to aphanic.
    - NEW: A new info was added to XperiFirm Downloader - the "Network" name. Useless for most users, but provides general idea about the intended networks the firmware supports.
    v2.4 [August 12, 2014]:
    - FIX: Fixed the support for firmware of the same version but different revisions.
    v2.3a [August 11, 2014]:
    - MINOR: Added the firmware revision to the firmware's folder created by XperiFirm when starting a download.
    v2.3 [August 11, 2014]:
    - NEW: Automatic check for the latest XperiFirm version. If it finds a new version, it offers you to open this thread.
    - NEW: Firmware revision was added to the release version (Screenshots updated)
    - MINOR: When you sort the CDAs by "Latest Release", after running "Check All", the CDAs are automatically resorted.
    v2.2c [August 10, 2014]:
    - FIXED: The transfer speed indicator was fixed.
    v2.2b [August 10, 2014]:
    - FIXED: The transfer speed indicator update rate was changed from extremely fast to once per second, in order to lighten up on CPU and RAM usage, especially on older computers.
    - MINOR: "XperiFirm.exe.config" is now packed with XperiFirm, you can chose not to extract it with the JAR and EXE if you don't use Windows 8.
    v2.2a [August 9, 2014]:
    - FIXED: A minor bug was fixed, that made XperiFirm crash when Downloader is closed while downloading a firmware.
    v2.2 [August 9, 2014]:
    - NEW: The XF Downloader's code was rewritten to increase speed + Transfer rate indicator added & estimated remaining time.
    - MINOR: XperiFirm window is now resizeable/maximizable, by users' request.
    v2.1 [August 5, 2014]:
    - MINOR: Just a tiny cosmetic fix of the panels, just because I'm such a perfectionist.
    v2.0 [August 3, 2014]:
    - FIXED: XperiFirm will now use Java 64-bit in Windows 64-bit.
    - NEW: Quickly check the latest firmware versions available for all CDAs of a specific device by pressing "Check All".
    - NEW: You can use the Java Runtime Environment bundled with Flashtool, by copying XperiFirm.exe & XperiFirm.jar to Flashtool's folder.
    v1.0 [July 31, 2014]:
    - Download firmware for all Sony/Sony-Ericsson Android-based devices.
    EVOLUTION OF XPERIFIRM:

    XperiFirm 3.1.png

    XperiFirm 2.4.png

    XperiFirm 1.0.jpg

    31
    v4.8.0 [September 26, 2015]:
    - NEW: Adaptations were made to support another server Sony uses to provide firmware, in order to support new firmware released for several devices (like Xperia Z2, Z3, Z3 Compact, Z3+, Z3v, Z2 Tablet, Z3 Tablet Compact and Z4 Tablet) and support for new devices introduced on this other server exclusively: Xperia Z5, Xperia Z5 Compact, Xperia C5 Ultra and Xperia M5.
    Firmware are loaded from both servers whenever it's possible.
    To unpack a firmware that was manually downloaded from the new server, see FAQ section.

    Special Thanks: @OtaruM, @russel5 and @Androxyde who provided information using their devices!

    Enjoy, comment and donate to support ;)
    28
    How can we use this FILE' formats?

    Easy ;

    open flash tool
    go to tools>bundles>FILESET decrypt
    choose to open the folder with the downloaded files and just follow the instructions to create your ftf
    28
    Not much longer, I'm hoping to finish it by tomorrow evening.
    attachment.php

    attachment.php
    26
    XperiFirm 5.0.0 has been released!

    v5.0.0 [May 16, 2016]:
    - NEW: Download management, including a download queue that's saved on your computer and loaded on launch.
    - NEW: Resuming feature, including checksum verification and automatic re-download of incomplete/corrupted chunks. Just click "Start" and the download will attempt to resume (for large firmware, the resuming might take a while).
    - MINOR: Better error handling and prevention.
    - MINOR: Settings: "Play a sound when a download completes"
    - NOTE: "Manual" button and "Unpack automatically" are both obsolete, thus were removed in this version. Firmware will always be unpacked.