We're hiring! Apply Now

Hovatek Forum DEVELOPMENT Android Infinix hot 8 lite partitions not mounting in recovery

Infinix hot 8 lite partitions not mounting in recovery

Infinix hot 8 lite partitions not mounting in recovery

AyFait
AyFait
AyFait
Enthusiastic Member
10
29-05-2023, 09:32 AM
#1



Hello Xenon and all Admins, it's been a while lol. I think my last problem that got solved here on hovatek was back in 2020 Big Grin

So I ported twrp into the stock recovery of a Infinix hot 8 lite using the hovatek porter v1.4.

Now everything done successfully but partitions not mounting in recovery.

I've gone through this posts buh none worked for me:
https://www.hovatek.com/forum/thread-34413.html
https://www.hovatek.com/forum/thread-39745.html

Included are the files of the recovery.fstab and twrp.fstab from the ramdisk unedited

Pls help out!
Thanks!
This post was last modified: 29-05-2023, 09:35 AM by AyFait.
Attached Files
.zip
fstab.zip
Size: 1.17 KB / Downloads: 1
AutoResponder
AutoResponder
AutoResponder
Verified Account
609
29-05-2023, 09:32 AM
#2
Thank you for reaching out for support. Due to high demand, our free support services may experience some delays in response time. We apologize for any inconvenience this may cause.
Alternatively, we offer private support where you can receive dedicated attention and prompt support. These sessions are designed to provide personalized solutions to your specific needs.
If you are interested in scheduling a private session, please visit https://www.hovatek.com/remote
kelvinchinedu
kelvinchinedu
kelvinchinedu
Contributor
1,503
29-05-2023, 10:45 AM
#3
Use this twrp.flags mount point


# mount point fstype device flags
/system ext4 /dev/block/mapper/system flags=display="System";
/vendor ext4 /dev/block/mapper/vendor flags=display="Vendor";
/product ext4 /dev/block/mapper/product flags=display="Product";

/recovery emmc /dev/block/platform/bootdevice/by-name/recovery
/boot emmc /dev/block/platform/bootdevice/by-name/boot
/dtbo emmc /dev/block/platform/bootdevice/by-name/dtbo
/vbmeta emmc /dev/block/platform/bootdevice/by-name/vbmeta
/cache ext4 /dev/block/platform/bootdevice/by-name/cache
/persist ext4 /dev/block/platform/bootdevice/by-name/persist
/tee1 emmc /dev/block/platform/bootdevice/by-name/tee1
/tee2 emmc /dev/block/platform/bootdevice/by-name/tee2

/persistent emmc /dev/block/platform/bootdevice/by-name/frp
/bootloader emmc /dev/block/platform/bootdevice/by-name/lk
/bootloader2 emmc /dev/block/platform/bootdevice/by-name/lk2
/logo emmc /dev/block/platform/bootdevice/by-name/logo
/expdb emmc /dev/block/platform/bootdevice/by-name/expdb
/seccfg emmc /dev/block/platform/bootdevice/by-name/seccfg
/tranfs ext4 /dev/block/platform/bootdevice/by-name/tranfs
/tkv emmc /dev/block/platform/bootdevice/by-name/tkv
/protect_f emmc /dev/block/platform/bootdevice/by-name/protect1 flags=display="Protect_f";backup=1;flashimg=1
/protect_s emmc /dev/block/platform/bootdevice/by-name/protect2 flags=display="Poptect_s";backup=1;flashimg=1;
/nvdata emmc /dev/block/platform/bootdevice/by-name/nvdata flags=display="Nvdata";backup=1;flashimg=1;
/nvcfg emmc /dev/block/platform/bootdevice/by-name/nvcfg flags=display="Nvcfg";backup=1;flashimg=1;
/nvram emmc /dev/block/platform/bootdevice/by-name/nvram flags=display="Nvram";backup=1;flashimg=1;
/proinfo emmc /dev/block/platform/bootdevice/by-name/proinfo

# Removable
/external_sd auto /dev/block/mmcblk1p1 /dev/block/mmcblk1 flags=display="External SDcard";storage;wipeingui;removable;backup=0
/usb-otg vfat /dev/block/sda1 /dev/block/sdd flags=storage;wipeingui;removable
AyFait
AyFait
AyFait
Enthusiastic Member
10
29-05-2023, 12:04 PM
#4
(29-05-2023, 10:45 AM)kelvinchinedu Use this twrp.flags mount point


