[DEV][WIP} Philz Touch Recovery for the Galaxy Player 4.0

Search This thread

dorfd1

Senior Member
Jan 13, 2012
662
105
Click Here to for the main philz recovery dev thread


Download link:

cm-11-20140413-UNOFFICIAL-ypg1.zip - 198.03 MB

this build is completely Identical to zaclimon's latest build. 720p video recording is supported, max still photo resolution has been raised to 5MP. my screen resolution mod and it has philz touch recovery.

screen resolution settings are set to stock in this build. they can be modified if you wish via build prop settings.

Note: 4MP still photos do not currently work. 5MP still photos work fine.

Code:
#Galaxy Player 4.0 (yp-g1)
else ifeq ($(TARGET_PRODUCT), cm_ypg1)
    TARGET_COMMON_NAME := Galaxy Player 4.0
    BOARD_USE_NTFS_3G := false
    BOOTLOADER_CMD_ARG := "download"
    TARGET_SCREEN_HEIGHT := 800
    TARGET_SCREEN_WIDTH := 480
    BOARD_HAS_LOW_RESOLUTION := true
    BRIGHTNESS_SYS_FILE := "/sys/class/backlight/s5p_bl/brightness"
    BOARD_USE_B_SLOT_PROTOCOL := true

I had to add this to philz recovery boardconfig.mk to get it to compile.

touch screen ui works somewhat. the capcitive buttons work. everything else appears to work. features like multi zip install require the creation of a special folder on sd-card where you put several zip files you want to install.

link to source code for philz recovery can be found in the philz recovery dev thread.
 
Last edited:

dorfd1

Senior Member
Jan 13, 2012
662
105
I will be compiling a new build with 720p recording when I get home.

Sent from my YP-G1 using Tapatalk
 

Top Liked Posts

  • There are no posts matching your filters.
  • 6
    Click Here to for the main philz recovery dev thread


    Download link:

    cm-11-20140413-UNOFFICIAL-ypg1.zip - 198.03 MB

    this build is completely Identical to zaclimon's latest build. 720p video recording is supported, max still photo resolution has been raised to 5MP. my screen resolution mod and it has philz touch recovery.

    screen resolution settings are set to stock in this build. they can be modified if you wish via build prop settings.

    Note: 4MP still photos do not currently work. 5MP still photos work fine.

    Code:
    #Galaxy Player 4.0 (yp-g1)
    else ifeq ($(TARGET_PRODUCT), cm_ypg1)
        TARGET_COMMON_NAME := Galaxy Player 4.0
        BOARD_USE_NTFS_3G := false
        BOOTLOADER_CMD_ARG := "download"
        TARGET_SCREEN_HEIGHT := 800
        TARGET_SCREEN_WIDTH := 480
        BOARD_HAS_LOW_RESOLUTION := true
        BRIGHTNESS_SYS_FILE := "/sys/class/backlight/s5p_bl/brightness"
        BOARD_USE_B_SLOT_PROTOCOL := true

    I had to add this to philz recovery boardconfig.mk to get it to compile.

    touch screen ui works somewhat. the capcitive buttons work. everything else appears to work. features like multi zip install require the creation of a special folder on sd-card where you put several zip files you want to install.

    link to source code for philz recovery can be found in the philz recovery dev thread.
    2
    new build uploaded: cm-11-20140413-UNOFFICIAL-ypg1.zip - 198.03 MB

    It adds support for 5MP still photos and 720p video recording. 4MP stills does not currently work.

    Sent from my YP-G1 using Tapatalk