[HOW TO] Bootloop Recovery while on CWM

cybergwapo
0
DIRECTORY:

1. Information

2. For CWM: How to Push A FLASHABLE ZIP FILES while on BOOTLOOP
3. For CWM: How to Push Files on your system folder while on BOOTLOOP
4. For STOCK RECOVERY: How to recover your device while on BOOTLOOP
5. For CWM & STOCK RECOVERY: HoneyComb Ripple effects lockscreen
6. Installation Directory for CWM and Stock Recovery
7. How to Use a Flashable Zip Files


===================
===================
1. Information
===================
The purpose of this Document is for those who are on CWM and is on BOOTLOOP after modifying some files. You can still recover your device if you can push back the backup files that you modified.
This Document can also be used to access your INTERNAL SDCARD while on BOOTLOOP. Flashable Zip files can be pushed on your INTERNAL SDCARD and then flashed using CWM.

Backup_Framework_Flasher.zip
download here:
-this is the framework-res.apk & framework.jar from Stock Hyperturtle ROM

Backup_CMFlareFont(CWM&Stock).zip
download here:
-this is the complete stock font of the CM Flare

===================
===================
2. For CWM
===================
How to Push A FLASHABLE ZIP FILES while on BOOTLOOP
===================

DISCLAIMER: I AM NOT RESPONSIBLE ON WHAT HAPPENS ON YOUR DEVICE, IT IS UP TO YOU IF YOU WANT TO TRY THIS METHOD. IT WORKS FOR ME, IT WILL PROBABLY WORK ON YOUR DEVICE AS WELL, BUT I CAN'T GUARANTEE IT ALWAYS..

Info:
-Use this method if your flare is on bootloop and on CWM.
-Use this method to push Flashable zip files on your INTERNAL SDCARD.
-NEEDS knowledge on ADB to WORK
-Any Flashable Zip Files that will work on CWM, it can be a custom ROM, Flashable Fonts, Flashable build.prop, Flashable Framework files, etc.

Things you need to have on your PC:
-pcdrivers.zip already installed on your PC
-ADB Platform-tools
Reference when mounting your INTERNAL SDCARD:
/sdcard -\-\-> on CWM, this is your INTERNAL SDCARD
/ext-sdcard -\-\-> on CWM, this is your EXTERNAL SDCARD

1. Install your ADB drivers(pcdrivers.zip)
Note: this can be found on your flare, just look for it and install it. Check the file section if you don't know how to install it.

2. Download and setup you Android ADB & Fastboot.
Note: you can follow this tutorial from redmonpie on how to setup.
redmond tutorial:

Alternatively: you can download my copy of the ADB Platform-tools, but will still need to follow the tutorial from Redmonpie on how to set it up.
download here:

3.
I will be using my Backup_Framework_Flasher.zip as an example that we will use on the following steps. It needs to be placed on your c: drive.

4.
Boot your device on CWM > "mounts and storage" > "mount /sdcard"

Note: it should now appear "unmount /sdcard"

-You can do this method as well while the phone is on boot animation screen(bootloop).
-At times, the android driver is not recognized in CWM and in this way you can still push files, but you will need o manually mount the drive. Alternatively, you can manually select the correct android driver.

From adb shell(within your command prompt)
adb devicesadb shellmount sdcard
5. Open command prompt by going to your "platform-tools" folder then "hold shift key + right mouse click" > Open Command Window Here.

6. Type this commands in command prompt.
adb devices -\-\-> to check if your phone is accesible.
adb push c:\\Backup_Framework_Flasher.zip /sdcard/

Note: using the last command above, the file Backup_Framework_Flasher.zip should be on your drive c:

7. The Flashable Zip file should now be accessible within your CWM. You can now use this file to flash and recover from bootloop.
a. Select "Install Zip from SDcard"
b. Select "Choose Zip from SDcard"
c. Select Flashable Zip file.
Note: If the Flashable Zip file is placed inside a folder, just select or go to that folder to access the Flashable Zip file.
d. Select " Yes - Install Backup_Framework_Flasher.zip"
e. Select "Go Back"
f. Select "Reboot System Now"
g. Select "NO"
Note:
-This last step is on CWM v6.0.2.7, on CWM v5.0.2.8, from what I know this is not appearing.
-If it does not reboot, remove the battery.


===================
===================
3. For CWM
===================
How to Push Files on your system folder while on BOOTLOOP
===================

DISCLAIMER: I AM NOT RESPONSIBLE ON WHAT HAPPENS ON YOUR DEVICE, IT IS UP TO YOU IF YOU WANT TO TRY THIS METHOD. IT WORKS FOR ME, IT WILL PROBABLY WORK ON YOUR DEVICE AS WELL, BUT I CAN'T GUARANTEE IT ALWAYS..

Things you need to have on your PC:
-pcdrivers.zip already installed on your PC
-ADB Platform-tools

Info:
This is for those who are on BOOTLOOP and is unable to place a Flashable zip on your INTERNAL SDCARD
-Use this method if you want to just push the backup file that you replaced earlier. Pushing back the backup file can recover your device from a BOOTLOOP.
-NEEDS knowledge on ADB to WORK

