sushell on RPI4
We are migrating our app to RPI4 from 3B+ which was using the SuperUser app to gain various priviledges. I understand that we need to use the SuShell command to gain these priviledges now. However, as far as I can see we never actually requested any priviledges from the Pi 3 version of the app. We found this:
https://emteria.com/kb/root-access-sushell
but it doesn't go on to say how a developer would achieve this.
Can anyone help please?
Tagged:
0
Comments
Hi @workinonit
If you never requested them on RPi3, are you sure you actually need them?
Do you have an example what you are trying to achieve?
The SuShell works the same as SuperUser, just the call changed from su to sushell, see:
https://github.com/emteria/samples_apps_Serial/blob/master/app/src/main/java/com/emteria/serial/SerialThread.java#L24