-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
0 parents
commit 8549daf
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |