CHANGES.TXT.txt

(15 KB) Pobierz
Flashtool Release Notes

* 0.9.16
- Devices are now synced directly from github devices repository. As soon as a new device is added to the repository, all 0.9.16 users will have it locally.
- Switched to Java8
- In Devices menu->Manage : You can now add updateurl and edit CDFID to check for each device where updateurl exists.
- Advanced -> Trim Area menu reworked to be more clear (S1 Dump not intended to be restored)
- In the device specific menu, added an entry to run service menu on phone

* 0.9.11
- This version is a big split with every previous ones. And not fully featured as previous can be.
  I changed the UI framework from Swing to SWT because of a better integration with Mac UI.
  Here is what is missing from previous releases :
     - No multilingual UI
     - No recovery installer
     - No kernel installer (for 2010 devices)
     - No ROM cleaner.
     - Cannot Add/Edit/Remove devices.
     - No TA hex editor (in pro mode)
- Version fully compatible with all 2013 devices (Z/ZL/Tablet Z etc etc)
- Unified Bootloader unlock feature with the new BLU icon. No more unlock plugin.
  As for flashing, BLU is available even without any connected device, even with
  unrecognized devices.
- Updated SuperSU package. Added servicemnu root hack (works with Z/ZL for all FW up  to .434)
  Known working for Xperia T/V too
- Added TA partition backup/restore. Using this feature, you can backup TA before unlock. Restore TA
  will relock the devicee and get DRM back as well as BE2 (full complete relock). You cannot count
  on this feature if ever your device is already unlocked. Missuse of this feature can brick the device.
  Check XDA thread for more infos : http://forum.xda-developers.com/showthread.php?t=2292598
  

* 0.9.10.1
- Resolved a serious bug leading to a softbrick (reported on LT26 devices)
- Added a more complete german translation (thanks papayayoghurt)

