Skip to content

Commit

Permalink
PixelExperience_Yunluo_Release-main
Browse files Browse the repository at this point in the history
Shreyas850 committed Dec 3, 2024
0 parents commit 8549daf
Showing 2 changed files with 23 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.zip filter=lfs diff=lfs merge=lfs -text
*.img filter=lfs diff=lfs merge=lfs -text
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 <Drag and drop Rom Into Terminal>```
- 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.

0 comments on commit 8549daf

Please sign in to comment.