Aggiunto changelog al 4° post
CHANGELOG
3.72 ---- > 3.73:
code cleaning for universal exFat compatibility
Support exFAT for external sdcards in recovery: no +4Gb size file limit like fat32, better optimized for 64Gb cards
3.70 --> 3.71:
added format /preload on special wipe before install new rom
Merge Koush last changes: (+ add credit inside code source)
- dedupe: fix buffer overflow, the length of key was incorrect, 4.2's libc detects the overflow and crashes
- fix bug where you cannot partition internal sd
add wipe all before install ROM: wipe all user data + wipe system
second pass at fixing partition sdcards menu by PhilZ, now it should work as supposed
3.65
Completed ors implementation: added script started on boot, with same function as custom ors (simpler code than previous versions)
fixed ors-mount.sh support for phones without /emmc
goomanager support fixed for phones without /emmc
misc permissions fixes for recovery scripts
3.61 ---> 3.62: permissions fixed: now special backup and restore functions work again
Update to cwm 6.0.1.9 + PhilZ Touch 3.34
Add nandroid /preload backup & restore support
Add option to flash modem image from recovery
Fix Aroma File Manager path for devices without /emmc mount point
Fix: mount sdcards before launch aroma as some times we did not have access to other sdcard under aroma
Fix kerne/efs backup & restore for phones without /emmc
Optimized backup/restore status log for kernel/efs/modem: now showing true success/failure based on exit code/stderr from CAT
One ORS code is enough for custom and at boot scripts
Fixed ORS backup job log
Merge cm10 branch updates:
- Add support for doing a true ext4 format of /data on /data/media devices.
- Shorter confirmation menu if compiled as Philz Touch
3.5
Update to new Touch PhilZ 3.25 cwm 6.0.1.8 based recovery
Option to flash kernels (zImage you rename to *.img file) directly from recovery
Backup kernels now supports multiple time stamped backups
ORS/EFS/Kernel backup/restore scripts support universal mount points/path through recovery.fstab: multi-device compatibility
Major update to code for multi-device support (compile from source code for any phone)
Now, philz-cwm6 recovery is open source