Hovatek
  • Private Support
  • Blog
  • Home
Login Register Ask Question Hello There, Guest!
Login
Username:
Password: Lost Password?
 

OR

       

Hovatek is hiring: Application is open to residents of Lagos, Nigeria only! Click Here To Apply
Telegram Channel: Join the discussions @ t.me/Hovatek


  1. Hovatek Forum
  2. DEVELOPMENT
  3. Android
 
Thread Rating:
  • 0 Vote(s) - 0 Average

Thread Modes

[Please help] Disabling dm-verity causes device to bootloop into Fastboot (Infinix Hot 9 Play)

vvion
Newbie
Posts: 4
Threads: 1
Joined: Dec 2020
Reputation: 0
#1

23-12-2020, 05:57 AM


I manage to get root for my device then I messed around with the device partition trying to move a file. When trying to reboot the phone, it bootloop into Fastboot. I flash my stock firmware and everything went normal again, until I try to flash EMPTY vbmeta to gain access to root again. The device keep entering Fastboot so I flash the STOCK vbmeta and it fixed it, but I want to disable dm-verity so I can root my device again. Please, kindly help!

What I did before this happen:
1) I manage to get root on my device using this tutorial https://forum.hovatek.com/thread-21427.html (Root checker verified I have root and I'm able to grant su access to some app)
2) Play around with /system and / partition with adb shell using some command because I want to move a certificate file.
Command used:
"mount -o rw,remount /system" (same command on / partition)
3) Saw nothing happen, but I try to move the file anyway with MiXplorer v6-49-3 and it failed, said "Not enough space" and it only copied a 0 Byte file.
Directory: "/data/misc/user/0/cacerts-added" to "/system/etc/security/cacerts"
4) Uninstalled a System Apps called "Aha Games" (Size's 19 MB) using "System Apps Remover"
5) Tried to move the file again, succeeded
Directory: "/data/misc/user/0/cacerts-added" to "/system/etc/security/cacerts"
6) Certificate showed as both System and User certificate on "Encryption & credentials" setting on android
7) Reboot the phone
8) Bootloop into Fastboot
9) Flashing stock firmware with SP Flash Tool v.5.2044 then factory reset from Recovery
10) Phone boot normally and able to enter home screen
11) Trying to gain root again using the same step in the tutorial
12) Flashing EMPTY vbmeta.img then reboot.
13) Bootloop into Fastboot
14) Flashing STOCK vbmeta.img then reboot
15) Device boot normally and able to enter home screen.

Device:
Infinix Hot 9 Play

Build Number:
X680B-H6215EFIJ-Q-OP-201019V214

Kernel Version:
4.9.190+
#2 Mon Oct 19 13:04:42 CST 2020

Magisk Manager:
Canary Version

STOCK vbmeta.img:
[ Login / Register to download free]

STOCK boot.img
[ Login / Register to download free]

STOCK recovery.img
[ Login / Register to download free]

Find
Reply
hovatek
Administrator
*******
Posts: 46,772
Threads: 1,179
Joined: Oct 2013
Reputation: 422
#2

23-12-2020, 07:10 AM
(23-12-2020, 05:57 AM)vvion Wrote:  I manage to get root for my device then I messed around with the device partition trying to move a file. When trying to reboot the phone, it bootloop into Fastboot. I flash my stock firmware and everything went normal again, until I try to flash EMPTY vbmeta to gain access to root again. The device keep entering Fastboot so I flash the STOCK vbmeta and it fixed it, but I want to disable dm-verity so I can root my device again. Please, kindly help!
...
Which DA file / auth did you use? Could you upload and drop a link
Download this vbmeta @ [ Login / Register to download free]
then run:
Code:
fastboot flash vbmeta vbmeta.img
fastboot --disable-verity flash vbmeta vbmeta.img

Note!
We have a reply schedule for Free Support. Please upgrade to Private Support if you can't wait.
(This post was last modified: 23-12-2020, 07:46 AM by hovatek.)
Website Find
Reply
vvion
Newbie
Posts: 4
Threads: 1
Joined: Dec 2020
Reputation: 0
#3

23-12-2020, 01:44 PM
Quote:Which DA file / auth did you use?
I got the DA file from this post https://forum.hovatek.com/thread-23339.html
I download the Infinix Hot 9 Play x680 DA File

Quote:Could you upload and drop a link
Here's the one I downloaded then used
[ Login / Register to download free]

