Damon Kohler
Damon Kohler
_From @GoogleCodeExporter on May 31, 2015 11:24_ ``` I used sush posted above and created the script: #!/system/bin/sh sush "sh /sdcard/myscript.sh" That worked perfectly. I can now add scripts to...
_From @GoogleCodeExporter on May 31, 2015 11:24_ ``` @[email protected] if you're going to put it in /system then you'll have to do /system/sush, which is annoying, if /system/xbin isn't there,...
_From @GoogleCodeExporter on May 31, 2015 11:24_ ``` Hi, if i follow this example: $ cat /sdcard/sl4a/scripts/my_uid.py import os print "UID=", os.getuid() $ cat /sdcard/sl4a/scripts/execsu.py import os import sys pythonexe...
_From @GoogleCodeExporter on May 31, 2015 11:24_ ``` Here's a script I put at /bin/python that works for me to start the interpreter from the command line:: #!/bin/sh export PYTHONPATH=/sdcard/com.googlecode.pythonforandroid/extras/python:/sdcard/com.googlecode.pythonforandroid/files/python/lib/python26.zip...
_From @GoogleCodeExporter on May 31, 2015 11:24_ ``` Note: over-writing the value of LD_LIBRARY_PATH _will_ cause Android system tools to stop working (in the active session). I was just trying...
_From @GoogleCodeExporter on May 31, 2015 11:24_ ``` Unfortunately it is not possible to use sush like this: sush "command 1" "command 2" "command 3" It is neccessary to write...
_From @GoogleCodeExporter on May 31, 2015 11:24_ ``` The whole “su” thing makes only sense if not everything can get root rights! sush fails horribly here. To make it right:...
_From @GoogleCodeExporter on May 31, 2015 11:24_ ``` I've been after this issue for a few days now and i've tried most of the above fixs, but they didn't work....
_From @GoogleCodeExporter on May 31, 2015 11:24_ ``` No, _giving_ a specific application I know root-rights is not a security hole per se. – But having a way for all...
_From @GoogleCodeExporter on May 31, 2015 11:25_ Original comment by `[email protected]` on 2 May 2010 at 3:08 - Added labels: **Type-Enhancement** - Removed labels: **Type-Defect**