summaryrefslogtreecommitdiff
path: root/doc/design/assistant/blog/day_200__release_day/comment_8_6b69aa81a9ba4e07e547ed1869946d51._comment
blob: c375f3b844c222e271c04ef7ac2c67bde9c40a05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[[!comment format=mdwn
 username="http://joeyh.name/"
 nickname="joey"
 subject="comment 8"
 date="2013-03-01T03:10:35Z"
 content="""
@Brian what you can do is go to the terminal's preferences menu and change the shell it runs to `/system/bin/sh` . This should let you open a new tab with a shell prompt. Then you can try to cd to `/data/data/ga.androidterm`, and see if both `lib/lib.start.so` and `lib/lib.busybox.so` exist.

You could then try to do the same thing it does to set up the system:

<pre>
ln lib/lib.busybox.so busybox
./busybox sh lib/lib.runshell.so
</pre>
"""]]