Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.mobile.android > #56533

Re: From Windows, how can we open a command line on the Android filesystem?

From "R.Wieser" <address@not.available>
Newsgroups comp.mobile.android, alt.comp.os.windows-10, microsoft.public.windowsxp.general
Subject Re: From Windows, how can we open a command line on the Android filesystem?
Date 2018-10-12 08:11 +0200
Organization Aioe.org NNTP Server
Message-ID <pppdv3$fbm$1@gioia.aioe.org> (permalink)
References <ppo959$pq7$1@news.mixmin.net>

Cross-posted to 3 groups.

Show all headers | View raw


Arlen,

> How can we run a Windows command-line "dir" from Windows on Android?*

Simple answer ? Find yourself a program which talks to the Android API on 
one side, and accepts the word "DIR" as a command on the console side. 
Good luck with that.

Another easy way, but would take some effort on your behalf: you could also 
take those "Android Workarounds" steps and put them into a batchfile (or 
other kind of script language) and name it DIR.BAT (or similar).

-or-

You could learn how op use the Andriod API (in whatever programming language 
you like, scriptable or compilable) and write it yourself.

As for those "Installation URL", "Unique name", "Sub version" ?  How do you 
*now* get them ?   Probably not from those copied APKs.   But maybe that 
info is stored *inside* those APKs, and you only need to extract it from 
there.  The same here.  See if you can find yourself a programming language 
that can peer into those files to extract what you want/need.

Regards,
Rudy Wieser

P.s.
I would suggest you do not spend too much time on the first option.   Your 
request is too "niche", and the chance that such a program actually exists 
is low. *Especially* one which will also display that extra info you 
mentioned.

Back to comp.mobile.android | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

