TCL Flip 2 Phone (Master Thread)

The fact that you flashed the rooted boot image and installed magisk manager apps means that you are rooted. You did it!

Now you can do the rest.

Now that you have debugging enabled, you can connect your phone to your PC, and run the commands from there.

And to run the commands I would just do what i did before and right click inside the ā€œplatform tools, files for flashing, & apk’sā€ folder then click open in terminal, right?

I’d have to check my own guide lol

But yes, if everything needed is in the folder then that is where you should open cmd

1 Like

Okay, now that I’m rooted, I’m trying to enable Wi-Fi calling via this guide https://www.reddit.com/r/dumbphones/comments/1ef8p0n/heres_how_to_enable_wifi_calling_on_tcl_flip_2/ and I’m not able to run ā€œadb pull/system/build.propā€ because it says ā€œadb: error: failed to copy ā€˜/system/build.prop’ to ā€˜.\build.prop’ : remote open failed: Permission denied

I gave my phone permission on the first step, and USB debugging is enabled. So idk why it’s saying that.

Do this instead

adb shell
su

# grant access from your phone to shell 

cp /system/build.prop /sdcard

adb pull /sdcard/build.prop

Oh shoot I don’t have an SD card in my phone :sob: that might be the problem. I’ll put one in and then run these commands

No, you don’t need an sdcard, don’t worry, just run it.

Oh ok gotcha

Says ā€œ/system/bin/sh: grant: inaccessible or not foundā€ after running the grant access command

Edit: is it possible I have to remove the sim card for this step? It seems like I would need it in, but if thats the problem, i can remove it.

No grant access command.

adb shell

Then:

su

Then a prompt will show up on your phone to grant root access.

Hmm no prompt. Something that I saw in the cmd text though was that adb.exe was not authorized.

adb kill-server

Then try again

Pictures or text output would help

Use the module found here Wi-Fi Calling on the TCL Flip 2 it’s much easier and risk free.

Did you open the magisk app and download the full version yet?
You need to do this to grant access.

1 Like

yes I have. at least I’m 99% certain i finished that step earlier.

edit: I clicked on the link and downloaded the module, moved it to the root of my phone’s storage, and tried opening it to install it through the modules tab in Magisk, and there doesn’t seem to be a way to install it. So I still need help ;-;

The default file manager cannot select files through magisk. Install another one, or install it via adb.

If you need help, ask.

1 Like

thank you ;U;

Currently looking for another file manager online.

Try fx

alright, I downloaded the apk from here FX File Explorer APK for Android - Download how do I go about getting it to work on this phone?

Adb install path/to/apk