Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7756973
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T12:57:43+00:00 2026-06-01T12:57:43+00:00

I am aware that you can ‘remotely’ script android using port forwarding, using the

  • 0

I am aware that you can ‘remotely’ script android using port forwarding, using the following:

adb forward tcp:9999 tcp:<android port no>
export AP_PORT=9999

and then in python2.6:

Python 2.6.1 (r261:67515, Jul  7 2009, 23:51:51) 
[GCC 4.2.1 (Apple Inc. build 5646)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import android
>>> droid = android.Android()
>>> droid.makeToast("this works")
Result(id=0, result=None, error=None)

this works fine, but then I thought about trying it with VIM (macVim). the idea being that I could use:

map <buffer> <S-e> :w<CR>:!/usr/bin/python2.6 % <CR>

in my .vimrc to run the code I am editing. This works fine for testing python scripts on the mac. But when trying it with the android I get the following if i try the run this (saved as and.py):

import android
droid = android.Android()
droid.makeToadt("hihi")


:!/usr/bin/python2.6 and.py
Traceback (most recent call last):
  File "and.py", line 2, in <module>
    droid = android.Android()
  File "/Library/Python/2.6/site-packages/android.py", line 34, in __init__
    self.conn = socket.create_connection(addr)
  File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/socket.py", line 498, in create_connection
    for res in getaddrinfo(host, port, 0, SOCK_STREAM):
socket.gaierror: [Errno 8] nodename nor servname provided, or not known

I am presuming that the export AP_PORT=9999 is not ‘visible’ to vim as the problem seems to be in creating the self.conn . any ideas? Does anyone use this approach?

I am not using the emulator as my computer is toooooo slow.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T12:57:45+00:00Added an answer on June 1, 2026 at 12:57 pm

    You need to set the environment variable in vim’s environment. Use:

    :let $AP_PORT=9999
    

    to set it – this will be inherited by the python sub-process you’re spawning.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am aware that you can lock an object in c# using lock but
I am aware that I can access all external links on a page using
I'm aware that I can check an ActiveRecord through the rails console but it
I'm aware that you can do this: public ActionResult DoSomething([Bind(Exclude = CreationDate)] Item item)
I am aware that you can probably build a lower version of .NET, but
I am aware that you can generate create scripts to generate database objects, but
I'm aware that I can <exec executable=cp failonerror=true> , however, I'd really rather have
I'm fully aware that set division can be accomplished through a series of other
I'm aware that in Vim I can often repeat a command by simply adding
I'm aware that there is a Cross site forgery attack that can be performed

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.