From 2df80471771ebae01095248eb37b98ea47661719 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 22 Nov 2013 12:52:05 -0400 Subject: move --- doc/bugs/Not_working_on_Android-x86.mdwn | 17 ----------------- ...omment_1_5eec4d7530c9df68f1bd1b1ca7021ef5._comment | 14 -------------- doc/todo/Not_working_on_Android-x86.mdwn | 19 +++++++++++++++++++ ...omment_1_5eec4d7530c9df68f1bd1b1ca7021ef5._comment | 14 ++++++++++++++ 4 files changed, 33 insertions(+), 31 deletions(-) delete mode 100644 doc/bugs/Not_working_on_Android-x86.mdwn delete mode 100644 doc/bugs/Not_working_on_Android-x86/comment_1_5eec4d7530c9df68f1bd1b1ca7021ef5._comment create mode 100644 doc/todo/Not_working_on_Android-x86.mdwn create mode 100644 doc/todo/Not_working_on_Android-x86/comment_1_5eec4d7530c9df68f1bd1b1ca7021ef5._comment (limited to 'doc') diff --git a/doc/bugs/Not_working_on_Android-x86.mdwn b/doc/bugs/Not_working_on_Android-x86.mdwn deleted file mode 100644 index 09143198a..000000000 --- a/doc/bugs/Not_working_on_Android-x86.mdwn +++ /dev/null @@ -1,17 +0,0 @@ -### Please describe the problem. - -git-annex doesn't start on [Android-x86](http://www.android-x86.org) in VirtualBox (version 4.1.18-dfsg-2+deb7u1). - -On Android 4.2.2 (android-x86-4.2-20130228.iso) it starts the terminal which prints nothing but `[Terminal session finished]`. -On Android 4.3 (android-x86-4.3-20130725.iso) it starts the terminal and prints: - - In mgmain JNI_OnLoad - - [Terminal session finished] - -The browser/webapp is never started. - -### What version of git-annex are you using? On what operating system? - -Version 1.0.52 for Android. I made sure to install the correct APK files for each version of Android. - diff --git a/doc/bugs/Not_working_on_Android-x86/comment_1_5eec4d7530c9df68f1bd1b1ca7021ef5._comment b/doc/bugs/Not_working_on_Android-x86/comment_1_5eec4d7530c9df68f1bd1b1ca7021ef5._comment deleted file mode 100644 index 4bcca0ab4..000000000 --- a/doc/bugs/Not_working_on_Android-x86/comment_1_5eec4d7530c9df68f1bd1b1ca7021ef5._comment +++ /dev/null @@ -1,14 +0,0 @@ -[[!comment format=mdwn - username="http://joeyh.name/" - ip="209.250.56.64" - subject="comment 1" - date="2013-11-22T16:37:36Z" - content=""" -git-annex is a native binary, and is currently only being built for arm android. - -Is Android on x86 a thing used on real-world hardware? I have only seen it in the context of a developer's test environment. - -The instructions for building git-annex from source for Android should work on x86. The ghc-android build would need to be tweaked to build a cross compiler targeting that architecture. This can be done by editing settings near the top of ghc-android's `build.sh`. - -I am going to move this from bugs/ to todo/ after posting this comment, because it is certiantly not a bug, but a wishlist item at best. -"""]] diff --git a/doc/todo/Not_working_on_Android-x86.mdwn b/doc/todo/Not_working_on_Android-x86.mdwn new file mode 100644 index 000000000..56f2ce962 --- /dev/null +++ b/doc/todo/Not_working_on_Android-x86.mdwn @@ -0,0 +1,19 @@ +[[!meta title="Android is only autobuilt for arm, not x86 or mips"]] + +### Please describe the problem. + +git-annex doesn't start on [Android-x86](http://www.android-x86.org) in VirtualBox (version 4.1.18-dfsg-2+deb7u1). + +On Android 4.2.2 (android-x86-4.2-20130228.iso) it starts the terminal which prints nothing but `[Terminal session finished]`. +On Android 4.3 (android-x86-4.3-20130725.iso) it starts the terminal and prints: + + In mgmain JNI_OnLoad + + [Terminal session finished] + +The browser/webapp is never started. + +### What version of git-annex are you using? On what operating system? + +Version 1.0.52 for Android. I made sure to install the correct APK files for each version of Android. + diff --git a/doc/todo/Not_working_on_Android-x86/comment_1_5eec4d7530c9df68f1bd1b1ca7021ef5._comment b/doc/todo/Not_working_on_Android-x86/comment_1_5eec4d7530c9df68f1bd1b1ca7021ef5._comment new file mode 100644 index 000000000..4bcca0ab4 --- /dev/null +++ b/doc/todo/Not_working_on_Android-x86/comment_1_5eec4d7530c9df68f1bd1b1ca7021ef5._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.64" + subject="comment 1" + date="2013-11-22T16:37:36Z" + content=""" +git-annex is a native binary, and is currently only being built for arm android. + +Is Android on x86 a thing used on real-world hardware? I have only seen it in the context of a developer's test environment. + +The instructions for building git-annex from source for Android should work on x86. The ghc-android build would need to be tweaked to build a cross compiler targeting that architecture. This can be done by editing settings near the top of ghc-android's `build.sh`. + +I am going to move this from bugs/ to todo/ after posting this comment, because it is certiantly not a bug, but a wishlist item at best. +"""]] -- cgit v1.2.3