semperverus@lemmy.world 2 days ago
Develop a root method for your phone, gain sudo access, and remove it via command line
semperverus@lemmy.world 2 days ago
Develop a root method for your phone, gain sudo access, and remove it via command line
MonkderVierte@lemmy.zip 1 day ago
There’s no sudo on Android.
testaccount789@sh.itjust.works 1 day ago
There is if you use Termux (on a rooted device).
Termux has been the most important app on my phone. I just get the familiar CLI for everything. For example, MTP has been unreliable in my experience, there’s probably lots of apps in Play Store to send/receive files of questionable quality.
And then with Termux I can just rsync over SSH as usual.
Or browse files with SSHFS.
MonkderVierte@lemmy.zip 20 hours ago
Being pedantic, termux is a vm, sudo not native.
testaccount789@sh.itjust.works 20 hours ago
Nope. You need root access to use sudo. It just runs a shell natively under Android. But you can run QEMU inside Termux.
Without root, you get this:
semperverus@lemmy.world 1 day ago
There is with tools like magisk and some others that have popped up.
MonkderVierte@lemmy.zip 20 hours ago
Sudo in the broader sense, yes.
Swedneck@discuss.tchncs.de 1 day ago
what? are you being pedantic because it’s actually “su”?
MonkderVierte@lemmy.zip 20 hours ago
Different tool for different tasks.
xep@discuss.online 1 day ago
Yes, you must root first.