Home Forum Blog Private Support Courses
Our courses are now on YouTube! Start Watching
Hovatek Forum OPERATING SYSTEMS Android Ported TWRP on infinix s4 x626b

Ported TWRP on infinix s4 x626b

Ported TWRP on infinix s4 x626b

Pages (3): Previous 1 2 3 Next
Taimoor Shan
Taimoor Shan
Taimoor Shan
Junior Member
24
05-06-2020, 02:20 PM
#11



In magisk
Force encryption, dm verity and recovery options
First two are on
Recovery is off
What to do with them??
hovatek
hovatek
hovatek
Administrator
50,941
06-06-2020, 01:05 PM
#12
(05-06-2020, 12:23 PM)Taimoor Shan Well first one was the ported and second was stock, that worked correctly...
Combo is power+vol up
Another option inside magisk rebbot to recovery
adb reboot recovry
Look problem is somewhere in recovery or with this model because stock iss working fine after flashing
One more thing, size of stock was 32 mb, while the when you sent is merely 17mb, but its working
Maybe stock gets replaced automatically or im unable to erase it...i flashed vbmeta also
Stuck bro

both are twrp, if second gave you stock then it must mean that it's been replaced by stock recovery ; refer to https://www.hovatek.com/forum/thread-10992.html (read the section about renaming recovery-from-boot.p) , then reflash the second recovery.img

also the size doesn't matter, stock recovery with 32mb size has a large empty section filled with 00s (under hex view)

Learn MediaTek, Unisoc / Spreadtrum (SPD) and Qualcomm Software Repairs @ https://www.hovatek.com/training
Note!
We have a reply schedule for Forum Support. Please try Private Support if you can't wait.
hovatek
hovatek
hovatek
Administrator
50,941
06-06-2020, 01:06 PM
#13
(05-06-2020, 02:20 PM)Taimoor Shan In magisk
Force encryption, dm verity and recovery options
First two are on
Recovery is off
What to do with them??

leave it as it

Learn MediaTek, Unisoc / Spreadtrum (SPD) and Qualcomm Software Repairs @ https://www.hovatek.com/training
Note!
We have a reply schedule for Forum Support. Please try Private Support if you can't wait.
Taimoor Shan
Taimoor Shan
Taimoor Shan
Junior Member
24
06-06-2020, 02:40 PM
#14
Flashing via adb, official twrp app or flashify...
SP Flash tools dont seem to be necessary
2ndly the other ported recovery also flashed cool but on recovery reboot it rests on logo for couple of seconds then goes to fastboot
And the other one behaves same, stock
Flashed twise, changed extention from .b to .bak
Nothing worked
Taimoor Shan
Taimoor Shan
Taimoor Shan
Junior Member
24
06-06-2020, 02:41 PM
#15

Mediatek Course Mediatek Course


There was another guy with same phone and same problem on your forum...
I guess his name was king4 something, he also seems to end up confused
hovatek
hovatek
hovatek
Administrator
50,941
08-06-2020, 08:32 AM
#16
(06-06-2020, 02:40 PM)Taimoor Shan Flashing via adb, official twrp app or flashify...
SP Flash tools dont seem to be necessary
2ndly the other ported recovery also flashed cool but on recovery reboot it rests on logo for couple of seconds then goes to fastboot
And the other one behaves same, stock
Flashed twise, changed extention from .b to .bak
Nothing worked

have you renamed recovery-from-boot.p file?

Learn MediaTek, Unisoc / Spreadtrum (SPD) and Qualcomm Software Repairs @ https://www.hovatek.com/training
Note!
We have a reply schedule for Forum Support. Please try Private Support if you can't wait.
Taimoor Shan
Taimoor Shan
Taimoor Shan
Junior Member
24
08-06-2020, 01:52 PM
#17
Bro I have am really very close, found recovery for old varient its infinix s4 x626(not b) on https://www.google.com/amp/s/forum.xda-d...58423/amp/
Good news it worked fine, bad news there is problem with mounting data, tried all methods including
https://www.hovatek.com/forum/thread-30160.html
So I'm sure there is problem with twrp, so kindly please can you port this recovery for mine
hovatek
hovatek
hovatek
Administrator
50,941
09-06-2020, 09:13 AM
#18
(08-06-2020, 01:52 PM)Taimoor Shan Bro I have am really very close, found recovery for old varient its infinix s4 x626(not b) on https://www.google.com/amp/s/forum.xda-d...58423/amp/
Good news it worked fine, bad news there is problem with mounting data, tried all methods including
https://www.hovatek.com/forum/thread-30160.html
So I'm sure there is problem with twrp, so kindly please can you port this recovery for mine

in TWRP > mount, can you mount all items listed (except data)?
if yes then what happens when you try out the 4 fixes @ https://www.hovatek.com/forum/thread-30160.html ?