From Windows, how can we open a command line on the Android filesystem?  Arlen    Holder <a%rlenh.older@no.spam.net> - 2018-10-11 19:43 +0000
  Re: From Windows, how can we open a command line on the Android filesystem?  Arlen    Holder <a%rlenh.older@no.spam.net> - 2018-10-11 19:48 +0000
    Re: From Windows, how can we open a command line on the Android filesystem?  Arlen    Holder <a%rlenh.older@no.spam.net> - 2018-10-11 20:19 +0000
  Re: From Windows, how can we open a command line on the Android filesystem? "R.Wieser" <address@not.available> - 2018-10-12 08:11 +0200
    Re: From Windows, how can we open a command line on the Android filesystem?  Arlen    Holder <a%rlenh.older@no.spam.net> - 2018-10-12 13:50 +0000
      Re: From Windows, how can we open a command line on the Android filesystem? "R.Wieser" <address@not.available> - 2018-10-12 18:39 +0200
        Re: From Windows, how can we open a command line on the Android filesystem?  Arlen    Holder <a%rlenh.older@no.spam.net> - 2018-10-12 17:58 +0000
          Re: From Windows, how can we open a command line on the Android filesystem? joe <none@domain.invalid> - 2018-10-12 13:11 -0500
            Re: From Windows, how can we open a command line on the Android filesystem?  Arlen    Holder <a%rlenh.older@no.spam.net> - 2018-10-12 23:05 +0000
          Re: From Windows, how can we open a command line on the Android filesystem? Wolf K <wolfmac@sympatico.ca> - 2018-10-12 15:14 -0400
            Re: From Windows, how can we open a command line on the Android filesystem?  Arlen    Holder <a%rlenh.older@no.spam.net> - 2018-10-12 23:13 +0000
              Re: From Windows, how can we open a command line on the Android filesystem? Wolf K <wolfmac@sympatico.ca> - 2018-10-12 19:40 -0400
                Re: From Windows, how can we open a command line on the Android filesystem?  Arlen    Holder <a%rlenh.older@no.spam.net> - 2018-10-13 00:40 +0000
                Re: From Windows, how can we open a command line on the Android filesystem? Wolf K <wolfmac@sympatico.ca> - 2018-10-13 10:16 -0400
                Re: From Windows, how can we open a command line on the Android filesystem?  Arlen    Holder <a%rlenh.older@no.spam.net> - 2018-10-13 14:24 +0000
                Re: From Windows, how can we open a command line on the Android filesystem? Wolf K <wolfmac@sympatico.ca> - 2018-10-13 11:08 -0400
                Re: From Windows, how can we open a command line on the Android filesystem?  Arlen    Holder <a%rlenh.older@no.spam.net> - 2018-10-13 15:28 +0000
                Re: From Windows, how can we open a command line on the Android filesystem? Wolf K <wolfmac@sympatico.ca> - 2018-10-13 11:46 -0400
                Re: From Windows, how can we open a command line on the Android filesystem?  Arlen    Holder <a%rlenh.older@no.spam.net> - 2018-10-13 16:09 +0000
          Re: From Windows, how can we open a command line on the Android filesystem? "R.Wieser" <address@not.available> - 2018-10-12 23:15 +0200
            Re: From Windows, how can we open a command line on the Android filesystem?  Arlen    Holder <a%rlenh.older@no.spam.net> - 2018-10-12 23:17 +0000
              Re: From Windows, how can we open a command line on the Android filesystem? "R.Wieser" <address@not.available> - 2018-10-13 09:04 +0200
                Re: From Windows, how can we open a command line on the Android filesystem?  Arlen    Holder <a%rlenh.older@no.spam.net> - 2018-10-13 13:54 +0000
                Re: From Windows, how can we open a command line on the Android filesystem? Frank Slootweg <this@ddress.is.invalid> - 2018-10-13 14:32 +0000
                Re: From Windows, how can we open a command line on the Android filesystem?  Arlen    Holder <a%rlenh.older@no.spam.net> - 2018-10-13 15:25 +0000
                Re: From Windows, how can we open a command line on the Android filesystem? Frank Slootweg <this@ddress.is.invalid> - 2018-10-13 15:54 +0000
                Re: From Windows, how can we open a command line on the Android filesystem?  Arlen    Holder <a%rlenh.older@no.spam.net> - 2018-10-14 01:00 +0000
                Advice for Arlen Holder MikeS <MikeS@fred.com> - 2018-10-14 14:19 +0100
        Re: From Windows, how can we open a command line on the Android filesystem? Sam Hill <sam@example.com> - 2018-10-12 19:23 +0000
          Re: From Windows, how can we open a command line on the Android filesystem? "R.Wieser" <address@not.available> - 2018-10-12 23:33 +0200
            Re: From Windows, how can we open a command line on the Android filesystem? Ken Blake <Ken@invalid.news.com> - 2018-10-12 15:15 -0700
              Re: From Windows, how can we open a command line on the Android filesystem?  Arlen    Holder <a%rlenh.older@no.spam.net> - 2018-10-12 23:31 +0000
          Re: From Windows, how can we open a command line on the Android filesystem?  Arlen    Holder <a%rlenh.older@no.spam.net> - 2018-10-12 23:26 +0000
        Re: From Windows, how can we open a command line on the Android filesystem? Char Jackson <none@none.invalid> - 2018-10-12 15:50 -0500
          Re: From Windows, how can we open a command line on the Android filesystem?  Arlen    Holder <a%rlenh.older@no.spam.net> - 2018-10-13 00:47 +0000
            Re: From Windows, how can we open a command line on the Android filesystem? Danny DeVito <invalid@invalid.invalid> - 2018-10-12 20:59 -0400
              Re: From Windows, how can we open a command line on the Android filesystem?  Arlen    Holder <a%rlenh.older@no.spam.net> - 2018-10-13 02:08 +0000
                Re: From Windows, how can we open a command line on the Android filesystem? Danny DeVito <invalid@invalid.invalid> - 2018-10-12 22:30 -0400
                Re: From Windows, how can we open a command line on the Android filesystem?  Arlen    Holder <a%rlenh.older@no.spam.net> - 2018-10-13 02:38 +0000
                Re: From Windows, how can we open a command line on the Android filesystem? "R.Wieser" <address@not.available> - 2018-10-13 10:18 +0200
                Re: From Windows, how can we open a command line on the Android filesystem?  Arlen    Holder <a%rlenh.older@no.spam.net> - 2018-10-13 13:27 +0000
                Re: From Windows, how can we open a command line on the Android filesystem? "R.Wieser" <address@not.available> - 2018-10-13 18:11 +0200
                Re: From Windows, how can we open a command line on the Android filesystem?  Arlen    Holder <a%rlenh.older@no.spam.net> - 2018-10-13 16:28 +0000
                Re: From Windows, how can we open a command line on the Android filesystem? "R.Wieser" <address@not.available> - 2018-10-13 18:56 +0200
                Re: From Windows, how can we open a command line on the Android filesystem?  Arlen    Holder <a%rlenh.older@no.spam.net> - 2018-10-13 21:06 +0000
                Re: From Windows, how can we open a command line on the Android filesystem? "R.Wieser" <address@not.available> - 2018-10-14 00:13 +0200
                Re: From Windows, how can we open a command line on the Android filesystem?  Arlen    Holder <a%rlenh.older@no.spam.net> - 2018-10-13 23:43 +0000
                Re: From Windows, how can we open a command line on the Android filesystem? "R.Wieser" <address@not.available> - 2018-10-14 09:04 +0200
                Re: From Windows, how can we open a command line on the Android filesystem?  Arlen    Holder <a%rlenh.older@no.spam.net> - 2018-10-14 18:01 +0000
                Re: From Windows, how can we open a command line on the Android filesystem? "R.Wieser" <address@not.available> - 2018-10-14 21:56 +0200
            Re: From Windows, how can we open a command line on the Android filesystem? Char Jackson <none@none.invalid> - 2018-10-13 00:12 -0500
              Re: From Windows, how can we open a command line on the Android filesystem?  Arlen    Holder <a%rlenh.older@no.spam.net> - 2018-10-13 06:44 +0000
  Re: From Windows, how can we open a command line on the Android filesystem? Frank Slootweg <this@ddress.is.invalid> - 2018-10-12 10:28 +0000
    Re: From Windows, how can we open a command line on the Android filesystem? FredW <fredw@ninmule.invalid> - 2018-10-12 16:04 +0200
      Re: From Windows, how can we open a command line on the Android filesystem?  Arlen    Holder <a%rlenh.older@no.spam.net> - 2018-10-12 16:21 +0000
        Re: From Windows, how can we open a command line on the Android filesystem?  Arlen    Holder <a%rlenh.older@no.spam.net> - 2018-10-12 16:26 +0000
      Re: From Windows, how can we open a command line on the Android filesystem? Frank Slootweg <this@ddress.is.invalid> - 2018-10-13 09:37 +0000
        Re: From Windows, how can we open a command line on the Android filesystem?  Arlen    Holder <a%rlenh.older@no.spam.net> - 2018-10-13 13:43 +0000
          Re: From Windows, how can we open a command line on the Android filesystem? Frank Slootweg <this@ddress.is.invalid> - 2018-10-13 14:32 +0000
            Re: From Windows, how can we open a command line on the Android filesystem?  Arlen    Holder <a%rlenh.older@no.spam.net> - 2018-10-13 15:35 +0000
              Re: From Windows, how can we open a command line on the Android filesystem? Wolf K <wolfmac@sympatico.ca> - 2018-10-13 11:51 -0400
                Re: From Windows, how can we open a command line on the Android filesystem? Frank Slootweg <this@ddress.is.invalid> - 2018-10-13 16:08 +0000
                Re: From Windows, how can we open a command line on the Android filesystem?  Arlen    Holder <a%rlenh.older@no.spam.net> - 2018-10-13 16:20 +0000
                Re: From Windows, how can we open a command line on the Android filesystem? Frank Slootweg <this@ddress.is.invalid> - 2018-10-13 17:48 +0000
                Re: From Windows, how can we open a command line on the Android filesystem?  Arlen    Holder <a%rlenh.older@no.spam.net> - 2018-10-13 21:22 +0000
                Re: From Windows, how can we open a command line on the Android filesystem? Char Jackson <none@none.invalid> - 2018-10-13 20:42 -0500
                Re: From Windows, how can we open a command line on the Android filesystem?  Arlen    Holder <a%rlenh.older@no.spam.net> - 2018-10-24 10:28 +0000
                Re: From Windows, how can we open a command line on the Android filesystem? Frank Slootweg <this@ddress.is.invalid> - 2018-10-14 18:01 +0000
                Re: From Windows, how can we open a command line on the Android filesystem? Ken Blake <Ken@invalid.news.com> - 2018-10-14 16:49 -0700
                Re: From Windows, how can we open a command line on the Android filesystem? "R.Wieser" <address@not.available> - 2018-10-15 08:34 +0200
                Re: From Windows, how can we open a command line on the Android filesystem? Knarf Gewtools <this@ddress.is.invalid> - 2018-10-15 14:23 +0000
                Re: From Windows, how can we open a command line on the Android filesystem? Paul <nospam@needed.invalid> - 2018-10-15 13:28 -0400
                Re: From Windows, how can we open a command line on the Android filesystem? Knarf Gewtools Slootweg <this@ddress.is.invalid> - 2018-10-15 19:50 +0000
                [OT] HowTo: Ignore thread started by poster (was: From Windows, how can we open a command line on the Android filesystem?) Frank Slootweg <this@ddress.is.invalid> - 2018-10-17 17:58 +0000
                Re: [OT] HowTo: Ignore thread started by poster (was: From Windows, how can we open a command line on the Android filesystem?) Diesel <me@privacy.net> - 2018-11-05 06:42 +0000
                Re: From Windows, how can we open a command line on the Android filesystem? Char Jackson <none@none.invalid> - 2018-10-13 20:35 -0500
                Re: From Windows, how can we open a command line on the Android filesystem? Wolf K <wolfmac@sympatico.ca> - 2018-10-13 13:47 -0400
                Re: From Windows, how can we open a command line on the Android filesystem? Frank Slootweg <this@ddress.is.invalid> - 2018-10-13 18:09 +0000
                Re: From Windows, how can we open a command line on the Android filesystem? Wolf K <wolfmac@sympatico.ca> - 2018-10-13 14:32 -0400
                Re: From Windows, how can we open a command line on the Android filesystem? Frank Slootweg <this@ddress.is.invalid> - 2018-10-13 18:49 +0000
                Re: From Windows, how can we open a command line on the Android filesystem? Wolf K <wolfmac@sympatico.ca> - 2018-10-13 16:20 -0400
                Re: From Windows, how can we open a command line on the Android filesystem?  Arlen    Holder <a%rlenh.older@no.spam.net> - 2018-10-13 23:29 +0000
                Re: From Windows, how can we open a command line on the Android filesystem? Frank Slootweg <this@ddress.is.invalid> - 2018-10-14 17:50 +0000
                Re: From Windows, how can we open a command line on the Android filesystem? Wolf K <wolfmac@sympatico.ca> - 2018-10-14 23:54 -0400
    Re: From Windows, how can we open a command line on the Android filesystem?  Arlen    Holder <a%rlenh.older@no.spam.net> - 2018-10-13 01:58 +0000
      Re: From Windows, how can we open a command line on the Android filesystem?  Arlen    Holder <a%rlenh.older@no.spam.net> - 2018-10-13 03:27 +0000
        Re: From Windows, how can we open a command line on the Android filesystem?  Arlen    Holder <a%rlenh.older@no.spam.net> - 2018-10-13 04:44 +0000
        Re: From Windows, how can we open a command line on the Android filesystem? Frank Slootweg <this@ddress.is.invalid> - 2018-10-13 10:07 +0000
          Re: From Windows, how can we open a command line on the Android filesystem?  Arlen    Holder <a%rlenh.older@no.spam.net> - 2018-10-13 13:53 +0000
            Re: From Windows, how can we open a command line on the Android filesystem?  Arlen    Holder <a%rlenh.older@no.spam.net> - 2018-10-13 14:20 +0000
      Re: From Windows, how can we open a command line on the Android filesystem? "R.Wieser" <address@not.available> - 2018-10-13 10:02 +0200
        Re: From Windows, how can we open a command line on the Android filesystem? Frank Slootweg <this@ddress.is.invalid> - 2018-10-13 10:01 +0000
          Re: From Windows, how can we open a command line on the Android filesystem?  Arlen    Holder <a%rlenh.older@no.spam.net> - 2018-10-13 13:36 +0000
        Re: From Windows, how can we open a command line on the Android filesystem?  Arlen    Holder <a%rlenh.older@no.spam.net> - 2018-10-13 13:27 +0000
  Re: From Windows, how can we open a command line on the Android filesystem?  Arlen    Holder <a%rlenh.older@no.spam.net> - 2018-10-14 01:30 +0000
    Re: From Windows, how can we open a command line on the Android filesystem?  Arlen    Holder <a%rlenh.older@no.spam.net> - 2018-10-16 00:19 +0000
      Re: From Windows, how can we open a command line on the Android filesystem? Frank Slootweg <this@ddress.is.invalid> - 2018-10-16 12:26 +0000
        Re: From Windows, how can we open a command line on the Android filesystem?  Arlen    Holder <a%rlenh.older@no.spam.net> - 2018-10-16 14:00 +0000
  Re: From Windows, how can we open a command line on the Android filesystem?  Arlen    Holder <a%rlenh.older@no.spam.net> - 2018-10-19 23:38 +0000
    Re: From Windows, how can we open a command line on the Android filesystem? Frank Slootweg <this@ddress.is.invalid> - 2018-10-20 14:37 +0000
      Re: From Windows, how can we open a command line on the Android filesystem?  Arlen    Holder <a%rlenh.older@no.spam.net> - 2018-10-21 20:26 +0000
        Re: From Windows, how can we open a command line on the Android filesystem?  Arlen    Holder <a%rlenh.older@no.spam.net> - 2018-10-22 19:54 +0000
  Re: From Windows, how can we open a command line on the Android filesystem?  Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-02 15:15 +0000

csiph-web