is this a reasonable way to install apk?

5 views
Skip to first unread message

Ray Tayek

unread,
Mar 18, 2012, 11:45:53 PM3/18/12
to socal-...@googlegroups.com
is this link:
http://thetechjournal.com/electronics/android/install-off-market-apk-apps-on-android-phone.xhtml
legit?

i have a galaxy note which is activated. win 7 recognized this as a
phone. adb devices is still empty.

is this a possible way to install?

thanks

---
co-chair http://ocjug.org/

Julie

unread,
Mar 19, 2012, 12:39:18 AM3/19/12
to socal-...@googlegroups.com
an APK extension?  Sure.  Like anything, make sure you know where that APK is from.  If you trust the developer, then an APK is a way to install Android App without going through the market.  I install it a few times.  No issues.  It is especially convenient if you want to test your own app without having to go through Google Market setup and stuff.


From: Ray Tayek <rta...@ca.rr.com>
To: socal-...@googlegroups.com
Sent: Sunday, March 18, 2012 8:45 PM
Subject: [socal-android] is this a reasonable way to install apk?
-- You received this message because you are subscribed to the Google Groups "SoCal Android Developers" group.
To post to this group, send email to socal-...@googlegroups.com.
To unsubscribe from this group, send email to socal-android+unsub...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/socal-android?hl=en.



Ray Tayek

unread,
Mar 19, 2012, 3:14:46 AM3/19/12
to socal-...@googlegroups.com
At 09:39 PM 3/18/2012, you wrote:
>an APK extension? Sure.

it's my app. i can't figure out how to install it.

> then an APK is a way to install Android App without going through
> the market. I install it a few times. No issues. It is
> especially convenient if you want to test your own app without
> having to go through Google Market setup and stuff.

so it's safe to use this thing?
(http://thetechjournal.com/electronics/android/install-off-market-apk-apps-on-android-phone.xhtml
)

thanks


>
>From: Ray Tayek <rta...@ca.rr.com>
>To: socal-...@googlegroups.com
>Sent: Sunday, March 18, 2012 8:45 PM
>Subject: [socal-android] is this a reasonable way to install apk?
>
>is this link:
>http://thetechjournal.com/electronics/android/install-off-market-apk-apps-on-android-phone.xhtml
>legit?
>
>i have a galaxy note which is activated. win 7 recognized this as a
>phone. adb devices is still empty.
>
>is this a possible way to install?
>
>thanks
>
>---
>co-chair http://ocjug.org/
>
>-- You received this message because you are subscribed to the
>Google Groups "SoCal Android Developers" group.
>To post to this group, send email to

><mailto:socal-...@googlegroups.com>socal-...@googlegroups.com.


>To unsubscribe from this group, send email to

>socal-android+<mailto:unsub...@googlegroups.com>unsub...@googlegroups.com.


>For more options, visit this group at
>http://groups.google.com/group/socal-android?hl=en.
>
>
>
>
>

>__________ Information from ESET Smart Security, version of virus
>signature database 4628 (20091122) __________
>
>The message was checked by ESET Smart Security.
>
><http://www.eset.com>http://www.eset.com


>
>--
>You received this message because you are subscribed to the Google
>Groups "SoCal Android Developers" group.
>To post to this group, send email to socal-...@googlegroups.com.
>To unsubscribe from this group, send email to

>socal-androi...@googlegroups.com.


>For more options, visit this group at
>http://groups.google.com/group/socal-android?hl=en.

---
co-chair http://ocjug.org/

Bill Zwicky

unread,
Mar 19, 2012, 7:47:49 AM3/19/12
to SoCal Android Developers
If "adb devices" shows nothing, that generally means you need a
suitable driver. (Same adventure you had with the Cricket.)
Sometimes the official driver contains everything, sometimes, you need
a separate development driver, and sometimes you can find a tiny adb-
only installer on the internet that leaves out all the OEM cruft. I
dunno what Samsung provides, you'll need to look around.

I dunno if that site is legit, it may be fine, or it may sneak trojans
into the apk files.

The usual way to install outside apk files is:
- Go to Settings -> Applications, and turn on "Unknown sources".

Then download the file to your PC, and "adb install <file>" to push it
to the phone. Alternatively, you can do this entirely on the phone:

- Install a file browser of some sort. Many phones come with one, or
you can install ES Explorer (very popular app) or FX Explorer (written
locally).
- Download or copy the file to the phone.
- Open the file browser, browse to the file, and open it, and
Android will ask to install it.

//William R. Zwicky
//OCAndroid hack night head


On Mar 18, 8:45 pm, Ray Tayek <rta...@ca.rr.com> wrote:
> is this link:http://thetechjournal.com/electronics/android/install-off-market-apk-...

Ray Tayek

unread,
Mar 19, 2012, 1:55:01 PM3/19/12
to socal-...@googlegroups.com
At 04:47 AM 3/19/2012, you wrote:
>If "adb devices" shows nothing, that generally means you need a
>suitable driver. (Same adventure you had with the Cricket.)
>...

>The usual way to install outside apk files is:
> - Go to Settings -> Applications, and turn on "Unknown sources".

done this.

>Then download the file to your PC, and "adb install <file>" to push it
>to the phone.

that is the part that does not work for me.

> Alternatively, you can do this entirely on the phone:
>
> - Install a file browser of some sort. Many phones come with one, or
>you can install ES Explorer (very popular app) or FX Explorer (written
>locally).

i found something called "my files"

> - Download or copy the file to the phone.

what directory? does it matter?

> - Open the file browser, browse to the file, and open it, and
>Android will ask to install it.


ok.

thanks


>On Mar 18, 8:45 pm, Ray Tayek <rta...@ca.rr.com> wrote:
> > is this
> link:http://thetechjournal.com/electronics/android/install-off-market-apk-...
> > legit?
> >
> > i have a galaxy note which is activated. win 7 recognized this as a
> > phone. adb devices is still empty.
> >
> > is this a possible way to install?
> >
> > thanks
> >
> > ---
> > co-chairhttp://ocjug.org/
>

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

>__________ Information from ESET Smart Security, version of virus
>signature database 4628 (20091122) __________
>
>The message was checked by ESET Smart Security.
>
>http://www.eset.com

---
co-chair http://ocjug.org/

Jeffrey Peacock

unread,
Mar 19, 2012, 2:26:58 PM3/19/12
to socal-...@googlegroups.com

No.

Take out the SD card and insert into Windows. Put .apk on it. Put SD
card back into phone. Use file manager app to find it and install it.

/J

Ray Tayek

unread,
Mar 19, 2012, 2:37:49 PM3/19/12
to socal-...@googlegroups.com
At 10:55 AM 3/19/2012, you wrote:
>At 04:47 AM 3/19/2012, you wrote:
>...

>
>> Alternatively, you can do this entirely on the phone:
>>
>> - Install a file browser of some sort. Many phones come with one, or
>>you can install ES Explorer (very popular app) or FX Explorer (written
>>locally).
>
>i found something called "my files"
>
>> - Download or copy the file to the phone.
>
>> - Open the file browser, browse to the file, and open it, and
>>Android will ask to install it.

this worked. i can now see my app on the note!

also, when i powered on the cricket, he wanted to run a setup. he
installed a driver. adb devices still says nothing, but i was able to
put my app on the cricket also.

thanks


>>On Mar 18, 8:45 pm, Ray Tayek <rta...@ca.rr.com> wrote:
>> > is this
>> link:http://thetechjournal.com/electronics/android/install-off-market-apk-...
>> > legit?
>> >
>> > i have a galaxy note which is activated. win 7 recognized this as a
>> > phone. adb devices is still empty.
>> >

>> > is this a possible way to install? ...
>
>---
>co-chair http://ocjug.org/

Ray Tayek

unread,
Mar 19, 2012, 2:42:00 PM3/19/12
to socal-...@googlegroups.com
At 11:26 AM 3/19/2012, you wrote:

>No.

ok


>Take out the SD card and insert into Windows. Put .apk on it. Put
>SD card back into phone. Use file manager app to find it and install it.

i managed to copy the .apk onto both phones and install with file
manager and run!

thanks


>On 03/18/2012 08:45 PM, Ray Tayek wrote:
>>is this link:
>>http://thetechjournal.com/electronics/android/install-off-market-apk-apps-on-android-phone.xhtml
>>legit?
>>
>>i have a galaxy note which is activated. win 7 recognized this as a
>>phone. adb devices is still empty.
>>

Reply all
Reply to author
Forward
0 new messages