ars18
August 29, 2025, 6:12pm
378
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?
ars18
August 29, 2025, 6:25pm
380
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.
ars18
August 29, 2025, 6:46pm
382
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 that might be the problem. Iāll put one in and then run these commands
ars18
August 29, 2025, 6:48pm
384
No, you donāt need an sdcard, donāt worry, just run it.
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.
ars18
August 29, 2025, 6:52pm
387
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.
ars18
August 29, 2025, 6:59pm
389
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 ;-;
ars18
August 29, 2025, 9:16pm
393
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.
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?