summaryrefslogtreecommitdiff
path: root/doc/bugs/Android___91__Terminal_session_finished__93__/comment_2_a5bcbd2f85283e29e237e9850cd8109a._comment
blob: 01cc337304c028f9b1b265048f5dda9ed56be10c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[[!comment format=mdwn
 username="cbaines"
 ip="86.166.14.171"
 subject="comment 2"
 date="2014-04-20T19:40:11Z"
 content="""
When I run that, I get:
[[!format sh \"\"\"
/system/bin/sh: /data/data/ga.androidterm/lib/lib.start.so: not found
\"\"\"]]

Which makes some sense, as the file is not there. The following files can be found under /data/data/ga.androidterm:
[[!format sh \"\"\"
/data/data/ga.androidterm/cache/com.android.renderscript.cache/ <- empty directory
/data/data/ga.androidterm/lib/libga-androidterm4.so
/data/data/ga.androidterm/shared_prefs/ga.androidterm_preferences.xml
\"\"\"]]

I tried running libga-androidterm4.so, but I just got Segmentation fault back.

I also tried using logcat to see if I could see anything obvious going wrong when running the app for the first time after installation, but I could not see anything obvious in the logs (there was a lot of noise, so I might of missed something), will anything useful appear with the use of a filter?
"""]]