-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[QUESTION] - Partition Custom ROM Xiaomi Pad 5 #285
Comments
Please run the below command and send a picture adb shell blockdev --getsize64 /dev/block/sda After that, use these steps to partition: adb shell sgdisk --resize-table=128 /dev/block/sda adb shell parted /dev/block/sda rm 31 Replace 256GB with whatever you want Android to have mkpart userdata ext4 10.9gb 256gb Replace 256 with the value you used in userdata mkpart esp fat32 256gb 256.35gb Same here with 256 mkpart win ntfs 256.35gb 509gb set 32 esp on quit adb shell mkfs.ntfs -f /dev/block/sda33 -L WINNABU adb shell mkfs.fat -F32 -s1 /dev/block/sda32 -n ESPNABU Format data in ofox and check if android boots, then reboot back to recovery and do the steps on the second page |
Boot this recovery https://github.com/erdilS/Port-Windows-11-Xiaomi-Pad-5/releases/download/1.0/512.img Try Then try |
Try |
Question
I have custom ufs, upgrade from 256 Gb to 512 Gb for Xiomi Pad 5. How to partition for custom rom 512 Gb?
Agreement
The text was updated successfully, but these errors were encountered: