[L7][P700/05][CWM Advanced Edition] PhilZ Touch (6.43.8) [07.06.2014]

Search This thread

ali.filth

Senior Member
Sep 3, 2012
259
453
balikpapan
Main thread + features + install instructions + dev support :

http://xdaforums.com/showthread.php?t=2201860

v4lz4z.jpg


PhilZ Touch is a CWM Advanced Edition that adds all the features you could ever miss in CWM
It is a well proven recovery for many phones
It also adds a full touch interface a completely configurable GUI


Please give your feedback, what works, and any bug you could encounter
Read the features, and check if you are missing something

Also, do not forget to read about the powerful aroma file manager integration and double tap shortcut



Update 6.43.8 [CWM Base 6.0.4.8] :

Philz Changelog

Code:
6.43.8 (02.06.2014)
- fix recursive path creation bug for /data/media/0
- f2fs: do not try f2fs recovery.fstab mount options on an ext4 partition
- f2fs: do not redefine default recovery ext4 mount options when migrating from an f2fs recovery.fstab
- f2fs: error message when converting unsupported file systems
- nandroid backup: fix 'media' exception:
In CWM, a bug present from the begining was preventing any path/file named media from backup on /data/media devices
This fix will only exclude /data/media path and not other media files/folders
- f2fs: recreate /etc/fstab after ext4/f2fs conversion for proper use of system mount command
- comment useless dead code
- f2fs: fix nandroid restore to f2fs partitions
- f2fs: support format extra storage to f2fs (vold patch needed)
- f2fs: support switching between f2fs/ext4 (needs f2fs in kernel modules), thanks @KumaJaya
- f2fs: reload volume table after f2fs/ext4 conversion (no reboot needed after conversion)
- f2fs: do not format whole /data when not expected on /data/media devices
- f2fs: allow /data f2fs/ext4 conversion for non data_media devices
Preserve recovery settings after a wipe
- on settings change, create a second copy of recovery settings on primary storage (/sdcard)
- on recovery exit, always copy recovery settings to sdcard if no copy is present
- after a wipe, on recovery exit, try to restore settings from the copy on primary storage
- fix save/restore settings menu labels
- libtouch_gui 1.22
- fix various compiler warnings and errors
- enhance pre-compile setup
- dedupe: merge clean up code from @xiaolu
- merge: fix restorecon_from_file potential crash from @xiaolu (only for BOARD_RECOVERY_USE_BBTAR)
- fix 240x320 images
- merge "cwm: Honor recovery variant "
- merge "cwm: Remove hardcoded paths"
- merge "Keep 'show log' on screen until user dismisses it"
- create /data/media directory after internal storage is wiped
prevents denial to read/write from internal storage under some circumstances
- open source touch_gui library
- update licence files

Ali.Filth Changelog

Code:
- Add Ali.Filth Background
- Fix Selinux support
- Fix Philz default Background
- try to fix aroma inverted (need test)

Screenshoot for background :
umrew.jpg


FULL Philz CHANGE LOG : LINK


XDA:DevDB Information
CWM 6.0.4.8, a Tool/Utility for the LG OPTIMUS L7

Contributors
ali.filth, Phil3759

Version Information
Status: BETA
Current Beta Version: 6.43.8
Beta Release Date: 2014-06-07

Created 2014-04-03
Last Updated 2014-06-07
 
Last edited:

coderzs

Recognized Developer
Dec 10, 2010
844
2,337
Moscow
Google Pixel 4a 5G

kristijan505

Senior Member
Nov 5, 2011
351
54
Can you cherry pick https://github.com/carbonlg/android_build/commit/8ac84d510bdf20cc91434c67415b8616fa2771b8 this commit and rebuild recovery ?

Why? Because you builded recovery with p700 device tree and p705 users will got error on installing roms for p705 ( recovery will indetify p705 as p700 ) .

Sorry for bad english

Отправлено с моего LG-P705 через Tapatalk

Sorry but only your ROM-s give that error, why don't you just build it for P700.
 

ali.filth

Senior Member
Sep 3, 2012
259
453
balikpapan
@ali.filth is it possible to have selinux support on your next version?

Sent from my LG-P705 using Tapatalk

This is not support? Oh sorry..because I'm using a prebuilt kernel..and maybe this kernel not support ext4 fs ..

Philz must support selinux by default ..next update i'll fix it..thanks :D

Send from my Pager using xda-developers app
 
Last edited:
  • Like
Reactions: vaikz

Top Liked Posts

  • There are no posts matching your filters.
  • 9
    Main thread + features + install instructions + dev support :

    http://xdaforums.com/showthread.php?t=2201860

    v4lz4z.jpg


    PhilZ Touch is a CWM Advanced Edition that adds all the features you could ever miss in CWM
    It is a well proven recovery for many phones
    It also adds a full touch interface a completely configurable GUI


    Please give your feedback, what works, and any bug you could encounter
    Read the features, and check if you are missing something

    Also, do not forget to read about the powerful aroma file manager integration and double tap shortcut



    Update 6.43.8 [CWM Base 6.0.4.8] :

    Philz Changelog

    Code:
    6.43.8 (02.06.2014)
    - fix recursive path creation bug for /data/media/0
    - f2fs: do not try f2fs recovery.fstab mount options on an ext4 partition
    - f2fs: do not redefine default recovery ext4 mount options when migrating from an f2fs recovery.fstab
    - f2fs: error message when converting unsupported file systems
    - nandroid backup: fix 'media' exception:
    In CWM, a bug present from the begining was preventing any path/file named media from backup on /data/media devices
    This fix will only exclude /data/media path and not other media files/folders
    - f2fs: recreate /etc/fstab after ext4/f2fs conversion for proper use of system mount command
    - comment useless dead code
    - f2fs: fix nandroid restore to f2fs partitions
    - f2fs: support format extra storage to f2fs (vold patch needed)
    - f2fs: support switching between f2fs/ext4 (needs f2fs in kernel modules), thanks @KumaJaya
    - f2fs: reload volume table after f2fs/ext4 conversion (no reboot needed after conversion)
    - f2fs: do not format whole /data when not expected on /data/media devices
    - f2fs: allow /data f2fs/ext4 conversion for non data_media devices
    Preserve recovery settings after a wipe
    - on settings change, create a second copy of recovery settings on primary storage (/sdcard)
    - on recovery exit, always copy recovery settings to sdcard if no copy is present
    - after a wipe, on recovery exit, try to restore settings from the copy on primary storage
    - fix save/restore settings menu labels
    - libtouch_gui 1.22
    - fix various compiler warnings and errors
    - enhance pre-compile setup
    - dedupe: merge clean up code from @xiaolu
    - merge: fix restorecon_from_file potential crash from @xiaolu (only for BOARD_RECOVERY_USE_BBTAR)
    - fix 240x320 images
    - merge "cwm: Honor recovery variant "
    - merge "cwm: Remove hardcoded paths"
    - merge "Keep 'show log' on screen until user dismisses it"
    - create /data/media directory after internal storage is wiped
    prevents denial to read/write from internal storage under some circumstances
    - open source touch_gui library
    - update licence files

    Ali.Filth Changelog

    Code:
    - Add Ali.Filth Background
    - Fix Selinux support
    - Fix Philz default Background
    - try to fix aroma inverted (need test)

    Screenshoot for background :
    umrew.jpg


    FULL Philz CHANGE LOG : LINK


    XDA:DevDB Information
    CWM 6.0.4.8, a Tool/Utility for the LG OPTIMUS L7

    Contributors
    ali.filth, Phil3759

    Version Information
    Status: BETA
    Current Beta Version: 6.43.8
    Beta Release Date: 2014-06-07

    Created 2014-04-03
    Last Updated 2014-06-07
    8
    Download link :

    ALI.FILTH DOWNLOAD LINK (FAST UPDATE AVAILABLE IN HERE) : Flashable-ZIP

    PHILZ OFFICIAL DOWNLOAD LINK : P700
    4
    Can you cherry pick https://github.com/carbonlg/android_build/commit/8ac84d510bdf20cc91434c67415b8616fa2771b8 this commit and rebuild recovery ?

    Why? Because you builded recovery with p700 device tree and p705 users will got error on installing roms for p705 ( recovery will indetify p705 as p700 ) .

    Sorry for bad english

    Отправлено с моего LG-P705 через Tapatalk
    2
    Reserved 2

    Reserved 2
    2
    Update 6.43.8 [CWM Base 6.0.4.8] [07.06.2014]

    Update 6.43.8 [CWM Base 6.0.4.8] :

    Philz Changelog

    Code:
    6.43.8 (02.06.2014)
    - fix recursive path creation bug for /data/media/0
    - f2fs: do not try f2fs recovery.fstab mount options on an ext4 partition
    - f2fs: do not redefine default recovery ext4 mount options when migrating from an f2fs recovery.fstab
    - f2fs: error message when converting unsupported file systems
    - nandroid backup: fix 'media' exception:
    In CWM, a bug present from the begining was preventing any path/file named media from backup on /data/media devices
    This fix will only exclude /data/media path and not other media files/folders
    - f2fs: recreate /etc/fstab after ext4/f2fs conversion for proper use of system mount command
    - comment useless dead code
    - f2fs: fix nandroid restore to f2fs partitions
    - f2fs: support format extra storage to f2fs (vold patch needed)
    - f2fs: support switching between f2fs/ext4 (needs f2fs in kernel modules), thanks @KumaJaya
    - f2fs: reload volume table after f2fs/ext4 conversion (no reboot needed after conversion)
    - f2fs: do not format whole /data when not expected on /data/media devices
    - f2fs: allow /data f2fs/ext4 conversion for non data_media devices
    Preserve recovery settings after a wipe
    - on settings change, create a second copy of recovery settings on primary storage (/sdcard)
    - on recovery exit, always copy recovery settings to sdcard if no copy is present
    - after a wipe, on recovery exit, try to restore settings from the copy on primary storage
    - fix save/restore settings menu labels
    - libtouch_gui 1.22
    - fix various compiler warnings and errors
    - enhance pre-compile setup
    - dedupe: merge clean up code from @xiaolu
    - merge: fix restorecon_from_file potential crash from @xiaolu (only for BOARD_RECOVERY_USE_BBTAR)
    - fix 240x320 images
    - merge "cwm: Honor recovery variant "
    - merge "cwm: Remove hardcoded paths"
    - merge "Keep 'show log' on screen until user dismisses it"
    - create /data/media directory after internal storage is wiped
    prevents denial to read/write from internal storage under some circumstances
    - open source touch_gui library
    - update licence files

    Ali.Filth Changelog

    Code:
    - Add Ali.Filth Background
    - Fix Selinux support
    - Fix Philz default Background
    - try to fix aroma inverted (need test)

    Screenshoot for background :D :
    umrew.jpg


    FULL Philz CHANGE LOG : LINK