Can you run this command and give me the result? You need root for this.Will do, thanks!
Code:
cat /sys/devices/virtual/touchscreen/ft5446/vendor
Can you run this command and give me the result? You need root for this.Will do, thanks!
cat /sys/devices/virtual/touchscreen/ft5446/vendor
I don't have root on my phone, but I'll plug it in and run it in adb.Can you run this command and give me the result? You need root for this.
Code:cat /sys/devices/virtual/touchscreen/ft5446/vendor
It's no use, I already tried it. It'll take me a little longer than expected because I'll have to grab the latest firmware to get root. Expect some tests soon. My WiFi is fast so it shouldn't take very long to grab it.I don't have root on my phone, but I'll plug it in and run it in adb.
Okay. Just reply if you need to test/do anything.It's no use, I already tried it. It'll take me a little longer than expected because I'll have to grab the latest firmware to get root. Expect some tests soon. My WiFi is fast so it shouldn't take very long to grab it.
I have root. How would I go about using root to run this command?It's no use, I already tried it. It'll take me a little longer than expected because I'll have to grab the latest firmware to get root. Expect some tests soon. My WiFi is fast so it shouldn't take very long to grab it.
Termux or adb shellI have root. How would I go about using root to run this command?
adb root
adb shell
su
cat /sys/devices/virtual/touchscreen/ft5446/vendor
I haven't got a message back but I went from being in /data/data/com.termux to being in focaltech:/data/data/com.termuxTermux or adb shell
Edit:
From termux it's just su, then the command.
From adb it's...
Code:adb root adb shell su cat /sys/devices/virtual/touchscreen/ft5446/vendor
Just rerun only the cat command. Termux just switched to root mode is all.I haven't got a message back but I went from being in /data/data/com.termux to being in focaltech:/data/data/com.termux
Okay, I see what happened. It's not giving you the full name. Try this instead. It'll give you a list. Just post what it says.I haven't got a message back but I went from being in /data/data/com.termux to being in focaltech:/data/data/com.termux
ls /vendor/lib/modules
I've just acquired a screenshot I'm going to send to you in a bit.Just rerun only the cat command. Termux just switched to root mode is all.
---------- Post added at 04:23 PM ---------- Previous post was at 04:18 PM ----------
Okay, I see what happened. It's not giving you the full name. Try this instead. It'll give you a list. Just post what it says.
Code:ls /vendor/lib/modules
How'd you get root without flashing magisk/supersu?I have root. How would I go about using root to run this command?
You can pipe it to a text file like so if it's easier for you.I've just acquired a screenshot I'm going to send to you in a bit.
ls /vendor/lib/modules > /sdcard/modules.txt
Screenshot: https://i.imgur.com/e7TNAN1.pngJust rerun only the cat command. Termux just switched to root mode is all.
---------- Post added at 04:23 PM ---------- Previous post was at 04:18 PM ----------
Okay, I see what happened. It's not giving you the full name. Try this instead. It'll give you a list. Just post what it says.
Code:ls /vendor/lib/modules
https://forum.xda-developers.com/moto-e6/how-to/rooting-e6-surfna-t3965659How'd you get root without flashing magisk/supersu?
Tried that multiple times before and it didn't work.Screenshot: https://i.imgur.com/e7TNAN1.png
---------- Post added at 04:36 PM ---------- Previous post was at 04:34 PM ----------
https://forum.xda-developers.com/moto-e6/how-to/rooting-e6-surfna-t3965659
At what part did it not workTried that multiple times before and it didn't work.
I flash the magisk_patched.img file and it shows a string of characters when I boot (which I assume is what the image was signed with) so I check for root after I flash and it says it just isn't at all.At what part did it not work
Where did you check for root? Was it in the Magisk app or third party root checker? When you boot, did you boot into recovery or normal boot?I flash the magisk_patched.img file and it shows a string of characters when I boot (which I assume is what the image was signed with) so I check for root after I flash and it says it just isn't at all.
Wait, I think that was the issue! I needed to boot into recovery first. Thank you, I'm gonna try that.Where did you check for root? Was it in the Magisk app or third party root checker? When you boot, did you boot into recovery or normal boot?
You always have to reboot into recovery or you'll lose root.Wait, I think that was the issue! I needed to boot into recovery first. Thank you, I'm gonna try that.
Remember: To maintain root, you can no longer normal boot, you most only boot by recovery for now on. It becomes tricky but I just use the Magisk app to boot to recovery whenever I want to restart my phone.Wait, I think that was the issue! I needed to boot into recovery first. Thank you, I'm gonna try that.