I. Requirements
- Locked bootloader
- Root
- Windows pc with adb drivers : download and intall
II. How to enter recovery
Press volume up or down when green LED is on while booting
III. Installation
- Download the package and extract it to your pc.
- Run the script to install the recovery
Error with creating file for faster backup?
This isn’t a problem, it always gives an error if the file already exists, so it means you have the file already
Phone hangs when cleaning cache?
Just leave it for a few minutes, it’s needs some time to clean cache
IV. Infomation for ROM CHEFS
1. Rename /system/bin/chargemon to /system/bin/chargemon.stock
2. Put the following files in /system/bin:
- recovery.tar
- charger
- chargemon
- ric
3. Add these lines to updater-script to set permissions:
Code:
set_perm(0, 2000, 0644, "/system/bin/recovery.tar");
set_perm(0, 2000, 0755, "/system/bin/ric");
set_perm(0, 2000, 0755, "/system/bin/charger");
set_perm(0, 2000, 0755, "/system/bin/chargemon");
V. Download
Download CWM 6.0.2.8 for locked bootloader
- Locked bootloader
- Root
- Windows pc with adb drivers : download and intall
II. How to enter recovery
Press volume up or down when green LED is on while booting
III. Installation
- Download the package and extract it to your pc.
- Run the script to install the recovery
Error with creating file for faster backup?
This isn’t a problem, it always gives an error if the file already exists, so it means you have the file already
Phone hangs when cleaning cache?
Just leave it for a few minutes, it’s needs some time to clean cache
IV. Infomation for ROM CHEFS
1. Rename /system/bin/chargemon to /system/bin/chargemon.stock
2. Put the following files in /system/bin:
- recovery.tar
- charger
- chargemon
- ric
3. Add these lines to updater-script to set permissions:
Code:
set_perm(0, 2000, 0644, "/system/bin/recovery.tar");
set_perm(0, 2000, 0755, "/system/bin/ric");
set_perm(0, 2000, 0755, "/system/bin/charger");
set_perm(0, 2000, 0755, "/system/bin/chargemon");
V. Download
Download CWM 6.0.2.8 for locked bootloader
0 comments:
Post a Comment