No access to file system in adb or Eclipse DDMS

8" 4:3 1024x768 capacitive, OMAP4460 Dual-core, 3G-optional tablet.
Post Reply
AlexF
Archos Novice
Archos Novice
Posts: 16
Joined: Sat Nov 19, 2011 9:15 am

No access to file system in adb or Eclipse DDMS

Post by AlexF »

When Archos 80 G9 is connected to my Linux PC host, with USB debugging enabled, I can execute and debug my programs from Eclipse. However, I cannot browse device file system. File Manager in Eclipse DDMS is empty. adb shows the following results:

Code: Select all

alex@alex-64:~/android-sdk-linux/platform-tools$ ./adb devices
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached 
A80S-EFE3D691	device

alex@alex-64:~/android-sdk-linux/platform-tools$ ./adb -s "A80S-EFE3D691" shell
BusyBox v1.7.2 (2011-09-09 16:27:24 CEST) built-in shell (ash)
Enter 'help' for a list of built-in commands.

/ $ ls
...
data                 mnt                  ueventd.rc
...  (other directories)
/ $ cd data
/data $ ls
ls: can't open '.': Permission denied
/data $ 
How can I get access to the device file system?

I found this: http://www.arctablet.com/blog/archos-ta ... hos-80-g9/
It it OK to follow these instructions or there is better way?

Also, trying to install .apk using adb, like this:

Code: Select all

adb -s "A80S-EFE3D691" shell install mymeapplication.apk
I have "/bin/sh: install: not found" error. But Eclipse does this successfully, so there should be a way to do this!
Post Reply

Return to “Archos 80 G9”