Cache partition resize on bq x5 plus or Xiaomi Redmi Note 3 Pro

Search This thread

WhatIsLoveB

New member
Aug 15, 2017
2
0
Hello.
I am trying to resize cache partition size but after I do this my phone won't boot. (Tested on bq x5 plus and xrn 3 pro, they are pretty same)
Steps that i take:
In twrp recovery:
adb push parted /system/bin/ (downloaded arm 32 version)
parted /dev/block/mmcblk0
rm 25 (cache partition)
mkpart primary 3224371200B 3556769280B
name 25 cache
q

mke2fs -t ext4 /dev/block/mmcblk0p25

wipe - cache from twrp UI.

Everything seems to be ok on this step(Cache size increased from 248mb to 306mb)
Reboot phone - splash screen - black screen. System won't boot.

Can someone help me with this?
 

WhatIsLoveB

New member
Aug 15, 2017
2
0
Hello.
I am trying to resize cache partition size but after I do this my phone won't boot. (Tested on bq x5 plus and xrn 3 pro, they are pretty same)
Steps that i take:
In twrp recovery:
adb push parted /system/bin/ (downloaded arm 32 version)
parted /dev/block/mmcblk0
rm 25 (cache partition)
mkpart primary 3224371200B 3556769280B
name 25 cache
q

mke2fs -t ext4 /dev/block/mmcblk0p25

wipe - cache from twrp UI.

Everything seems to be ok on this step(Cache size increased from 248mb to 306mb)
Reboot phone - splash screen - black screen. System won't boot.

Can someone help me with this?
Solved: Use gdisk instead of parted