The Android Scripting Environment allows you to edit and execute scripts and interactive interpreters directly on an Android device. For Sybase Adaptive Server Enterprise, use [sybase-ase]
1
vote
0answers
30 views
Sybase ASE - INSERT INTO statment i stored procedure, problems in formating string
I have following problem formatting the @p_f_field variable correct, I get the error:
Could not execute statement.
Incorrect syntax near ‘+’
Sybase error code=102, SQLState=”42000”
Severity Level=15, ...
0
votes
1answer
76 views
how to convert image type to varchar sybase
after some time i landed in sybase (ASE 15.. to be specific) world and i am bit terrified over time
missing functions and functionality i know from sql server makes me feel like i am in early 90'
to ...
0
votes
1answer
127 views
Difference in executing Javascript using Rhino and ASE
what is the difference between executing JS with Rhino and executing with ASE(Android Scripting Environment)? Can anyone help me in this? Thanks in advance!
Code snippet executed with Rhino:
bar();
...
0
votes
1answer
110 views
Executing Python/Ruby script in Android using eclipse
I want to execute Python/ Ruby/ Javascript scripts in an Android project. I need to develop using eclipse. I saw about SL4A. Could someone guide me how to do this? Thanks!
0
votes
1answer
86 views
How to use scanBarcode() from ASE in Java (without ASE)?
I want to use this barcode scanner from ASE in normal Android application, without using or installing ASE. How can I do this?
UPDATE:
I do not want use ZXing's Barcode Scanner because of permission ...
7
votes
2answers
6k 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 ...
5
votes
1answer
288 views
Is ASE mature enough to start developing android apps?
I've been checking out the Android Scripting Environment, it looks rather promising. But is it a viable option to make a marketable app in? It seems like the customer would have to download ASE and ...
5
votes
1answer
927 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 ...
2
votes
0answers
409 views
Can we use android scripting environment for functional test automation?
I want to automate some of my functional test cases on android , can I use Android scripting environment and use Python / Perl to automate my functional test cases?
Thanks
AD
2
votes
2answers
302 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 ...
3
votes
2answers
300 views
Is it possible to use Android scripts created with ASE as typical application for Android (e.g. written in Java)?
I am very very new to Android. I was encouraged to take a closer look at Android when I heard about possbility to write applications on Android in scripting languages like Python. This sounds great ...
2
votes
3answers
319 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
155 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 ...
5
votes
1answer
826 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 ...
1
vote
1answer
651 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 ...
636
votes
19answers
176k 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 ...