aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/Android__58___Several_error_messages___47___warnings
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-03-12 12:57:18 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-03-12 12:57:18 -0400
commitca10c06819aacc50d4423836ce51fc4486803789 (patch)
treee96072aef36f12d28d715fd4b7396d3fea4eef4c /doc/bugs/Android__58___Several_error_messages___47___warnings
parent024dd384140b25f69defd762e41fd5e4af4f3567 (diff)
rename files containing :
This is mostly to let the repo check out on windows w/o using cygwin's git. But, bash completion is also crap with : , so ..
Diffstat (limited to 'doc/bugs/Android__58___Several_error_messages___47___warnings')
-rw-r--r--doc/bugs/Android__58___Several_error_messages___47___warnings/comment_1_85da61d3dfb528fef17366effe123ff5._comment16
-rw-r--r--doc/bugs/Android__58___Several_error_messages___47___warnings/comment_2_97ddaba23e91a903f69cf00931627444._comment21
-rw-r--r--doc/bugs/Android__58___Several_error_messages___47___warnings/comment_3_b4ea7ff7deb9626a02dfd0eb459f22a2._comment12
-rw-r--r--doc/bugs/Android__58___Several_error_messages___47___warnings/comment_4_5edddd7e90b8f11c52a44abfb891ce25._comment20
-rw-r--r--doc/bugs/Android__58___Several_error_messages___47___warnings/comment_4_b38b675a2862d527fad28b7477f7ddde._comment8
5 files changed, 77 insertions, 0 deletions
diff --git a/doc/bugs/Android__58___Several_error_messages___47___warnings/comment_1_85da61d3dfb528fef17366effe123ff5._comment b/doc/bugs/Android__58___Several_error_messages___47___warnings/comment_1_85da61d3dfb528fef17366effe123ff5._comment
new file mode 100644
index 000000000..92a19534a
--- /dev/null
+++ b/doc/bugs/Android__58___Several_error_messages___47___warnings/comment_1_85da61d3dfb528fef17366effe123ff5._comment
@@ -0,0 +1,16 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2015-09-29T15:27:20Z"
+ content="""
+I don't think that the warning about text relocations is a significant
+source of memory usage.
+
+It would probably help if you can get some memory use value for git-annex
+while it's running, and for chrome after it's loaded the git-annex webapp.
+These are two separate uses of memory, and it's not clear which one is
+actually using up too much of your memory.
+
+I've run git-annex on android systems that are smaller than 512 mb, and
+generally the assistant only uses a few MB of memory on other platforms.
+"""]]
diff --git a/doc/bugs/Android__58___Several_error_messages___47___warnings/comment_2_97ddaba23e91a903f69cf00931627444._comment b/doc/bugs/Android__58___Several_error_messages___47___warnings/comment_2_97ddaba23e91a903f69cf00931627444._comment
new file mode 100644
index 000000000..22aacf306
--- /dev/null
+++ b/doc/bugs/Android__58___Several_error_messages___47___warnings/comment_2_97ddaba23e91a903f69cf00931627444._comment
@@ -0,0 +1,21 @@
+[[!comment format=mdwn
+ username="dah"
+ subject="comment 2"
+ date="2015-10-04T18:25:29Z"
+ content="""
+I think the CPU of my phone is not good enough to be usable with a web browser on my phone.
+
+I can use Git Annex without the WebApp without phone stability problems. But if I start the WebApp then nothing works (it seems 100% of my CPU is used - but it could also be that the CPU monitor app did freeze).
+
+Websites like Google and Wikipedia work without problems but I had another website that made my phone unusable and forced me to restart my phone.
+
+I think therefore my phone is the problem and not Git Annex.
+
+So, the best way for me to use Git Annex on my phone is probably the cammand line interface.
+
+Besides the text relocations warning there was another message that said \"Falling back to hardcoded app location: cannot find expected files in $path\".
+
+Is this a problem or does everything work properly?
+
+
+"""]]
diff --git a/doc/bugs/Android__58___Several_error_messages___47___warnings/comment_3_b4ea7ff7deb9626a02dfd0eb459f22a2._comment b/doc/bugs/Android__58___Several_error_messages___47___warnings/comment_3_b4ea7ff7deb9626a02dfd0eb459f22a2._comment
new file mode 100644
index 000000000..f63f93d14
--- /dev/null
+++ b/doc/bugs/Android__58___Several_error_messages___47___warnings/comment_3_b4ea7ff7deb9626a02dfd0eb459f22a2._comment
@@ -0,0 +1,12 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 3"""
+ date="2015-10-04T19:27:18Z"
+ content="""
+Note that you can close the web browser and the git-annex assistant can
+still be running, and doing its thing. This might be a viable alternative
+to using the command line manually for you.
+
+The message about hardcoded app location isn't a problem if git-annex
+works.
+"""]]
diff --git a/doc/bugs/Android__58___Several_error_messages___47___warnings/comment_4_5edddd7e90b8f11c52a44abfb891ce25._comment b/doc/bugs/Android__58___Several_error_messages___47___warnings/comment_4_5edddd7e90b8f11c52a44abfb891ce25._comment
new file mode 100644
index 000000000..976ead689
--- /dev/null
+++ b/doc/bugs/Android__58___Several_error_messages___47___warnings/comment_4_5edddd7e90b8f11c52a44abfb891ce25._comment
@@ -0,0 +1,20 @@
+[[!comment format=mdwn
+ username="dah"
+ subject="comment 4"
+ date="2015-10-10T19:02:56Z"
+ content="""
+
+But how would I configure git-annex assistant in this case?
+
+My plan was to somehow add the information about the repos etc. using the command line interface and then just start the assistant using 'git annex assistant --autostart' as the terminal startup command.
+
+Would that work?
+
+By the way, is there any documentation about how to use the assistant without the web interface?
+
+I could only find information about how to configure the assistant using the web app.
+
+Thanks for your help!
+
+
+"""]]
diff --git a/doc/bugs/Android__58___Several_error_messages___47___warnings/comment_4_b38b675a2862d527fad28b7477f7ddde._comment b/doc/bugs/Android__58___Several_error_messages___47___warnings/comment_4_b38b675a2862d527fad28b7477f7ddde._comment
new file mode 100644
index 000000000..81e0c0fa0
--- /dev/null
+++ b/doc/bugs/Android__58___Several_error_messages___47___warnings/comment_4_b38b675a2862d527fad28b7477f7ddde._comment
@@ -0,0 +1,8 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 4"""
+ date="2015-10-12T17:15:30Z"
+ content="""
+The assistant will use whatever git remotes and git-annex configuration is
+present in the repository when it's started up.
+"""]]