Ask Your Question
2

Running a SAGE based script on Android Phone

asked 2010-10-08 03:35:26 +0200

frododrumsolo gravatar image

updated 2015-01-13 21:33:47 +0200

FrédéricC gravatar image

Hello, Can I write a script in Python for use on an Android phone that uses a library or module in SAGE? Do I, can I, install SAGE onto an Android phone? Is there a way to compile/transform the SAGE dependent part of the code into a file that can be included in a Python script on the Android phone? In other words, can SAGE be used on an Android phone? If so, how? What would the implementation look like Thanks, Kyle

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
0

answered 2010-10-08 04:28:14 +0200

niles gravatar image

Sage has been successfully compiled on the Android G1, but I don't think it was really usable. In any case, here's a blog post with link to the announcement on sage-devel:

Sage on Android

A related question you might be thinking of is whether Sage can be separated into smaller pieces which can be run independently on phones; I don't know whether there's been any effort in that direction, but the archives of sage-devel might contain information about that.

And finally, let me point out that you can always connect to sagenb.org and run any notebook code you write!

edit flag offensive delete link more

Comments

This link you provided is not about running sage on Android Operating system . From the link, the author installed debian ARM on his phone, which is sold with android OS installed, so he is using an android phone with no android OS on it , and simple calls it Android . so it is more likely that sage can run on arm processors or not. Android is different from debian, as debian is a full linux distro with full libraries. In fact installing sage on ARM processor generally is now more possible as this link points to 100MB RAM phone. while now ARM have 2GB phones and tablets with quad core processors. Sage math is now provided in dev channel for arm processors but regular linux distros. Some effort about android sage is https://groups.google.com/forum/?fromgroups=#!searchin/sage-devel/android/

Muhammad Annaqeeb gravatar imageMuhammad Annaqeeb ( 2013-04-15 02:11:13 +0200 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2010-10-08 03:35:26 +0200

Seen: 2,534 times

Last updated: Jan 13 '15