* 0.9.10 
- Updated SuperSU to 0.98
- Updated translation system to almost all application frames (from there, people who want to contribute
  translation will be able to.
- Added a root package manager to easily reference and then choose which root package to install when
  rooting device.
- Reworked menus to be more clear (too much things into Tools menu)

* 0.9.9
- Solved libusb bug for some devices under linux and mac.
  Libusbx is now used instead of libusb (http://www.libusbx.org)
  libusbx is a more active fork of libusb. libusb libs can be replaced by libusbx libs on the system.
  Flashtool embeds prebuilt libusbx libs into x10flasher_lib/mac|linux/lib32&lib64
- Updated busybox to 1.20.0 as default one when rooting a device.
- Updated SuperSU to 0.97
- updated adb and fastboot for mac for adb restore root trick.
- Updated jre to 1.7u9 for linux and windows.

* 0.9.8
- Resolved major bug. 0.9.7 broke flashing. amss_1_fs failed to flash on devices containing this file in their bundles
- Emulator root hack was not taking care of superuser package choose
- Zergrush root exploit was not working in 0.9.7
- Unroot works better (better superuser package deletion)

* 0.9.7.0
- Improved ELF extractor. Now prints load address of each program (useful for kernel builders)
- Added Yaffs extractor.
- Improved rooting devices by giving the choice of the SU package to install (Superuser or SuperSU)
- Added an unroot option
- Fully implemented AdbRestore root hack (adb restore or via semc backup&restore). Not working for Tablet S yet.
- Added Xperia T to list of devices
- Cleaned fastboot drivers (still does not install on W8)
- Encoded zergrush and psneuter to fool antivirus
- FlashTool linux runscript is now compatible with MacOS (MacOS package will come soon)
- Better sin content identification (was not working for Xperia T system.sin)

* 0.9.6.0
- Resolved an issue introduced in 0.9.1 in Sin Editor (Dump data). Didn't work anymore for yaffs2 images
- Added Xperia SL and Xperia TX drivers to driver package
- Added new root method (AdbRestore hack using Semc backup and restore tool.
  Working for LT26 but maybe for others too) (Thanks Bin4ry)

* 0.9.5.0
- Added background version checker
- Added Xperia SX device
- Added Hyperlink to homepage on the About frame

* 0.9.4.0
- ROM cleaner is now working. cleaner profiles as well as apps_saved are inside a device specific folder
  ie for LT26 device : [Flashtool]/custom/clean/L26 and [Flashtool]/custom/apps_saved/L26
- Added the Emulator root exploit used on LT15/LT18 ICS 4.0.3 to root it
- When trying to force root, FT checks if device is already rooted and warn about it
- When trying to force root, better error handling with explicit message when exploit does not work
- Clicking on the root button in the toolbar warn if not root exploit available for the version you have
- In the File menu, new menu item (Switch Pro / Simple) to add or remove an advanved menu with some dev features
- Pro / Simple setting saved (persistent)
- Advanced menu renamed to Tools menu
- Loglevel setting saved (persistent)
 
* 0.9.3.0
- Added ability to remove a device
- Added ability to export a device (for LT26 for example, it will be exported to LT26.ftd inside the devices folder)
- Added ability to import a device (ftd file must be copied inside the devices folder)

* 0.9.2.0
- Resolved a bug with firmware selection and device selection introduced in 0.9.1.0.
  Selected item can be different from the one clicked in the table list
- In firmware selection, device column is the default sorted column.
- Device selector is resizable.
- Added Xperia Tipo and Acro S to device list.
- Windows package does not include anymore linux jre and Linux package does not include anymore windows jre.
  The result is a smaller package for each platform.
  
* 0.9.1.0
- Updated Java to jre7u6
- Updated drivers with all drivers available on Sony Dev web site
- Resolved a issue with mouse events (sometimes in a table or a list, clicking on an item does not select it)
- Fastboot toolbox can select .elf extension in the file selector filter
- Sin Editor reworked. Now ext4 extraction from sin files works fine. ext4 image is mountable
- Elf Extractor issue with some kernel that include a command line part.
- Added a Devices menu on the main window. You can add a new device to supported devices list or edit a known device
- FTF bundles are now compressed when created. It will reduce ftf file size.
- Sortable columns in Firmware selector and Device selector

* 0.9.0.0
- Updated Java to jre7u5
- Added support for Xperia GO
- Decryption features can now extract loader.sin from Sony Filesets (Loader fileset is usually 63Kb big)

* 0.8.6.0
- Added Xperia U, P, Sola, Ion to BL Unlock plugin.

* 0.8.5.0
- Fixed issue with turkish regional settings (and maybe others we don't know)
  No more need to change regional settings to see FTF content.

* 0.8.4.0
- Repaired TA Backup / Restore / Editor (broken by 0.8.3)

* 0.8.3 :
- Fixed an issue in firmware selector. When partition categorie or TA categorie are excluded from
  selection, it was not excluded from flashing.
- Elf Extractor now identifies the program type included into kernel (Image, ramdisk or rpm)

* 0.8.2.0 :
- Fixed an issue where fastboot mode is not handled correctly under linux.

* 0.8.1.0 :
- Fixed an issue where loader is not found when using BL Unlock or TA Backup/Restore/Editor
- Progressbar when flashing was not showing right progress.

* 0.8.0.0 :
- Fixed an issue with flashing ftf under linux (specially ubuntu 12.04)
- Fixed system app backup when ls applet used to enumerate system apps is busybox one with colorization
- Added a kernel.sin extractor (ELF Extractor) to get image, ramdisk and rpm.bin on 2012 devices
- Added a Sin editor which is only capable of extracting data part from sin files for the moment.
- Added drivers for Xperia U, Sola, P
- Added Xperia U, Sola, P recognition (thanks to krabappel2548)

* 0.7.1.0 :
- Switched to Java7 platform.
- Added categories to bundles.
- Added a No final data check option for some firmwares (ie ICS for ArcS)
- For LT26, partition-image can now be flashed.

* 0.6.9.1 :
- Moved TA Editor and TA Backup&Restore to dev features. Can be enabled in config.properties (devfeatures=yes)
  Take care with this feature. It can easily break your phone.

* 0.6.9.0 :
- Added official recognition of LT26 (Xperia S)
- Added a TA Backup&Restore
- Added a TA Editor
- Added a BootLoader Unlock plugin for 2011 and 2012 devices
- Added a command line option to get IMEI (FlashTool -console --action=imei)
- Added ability to flash system.img from fastboot toolbox
- Added greek language
- Added Xperia S to drivers installation

* 0.6.8.0 :
- Added Recovery to locked bootloader on LT15,1T18
- Added Recovery installation to E10, E15, U20 devices from flashtool 
- Added working fastboot for linux
- Modified uninstaller to avoid deleting custom files
- Added a flashtool toolkit for FT scripts in /system/flashtool (do not delete this folder)
- Added a console mode for both windows and linux

* 0.6.7.0:
- Added ThKernel to kernel installer for X10
- Better detection of missing drivers if they are not installed for adb, flashmode or fastboot mode
- Flashtool now works natively in 64bits for both Windows and Linux.
  Run Flashtool64 under windows to use the native 64bits release

* 0.6.6.0:
- Some improvements in device mode detection.
- Fixed an issue with cleaner feature (check if all files are there before beginning).
- Added DoomKernel v06 and v06-1113 to kernel installer for X10.
- Prepared for x64 native version under windows. (not working at the moment).

* 0.6.5.0:
- Fixed a bug when waiting for device in unlock boo...
Zgłoś jeśli naruszono regulamin