Open GoogleCodeExporter opened 8 years ago
Original comment by karol.ku...@polidea.pl
on 14 Jun 2011 at 1:23
[deleted comment]
My current solution was to have the asl-native file in my apps assets
directory, then from the app, run shell commands:
(suRun(String command) is a method I wrote to run shell commands from java)
private void InstallNativeService()
{
suRun("unzip -o /data/app/com.acs.screencap* *asl-native -d /data/local/tmp");
suRun("mv /data/local/tmp/assets/asl-native /data/local/asl-native");
suRun("chmod 0777 /data/local/asl-native");
suRun("/data/local/asl-native");
}
Original comment by parabola949@gmail.com
on 29 Aug 2011 at 6:32
Hello parabola949@gmail.com
Could you please provice me with the source of your method "suRun".
I tested it like you but no success happens to me.
Thanks in advance.
Original comment by freemonh...@gmail.com
on 13 Dec 2011 at 7:38
Let us know this way parabola..
Original comment by ccrro...@gmail.com
on 27 Oct 2012 at 11:29
Original issue reported on code.google.com by
ja...@potiuk.com
on 6 Jan 2011 at 3:24