jkgooch / androidscreencast

Automatically exported from code.google.com/p/androidscreencast
0 stars 0 forks source link

Question about Single Click Execution #30

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I often connect - disconnect - connect my droid while I'm at the office.
I have found that I need to execute the adb devices command before I run
the androidscreencast java file.

I created a bat file so I could just click on a single file and have it all
run:

c:\droid\tools\adb.exe devices
c:\droid\tools\adroidscreencast.jnlp

Problem is...it doesn't seem to run the jnlp file...nothing comes up.

Anyone give me a hint at how to get it all to run with a single click?

thanks,
Matt

Original issue reported on code.google.com by suderm...@gmail.com on 21 Jan 2010 at 10:53

GoogleCodeExporter commented 8 years ago
Never mind....I'm such a dork.

c:\droid\tools\adb.exe devices
c:\droid\tools\a N droidscreencast.jnlp

I forgot the N

this works great as a bat file...single click execution
c:\droid\tools\adb.exe devices
c:\droid\tools\androidscreencast.jnlp

Original comment by suderm...@gmail.com on 25 Jan 2010 at 5:26

GoogleCodeExporter commented 8 years ago

Original comment by thiel.al...@gmail.com on 26 Jan 2010 at 4:44