# mount point fstype device flags
/system ext4 /dev/block/mapper/system flags=display="System";
/vendor ext4 /dev/block/mapper/vendor flags=display="Vendor";
/product ext4 /dev/block/mapper/product flags=display="Product";

/recovery emmc /dev/block/platform/bootdevice/by-name/recovery
/boot emmc /dev/block/platform/bootdevice/by-name/boot
/dtbo emmc /dev/block/platform/bootdevice/by-name/dtbo
/vbmeta emmc /dev/block/platform/bootdevice/by-name/vbmeta
/cache ext4 /dev/block/platform/bootdevice/by-name/cache
/persist ext4 /dev/block/platform/bootdevice/by-name/persist
/tee1 emmc /dev/block/platform/bootdevice/by-name/tee1
/tee2 emmc /dev/block/platform/bootdevice/by-name/tee2

/persistent emmc /dev/block/platform/bootdevice/by-name/frp
/bootloader emmc /dev/block/platform/bootdevice/by-name/lk
/bootloader2 emmc /dev/block/platform/bootdevice/by-name/lk2
/logo emmc /dev/block/platform/bootdevice/by-name/logo
/expdb emmc /dev/block/platform/bootdevice/by-name/expdb
/seccfg emmc /dev/block/platform/bootdevice/by-name/seccfg
/tranfs ext4 /dev/block/platform/bootdevice/by-name/tranfs
/tkv emmc /dev/block/platform/bootdevice/by-name/tkv
/protect_f emmc /dev/block/platform/bootdevice/by-name/protect1 flags=display="Protect_f";backup=1;flashimg=1
/protect_s emmc /dev/block/platform/bootdevice/by-name/protect2 flags=display="Poptect_s";backup=1;flashimg=1;
/nvdata emmc /dev/block/platform/bootdevice/by-name/nvdata flags=display="Nvdata";backup=1;flashimg=1;
/nvcfg emmc /dev/block/platform/bootdevice/by-name/nvcfg flags=display="Nvcfg";backup=1;flashimg=1;
/nvram emmc /dev/block/platform/bootdevice/by-name/nvram flags=display="Nvram";backup=1;flashimg=1;
/proinfo emmc /dev/block/platform/bootdevice/by-name/proinfo

# Removable
/external_sd auto /dev/block/mmcblk1p1 /dev/block/mmcblk1 flags=display="External SDcard";storage;wipeingui;removable;backup=0
/usb-otg vfat /dev/block/sda1 /dev/block/sdd flags=storage;wipeingui;removable

Thanks for your contribution
I just repacked the recovery using this as the twrp.fstab buh still wouldn't work
And I also noticed that 'data' is not included in the mount block of your file so after booting to recovery, data was not included in the partition also

Hence all partition still not mounting
This post was last modified: 29-05-2023, 12:05 PM by AyFait.
kelvinchinedu
kelvinchinedu
kelvinchinedu
Contributor
1,503
29-05-2023, 03:13 PM
#5



Send me stock recovery link
AyFait
AyFait
AyFait
Enthusiastic Member
10
29-05-2023, 07:45 PM
#6
(29-05-2023, 03:13 PM)kelvinchinedu Send me stock recovery link

Here it is
[ Login to download]

I appreciate
AyFait
AyFait
AyFait
Enthusiastic Member
10
30-05-2023, 09:24 PM
#7
Finally got it fixed! Big Grin Tongue
Got to say though hovatek isn't like before anymore where you get solutions to your problem Quickly!

@robelpop post later helped out https://www.hovatek.com/forum/thread-39745.html

Just follow the steps he mentioned but edit the twrp.fstab of your patched recovery (not any other) with the blocks you got from wwr

Adios!
This post was last modified: 30-05-2023, 09:25 PM by AyFait.
kelvinchinedu
kelvinchinedu
kelvinchinedu
Contributor
1,503
31-05-2023, 02:35 PM
#8
Try it why I build
kelvinchinedu
kelvinchinedu
kelvinchinedu
Contributor
1,503
31-05-2023, 05:33 PM
#9
Also send me the twrp link
Users browsing this thread:
 1 Guest(s)
Users browsing this thread:
 1 Guest(s)
Join us
WhTlYt