Step needed to be done:

1. Install your ADB drivers(pcdrivers.zip)
Note: this can be found on your flare, just look for it and install it. Check the file section if you don't know how to install it.

2. Download and setup you Android ADB & Fastboot.
Note: you can follow this tutorial from redmonpie on how to setup.
redmond:

Alternatively: you can download my copy of the ADB Platform-tools, but will still need to follow the tutorial from Redmonpie on how to set it up.
download here:

3. In this method we will be pushing my 2 backup framework files on the /system/framework/ folder. Place the 2 files on your c: drive.
-framework-res.apk
-framework.jar

Note:
-You use the Backup_Framework_Flasher.zip. Just extract it and get the 2 framework files.
-In this method you can push files as well on other folders with the system folder.

4. Boot your device on CWM > "mounts and storage" > "mount /system"
Note: it should now appear "unmount /system"

Note:
-You can do this method as well while the phone is on boot animation screen(bootloop).
-At times, the android driver is not recognized in CWM and in this way you can still push files on your system, but you will need o manually mount the system drive. Alternatively, you can manually select the correct android driver.

From adb shell(within your command prompt)
adb devices
adb shell
mount system

5. Open command prompt by going to your "platform-tools" folder then "hold shift key + right mouse click" > Open Command Window Here.

6. Type this commands in command prompt.
adb devices -\-\-> to check if your phone is accesible.
adb push c:\\framework-res.apk /system/framework/
adb push c:\\framework.jar /system/framework/

Note: using the last 2 command above, the file framework-res.apk and framework.jar should be on your drive c:

7. Verify if the file is transferred properly. Still within command prompt.
adb shell
ls /system/framework

Note: the 2 framework files should appear on the posted list.

8. Changing the permission of the file. Still on command prompt.
chmod 644 /system/framework-res.apk
chmod 644 /system/framework.jar
exit

9. Reboot device, still on command prompt.
adb reboot
Note: if it does not reboot, try the one from the menu.
if it does not reboot after trying to reboot from the menu, remove battery.


===================
===================
4. For STOCK RECOVERY
===================
How to recover your device while on BOOTLOOP
===================

1. Download a copy of the flashable zip file like a custom ROM, Flashable Fonts, Flashable build.prop, Flashable Framework files, etc. and place it on your External SDCARD.

Note: If you don’t know where to place the flashable zip file, refer to the Installation Directory below.

2. Follow the steps provided "How to Use a Flashable Zip Files" below.


===================
===================
5. For CWM & STOCK RECOVERY
===================
HoneyComb Ripple effects lockscreen
BONUS by Jodanny Danz Monzon
===================

Based framework of HyperTurtle
-can be used on other roms as well

Download link:
download here:


===================
===================
6. Installation Directory for CWM and Stock Recovery
===================

CWM - Internal SDcard
/sdcard/SD_CARD/"Flashable Zip Files"

Stock Recovery - External microSD
/sdcard/"Flashable Zip Files"
Note: Since there are a lot of Flashable Zip you can use, you can place those files inside a folder, like mine. This is to have them organized.

ex.
CWM - Internal SDcard
/sdcard/SD_CARD/Fonts/"font zips" -\-\-> For Fonts
/sdcard/SD_CARD/ROM/"Flashable ROM" -\-\-> For Custom ROMs
/sdcard/SD_CARD/Splash/"Flashable Splash IMG" -\-\-> For Splash Images

Stock Recovery - External microSD
/sdcard/Fonts/"font zip"
/sdcard/ROM/"Flashable ROM"
/sdcard/Splash/"Flashable Splash IMG"


===================
===================
7. How to Use a Flashable Zip Files
===================

Steps:
1) Download the file from the links provided.
2) Place the downloaded files on the root folder of your EXTERNAL microSD or Internal SDcard (This depends on what you use.)
3) Turn off your phone.
4) Boot on to Recovery (CWM or Stock Recovery)
Note: Press Volume up + Power, release once it is on the red screen.

5. Follow this next step on which recovery menu you are using.

For Stock Recovery:
a. Select "Apply Update from External Storage"
b. Select Flashable Zip file.
Note: If the Flashable Zip file is placed inside a folder, just select or go to that folder to access the Flashable Zip file.
c. Select Reboot System Now...

For CWM Recovery:
a. Select "Install Zip from SDcard"
b. Select "Choose Zip from SDcard"
c. Select Flashable Zip file.
Note: If the Flashable Zip file is placed inside a folder, just select or go to that folder to access the Flashable Zip file.
d. Select " Yes - Install Flashable Zip"
e. Select "Go Back"
f. Select "Reboot System Now"
g. Select "NO"

Note:
-This last step is on CWM v6.0.2.7, on CWM v5.0.2.8, from what I know this is not appearing.
-If it does not reboot, remove the battery.


===================

Post a Comment

0Comments
Post a Comment (0)
To Top