adb and fastboot include a generic Google driver and the VCOM driver installer for mtk includes what you'll need. Once in fastboot...Bump. I found some information, but unfortunately the instructions are not very clear. I assume lehmancurtis means to go to fastboot with the boot mode tool, and then flash the TWRP.img with adb. However, I am not sure if this is the right way to do things and I do not have adb drivers for the A501DL or A502DL.
fastboot oem unlock-go
fastboot erase recovery
fastboot flash recovery recovery.img
fastboot oem reboot-recovery
not going good, I'm getting secureboot failure and nothing boots but twrp. mtkclient doesn't write vendor or system. Nor dumps system. Confused, bootloader says unlocked, unsure how to proceed
nice, looks like youre making good progress, was gonna ask if you had flashed an empty vbmetanot going good, I'm getting secureboot failure and nothing boots but twrp. mtkclient doesn't write vendor or system. Nor dumps system. Confused, bootloader says unlocked, unsure how to proceed
Update: Somehow booting again and got rid of encryption in the process
there is no vbmeta on this device. if you would like to continue helping me test stuff, please contact me on Telegram since it's live and much quicker to post test stuff and talk easier.nice, looks like youre making good progress, was gonna ask if you had flashed an empty vbmeta
@PizzaGthere is no vbmeta on this device. if you would like to continue helping me test stuff, please contact me on Telegram since it's live and much quicker to post test stuff and talk easier.
@PizzaG
As an exemption from the last bullet of rule no. 5 of the XDA Forum Rules, we grant only developers the privilege to share references to their social media in their own development threads. These conditions obviously don't apply to your post, you or this thread. For this reason the reference to Telegram has been removed. Please refrain from sharing of social media links or attempts to drag members to them in future. Thanks for your cooperation!
Regards
Oswald Boelcke
Senior Mod
I built for this one a while back and I think everything works. I will post asap.ya, it has a few fstab issues I need to fix for mounting external sd and usb-otg. I'm working on Custom Stock now that kills encryption and other security to get ready for GSI Roms
Testing Custom Stock Rom now
I have one that's almost functional, it boots if I 'reboot to bootloader', but I locked up the normal boot process by trying factory reset from settings instead of twrp, so now force boots to recovery.
Does anyone know which file to delete in order to stop the factory reset when invoked from settings menu? I've googled it and can't find anything, but I know there's a file that either needs to be modified or deleted and it will no longer try to boot to recovery/factory-reset
Thanks!
$ adb shell
:/ $ su
:/ # mount -o rw,remount /
:/ # cd system/
:/system # mv recovery-from-boot.p recovery-from-boot.p.bak
:/system # mount -o ro,remount /
Yes, I had already tried that, to no avail. Also, I flashed the lk image found in the a501dl.zip package, and now I might be bricked pretty hard, but I'll use mtk-tools and see if I can restore the factory lk.img, if anyone has it, or if lk2.img is the same kind of like the old bootloader backup partitions$ adb shell :/ $ su :/ # mount -o rw,remount / :/ # cd system/ :/system # mv recovery-from-boot.p recovery-from-boot.p.bak :/system # mount -o ro,remount /
there is an lk2 you can backup and restore to your lk partitionYes, I had already tried that, to no avail. Also, I flashed the lk image found in the a501dl.zip package, and now I might be bricked pretty hard, but I'll use mtk-tools and see if I can restore the factory lk.img, if anyone has it, or if lk2.img is the same kind of like the old bootloader backup partitions
You have no clue what you are talking about good sir, I suggest some researchLike most TracFone branded mobile devices, this TCL A3 variant is not supported for bootloader unlocking. To date, no exploit has been discovered to circumvent the perma-locked bootloader. Therefore, root is not possible, since Magisk systemless root would require flashing the /boot partition with a Magisk patched boot image. With the bootloader locked, the /boot partition is fully.write protected.
Perhaps, good sir, I am incorrect on this point. If that is the case, I have no problem admitting I'm wrong and apologizing for the misinformation. So, for what i have been able to gather, device owners are using an MTK-based utility to dump the partition images. In turn, the boot image can be patched for Magisk systemless root and flashed back to the /boot partition using the same MTK tool. I'm also hearing about a Hydra tool that can unlock the bootloader. @PizzaG does this sound accurate? After all, good sir, since you called me out for being wrong, please clarify these points. ThanksYou have no clue what you are talking about good sir, I sugges)
You are correct good sir on MTK Client. Hydra is a Paid solution people usually use to network unlock their devices and I know little to nothing about that aspect. I know for a fact that MTK Client will Bootloader Unlock Both the A501DL(device I own) as well as the A502DL(a user in my telegram group had one).Perhaps, good sir, I am incorrect on this point. If that is the case, I have no problem admitting I'm wrong and apologizing for the misinformation. So, for what i have been able to gather, device owners are using an MTK-based utility to dump the partition images. In turn, the boot image can be patched for Magisk systemless root and flashed back to the /boot partition using the same MTK tool. I'm also hearing about a Hydra tool that can unlock the bootloader. @PizzaG does this sound accurate? After all, good sir, since you called me out for being wrong, please clarify these points. Thanks
@PizzaG thank you much for the information and the link. This is splendid news that a TracFone branded TCL device can at last be exploited..I look forward to unlocking mine.You are correct good sir on MTK Client. Hydra is a Paid solution people usually use to network unlock their devices and I know little to nothing about that aspect. I know for a fact that MTK Client will Bootloader Unlock Both the A501DL(device I own) as well as the A502DL(a user in my telegram group had one).
The process looks like this for MTK Client.
-Make a dump of the whole device
-Magisk Patch the boot.img(boot.bin)
-Use MTK Clienbt to Flash patched boot.img
-Enjoy!!
I have twrp and custom stock for A501DL. Since I don't have the A502DL, I personally have done nothing with it.
here is the github link for MTK Client
https://github.com/bkerler/mtkclient
no worries bud, happy to help whenever I can. I can also dump and build twrp. If you need a hand, join my Telegram and I'll see what I can do. Best of luck on your journey@PizzaG thank you much for the information and the link. This is splendid news that a TracFone branded TCL device can at last be exploited..I look forward to unlocking mine.
Again, I stand corrected for my misstatement and truly appreciate your guidance.
Thank god you saved the day from us joining a telegram group that we wanted to join to discuss this topic further in depth... Smh.@PizzaG
As an exemption from the last bullet of rule no. 5 of the XDA Forum Rules, we grant only developers the privilege to share references to their social media in their own development threads. These conditions obviously don't apply to your post, you or this thread. For this reason the reference to Telegram has been removed. Please refrain from sharing of social media links or attempts to drag members to them in future. Thanks for your cooperation!
Regards
Oswald Boelcke
Senior Moderator
Nicely put, don't you enjoy when others decide things for you....Thank god you saved the day from us joining a telegram group that we wanted to join to discuss this topic further in depth... Smh.
You are correct good sir on MTK Client. Hydra is a Paid solution people usually use to network unlock their devices and I know little to nothing about that aspect. I know for a fact that MTK Client will Bootloader Unlock Both the A501DL(device I own) as well as the A502DL(a user in my telegram group had one).Perhaps, good sir, I am incorrect on this point. If that is the case, I have no problem admitting I'm wrong and apologizing for the misinformation. So, for what i have been able to gather, device owners are using an MTK-based utility to dump the partition images. In turn, the boot image can be patched for Magisk systemless root and flashed back to the /boot partition using the same MTK tool. I'm also hearing about a Hydra tool that can unlock the bootloader. @PizzaG does this sound accurate? After all, good sir, since you called me out for being wrong, please clarify these points. Thanks
no worries bud, happy to help whenever I can. I can also dump and build twrp. If you need a hand, join my Telegram and I'll see what I can do. Best of luck on your journey@PizzaG thank you much for the information and the link. This is splendid news that a TracFone branded TCL device can at last be exploited..I look forward to unlocking mine.
Again, I stand corrected for my misstatement and truly appreciate your guidance.
Thank god you saved the day from us joining a telegram group that we wanted to join to discuss this topic further in depth... Smh.@PizzaG
As an exemption from the last bullet of rule no. 5 of the XDA Forum Rules, we grant only developers the privilege to share references to their social media in their own development threads. These conditions obviously don't apply to your post, you or this thread. For this reason the reference to Telegram has been removed. Please refrain from sharing of social media links or attempts to drag members to them in future. Thanks for your cooperation!
Regards
Oswald Boelcke
Senior Moderator
@PizzaG
As an exemption from the last bullet of rule no. 5 of the XDA Forum Rules, we grant only developers the privilege to share references to their social media in their own development threads. These conditions obviously don't apply to your post, you or this thread. For this reason the reference to Telegram has been removed. Please refrain from sharing of social media links or attempts to drag members to them in future. Thanks for your cooperation!
Regards
Oswald Boelcke
Senior Mod
adb and fastboot include a generic Google driver and the VCOM driver installer for mtk includes what you'll need. Once in fastboot...Bump. I found some information, but unfortunately the instructions are not very clear. I assume lehmancurtis means to go to fastboot with the boot mode tool, and then flash the TWRP.img with adb. However, I am not sure if this is the right way to do things and I do not have adb drivers for the A501DL or A502DL.
fastboot oem unlock-go
fastboot erase recovery
fastboot flash recovery recovery.img
fastboot oem reboot-recovery
Just to confirm:adb and fastboot include a generic Google driver and the VCOM driver installer for mtk includes what you'll need. Once in fastboot...
Follow the instructions on your device to unlock the bootloader. Then boot to system and reboot to fastboot with bootmode tool. Once in fastboot...Code:fastboot oem unlock-go
Then it should boot to TWRP. Be sure to format data f2fs to remove encryption so you can mount data.Code:fastboot erase recovery fastboot flash recovery recovery.img fastboot own reboot-recovery
And you will need to install Magisk from recovery to have root and keep. OEM recovery from replacing TWRP.