File: Default_startup_command.mdwn

package info (click to toggle)
git-annex 6.20170101-1%2Bdeb9u2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 50,088 kB
  • sloc: haskell: 53,116; sh: 1,582; ansic: 341; makefile: 292; perl: 144
file content (29 lines) | stat: -rw-r--r-- 966 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[[!meta title="Android Default startup command"]]

### Please describe the problem.
On a CM11 4.4.4 install, the startup will fail with the default startup command "git annex webapp".
The error message shown is:  
```
Falling back to hardcoded app location; cannot find expected files in /data/app-lib
git annex webapp
```

However, using "git-annex webapp", git-annex will run fine.

### What steps will reproduce the problem?

Launch the beta or nightly build for 4.3 and 4.4, wait for error message

### What version of git-annex are you using? On what operating system?

Version "current" as of 2014-11-15 and also version "nightly build" as of 2014-11-15 on Android 4.4.4 CM11, device: Oppo Find 7a

### Please provide any additional information below.

[[!format sh """
# If you can, paste a complete transcript of the problem occurring here.
# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log


# End of transcript or log.
"""]]