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
It says I don’t have access
Let me see if I have multiple versions. Maybe a bad copy.
Still not working, here's a screenshot of the error on google drive https://gyazo.com/018b33ee29ddcd7d680ded6a49180ecd
Ah ok let me fix that lol. Check it now. You should be able to get it now.Still not working, here's a screenshot of the error on google drive https://gyazo.com/018b33ee29ddcd7d680ded6a49180ecd
I tried the first version and I get an error, here's the screenshot of it https://gyazo.com/5d7885694829ef53716ebdae24a16f5dAh ok let me fix that lol. Check it now. You should be able to get it now.
,
I looked but I can't seem to find the a501dl in sugar, not sure if I'm missing something. I tried flashing a different model to see if that would work, I tried the alcatel tetra thing but it wouldn't flash and said something about com port in use and I restarted and tried installing vcom drivers again but same issue.Ah ok let me fix that lol. Check it now. You should be able to get it now.
,
Good thing it didn't flash the wrong ROM lol. The kernel would more than likely fry the digitizer at the least. With sugar you sometimes have to clear old devices stored as COM ports in device manager. Also, since the battery is considered non-removable, you have to be sure the phone is powered down. Go through the process of starting the flash before you plug the device to the computer. I've not checked the drop down menu for the a501dl, but it did have other files used to pull in the ROM for flashing. Not sure why they did one and not the other, but I am going to take a closer look. More to follow after I check it out.I looked but I can't seem to find the a501dl in sugar, not sure if I'm missing something. I tried flashing a different model to see if that would work, I tried the alcatel tetra thing but it wouldn't flash and said something about com port in use and I restarted and tried installing vcom drivers again but same issue.
ok, a501dl has a removable battery btw so I think you are confusing it with another model. When I started the process in sugar the phone stayed with the screen black and there was the mediatek vcom port in device managerGood thing it didn't flash the wrong ROM lol. The kernel would more than likely fry the digitizer at the least. With sugar you sometimes have to clear old devices stored as COM ports in device manager. Also, since the battery is considered non-removable, you have to be sure the phone is powered down. Go through the process of starting the flash before you plug the device to the computer. I've not checked the drop down menu for the a501dl, but it did have other files used to pull in the ROM for flashing. Not sure why they did one and not the other, but I am going to take a closer look. More to follow after I check it out.
I’m not 100% sure here but I think the a501 might be referring to the Alcatel a501 which exists and is completely different from the tcl a501dl. The image sugar shows for the a501 doesn’t match the tcl a501dl but matches the Alcatel a501.I was thinking about the a502dl that the battery doesn't come out of. Sorry about that. Is the a501 in the list of options in the drop down menu?
BootLoader UNLOCKED folks, You can use mtkclient. I will release custom recovery and custom stock if anyone wants itI've got a A501DL, I enabled usb debugging and oem unlock, seems like the A501DL in fastboot does not talk with the pc, i've installed so many driver things its crazy butat fastboot when typing fastboot reboot bootloader, it reboots the phone but it skips fastboot and turns on to my home screen, I used volume up and power, I get in fast boot butthe device isnt being detected by windows 10 64 bit. Also in fast boot there is only
reboot system now
wipe data/factory reset
wipe cache partition
power off
im going nut that fastboot isnt working with this device.
can you share twrp? will flash it to my a501dls firstBootLoader UNLOCKED folks, You can use mtkclient. I will release custom recovery and custom stock if anyone wants it
twrp device tree made, twrp built and it works
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 Romsi can flash it but adb sideloading, sdcard and usb otg mounting dont work. it also can't mount data due to the encryption
sweet, i got a few a501dls to test it out once youre readyya, 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
@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
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.