[RECOVERY][XU] CWM 6.0.4.8 Swipe Recovery [2014-05-21]

Search This thread

AGONTUK

Senior Member
Feb 22, 2013
624
2,630
Dhaka
Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/

zngjLVc.png
lQqxyB5.png
ehOBIpB.png


Introduction
Hey guys, welcome to my new project. I've been working to port swipe gestured cwm recovery for the past week. It's working good now so I've thought of sharing it :)

How to Use
  • swipe up/down to change selection
  • swipe left to go back
  • swipe right to execute selected menu

For users having touch issue
Those who have touch problems can use the soft key button.
  • back button is UP
  • menu button is DOWN
  • home button is SELECT
  • for going back, you can use camera focus button

Installation:
Note : For Rooted & Unlocked Bootloader Only
Note : For 4.4 ROM (should work on older version of android upto 4.1). I only tested with AOSX. So please provide feedback

1) Download the latest zip file.
2) Extract it in a folder and place your current rom's boot.img inside that folder. (it must be named boot.img)
3) Connect your phone with PC. (adb must be working)
4) Open your command line and cd to that folder
5) For linux users, type
Code:
chmod 755 run_me.sh
./run_me.sh

For windows users, type
Code:
run_me.bat

new boot.img file will be created in the current directory named new_boot.img. Power off your phone and flash the boot image.
Code:
fastboot flash boot new_boot.img

To ROM makers

if you include it in your ROM, please give proper credits.Thanks.

Download

recovery_install_20140521.zip - 6.36 MB
 
Last edited:

AGONTUK

Senior Member
Feb 22, 2013
624
2,630
Dhaka
F.A.Q

If you encounter error like "cmdline out of range" in the terminal, then after executing run_me; type this in the terminal
Code:
adb shell
su
cd /data/local/tmp/boot/
kernel_make zImage initrd.gz cmdline boot.img
then copy the boot.img to your desktop and flash it.
 
Last edited:

aggourodolmas

Senior Member
Sep 24, 2010
96
6
Athens
F.A.Q

If you encounter error like "cmdline out of range" in the terminal, then after executing run_me; type this in the terminal
Code:
adb shell
su
cd /data/local/tmp/boot/
kernel_make zImage initrd.gz cmdline boot.img
then copy the boot.img to your desktop and flash it.

ok.. stupid question mayde.. i get the "cmdline out of range" error and after executing run_me I type the commands and finally I get tha message "target file boot.img is patched succesfully, enjoy new kernel" but where is this boot.img stored so I can grab it and flash it? I am searching my androd folders and can not locate it.. probably I have not understand it or what..?

EDIT: ok. the problem was that folders were not mounted as writable and were not visible.
anyway. thank you!
 
Last edited:

AGONTUK

Senior Member
Feb 22, 2013
624
2,630
Dhaka
ok.. stupid question mayde.. i get the "cmdline out of range" error and after executing run_me I type the commands and finally I get tha message "target file boot.img is patched succesfully, enjoy new kernel" but where is this boot.img stored so I can grab it and flash it? I am searching my androd folders and can not locate it.. probably I have not understand it or what..?

It's in the /data/local/tmp/boot folder.
 
  • Like
Reactions: aggourodolmas

aggourodolmas

Senior Member
Sep 24, 2010
96
6
Athens
we use volume down to enter recovery !!!!

not even with volume down works.
here is what I do. after extracting boot.img, I flash it via flashtool and fastboot mode and it gives me the "OK' sign. I power on device and on SONY logo I keep pressing volume down, enters for a second in recovery and restarts again to boot normally cause it can not enter recovery.
I think I am gonna give it up..
 

AGONTUK

Senior Member
Feb 22, 2013
624
2,630
Dhaka
not even with volume down works.
here is what I do. after extracting boot.img, I flash it via flashtool and fastboot mode and it gives me the "OK' sign. I power on device and on SONY logo I keep pressing volume down, enters for a second in recovery and restarts again to boot normally cause it can not enter recovery.
I think I am gonna give it up..
After sony logo, led bar will light up with red, yellow, green light. Then it'll vibrate and pressing volume button will trigger recovery. If not, then you have done something wrong. Follow instruction properly, use command line not flashtool. Also this is mainly for kitkat roms, I don't know if it'll work properly on previous android versions.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 17
    Code:
    #include <std_disclaimer.h>
    /*
    * Your warranty is now void.
    *
    * I am not responsible for bricked devices, dead SD cards,
    * thermonuclear war, or you getting fired because the alarm app failed. Please
    * do some research if you have any concerns about features included in this ROM
    * before flashing it! YOU are choosing to make these modifications, and if
    * you point the finger at me for messing up your device, I will laugh at you.
    */

    zngjLVc.png
    lQqxyB5.png
    ehOBIpB.png


    Introduction
    Hey guys, welcome to my new project. I've been working to port swipe gestured cwm recovery for the past week. It's working good now so I've thought of sharing it :)

    How to Use
    • swipe up/down to change selection
    • swipe left to go back
    • swipe right to execute selected menu

    For users having touch issue
    Those who have touch problems can use the soft key button.
    • back button is UP
    • menu button is DOWN
    • home button is SELECT
    • for going back, you can use camera focus button

    Installation:
    Note : For Rooted & Unlocked Bootloader Only
    Note : For 4.4 ROM (should work on older version of android upto 4.1). I only tested with AOSX. So please provide feedback

    1) Download the latest zip file.
    2) Extract it in a folder and place your current rom's boot.img inside that folder. (it must be named boot.img)
    3) Connect your phone with PC. (adb must be working)
    4) Open your command line and cd to that folder
    5) For linux users, type
    Code:
    chmod 755 run_me.sh
    ./run_me.sh

    For windows users, type
    Code:
    run_me.bat

    new boot.img file will be created in the current directory named new_boot.img. Power off your phone and flash the boot image.
    Code:
    fastboot flash boot new_boot.img

    To ROM makers

    if you include it in your ROM, please give proper credits.Thanks.

    Download

    recovery_install_20140521.zip - 6.36 MB
    6
    Changelog V1: 21/05/2014
    • working swipe recovery
    • adb working
    • usb mass storage working
    • custom background, menu text color
    • added vibration for soft key press
    4
    F.A.Q

    If you encounter error like "cmdline out of range" in the terminal, then after executing run_me; type this in the terminal
    Code:
    adb shell
    su
    cd /data/local/tmp/boot/
    kernel_make zImage initrd.gz cmdline boot.img
    then copy the boot.img to your desktop and flash it.
    1
    works on Sola too! wow...

    boot to recovery - works
    boot to system - works
    swipe function - works

    will try more and report it :D
    1
    ok.. stupid question mayde.. i get the "cmdline out of range" error and after executing run_me I type the commands and finally I get tha message "target file boot.img is patched succesfully, enjoy new kernel" but where is this boot.img stored so I can grab it and flash it? I am searching my androd folders and can not locate it.. probably I have not understand it or what..?

    It's in the /data/local/tmp/boot folder.