Home Forum Blog Private Support Courses
Our courses are now on YouTube! Start Watching
Hovatek Forum OPERATING SYSTEMS Android [SOLVED] Infinix Note 6 - regarding TWRP porter

[SOLVED] Infinix Note 6 - regarding TWRP porter

[SOLVED] Infinix Note 6 - regarding TWRP porter

Pages (2): 1 2 Next
AndyYan
AndyYan
AndyYan
Junior Member
16
26-02-2020, 01:50 AM
#1



Infinix Note 6, stock Android 9, DM-Verity disabled.
Image ported with MTK Auto TWRP recovery porterĀ v1.5 kicks me back to fastboot; image ported with v1.4 got me stuck in preloader (which was the topic of my last thread).
This device has a separate "ramdisk-recovery" partition, probably related. I've uploaded both partitionsĀ here.
This post was last modified: 17-03-2020, 09:26 AM by AndyYan.
hovatek
hovatek
hovatek
Administrator
50,879
26-02-2020, 09:41 AM
#2
(26-02-2020, 01:50 AM)AndyYan Infinix Note 6, stock Android 9, DM-Verity disabled.
Image ported with MTK Auto TWRP recovery porterĀ v1.5 kicks me back to fastboot; image ported with v1.4 got me stuck in preloader (which was the topic of my last thread).
This device has a separate "ramdisk-recovery" partition, probably related. I've uploaded both partitionsĀ here.

how did you disable dm_verity? and how did you flash and attempt to boot the twrp from v1.5?
what's the kernel version of your device?
v1.4 doesn't support android 9, not sure why you'd bother to use it anyways

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.
AndyYan
AndyYan
AndyYan
Junior Member
16
26-02-2020, 04:39 PM
#3
(26-02-2020, 09:41 AM)X3non how did you disable dm_verity? and how did you flash and attempt to boot the twrp from v1.5?
what's the kernel version of your device?
v1.4 doesn't support android 9, not sure why you'd bother to use it anyways
Verity disabled with "fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img". My other goal is to run GSIs so I know this is necessary.
Flashed via fastboot followed immediately by key combo.
Kernel version 4.9.117.
The idea of trying another version of porter came from earlier when I used the Spreadtrum porter, that SPRD device is on Pie which isn't listed asĀ supported, but the Oreo porter did produce a half-working recovery.
hovatek
hovatek
hovatek
Administrator
50,879
26-02-2020, 09:11 PM
#4
(26-02-2020, 04:39 PM)AndyYan Verity disabled with "fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img". My other goal is to run GSIs so I know this is necessary.
Flashed via fastboot followed immediately by key combo.
Kernel version 4.9.117.
The idea of trying another version of porter came from earlier when I used the Spreadtrum porter, that SPRD device is on Pie which isn't listed asĀ supported, but the Oreo porter did produce a half-working recovery.

after flashing twrp in fastboot either use
fastboot reboot > adb reboot recovery
or
fastboot boot recovery.img
or
fastboot oem reboot-recovery

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.
AndyYan
AndyYan
AndyYan
Junior Member
16
27-02-2020, 01:11 AM
#5

Mediatek Course Mediatek Course


(26-02-2020, 09:11 PM)X3non after flashing twrp in fastboot either use
fastboot reboot > adb reboot recovery
or
fastboot boot recovery.img
or
fastboot oem reboot-recovery
None of these change the outcome (freeze then fastboot).
hovatek
hovatek
hovatek
Administrator
50,879
27-02-2020, 11:16 AM
#6
(27-02-2020, 01:11 AM)AndyYan None of these change the outcome (freeze then fastboot).

try both twrps @ https://mega.nz/#!HGRgCIBR!BWfj3y1MWy16k...eIxzWJu6FE

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.
AndyYan
AndyYan
AndyYan
Junior Member
16
27-02-2020, 04:02 PM
#7
(27-02-2020, 11:16 AM)X3non try both twrps @ https://mega.nz/#!HGRgCIBR!BWfj3y1MWy16k...eIxzWJu6FE
Thanks!

Both work similarly:
  • No support for encrypted data (I don't care)
  • No MTP and regular ADB, i.e. can't exchange data with PC
  • Backup and restore (system, vendor, data, boot) work okay
The "n" one has usable ADB sideload, but since that only accepts zip packages, its usefulness is limited.
AndyYan
AndyYan
AndyYan
Junior Member
16
07-03-2020, 02:16 PM
#8
Any update on this? Would love to see at least ADB working, so that it can be used for emergency data retrieval.
hovatek
hovatek
hovatek
Administrator
50,879
07-03-2020, 05:09 PM
#9
(07-03-2020, 02:16 PM)AndyYan Any update on this? Would love to see at least ADB working, so that it can be used for emergency data retrieval.

no update, BTW you won't be able to make any such "emergency data retrieval" even with adb enabled or not when you still have encrypted data
if you were you decrypt data and you happen to require an "emergency data retrieval" and you can boot to twrp, then you won't need adb seeing and you will be able to use twrp's file manager to mount data and copy items onto an external sd

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.
AndyYan
AndyYan
AndyYan
Junior Member
16
08-03-2020, 06:15 AM
#10
(07-03-2020, 05:09 PM)X3non no update, BTW you won't be able to make any such "emergency data retrieval" even with adb enabled or not when you still have encrypted data
if you were you decrypt data and you happen to require an "emergency data retrieval" and you can boot to twrp, then you won't need adb seeing and you will be able to use twrp's file manager to mount data and copy items onto an external sd
Right, I'm always on unencrypted data. Thanks all the same.
Pages (2): 1 2 Next
Users browsing this thread:
 1 Guest(s)
Users browsing this thread:
 1 Guest(s)
WhTlYt