Requirements:
1. Rooted Yuphoria phone
2. Any custom recovery image (.img) file like TWRP or CWM placed in phone/SD card.
3. Terminal Emulator app
Steps:
1. Open Terminal Emulator app..
2. Enter
and grant it root permissions.
3. To backup current recovery (to memory card), enter the following:
4. To flash a recovery (for example, if it is named TWRP.img and placed in Internal Storage's root), Enter the following:
Or for example, if the recovery to flash is placed in Memory Card's root and named TWRP.img, enter the following:
That's It!! The recovery is flashed from phone itself..
To boot into recovery from Terminal, use:
Reply if you have any issues/doubts ;)
1. Rooted Yuphoria phone
2. Any custom recovery image (.img) file like TWRP or CWM placed in phone/SD card.
3. Terminal Emulator app
Steps:
1. Open Terminal Emulator app..
2. Enter
Code:
su
3. To backup current recovery (to memory card), enter the following:
Code:
dd if=/dev/block/bootdevice/by-name/recovery of=/storage/sdcard1/recovery_backup.img
Code:
dd if=/sdcard/TWRP.img of=/dev/block/bootdevice/by-name/recovery
Code:
dd if=/storage/sdcard1/TWRP.img of=/dev/block/bootdevice/by-name/recovery
To boot into recovery from Terminal, use:
Code:
su
reboot recovery
Aucun commentaire:
Enregistrer un commentaire