[Unofficial][R3S] TWRP_3.1.x for Redmi 3S (land) [data-decryption support]

Rukijo

Senior Member
Jun 23, 2015
422
120
73
@nichcream what is the different between b3, b4, b5 and twrp.img on your androidfilehost folder..?
Which should i use that bugless one..?
Sorry for my bad english.. Thanks
 

nichcream

Senior Member
Jun 2, 2017
165
715
0
I know it's fine, but why is twrp fail to mount and unmount firmware partition, just wanted to know the reason :(
That's because the /firmware mount point is already reserved for mounting /dev/block/bootdevice/by-name/modem, but into the updater-script of MIUI, it mounts splash partition to the /firmware dir, as seen here:

mount("vfat", "EMMC", "/dev/block/bootdevice/by-name/splash", "/firmware");
So nothing to really worry about, coz Xiaomi would likely not change the splash screen
I know it hurts the eye to see the error, but.. just deal with it ;) or change the fstab yourself to mount modem somewhere else.
 

impulsar

Senior Member
Mar 28, 2015
1,330
921
0
Ranchi
That's because the /firmware mount point is already reserved for mounting /dev/block/bootdevice/by-name/modem, but into the updater-script of MIUI, it mounts splash partition to the /firmware dir, as seen here:


So nothing to really worry about, coz Xiaomi would likely not change the splash screen
I know it hurts the eye to see the error, but.. just deal with it ;) or change the fstab yourself to mount modem somewhere else.
Just wanted to know the reason, I'm not a programmer lol ?
 
  • Like
Reactions: nichcream

nichcream

Senior Member
Jun 2, 2017
165
715
0
Last edited:

#MiUi

Senior Member
Jul 29, 2017
79
36
0
twrp boot loop and stuck on loop.
Unable to open Twrp recovery after flashing r8 revision.
Help me.
Flash twrp using fastboot.

---------- Post added at 10:17 PM ---------- Previous post was at 10:15 PM ----------

Is this TWRP better than the official one?