Tagged Questions
321
votes
15answers
112k views
Is there any way to run Python on Android?
I like the Android platform. Actually, with some friends, we even participate to the ADC with the Spoxt project.
But Java is not my favourite language at all. We are working on a S60 version and this ...
5
votes
1answer
725 views
Can I port my existing python apps on ASE?
I learned that the Android Scripting Environment (ASE) supports python code. Can I take my existing python programs and run them on android?
Apart from the GUI, what else will I need to adapt? How ...
3
votes
1answer
591 views
android python full integration
Is there a way to fully integrate Python with Java code on Android platform?
Yes, I saw the question about running Python on Android and Android Scripting Environment (ASE).
But that doesn't seem to ...
3
votes
3answers
545 views
Importing Python modules without installing - Sybase ASE
I need to use the Sybase Python module but our SA's won't install because it's not in the repo's. I've downloaded it and placed it on the box and would just like to 'import' or 'include' the module ...
2
votes
1answer
524 views
android python scripting: GUI?
Are there basic GUI functions in SL4A? I'd like to run a python program on Android and would need a listbox and simple dialogs (display info and get input).
There seem to be simple dialogs, but I ...
2
votes
2answers
263 views
Terminating android ASE shell from within the script
I'm using android scripting environment with python (ASE), and I'd like to terminate the shell executing the script when the script terminates.
Is there a good way to do this?
I have tried executing ...
2
votes
3answers
267 views
Feedback on using ASE on Android?
Has anyone made use of ASE (Android scripting enviroment) for anything other than proof of concept apps?
What are the major limitations?
Any feedback would be great.
1
vote
1answer
122 views
How to get a Device Specific UID using Python in ASE on Android?
I am working on am Android Scripting Environment (ASE) script in Python to replicate an iPhone app.
I need a device UID of some sort. My thoughts where a salted MD5 hash of the MAC address or device ...
1
vote
1answer
553 views
How can I interact with the android scripting environment from an android app?
I'd like to use python scripts as plugins for an app I'm developing. This seems to be possible by interacting with android-scripting-environment (ASE), as is done by Locale, but I haven't found any ...