Coder Social home page Coder Social logo

Comments (6)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
That sounds reasonable. I'll keep that in mind while I make the languages 
installable
separately.

Original comment by [email protected] on 16 Jun 2009 at 10:37

  • Changed state: Accepted

from android-scripting.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
I wrote some details on how to use ASE with python running in debian on the 
device:
http://forum.xda-developers.com/showthread.php?p=3957997#post3957997

Original comment by [email protected] on 16 Jun 2009 at 3:22

from android-scripting.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
I'm renaming this because I think the interesting bit here is allowing the 
proxy to be 
run by itself as a service (interpreters are already installable separately). 
There are 
limitations involved with that (startActivity is not available to services), 
but it's 
probably still useful in general and there may be ways around the limitations.

Original comment by [email protected] on 10 Oct 2009 at 10:41

  • Changed title: ASE Facade as Service
  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

from android-scripting.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
Issue 116 has been merged into this issue.

Original comment by [email protected] on 10 Oct 2009 at 10:41

from android-scripting.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
Just checked in support for ASE Network Service.

Original comment by [email protected] on 20 Oct 2009 at 5:07

  • Changed state: Fixed

from android-scripting.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
I altered my install to allow for
  my $droid = Android->new('port'=>'43773');
or 
  my $droid = Android->new('trace'=>'1');

--- old.android.pm      2009-11-12 01:56:18.000000000 +0000
+++ Android.pm  2009-11-12 01:56:01.000000000 +0000
@@ -74,8 +74,9 @@

 sub new {
     my $class = shift;
-    if (@_) {
-        print STDERR "$0: client: new() expected no arguments, got @_\n";
+    my %args=@_;
+    foreach('port','trace') {
+      $Opt{$_}=$args{$_} if ($args{$_});
     }
     my $fh = IO::Socket::INET->new(Proto    => 'tcp',

Original comment by atomicdryad on 12 Nov 2009 at 1:58

from android-scripting.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.