summaryrefslogtreecommitdiff
path: root/standalone/android/runshell
Commit message (Collapse)AuthorAge
* android: Run busybox install with -s, since some versions of Android ↵Gravatar Joey Hess2014-05-23
| | | | prohibit making hard links.
* Standalone builds now check gpg signatures before upgrading.Gravatar Joey Hess2014-04-23
|
* Android: Work around Android devices where the `am` command doesn't work.Gravatar Joey Hess2013-05-31
|
* Android app: Avoid using hard links to app's lib directory, which is ↵Gravatar Joey Hess2013-05-23
| | | | | | | sometimes on a different filesystem than the data directory. Assumes symlinks work on all android. If not, this would need to be adapted to try both. This worked for me.
* work around git/environment/gecos/android suckGravatar Joey Hess2013-05-03
| | | | | | | I don't know why, but I can't seem to set the environment variables inside git-annex to work around the git error caused by android's crappy username and hostname settings. This workaround works, and that's all that's good about it.
* fix setup of runshell wrapper wrapperGravatar Joey Hess2013-05-03
|
* better webapp startup, using the terminal app's default command configGravatar Joey Hess2013-05-03
| | | | | | | | This allows the user to turn it off easily, or only start the assistant and not the webapp. I was not able to determine why having runshell run the webapp segfaulted. Strace was not helpful. Oh well, this is better anyway.
* set TMPDIRGravatar Joey Hess2013-05-03
|
* fixesGravatar Joey Hess2013-05-03
|
* work around weird behavior when starting webapp not in shellGravatar Joey Hess2013-05-03
| | | | | It seems to need nohup, or it segfaults on startup. I suspect the problem is the command that opens the web browser.
* ensure HOME existsGravatar Joey Hess2013-05-03
| | | | | The SD card could be replaced, or it got deleted some other way. Still let git-annex start, and ensure anything that wants to write to HOME can.
* improved runshell startGravatar Joey Hess2013-05-03
| | | | | Start webapp in nohup so it doesn't close when window is closed and so it doesn't output stuff over the shell prompt.
* run webapp on startupGravatar Joey Hess2013-05-02
|
* add a runshell script to the top of the app directoryGravatar Joey Hess2013-05-02
| | | | | This is mostly useful when you have adb with root access, to easily start the git-annex environment in there.
* fix android app upgrade hangGravatar Joey Hess2013-02-28
| | | | rm was blocked waiting for input
* fix 2 bugs in android runshellGravatar Joey Hess2013-02-28
|
* autostart assistantGravatar Joey Hess2013-02-26
|
* run system shell for interactive shellGravatar Joey Hess2013-02-24
| | | | This way PS1 settings etc work.
* Explicitly run every command as a busybox appGravatar Joey Hess2013-02-24
| | | | Seems that CONFIG_FEATURE_SH_STANDALONE is not working.
* use C shim to start Android appGravatar Joey Hess2013-02-24
| | | | | | | | | | | | | This should avoid relying on features of the Android builtin shell, and so hopefully avoid failures like this one http://git-annex.branchable.com/design/assistant/blog/day_197__template_haskell/#comment-07f90830f78f6495dcbdf90eb8636129 The C shim sets up busybox, and uses its builtin shell to run runshell. It's important that busybox be configured with CONFIG_FEATURE_SH_STANDALONE, so that while runshell is running, it does not rely on either system utilities, or busybox being already installed.
* remove pause after runGravatar Joey Hess2013-02-23
| | | | Terminal is configured to pause too.
* typoGravatar Joey Hess2013-02-23
|
* try to be more robust and allow the user to see most types of failureGravatar Joey Hess2013-02-23
|
* fixesGravatar Joey Hess2013-02-22
|
* typoGravatar Joey Hess2013-02-22
|
* fixesGravatar Joey Hess2013-02-22
|
* make upgrades workGravatar Joey Hess2013-02-22
| | | | Add a lib.version.so and when it's different, re-install.
* start in HOMEGravatar Joey Hess2013-02-21
|
* forgot to install sshGravatar Joey Hess2013-02-21
|
* build an apk containing git-annex and a terminal emulatorGravatar Joey Hess2013-02-21
|
* shorter directory to external ssh socketGravatar Joey Hess2013-02-19
| | | | Before it was too long to be used.
* Android: Support ssh connection caching.Gravatar Joey Hess2013-02-19
|
* tweak android runshell after testingGravatar Joey Hess2013-02-13
|
* runshell for AndroidGravatar Joey Hess2013-02-13