Learn MediaTek, Unisoc / Spreadtrum (SPD) and Qualcomm Software Repairs @ https://www.hovatek.com/training
Note!
We have a reply schedule for Forum Support. Please try Private Support if you can't wait.
Taimoor Shan
Taimoor Shan
Taimoor Shan
Junior Member
24
09-06-2020, 03:47 PM
#19
Edited fstab** directory using mixplorer
Worked, data is not encrypted anymore, nor it prompts at recovery
Data is not mounted, i tried to format via twrp terminal successfull but again failed to mount data (no such devices found)
Cook it up via porter, or kitchen may it work...
hovatek
hovatek
hovatek
Administrator
50,941
10-06-2020, 10:44 AM
#20
(09-06-2020, 03:47 PM)Taimoor Shan Edited fstab** directory using mixplorer
Worked, data is not encrypted anymore, nor it prompts at recovery
Data is not mounted, i tried to format via twrp terminal successfull but again failed to mount data (no such devices found)
Cook it up via porter, or kitchen may it work...

extract the twrp recovery using android image kitchen tool from xdaforum
edit recovery.fstab from within /ramdisk/etc/ using any text editor e.g notepad++
replace the entire contents of the fstab file with the values below then save, repack & try the twrp (format /data)

Code:

# # Infinix S4 # /boot_para emmc /dev/block/platform/bootdevice/by-name/boot_para /recovery emmc /dev/block/platform/bootdevice/by-name/recovery flags=display="Recovery";backup=1;flashimg=1 /para emmc /dev/block/platform/bootdevice/by-name/para flags=display="Parametr";backup=1 /expdb emmc /dev/block/platform/bootdevice/by-name/expdb /frp emmc /dev/block/platform/bootdevice/by-name/frp flags=display="Frp";backup=1 /metadata emmc /dev/block/platform/bootdevice/by-name/metadata /nvcfg ext4 /dev/block/platform/bootdevice/by-name/nvcfg flags=display="Nvcfg";backup=1 /nvdata ext4 /dev/block/platform/bootdevice/by-name/nvdata flags=display="Nvdata";backup=1 /protect_f ext4 /dev/block/platform/bootdevice/by-name/protect1 flags=display="Protect";backup=1 /protect_s ext4 /dev/block/platform/bootdevice/by-name/protect2 flags=subpartitionof=/protect_f;backup=1 /seccfg emmc /dev/block/platform/bootdevice/by-name/seccfg /spmfw emmc /dev/block/platform/bootdevice/by-name/spmfw flags=display="Spm";backup=1 /sspm_1 emmc /dev/block/platform/bootdevice/by-name/sspm_1 flags=backup=1;subpartitionof=/spmfw /sspm_2 emmc /dev/block/platform/bootdevice/by-name/sspm_2 flags=backup=1;subpartitionof=/spmfw /proinfo emmc /dev/block/platform/bootdevice/by-name/proinfo flags=display="Proinfo";backup=1 /md1img emmc /dev/block/platform/bootdevice/by-name/md1img flags=display="Modem";backup=1 /md1dsp emmc /dev/block/platform/bootdevice/by-name/md1dsp flags=backup=1;subpartitionof=/md1img /md3img emmc /dev/block/platform/bootdevice/by-name/md3img /md1arm7 emmc /dev/block/platform/bootdevice/by-name/md1arm7 /nvram emmc /dev/block/platform/bootdevice/by-name/nvram flags=display="Nvram";backup=1;flashimg=1 /odmdtbo emmc /dev/block/platform/bootdevice/by-name/odmdtbo /lk emmc /dev/block/platform/bootdevice/by-name/lk flags=display="Uboot";backup=1;flashimg=1 /lk2 emmc /dev/block/platform/bootdevice/by-name/lk2 flags=backup=1;subpartitionof=/lk /boot emmc /dev/block/platform/bootdevice/by-name/boot flags=slotselect="Boot";backup=1 /logo emmc /dev/block/platform/bootdevice/by-name/logo flags=display="Logo";backup=1;flashimg=1 /tee1 emmc /dev/block/platform/bootdevice/by-name/tee1 flags=display="Tee";backup=1;flashimg=1 /tee2 emmc /dev/block/platform/bootdevice/by-name/tee2 flags=backup=1;subpartitionof=/tee1 /system ext4 /dev/block/platform/bootdevice/by-name/system flags=display="System";backup=1;flashimg=1 /cache ext4 /dev/block/platform/bootdevice/by-name/cache /data ext4 /dev/block/platform/bootdevice/by-name/userdata flags=encryptable=/dev/block/platform/bootdevice/by-name/metadata /vendor ext4 /dev/block/platform/bootdevice/by-name/vendor flags=display="Vendor";backup=1;flashimg=1 /external_sd auto /dev/block/mmcblk1p1 /dev/block/mmcblk1 flags=display="External SDcard";storage;wipeingui;removable;backup=0 /usbotg auto /dev/block/sda1 /dev/block/sda flags=display="Usb-Otg";storage;removable;backup=0

Learn MediaTek, Unisoc / Spreadtrum (SPD) and Qualcomm Software Repairs @ https://www.hovatek.com/training
Note!
We have a reply schedule for Forum Support. Please try Private Support if you can't wait.
Pages (3): Previous 1 2 3 Next
Users browsing this thread:
 1 Guest(s)
Users browsing this thread:
 1 Guest(s)
WhTlYt