On Wed, Apr 11, 2012 at 10:32:30AM -0700, Mike Adams wrote:

> Initially it seemed we just wouldn't distribute on market and distribute it
> ourselves, but some it seems might not have the ability to install non
> market apps.

The individuals may not know how if their device doesn't directly support
it, but that doesn't stop it from happening....  All you need is someone
who knows how (and if there are multiple locations, someone at each
location).  That, or you just put out some really good instructions.

Here's how:

1) Connect the device to a computer (with the SDK installed.  I can't
   remember off-hand whether USB Debugging has to be enabled or not, but
   you might need to try one way or the other.

2) From the PC (command line), run the following (assuming adb is in your
   path---if not, either add it or use the full path to adb, e.g, for my
   laptop, c:/android/android-sdk/platform-tools/adb):

      $ adb install -r app.apk

And that should do it.  Back when I needed to do this, before Motorola
finally released an "app" of sorts that sets the phone to allow 3rd party
apps, I set up an alias in zsh:

   alias adbinstall='c:/android/android-sdk/platform-toos/adb install -r'

So all I had to do was:  $ adbinstall foo.apk

Later,
   --jim

-- 
THE SCORE:  ME:  2  CANCER:  0
73 DE N5IAL (/4)        | DMR: So fsck was originally called
[email protected]    |      something else.
< Running FreeBSD 7.0 > | Q:   What was it called?
ICBM / Hurricane:       | DMR: Well, the second letter was different.
   30.44406N 86.59909W  |    -- Dennis M. Ritchie, Usenix, June 1998.

Android Apps Listing at http://www.jstrack.org/barcodes.html

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to