Quote:Download this vbmeta @ [ Login / Register to download free]
then run:
Code:
Code:
fastboot flash vbmeta vbmeta.img
fastboot --disable-verity flash vbmeta vbmeta.img
I downloaded the file (Size's 256 bytes) and run the command then reboot, the device boot into Fastboot again.
Find
Reply
hovatek
Administrator
*******
Posts: 46,772
Threads: 1,179
Joined: Oct 2013
Reputation: 422
#4

25-12-2020, 09:27 AM
(23-12-2020, 01:44 PM)vvion Wrote:  I downloaded the file (Size's 256 bytes) and run the command then reboot, the device boot into Fastboot again.

I see. Flash this vbmeta [ Login / Register to download free] and your magisk patched boot together and let me know how it goes

Note!
We have a reply schedule for Free Support. Please upgrade to Private Support if you can't wait.
Website Find
Reply
vvion
Newbie
Posts: 4
Threads: 1
Joined: Dec 2020
Reputation: 0
#5

26-12-2020, 12:18 PM
(25-12-2020, 09:27 AM)hovatek Wrote: [ Login / Register to download free] and your magisk patched boot together and let me know how it goes

Downloaded and tried flashing both files together using Fastboot, the device boot into Fastboot again. Same result with SP Flash Tool

patched boot image:
[ Login / Register to download free]
(This post was last modified: 27-12-2020, 05:54 AM by vvion.)
Find
Reply
hovatek
Administrator
*******
Posts: 46,772
Threads: 1,179
Joined: Oct 2013
Reputation: 422
#6

27-12-2020, 09:34 AM
(26-12-2020, 12:18 PM)vvion Wrote:  Downloaded and tried flashing both files together using Fastboot, the device boot into Fastboot again. Same result with SP Flash Tool

patched boot image:
[ Login / Register to download free]

It seems you'll need to build a vbmeta from scratch and modify little by little to figure out where the problem is coming from. Do you have Linux setup on our PC?

Note!
We have a reply schedule for Free Support. Please upgrade to Private Support if you can't wait.
Website Find
Reply
vvion
Newbie
Posts: 4
Threads: 1
Joined: Dec 2020
Reputation: 0
#7

27-12-2020, 10:32 AM
(27-12-2020, 09:34 AM)hovatek Wrote:  It seems you'll need to build a vbmeta from scratch and modify little by little to figure out where the problem is coming from. Do you have Linux setup on our PC?

I have Windows 10 v1909 installed, and I currently don't have any clue at all about Linux and creating a vbmeta myself
Find
Reply
hovatek
Administrator
*******
Posts: 46,772
Threads: 1,179
Joined: Oct 2013
Reputation: 422
#8

28-12-2020, 07:17 AM
(27-12-2020, 10:32 AM)vvion Wrote:  I have Windows 10 v1909 installed, and I currently don't have any clue at all about Linux and creating a vbmeta myself

This will be an uphill battle.
Grab a USB stick and create a bootable linux OS using https://forum.hovatek.com/thread-32290.html

Note!
We have a reply schedule for Free Support. Please upgrade to Private Support if you can't wait.
Website Find
Reply
« Next Oldest | Next Newest »

Share

Share Tweet Share Share Pin


Possibly Related Threads…
Thread / Author Replies Views Last Post
How to disable dm-verity or Android Verified Boot (AVB)
X3non
41
24,909
Last Post by Haseebpk66
3 hours ago
dm verity error: Android system is corrupted
Alpamayo
7
106
Last Post by Alpamayo
Yesterday, 10:03 AM
issues while compiling twrp using device tree files for Infinix hot 9 Play X680B
mohamedfaky
0
83
Last Post by mohamedfaky
07-01-2021, 05:36 PM
Cannot boot into fastboot with a tablet from AOYODKG
marg123
5
255
Last Post by hovatek
30-12-2020, 06:20 AM
Ported TWRP for Infinix Hot 9 Play (X680B) but can't boot into recovery.
masruri154
10
980
Last Post by fikky92
17-12-2020, 12:28 PM

  • View a Printable Version


Users browsing this thread: 1 Guest(s)
  1. Hovatek Forum
  2. DEVELOPMENT
  3. Android

About

The Hovatek Forum is a free Tech. Support Forum. We provide solutions to all your device related problems and questions. We'll love to have you participate in discussions here whether you're a Newbie or Experienced.

         

Forum Team

Powered By MyBB. Crafted by EreeCorp.




Linear Mode
Threaded Mode