Instructions For Flashing Roms on RMP6768

Instructions For Flashing Roms on RMP6768

Neil

Steps to unlock bootloader (data will be wiped out so keep a backup):-

1.      Enable developer option by pressing on the build number 7-8 times

2.      Enable usb debugging and oem unlocking in developer option

3.      Connect tab to the computer

4.      Install adb drivers and platform-tools

5.      Type cmd in address bar of the platform tools

6.      Type adb devices a popup should show up on the tab allow it

7.      Type adb reboot bootloader

8.      Type fastboot devices if a serial number shows up then the device is connected else install proper drivers

9.      Type fastboot flashing unlock

10.  Press volume up to unlock

11.  Type fastboot reboot

 

Steps to install custom recovery:-

 1.      Enable developer options, usb debugging , allow the debugging permission and copy the recovery and vbmeta in platform tools folder

2.      Adb reboot bootloader in cmd

3.      Type fastboot devices if a serial number shows up then the device is connected else install proper drivers

4.      Type fastboot --disable-verification flash vbmeta vbmeta.img

5.      Type fastboot flash recovery recovery.img

6.      Fastboot reboot recovery

 

 Steps to install custom rom:-

  1. Go to wipe select format data type yes and format data

2.  Go to advanced and enable adb sideload

3.  Type adb devices in cmd make sure the word sideload shows near the device serial number

4. Type adb sideload “drag and drop the arrow os zip”

5. The flashing will stop at 47% nothing to worry just perform another factory reset and reboot

 

Necessary files:-

1. Recovery And Vbmeta: Here

(Both ArrowOS Recovery or TWRP can be used. But Arrow Recovery is suggested)

2. Platform Tools: Here

3. Adb Drivers: Here

4. Fastboot Drivers: Here

(USE ONLY IF THE DEVICE IS NOT DETECTED IN FASTBOOT MODE)


Report Page