Releases: dosomder/PRFCreator
Releases · dosomder/PRFCreator
Release v1.3
- Fix a signing bug when PRFCreator was in a folder which included a space (thanks Calystos)
- Allow multi select for Extra Zip / APK
- Update sinflash to v0.42
- Fix sha256 hashing bug (thanks RoberM)
- Fix large zip file handling (thanks Fragmentation)
Release v1.2
Major changes:
- Fix a signing bug (thanks RyTekk)
- Fix bug when flashing multiple apps
- Update lz4 lib and 7zip binaries (thanks tetsuo55)
- Update dotnetzip library
- Update sinflash binary to v0.4 (supports now also non-msm devices, thanks eoinkennedy for report)
Release v1.1
Major changes:
- Users can now add APK files to Extra Files and specify if they should be installed to system or data partition
- Fixed a bug where SuperSU was not installed when system partition was mounted before flashing the firmware
- sinflash now supports compression which reduces the size of the firmware (most recovery menus only support flashable zips up to 2GB)
- Add system image at the end of the zip which will speed up generation significantly (Idea by SIL)
Release v1.0
The system partition on some newer devices are 5GB. This is too much for a zip file. Google or the recovery menu devs do not plan to add support for zip64 so I had to search a solution.
The new method using my tool called sinflash will flash sin files directly on the phone. PRFCreator will simply pack all the sin files together. That means the pre-rooted firmwares are smaller and faster created.
However you can still use the old method (which extracts the sin files to images on the computer) by checking the Legacy mode checkbox.
Release v0.9
- Compatible with mono
- New settings file to change temp folder and choose another destination for the pre rooted firmware
- Work towards new sin format introduced with Z3+
Release v0.8
- Add the ability to include additional flashable zip files
- Display information when clicking on version number