I have an Archos 7 Home Tablet v1, with a Cyanogenmod 7 rom on it. I do not have an sd card for it yet, and was wondering, Is there any way I can install/download an APK file to it without an SD card? When I try to download an APK for a market fixer, it tells me that I cannot download it without an SD card. I cannot connect to the device with my computer, because the cyanogenmod messes with the drivers. Thanks.
Asked
Active
Viewed 5,249 times
3 Answers
9
Try wget http://www.blah.com/files.apk
in the terminal emulator (if you're using CyanogenMod, then you probably have BusyBox, which includes wget), you might need root to write to the internal memory, so if you don't have write permission in the current directory, then you might need to type su
first.

Lie Ryan
- 19,073
- 6
- 65
- 83
1
You can also use ADB to push the file onto your phone.

eldarerathis
- 36,787
- 16
- 144
- 175

Matthew Read
- 50,567
- 30
- 145
- 273
-
I have tried, and ADB doesn't recognize it. – geekman Jul 20 '11 at 16:16
0
Can you turn on "Install from unknown location" in the Applications panel? If so, I keep some APKs in my DropBox folder.

Eric Cloninger
- 567
- 4
- 16