It took a little experimenting, but I finally figured it out. While terminalide does come with a terminal emulator of its own, there are several others available. The one I like to use is AirTerm, as it floats over other apps on my tablet. To do this, you need to open the settings for AirTerm and go to the section for the initial command run. Here, you need to put
su 10102 -c /data/data/com.spartacusrex.spartacuside/files/termied.sh
The number "10102" is the user ID that the terminalide files are installed under. Also, this will only work if you have root access, otherwise the "su 10102" part will fail.
Subscribe to:
Posts (Atom)
-
You can use sed to delete particular lines, based on some unique criteria. This would look like sed -e "/search criteria/d" -i2 ...
-
Introduction Mac has always been the default alternative to Wintel systems. In the past, the Mac OS has been a fairly unique entity, with...
-
This is the first of my tips for using SGE. Sometimes you need to tell grid engine that you want to run on a particular host. In these cases...