From 8549dafd0e3193c32e15f591247d6db6fa6078a8 Mon Sep 17 00:00:00 2001 From: Khush Date: Tue, 3 Dec 2024 19:11:56 +0530 Subject: [PATCH] PixelExperience_Yunluo_Release-main --- .gitattributes | 2 ++ README.md | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..737d4e8 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.zip filter=lfs diff=lfs merge=lfs -text +*.img filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..78d7601 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ + +# Pixel Experience Plus Release for Yunluo(Redmi Pad) + +- Flashing the recovery: + - Download the latest platform-tool for your device from [here](https://developer.android.com/tools/releases/platform-tools). + - Download boot.img and vendor_boot.img from above. + - Reboot your tablet into bootloader fastboot mode (using Volume Down Key or ```adb reboot bootloader```) + - Flash the provided boot image using ```fastboot flash boot boot.img``` + - Flash the provided vendor_boot image using ```fastboot flash vendor_boot vendor_boot.img``` + - Reboot your tablet using ```fastboot reboot``` and hold the Volume Up until you see the recovery screen + +## Once the device boots into recovery: +- Perform a factory reset by ```Factory Reset --> Format Date``` +- Sideload the rom by: ```Apply Update --> Apply from ADB``` +- On PC type ```adb sideload ``` +- If verification Fails, just hit "Yes" on recovery. +- Select ```Reboot system now``` on recovery option after flashing finishes. + + +## Warning: +- You are using this ROM at your own will, hence you are soley responsible for any damage that you may inflict on you device or you.