Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - sc4les

#1
newLISP and the O.S. / Re: newLisp on Android (redux)
December 28, 2012, 02:58:48 PM
On my rooted phone I simply downloaded the precompiled binary for android. Then I used the app root browser lite to move the binary because you cannot execute anything within /sdcard/... (remount would work but I dont want to remount my sdcard every time). I just opened terminal emulator app and "cd [where I moved the downloaded binary]", "chmod 755 newlisp.txt" then "./newlisp.txt" and it worked :) (yeah, you should rename the binary)

Now I wrote a little app to use it. See here:

http://stackoverflow.com/questions/6802810/running-shell-commands-from-app-rooted">http://stackoverflow.com/questions/6802 ... app-rooted">http://stackoverflow.com/questions/6802810/running-shell-commands-from-app-rooted

Since we have root, it wouldn't be hard to check if the binary exists and to use wget to download it otherwise.



I hope this is usefull :)