Giter VIP home page Giter VIP logo

philz_touch_cwm6's Introduction

PhilZ Touch Recovery 6 (ClockworkMod 6 based / Advanced Edition)

.

Home page http://forum.xda-developers.com/showthread.php?t=2201860

Building

If you haven't build recovery ever before, please look up the thread linked above. If you regularly build ROMs/Recoveries for your device, and have a working CWM setup on your build machine, then you can quickly set up and build Philz Touch recovery as well

Check these three patches are present in your build/ directory

  1. https://github.com/CyanogenMod/android_build/commit/c1b0bb6
  2. https://github.com/CyanogenMod/android_build/commit/6b21727
  3. https://github.com/CyanogenMod/android_build/commit/fddc5f4

Clone philz recovery to bootable/recovery-philz folder

git clone https://github.com/PhilZ-cwm6/philz_touch_cwm6 bootable/recovery-philz -b cm-11.0

Now build with RECOVERY_VARIANT flag set to philz:

. build/envsetup.sh && lunch && mka -j3 recoveryimage RECOVERY_VARIANT=philz

or

export RECOVERY_VARIANT=philz
. build/envsetup.sh && lunch && mka -j3 recoveryimage

or

add to device BoardConfig.mk:
    RECOVERY_VARIANT := philz
and run:
    build/envsetup.sh && lunch && mka -j3 recoveryimage

philz_touch_cwm6's People

Contributors

aidasaidas75 avatar andi34 avatar arter97 avatar c457 avatar championswimmer avatar gr8nole avatar jcsullins avatar justarchi avatar marduk191 avatar olivieer avatar philz-cwm6 avatar ponsasinorem avatar ryuinferno avatar snuzzo avatar sysxda avatar tanoabeleyra avatar xiaolu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

philz_touch_cwm6's Issues

Fix "Clockworkmod" typo

On the 1056 line of recovery.c,

There is a "Clockworkmod" string.

It's "ClockworkMod", not "Clockworkmod".

assertions fail when they shouldn't

So I've got assertions failing when they shouldn't when trying to install zips. Here's my log: http://bin.falconsys.net/?2d68d200ff4b0a87#4NefaCat6nPfwhw1FU+s6DvA9FQzJGET4A8byNTUmoQ=
Here's the zip I'm trying to install: http://d-h.st/YmD
You could also look at a Cyanogenmod update zip as they fail, too.

I don't have this problem with vanilla CWM 6.0.4.4. Assertions also fail when checking bootloader version: http://bin.falconsys.net/?7dfdd9c5239fdf17#hpBKppKwmahM6EM4KzHFUoXA5Ab1MFy1VDsGLGa+MRs=

Bootloop bug

Hi,

I dont know if you know about this.
But when I had my USB plugged in while booting I got in a bootloop.
Maybe you can fix this?

Thanks,

AutoRestore

Hi,

I've ported this recovery tool to Xiaomi Mi2 but autorestoring settings doesn't work.
I have now idea if this is a problem of philz recovery or not

Recovery crashes with f2fs, nandroid restore.

Backing up f2fs partitions are working fine, but the recovery(latest git revision) crashes when recovering f2fs partitions.

After calling mkfs.f2fs, the recovery crashes and reloads.

So, /data restore is working fine(since it's just a 'delete recursive' method), but /system and /cache restore is not working.

Here's a brief log ;

Restoring /cache...
couldn't find old .img format
Found new backup image: /sdcard/clockworkmod/backup/2014-03-11.20.57.55_11-20140424-NIGHTLY-ks01lte/cache.f2fs.tar
I:setting up /data/media(/0) for /sdcard/clockworkmod/.hidenandroidprogress.
I:using /data/media/0 for /sdcard
Restoring cache...

F2FS-tools: mkfs.f2fs Ver: 1.3.0 (2014-02-06)

Starting recovery on (UTC) Tue Mar 11 20:58:13 2014

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.