Hovatek Forum DEVELOPMENT Android TWRP For Tecno Phantom 9
Can't login? Please, reset your password.
Hovatek is recruiting! Apply Now


TWRP For Tecno Phantom 9

TWRP For Tecno Phantom 9

p2g2
p2g2
p2g2
Enthusiastic Member
7
13-06-2020, 12:31 PM
#1



Hello good people.

Hope all is well. I need help. For the life of me, I can't seem to install and run TWRP in my Tecno Phantom 9. I have unlocked the OEM, rooted the phone, enabled developer options, etc etc. 

However, a when I boot into recovery, I get a blank black screen, and no TWRP. Is there something that i'm doing wrong or is the TWRP image corrupted.

I am using Minimal ADB and Fastboot on windows 10. 

All vcom and tecno drivers are installed well. 

I flash vbeta.img file first, then the TWRP via adb. 

I would like to figure this out so as to be able to install custom roms and backup. 

Bricked my phone earlier on and had to reinstall the firmware from scratch cause I have no backup. 

Never had this issue with Samsung phones and my original Tecno phantom A plus AKA F7(old school I know  Cool ) 

Any links for a working TWRP for Tecno Phantom 9, tips and tricks for the installation would be greatly appreciated.

Thank you for the help.

Good day
xerxes
xerxes
xerxes
Senior Member
8,355
13-06-2020, 08:35 PM
#2
(13-06-2020, 12:31 PM)p2g2 Hello good people.

Hope all is well. I need help. For the life of me, I can't seem to install and run TWRP in my Tecno Phantom 9. I have unlocked the OEM, rooted the phone, enabled developer options, etc etc. 

However, a when I boot into recovery, I get a blank black screen, and no TWRP. Is there something that i'm doing wrong or is the TWRP image corrupted.

I am using Minimal ADB and Fastboot on windows 10. 

All vcom and tecno drivers are installed well. 

I flash vbeta.img file first, then the TWRP via adb. 

I would like to figure this out so as to be able to install custom roms and backup. 

Bricked my phone earlier on and had to reinstall the firmware from scratch cause I have no backup. 

Never had this issue with Samsung phones and my original Tecno phantom A plus AKA F7(old school I know  Cool ) 

Any links for a working TWRP for Tecno Phantom 9, tips and tricks for the installation would be greatly appreciated.

Thank you for the help.

Good day


Port TWRP using the tool @ https://www.hovatek.com/forum/thread-21839.html
*make sure to use your phone’s stock recovery.img
p2g2
p2g2
p2g2
Enthusiastic Member
7
14-06-2020, 08:53 AM
#3
Thank you, will give it a shot and let you know how it went
p2g2
p2g2
p2g2
Enthusiastic Member
7
14-06-2020, 10:33 AM
#4
(13-06-2020, 08:35 PM)innagee Port TWRP using the tool @ https://www.hovatek.com/forum/thread-21839.html
*make sure to use your phone’s stock recovery.img

I used the TWRP porter tool ([Hovatek] Mediatek Auto TWRP Recovery Porter V1.6), followed every instruction from the thread, selected my current android kernel  4.9.117, but i still can't boot to TWRP recovery. The only difference now is that I'm getting a dead android red triangle image, with 'No command' text at the bottom.

Here is a log from the porter tool:

Code:

... start log ...

Recovery image isn't signed

Recovery image unpacked successfully

All port files copied successfully

Recovery packed and copied to output folder successfully

... end log ...

I used adb to flash vbeta.img first, then the recovery image using the following adb commands:

Code:

fastboot flash vbmeta vbmeta.img
fastboot --disable-verity flash vbmeta vbmeta.img
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot flash boot recovery.img
fastboot reboot


Is there something that I'm missing?
This post was last modified: 14-06-2020, 10:36 AM by p2g2.
X3non
X3non
X3non
Recognized Contributor
22,062
15-06-2020, 10:16 AM
#5



(14-06-2020, 10:33 AM)p2g2 ...
Is there something that I'm missing?

you flashed the recovery.img into boot partition instead of flashing to recovery. you are meant to use
fastboot flash recovery recovery.img
p2g2
p2g2
p2g2
Enthusiastic Member
7
15-06-2020, 03:20 PM
#6
(15-06-2020, 10:16 AM)X3non
(14-06-2020, 10:33 AM)p2g2 ...
Is there something that I'm missing?

you flashed the recovery.img into boot partition instead of flashing to recovery. you are meant to use
fastboot flash recovery recovery.img

You are right. Thank you very much. The issue has been solved. Thank you innagee and X3non for your contributions. Really appreciate it
p2g2
p2g2
p2g2
Enthusiastic Member
7
15-06-2020, 03:24 PM
#7
(15-06-2020, 03:20 PM)p2g2
(15-06-2020, 10:16 AM)X3non
(14-06-2020, 10:33 AM)p2g2 ...
Is there something that I'm missing?

you flashed the recovery.img into boot partition instead of flashing to recovery. you are meant to use
fastboot flash recovery recovery.img

You are right. Thank you very much. The issue has been solved. Thank you innagee and X3non for your contributions. Really appreciate it
correct commands are:
Code:

fastboot flash vbmeta vbmeta.img
fastboot --disable-verity flash vbmeta vbmeta.img
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot flash recovery recovery.img
fastboot reboot
Odhiambo Odhiambo
Odhiambo Odhiambo
Odhiambo Odhiambo
Enthusiastic Member
5
28-10-2020, 08:41 PM
#8
(15-06-2020, 03:24 PM)p2g2
(15-06-2020, 03:20 PM)p2g2
(15-06-2020, 10:16 AM)X3non
(14-06-2020, 10:33 AM)p2g2 ...
Is there something that I'm missing?

you flashed the recovery.img into boot partition instead of flashing to recovery. you are meant to use
fastboot flash recovery recovery.img

You are right. Thank you very much. The issue has been solved. Thank you innagee and X3non for your contributions. Really appreciate it
correct commands are:
Code:

fastboot flash vbmeta vbmeta.img
fastboot --disable-verity flash vbmeta vbmeta.img
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot flash recovery recovery.img
fastboot reboot

@p2g2 can you kindly share your TWRP with the new firmware recovery file the porting is not working
X3non
X3non
X3non
Recognized Contributor
22,062
29-10-2020, 09:01 AM
#9
(28-10-2020, 08:41 PM)Odhiambo Odhiambo @p2g2 can you kindly share your TWRP with the new firmware recovery file the porting is not working

this is someone's thread, create a new thread for your device issue by clicking "Ask Question" at the top
This post was last modified: 29-10-2020, 09:02 AM by X3non.
Users browsing this thread:
 1 Guest(s)
Users browsing this thread:
 1 Guest(s)
YtWhTl
live chat
whatsapp telegram instagram