3

When I connect the android tablet to windows 7 I get 2 external devices, one of them (H) doesn't open.

enter image description here

When I open G:, I get this

enter image description here

If I want to copy an app (adobe reader) to the tablet, to which folder should I copy it?

This is the screen of the tablet:

enter image description here

Where should I access the folders and files from?

Izzy
  • 91,166
  • 73
  • 343
  • 943
user5402
  • 131
  • 3
  • You could try moving the .apk to the Download folder and opening the Downloads app to see if it shows up. To access the files and folders from the tablet you will need a file browser. – TheDoorkeeper Aug 14 '13 at 21:34
  • @TheDoorkeeper Where can I get a file browser from? (note: I don't have a wifi). – user5402 Aug 14 '13 at 21:43
  • Sorry, the only place I know is Google Play. How did you get the Adobe Reader, wired internet? I'll try to find one you can download as soon as I can. – TheDoorkeeper Aug 14 '13 at 21:57
  • 1
    Without internet, and (as it looks like) only USB connection, you might want to take a look into ADB. Then you could simply invoke adb install myfile.apk to get the app installed. For how to install ADB, see Is there a minimal installation of ADB? – Izzy Aug 14 '13 at 22:31
  • Here is a file explorer you can download with your computer and transfer to your tablet. I haven't tested it as my tablet isn't working, but it is from Cnet and ranked #4. Hope it helps! @Izzy's idea is also good. – TheDoorkeeper Aug 15 '13 at 03:46

3 Answers3

2

If you have the Android Development Kit (See Bottom) then there is a super easy way to install an application from a file. All you need to do is start up a Terminal and type:

adb install -r <your.apk>

the -r function will replace an existing application with the same name.

No fumbling around with SD cards and no searching your phone for transfered files. If you are an avid Android user then I recommend getting the ADK.

How to install just ADK Binaries

John
  • 1,526
  • 2
  • 13
  • 19
1

You can download ES File Manager from Google Play Store. Here is the link

Seshu Vinay
  • 163
  • 1
  • 1
  • 7
0

just download adobe reader from Google Play store to get the correct version. if you want to copy over PDF files. just create your own directory under g:\Download and copy to the mapped drive on your PC. Make sure you turn on allow to be used as a USB Drive.

Tim Spann
  • 101
  • 1