Install Cyanogenmod 13 in Yuphoria Procedure (“lettuce”)

4

PREREQUISITE REQUIREMENTS

          1.1

Unlocking Bootloader

          1.2

Installing a custom recovery using fastboot

          1.3

Rooting Device

          1.4

Installing CyanogenMod from recovery

HOW TO INSTALL CynogenMod 13 IN YUPHORIA

Unlocking the Bootloader

  1. First, Install adb.
  2. It will ask to install required drivers go ahead and reply with Y.
  3. Enable USB debugging on the device.
  4. Enable OEM unlock in the Developer options settings on the device. (Note: Not all devices have this setting, so continue with next step if yours does not.)
  5. Connect the device to the computer through USB.
  6. From a terminal on a computer, type the following to boot the device into fastboot mode:
    adb reboot bootloader
  7. Once the device is in fastboot mode, verify your PC sees the device by typing fastboot devices
    • If you don’t see your device serial number, and instead see “<waiting for device>”, fastboot is not configured properly on your machine. See fastboot documentation for more info.
  8. From the same terminal, type the following command to unlock the bootloader:
    fastboot -i 0x2a96 oem unlock
  9. If the device doesn’t automatically reboot, reboot it from the menu. It should now be unlocked.
  10. Since the device resets completely, you will need to re-enable USB debugging on the device to continue.
Also Read: Zackees Turn Signal Gloves : Indicator for your safety

Installing a custom recovery using fastboot

  1. Once again open adb.
  2. Download recovery — you can directly download a recovery image using the link below.
    Recovery: Download
  3. Connect the Yuphoria to the computer via USB.
  4. Make sure the fastboot binary is in your PATH or that you place the recovery image in the same directory as fastboot.
  5. Open a terminal on your PC and reboot the device into fastboot mode by typing
    adb reboot bootloader
    or by using the hardware key combination for your device while it is powered off.
  6. Once the device is in fastboot mode, verify your PC sees the device by typing
    fastboot devices
    • If you don’t see your device serial number, and instead see “<waiting for device>”, fastboot is not configured properly on your machine. See fastboot documentation for more info.
  7. Flash recovery onto your device by entering the following command:
    fastboot flash recovery your_recovery_image.img
    where the latter part is the filename of the recovery image.
  8. Once the flash completes successfully, reboot the device into recovery to verify the installation. Boot to recovery instructions: With the device powered down, hold the Volume UP, Volume Down and Power buttons.
    • Note: Some ROMs overwrite recovery at boot time so if you do not plan to immediately boot into recovery to install CyanogenMod, please be aware that this may overwrite your custom recovery with the stock one.

Rooting The Device

Note- We are not responsible for any damage caused to your device. However, we will try our best to get your device recovered from any disastrous situations.

Downloads –

Download the rooting kit from here.

  • Select ‘Install zip from sd card’ and navigate to the place where you copied the SuperSU file.
  • Now, select ‘Yes’. It will flash the SuperSU zip on your phone.
  • You should now have root access on your phone. After rooting, it is recommended to install Busybox.
  • Download Busybox installer app from playstore and follow the instructions to install it.

Installing CyanogenMod 13 in Yuphoria from recovery

  1. Make sure your computer has working adb.
  2. Download the CyanogenMod build package for your device  and GAPPS.
  3. Place the CyanogenMod .zip package, as well as any optional .zip packages, on the root of /sdcard:
    • Using adb: adb push filename.zip /sdcard/
    Note: You can copy the .zip packages to your device using any method you are familiar with. The adb method is used here because it is universal across all devices and works in both Android and recovery mode and if you are in recovery mode, you may need to ensure /sdcard (sometimes called Internal Storage) is mounted by checking its status in the Mounts menu. If you have booted regularly, USB debugging must be enabled.
  4. If you are not already in recovery, boot to recovery mode now.
    • With the device powered down, hold the Volume UP, Volume Down and Power buttons.
  5. In CWM Recovery, select menu choices by tapping on the appropriately labelled button.
  6. Optional (Recommended): Select the Backup button to create a backup.
  7. Select Wipe and then Factory Reset.
  8. Select Apply Update.
  9. Navigate to /sdcard and select the CyanogenMod .zip package.
  10. Follow the on-screen notices to install the package.
  11. Then install GAPPS as you install cyanogen
  12. Once installation has finished, return to the main menu and select Reboot, then System. The device will now boot into CyanogenMod.

NOTE

  • Your battery should be above 60% for this process
  • In this process your phone will be formatted completely.

 

SOME SCREENSHOTS

Screenshot_20160621-182624 Screenshot_20160621-182632 Screenshot_20160621-182652 Screenshot_20160621-182712 Screenshot_20160621-182604 Screenshot_20160621-183804

Source : wiki.cyanogenmod.org

4 COMMENTS

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.