android-scripting Questions

23

Solved

We are working on an S60 version and this platform has a nice Python API.. However, there is nothing official about Python on Android, but since Jython exists, is there a way to let the snak...
Lise asked 19/9, 2008 at 13:21

1

My Requirement is : App A will Run shell script(myshellscript.sh) that is already in "system/bin" location and shell script will install App B that is stored in "sdcard/Download" location and...
Leaves asked 6/12, 2017 at 7:13

2

Can someone point me to a tutorial on using the android scripting enviornment? I've seen plenty of tutorials on how to write python code using the android API especially from http://code.goog...
Farsighted asked 28/9, 2010 at 23:10

5

Here's my Python script written using android-scripting: import android, time droid = android.Android() interval = 1 # every 1 minute while True: # define your own vibrate pattern here droid.v...
Pyrrhuloxia asked 16/1, 2010 at 6:8

4

Solved

I'm trying to develop a simple app using Android Scripting and Python. Now, I have a phone number, and I want to find out which contact has that number. I can do a contactsGet() and search for nu...
Lille asked 15/5, 2011 at 16:56

2

I want to install a python package from source on android. Is this possible? I tried in the console to run the py install files, but distutils (.core, ccompiler) isn't being found. Is it possible t...
Cadmium asked 29/4, 2010 at 0:7

1

Solved

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...
Odetteodeum asked 10/2, 2010 at 0:44

1

Given that scripting is not natively supported in Android and wrapping libraries like javax.script.ScriptEngine into your app will make it too large, is it possible to send a javascript string to a...
Escuage asked 1/12, 2009 at 15:59
1

© 2022 - 2024 — McMap. All rights reserved.